123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
- /*
- To change this license header, choose License Headers in Project Properties.
- To change this template file, choose Tools | Templates
- and open the template in the editor.
- */
- /*
- Created on : Jan 18, 2017, 8:51:11 PM
- Author : antoiba
- */
- header {
- margin-left:2.5%;
- margin-top:2.5%;
- }
- nav {
- background-color:#1e78ab;
- text-transform: uppercase;
- font-weight: bold;
- width:97.5%;
- margin-top:2.5%;
- border-radius: 4px 4px 0 0;
- }
- #navbar a {
- color:white;
- }
- .nav>li>a:focus, .nav>li>a:hover {
- background-color:rgb(90, 154, 191);
- }
- .logo-img {
- display:flex;
- align-items:center;
- margin-bottom: 15px;
- }
- .logo-img h1 {
- display:inline;
- margin:auto;
- margin-left: 150px;
- text-align:center;
- color:#1873da;
- font-family: 'Roboto';
- }
- .logo-img h1 span {
- font-size: 50%;
- }
- .logo-a, .logo-a img {
- border:none;
- }
- .logo-img img {
- width:150px;
- }
- /****************SLIDER*****************/
- section {
- text-align: center;
- }
- #botones{
- text-align: center;
- }
- .boton {
- width:11px;
- height:11px;
- }
- #button_a {
- background: #31a3dd;
- border-width: 0px !important;
- border-radius: 38px;
- letter-spacing: 0px;
- font-size: 22px;
- font-weight: bold !important;
- text-transform: uppercase !important;
- display: inline-block;
- margin-top: 20px;
- color: inherit;
- text-shadow: none;
- text-decoration: none;
- position: relative;
- padding: 0.3em 1em;
- border: 2px solid;
- line-height: 1.7em;
- transition: all 0.2s;
- vertical-align: baseline;
- margin-bottom: 2%;
- color: white;
- box-shadow: 0 9px #999;
- }
- #button_a:hover {background-color: #2782b0}
- #button_a:active {
- background-color: #2782b0;
- box-shadow: 0 5px #666;
- transform: translateY(4px);
- }
- #slide {
- width:100%;
- }
- .img-row {
- width:100%;
- border-radius: 5%;
- }
- /**********WRAPPER******************/
- #wrapper-main {
- width:95%;
- margin-left:2.5%;
- margin-bottom:2.5%;
- }
- .title-tutorial {
- text-decoration:underline;
- }
- .element-hidden {
- display:none;
- }
- #padre-div {
- border: 2px solid black;
- }
- #star-wars {
- text-align:center;
-
- }
- #star-wars img {
- height:150px;
- margin-top: 2%;
- border-radius: 20px;
- }
- #darth-vader-img {
- display:block;
- margin-left: 35%;
- }
- #luke {
- display:inline;
- margin-right: 2%;
- }
- #leia {
- display: inline-block;
- margin-left:2%;
- }
- #kylo img {
- display:block
- }
- #p-dis, #quicksilver {
- display:block;
- width:25%;
- }
- #flash2, #quicksilver2, .superhero {
- width:25%;
- margin-left:20px;
- margin-bottom:20px;
- }
- #square {
- position: relative;
- background-color: #abc;
- left: 0px;
- top: 0px;
- width: 60px;
- height: 60px;
- margin: 5px;
- }
- .square2 {
- background-color: #abc;
- border: 2px solid black;
- width: 200px;
- height: 80px;
- margin: 10px;
- }
-
- #square2 {
- height: 100px;
- }
- #hoverme-stop-2 img, #hoverme1 {
- height:150px;
- }
- #hoverme-stop-2, #hoverme-stop-1 {
- height:200px;
- }
- #inputPrueba {
- margin-left: 2.5%;
- width: 30%;
- }
- .yellow, .yellow2, .yellow3 {
- background: yellow;
- margin: 6px 0;
- }
- #google {
- color:red;
- }
- .specialBig {
- font-size: 100%;
- color:blue;
- }
- .specialLittle {
- font-size: 200%;
- color:red;
- }
- #caja_negra {
- height: 100px;
- width:500px;
- background:black;
- position:relative;
- }
- #blanco {
- color:white;
- }
- #boxQ {
- margin: 3px;
- width: 40px;
- height: 40px;
- position: relative;
- left: 0px;
- top: 60px;
- background: green;
- display: none;
- }
- #contQ {
- height: 150px;
- }
- /*************DRAGGABLE*****************/
- #manipulation {
- position:relative;
- height: 250px;
- width:100%;
- background-color: #c4e3f3;
- }
- #dragAndResize, #dragAndResize2 {
- position:relative;
- height:50px;
- width:50px;
- left:10px;
- top:20px;
- background-color: #d66;
- z-index:999999;
- }
- #dragAndResize2 {
- top:100px;
- background-color: #b2dba1;
- }
- #dropBy {
- position:absolute;
- height:150px;
- width:150px;
- background-color: #e6e6e6;
- right:10px;
- top:10px;
- }
- .toggler { width: 500px; height: 200px; position: relative; }
- #button { padding: .5em 1em; text-decoration: none; }
- #effect { width: 240px; height: 170px; padding: 0.4em; position: relative; }
- #effect h3 { margin: 0; padding: 0.4em; text-align: center; }
- .ui-effects-transfer { border: 2px dotted gray; }
- /***********FOOTER***********************/
- footer p {
- clear:both;
- text-align: center;
- color:#1873da;
- text-transform: uppercase;
- font-size:15px;
- }
|