123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- @import url('https://fonts.googleapis.com/css?family=Inconsolata');
- @import url(https://db.onlinewebfonts.com/c/e9a92ef234e726ff17913d77b956d3e0?family=Vermin+Vibes+1989);
- #porra{
- font-family: "Vermin Vibes 1989";
- font-size:50px;
- text-align:left;
- margin-top:0;
- color:#fff;
- animation:load 0.4s;z-index:2;
- }
- body{
- overflow-y:hidden;
- height:100%;
- bottom:0;
- background-color:#000;
- margin-top:0px;
- }
- body, html{
- margin-left:0;
- right:0;
- top:0px;
- width:100%;
- overflow-x:hidden;
- }
- menu#bar>img{
- display:inline;
- }
- menu#bar>div{
- display:inline;
- position: fixed;
- top:10px;
- right:10px;
- }menu#bar>div>a{
- color:#060;
- font-size:23px;
- padding:0px 5px;
- font-family: 'Inconsolata', sans-serif;
- text-decoration:none;
- }menu#bar>div>a:hover{
- text-decoration:none;
- }
- menu#bar{
- z-index: 3;
- position:fixed;
- background-color: #000;
- margin-top:0;
- right:0;
- left:0;
- }
- header#inicio{
- height:600px;
- z-index:2;
- position:relative;
- background-image: url(../assets/new.jpg);
- background-size:100%;
- background-repeat: no-repeat;
- background-position: center top;
- background-attachment: fixed;
- background-color: rgba(0,0,0,0.8);
- padding-top: 280px;
- }header#inicio>div>p{
- text-align:center;
- margin:auto;
- font-size:50px;
- position:relative;
- color:#060;
- text-shadow:-2px 0px 0px #000;
- font-family: 'Inconsolata', monospace;
- }
- header#fundo{
- height:600px;
- background-color: #000;
- position:absolute;
- top:0;
- left:0;
- right:0;
- text-align:center;
- z-index:1;
- }header#fundo>video{
- width:100%;
- margin-top:100px;
- }section{
- width:100%;
- }
- section>div{
- width:80%;
- font-size: 20px;
- text-align: justify;
- margin:auto auto 100px auto;
- }section>div>p{
- font-family: 'Source Code Pro', monospace;
- }
- a.subscription,a.subscription:hover{
- text-align: center;
- font-size: 40px;
- font-family: 'Cutive Mono', monospace;
- color: #206a0d;
- }
- .write{
- font-family: 'Cutive Mono', monospace;
- font-size: 2.0em;
- color: #317b1e;
- width: 55ch;
- border-right: 0px solid;
- animation: type 5s steps(55, end);
- white-space:nowrap;
- overflow:hidden;
- width:90%;
- }
- td{
- color:#0f0;
- font-family: 'Source Code Pro', monospace;
- font-weight: lighter;
- border-bottom:2px solid #333;
- }
- .main{
- background-color: #0f0;
- color:#000;
- font-family: 'Source Code Pro', monospace;
- text-align: center;
- }
- @keyframes type{
- 0%{width: 0%;
- border-right: 5px solid #317b1e;
- }
- }
- .cursor{
- animation: cursor 1s infinite;
- border-bottom: 3px solid #317b1e;
- height:60px;
- padding-left: 5px;
- }
- @keyframes cursor {
- 0%{opacity: 0;}
- }
- @keyframes appareace{
- 0%{
- margin-left:-30px
- }100%{
- margin-left:0
- }
- }@keyframes in{
- 0%{
- opacity:0.3
- }100%{
- opacity:1
- }
|