styles.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. /*
  2. To change this license header, choose License Headers in Project Properties.
  3. To change this template file, choose Tools | Templates
  4. and open the template in the editor.
  5. */
  6. /*
  7. Created on : Dec 29, 2016, 12:09:56 PM
  8. Author : Anto
  9. */
  10. header {
  11. margin-left:2.5%;
  12. margin-top:2.5%;
  13. }
  14. nav {
  15. background-color:#1e78ab;
  16. text-transform: uppercase;
  17. font-weight: bold;
  18. width:97.5%;
  19. margin-top:2.5%;
  20. border-radius: 4px 4px 0 0;
  21. }
  22. #navbar a {
  23. color:white;
  24. }
  25. .nav>li>a:focus, .nav>li>a:hover {
  26. background-color:rgb(90, 154, 191);
  27. }
  28. .logo-img {
  29. display:flex;
  30. align-items:center;
  31. margin-bottom: 15px;
  32. }
  33. .logo-img h1 {
  34. display:inline;
  35. margin:auto;
  36. margin-left: 150px;
  37. text-align:center;
  38. color:#1873da;
  39. font-family: 'Roboto';
  40. }
  41. .logo-img h1 span {
  42. font-size: 50%;
  43. }
  44. .logo-a, .logo-a img {
  45. border:none;
  46. }
  47. .logo-img img {
  48. width:150px;
  49. }
  50. /****************SLIDER*****************/
  51. section {
  52. text-align: center;
  53. }
  54. #botones{
  55. text-align: center;
  56. }
  57. .boton {
  58. width:11px;
  59. height:11px;
  60. }
  61. #button_a {
  62. background: #31a3dd;
  63. border-width: 0px !important;
  64. border-radius: 38px;
  65. letter-spacing: 0px;
  66. font-size: 22px;
  67. font-weight: bold !important;
  68. text-transform: uppercase !important;
  69. display: inline-block;
  70. margin-top: 20px;
  71. color: inherit;
  72. text-shadow: none;
  73. text-decoration: none;
  74. position: relative;
  75. padding: 0.3em 1em;
  76. border: 2px solid;
  77. line-height: 1.7em;
  78. transition: all 0.2s;
  79. vertical-align: baseline;
  80. margin-bottom: 2%;
  81. color: white;
  82. box-shadow: 0 9px #999;
  83. }
  84. #button_a:hover {background-color: #2782b0}
  85. #button_a:active {
  86. background-color: #2782b0;
  87. box-shadow: 0 5px #666;
  88. transform: translateY(4px);
  89. }
  90. #slide {
  91. width:100%;
  92. }
  93. .img-row {
  94. width:100%;
  95. border-radius: 5%;
  96. }
  97. /**********WRAPPER******************/
  98. #wrapper-main {
  99. width:95%;
  100. margin-left:2.5%;
  101. margin-bottom:2.5%;
  102. }
  103. .title-tutorial {
  104. text-decoration:underline;
  105. }
  106. .element-hidden {
  107. display:none;
  108. }
  109. #star-wars {
  110. text-align:center;
  111. }
  112. #star-wars img {
  113. height:150px;
  114. margin-top: 2%;
  115. border-radius: 20px;
  116. }
  117. #darth-vader-img {
  118. display:block;
  119. margin-left: 35%;
  120. }
  121. #luke {
  122. display:inline;
  123. margin-right: 2%;
  124. }
  125. #leia {
  126. display: inline-block;
  127. margin-left:2%;
  128. }
  129. #kylo img {
  130. display:block
  131. }
  132. #p-dis, #quicksilver {
  133. display:block;
  134. width:25%;
  135. }
  136. #flash2, #quicksilver2, .superhero {
  137. width:25%;
  138. margin-left:20px;
  139. margin-bottom:20px;
  140. }
  141. #square {
  142. position: relative;
  143. background-color: #abc;
  144. left: 0px;
  145. top: 0px;
  146. width: 60px;
  147. height: 60px;
  148. margin: 5px;
  149. }
  150. .square2 {
  151. background-color: #abc;
  152. border: 2px solid black;
  153. width: 200px;
  154. height: 80px;
  155. margin: 10px;
  156. }
  157. #square2 {
  158. height: 100px;
  159. }
  160. #hoverme-stop-2 img, #hoverme1 {
  161. height:150px;
  162. }
  163. #hoverme-stop-2, #hoverme-stop-1 {
  164. height:200px;
  165. }
  166. #inputPrueba {
  167. margin-left: 2.5%;
  168. width: 30%;
  169. }
  170. .yellow, .yellow2, .yellow3 {
  171. background: yellow;
  172. margin: 6px 0;
  173. }
  174. #google {
  175. color:red;
  176. }
  177. .specialBig {
  178. font-size: 100%;
  179. color:blue;
  180. }
  181. .specialLittle {
  182. font-size: 200%;
  183. color:red;
  184. }
  185. #caja_negra {
  186. height: 100px;
  187. width:500px;
  188. background:black;
  189. position:relative;
  190. }
  191. #blanco {
  192. color:white;
  193. }
  194. #boxQ {
  195. margin: 3px;
  196. width: 40px;
  197. height: 40px;
  198. position: relative;
  199. left: 0px;
  200. top: 60px;
  201. background: green;
  202. display: none;
  203. }
  204. #contQ {
  205. height: 150px;
  206. }
  207. .element-invisible {
  208. visibility:hidden;
  209. }
  210. /*************DRAGGABLE*****************/
  211. #manipulation2 {
  212. position:relative;
  213. height: 250px;
  214. width:100%;
  215. background-color: #c4e3f3;
  216. }
  217. #dragAndResize, #dragAndResize2 {
  218. position:relative;
  219. height:50px;
  220. width:50px;
  221. left:10px;
  222. top:20px;
  223. background-color: #d66;
  224. z-index:999999;
  225. }
  226. #dragAndResize2 {
  227. top:100px;
  228. background-color: #b2dba1;
  229. }
  230. #dropBy {
  231. position:absolute;
  232. height:150px;
  233. width:150px;
  234. background-color: #e6e6e6;
  235. right:10px;
  236. top:10px;
  237. }
  238. .toggler { width: 500px; height: 200px; position: relative; }
  239. #button { padding: .5em 1em; text-decoration: none; }
  240. #effect { width: 240px; height: 170px; padding: 0.4em; position: relative; }
  241. #effect h3 { margin: 0; padding: 0.4em; text-align: center; }
  242. .ui-effects-transfer { border: 2px dotted gray; }
  243. #contaiment_intro {
  244. margin-bottom: 20px;
  245. }
  246. .hide-code {
  247. display:none;
  248. }
  249. /***********FOOTER***********************/
  250. footer p {
  251. clear:both;
  252. text-align: center;
  253. color:#1873da;
  254. text-transform: uppercase;
  255. font-size:15px;
  256. }
  257. /**
  258. *** BOTTOM CORNER
  259. **/
  260. #botom-corner {
  261. display:none;
  262. }
  263. #botom-corner a {
  264. right: 15px;
  265. opacity: 1;
  266. bottom: 20px !important;
  267. background-color: rgba(0,0,0,.2);
  268. display: block;
  269. position: fixed;
  270. width: 45px;
  271. height: 45px;
  272. text-align: center;
  273. backface-visibility: hidden;
  274. -webkit-perspective: 1000;
  275. z-index:100000;
  276. }
  277. #botom-corner span {
  278. position: absolute;
  279. top: 11px;
  280. left: 9px;
  281. font-size: 28px;
  282. color:white;
  283. }