main.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  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 : Jan 18, 2017, 8:51:11 PM
  8. Author : antoiba
  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. #padre-div {
  110. border: 2px solid black;
  111. }
  112. #star-wars {
  113. text-align:center;
  114. }
  115. #star-wars img {
  116. height:150px;
  117. margin-top: 2%;
  118. border-radius: 20px;
  119. }
  120. #darth-vader-img {
  121. display:block;
  122. margin-left: 35%;
  123. }
  124. #luke {
  125. display:inline;
  126. margin-right: 2%;
  127. }
  128. #leia {
  129. display: inline-block;
  130. margin-left:2%;
  131. }
  132. #kylo img {
  133. display:block
  134. }
  135. #p-dis, #quicksilver {
  136. display:block;
  137. width:25%;
  138. }
  139. #flash2, #quicksilver2, .superhero {
  140. width:25%;
  141. margin-left:20px;
  142. margin-bottom:20px;
  143. }
  144. #square {
  145. position: relative;
  146. background-color: #abc;
  147. left: 0px;
  148. top: 0px;
  149. width: 60px;
  150. height: 60px;
  151. margin: 5px;
  152. }
  153. .square2 {
  154. background-color: #abc;
  155. border: 2px solid black;
  156. width: 200px;
  157. height: 80px;
  158. margin: 10px;
  159. }
  160. #square2 {
  161. height: 100px;
  162. }
  163. #hoverme-stop-2 img, #hoverme1 {
  164. height:150px;
  165. }
  166. #hoverme-stop-2, #hoverme-stop-1 {
  167. height:200px;
  168. }
  169. #inputPrueba {
  170. margin-left: 2.5%;
  171. width: 30%;
  172. }
  173. .yellow, .yellow2, .yellow3 {
  174. background: yellow;
  175. margin: 6px 0;
  176. }
  177. #google {
  178. color:red;
  179. }
  180. .specialBig {
  181. font-size: 100%;
  182. color:blue;
  183. }
  184. .specialLittle {
  185. font-size: 200%;
  186. color:red;
  187. }
  188. #caja_negra {
  189. height: 100px;
  190. width:500px;
  191. background:black;
  192. position:relative;
  193. }
  194. #blanco {
  195. color:white;
  196. }
  197. #boxQ {
  198. margin: 3px;
  199. width: 40px;
  200. height: 40px;
  201. position: relative;
  202. left: 0px;
  203. top: 60px;
  204. background: green;
  205. display: none;
  206. }
  207. #contQ {
  208. height: 150px;
  209. }
  210. /*************DRAGGABLE*****************/
  211. #manipulation {
  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. /***********FOOTER***********************/
  244. footer p {
  245. clear:both;
  246. text-align: center;
  247. color:#1873da;
  248. text-transform: uppercase;
  249. font-size:15px;
  250. }