style.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. /* HTML5 ✰ Boilerplate
  2. * ==|== normalize ==========================================================
  3. */
  4. article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  5. audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
  6. audio:not([controls]) { display: none; }
  7. [hidden] { display: none; }
  8. html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
  9. body { margin: 0; font-size: 13px; line-height: 1.231; }
  10. body, button, input, select, textarea { font-family: sans-serif; color: #222; }
  11. ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
  12. ::selection { background: #fe57a1; color: #fff; text-shadow: none; }
  13. a { color: #00e; }
  14. a:visited { color: #551a8b; }
  15. a:hover { color: #06e; }
  16. a:focus { outline: thin dotted; }
  17. a:hover, a:active { outline: 0; }
  18. abbr[title] { border-bottom: 1px dotted; }
  19. b, strong { font-weight: bold; }
  20. blockquote { margin: 1em 40px; }
  21. dfn { font-style: italic; }
  22. hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
  23. ins { background: #ff9; color: #000; text-decoration: none; }
  24. mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
  25. pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
  26. pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
  27. q { quotes: none; }
  28. q:before, q:after { content: ""; content: none; }
  29. small { font-size: 85%; }
  30. sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  31. sup { top: -0.5em; }
  32. sub { bottom: -0.25em; }
  33. ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
  34. dd { margin: 0 0 0 40px; }
  35. nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
  36. img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
  37. svg:not(:root) { overflow: hidden; }
  38. figure { margin: 0; }
  39. form { margin: 0; }
  40. fieldset { border: 0; margin: 0; padding: 0; }
  41. label { cursor: pointer; }
  42. legend { border: 0; *margin-left: -7px; padding: 0; }
  43. button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
  44. button, input { line-height: normal; *overflow: visible; }
  45. table button, table input { *overflow: auto; }
  46. button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
  47. input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
  48. input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  49. input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
  50. button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  51. textarea { overflow: auto; vertical-align: top; resize: vertical; }
  52. input:valid, textarea:valid { }
  53. input:invalid, textarea:invalid { background-color: #f0dddd; }
  54. table { border-collapse: collapse; border-spacing: 0; }
  55. td { vertical-align: top; }
  56. /* ==|== primary styles =====================================================
  57. Author:
  58. ========================================================================== */
  59. a {
  60. color: #999;
  61. text-decoration:none;
  62. }
  63. a:hover {
  64. color: #2E7BB8;
  65. }
  66. body {
  67. font-family: 'Ubuntu Condensed', sans-serif;
  68. font-size:18px;
  69. color: #555;
  70. text-shadow: 0px 1px 0px #ffffff;
  71. filter: dropshadow(color=#ffffff, offx=0, offy=1);
  72. text-align: center;
  73. background-color:#aaa;
  74. background-image:url('../img/maze_bg.png');
  75. }
  76. #container {
  77. width:760px;
  78. margin:0 auto;
  79. border:1px solid #E0E0E0;
  80. border-top:1px solid #fff;
  81. border-bottom:1px solid #ccc;
  82. background-color:#E5E5E5;
  83. -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2) inset, 0 2px 4px rgba(0, 0, 0, 0.7);
  84. -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2) inset, 0 2px 4px rgba(0, 0, 0, 0.7);
  85. box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2) inset, 0 2px 4px rgba(0, 0, 0, 0.7);
  86. behavior: url(PIE.htc);
  87. }
  88. #container #title {
  89. border-bottom:1px solid #aaa;
  90. overflow:hidden;
  91. background-color:#E7E7E7;
  92. }
  93. #container #content {
  94. border-top:1px solid #fff;
  95. border-bottom:1px solid #aaa;
  96. }#container #footer {
  97. padding:10px 20px 10px 20px;
  98. border-top:1px solid #f5f5f5;
  99. font-size:14px;
  100. color: #555;
  101. background-color:#D5D5D5;
  102. }
  103. #container .left {
  104. padding:20px 10px 20px 20px;
  105. width:350px;
  106. float:left;
  107. }
  108. #container .right {
  109. padding:20px 20px 20px 10px;
  110. width:350px;
  111. float:right;
  112. }
  113. h1 {
  114. font-size: 36px;
  115. text-align: center;
  116. margin:20px 0;
  117. color:#898989;
  118. color:#555;
  119. text-shadow: 0 1px 0 #FFFFFF;
  120. }
  121. ul li {
  122. font-size:16px;
  123. }
  124. ul.links {
  125. width:165px;
  126. margin:0;
  127. padding:0;
  128. float:left;
  129. }
  130. ul.links li {
  131. list-style:none;
  132. -webkit-transition: all 0.5s ease-in-out;
  133. -moz-transition: all 0.5s ease-in-out;
  134. -o-transition: all 0.5s ease-in-out;
  135. transition: all 0.5s ease-in-out;
  136. }
  137. ul.links li a {
  138. color:#2E7BB8;
  139. }
  140. ul.links li:hover {
  141. padding-left:15px;
  142. }
  143. ::-moz-selection{
  144. background:#2E7BB8; color:#fff;
  145. }
  146. ::selection {
  147. background:#2E7BB8; color:#fff;
  148. }
  149. #error-container {
  150. display:block;
  151. text-align: left;
  152. width: auto;
  153. margin: 0 auto;
  154. padding-top:40px;
  155. padding-bottom:40px;
  156. }
  157. #error {
  158. background:transparent url('../img/blue/404e.png') right 35px no-repeat;
  159. width:680px;
  160. height:280px;
  161. position:relative;
  162. margin:0 auto;
  163. }
  164. #error #pacman {
  165. width:207px;
  166. height:207px;
  167. position:absolute;
  168. left:0px;
  169. top:16px;
  170. background:transparent url('../img/blue/pacman_eats.png') 0 0 no-repeat;
  171. animation:eats 2s linear 0s infinite alternate;
  172. -moz-animation:eats 2s linear 0s infinite alternate;
  173. -webkit-animation:eats 2s linear 0s infinite alternate;
  174. -ms-animation:eats 2s linear 0s infinite alternate;
  175. }
  176. .pacman_eats {
  177. background:transparent url('../img/blue/pacman_eats.png') 0 -207px no-repeat!important;
  178. }
  179. @-webkit-keyframes eats {
  180. from {
  181. left:0px; top:16px;
  182. }
  183. to {
  184. left:280px; top:16px;
  185. }
  186. }
  187. @-moz-keyframes eats {
  188. from {
  189. left:0px; top:16px;
  190. }
  191. to {
  192. left:200px; top:16px;
  193. }
  194. }
  195. @-ms-keyframes eats {
  196. from {
  197. left:0px; top:16px;
  198. }
  199. to {
  200. left:200px; top:16px;
  201. }
  202. }
  203. @keyframes eats {
  204. from {
  205. left:0px; top:16px;
  206. }
  207. to {
  208. left:200px; top:16px;
  209. }
  210. }
  211. .no-top {
  212. margin-top:0;
  213. }
  214. .no-bottom {
  215. margin-bottom:0;
  216. }
  217. hr {
  218. height:0px;
  219. border-top:1px solid #DDDDDD;
  220. border-bottom:1px solid #FFFFFF;
  221. z-index:1;
  222. }
  223. input[type="text"]{
  224. -webkit-border-radius: 2px;
  225. -moz-border-radius: 2px;
  226. border-radius: 2px;
  227. padding:5px;
  228. padding-left:10px;
  229. width:160px;
  230. color:#888;
  231. font-size:14px;
  232. -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset, 0 0 3px rgba(0, 0, 0, 0.1);
  233. -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset, 0 0 3px rgba(0, 0, 0, 0.1);
  234. box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset, 0 0 3px rgba(0, 0, 0, 0.1);
  235. -webkit-transition: all 0.5s ;
  236. -moz-transition: all 0.5s ;
  237. -o-transition: all 0.5s ;
  238. transition: all 0.5s ;
  239. margin-right:10px;
  240. border:1px solid #bbb;
  241. border-bottom:1px solid #999;
  242. border-right:1px solid #999;
  243. }
  244. input[type="text"]:focus{
  245. border:1px solid #2E7BB8;
  246. -webkit-box-shadow: 0 0 3px rgba(46, 123, 184, 1);
  247. -moz-box-shadow: 0 0 3px rgba(46, 123, 184, 1);
  248. box-shadow:0 0 3px rgba(46, 123, 184, 1);
  249. outline:none;
  250. }
  251. input[type="button"] {
  252. margin:20px;
  253. padding:5px 15px;
  254. color:#777;
  255. background-color:#F3F3F3;
  256. -webkit-border-radius: 2px;
  257. -moz-border-radius: 2px;
  258. border-radius: 2px;
  259. text-decoration:none;
  260. color:#444;
  261. font-size:14px;
  262. filter: dropshadow(color=#fff, offx=0, offy=1);
  263. -webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.3);
  264. -moz-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.3);
  265. box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.1);
  266. -webkit-transition: all 0.5s ;
  267. -moz-transition: all 0.5s ;
  268. -o-transition: all 0.5s ;
  269. transition: all 0.5s ;
  270. border:1px solid #bbb;
  271. border-bottom:1px solid #999;
  272. border-right:1px solid #999;
  273. color:#555;
  274. text-shadow: 0px 1px 0px #ffffff;
  275. background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
  276. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
  277. background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
  278. background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
  279. background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
  280. background: linear-gradient(top, rgba(250,250,250,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
  281. }
  282. input[type="button"]:hover {
  283. color:#555;
  284. background-color:#F9F9F9;
  285. -webkit-box-shadow:0 1px 0 #FFFFFF inset, 0px 0px 1px rgba(0, 0, 0, 0.3);
  286. -moz-box-shadow:0 1px 0 #FFFFFF inset, 0px 0px 1px rgba(0, 0, 0, 0.3);
  287. box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.3);
  288. background: rgb(254,254,254); /* Old browsers */
  289. background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(231,231,231,1) 100%); /* FF3.6+ */
  290. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
  291. background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
  292. background: -o-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
  293. background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%); /* IE10+ */
  294. background: linear-gradient(top, rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%); /* W3C */
  295. }
  296. input[type="button"].search {
  297. margin:0;
  298. }
  299. input[type="button"].search:hover {
  300. }
  301. span.social {
  302. float:right;
  303. }
  304. span.social a {
  305. margin:0px 2px;
  306. display:block;
  307. width:20px;
  308. height:18px;
  309. float:left;
  310. -webkit-transition: all 0.5s ease-in-out;
  311. -moz-transition: all 0.5s ease-in-out;
  312. -o-transition: all 0.5s ease-in-out;
  313. transition: all 0.5s ease-in-out;
  314. }
  315. a.twitter {
  316. background:transparent url('../img/twitter.png') no-repeat;
  317. opacity:0.6;
  318. }
  319. a.twitter:hover {
  320. opacity:0.9;
  321. }
  322. a.facebook {
  323. background:transparent url('../img/facebook.png') no-repeat;
  324. opacity:0.6;
  325. }
  326. a.facebook:hover {
  327. opacity:0.9;
  328. }
  329. a.youtube {
  330. background:transparent url('../img/youtube.png') no-repeat;
  331. opacity:0.6;
  332. }
  333. a.youtube:hover {
  334. opacity:0.9;
  335. }
  336. a.vimeo {
  337. background:transparent url('../img/vimeo.png') no-repeat;
  338. opacity:0.6;
  339. }
  340. a.vimeo:hover {
  341. opacity:0.9;
  342. }
  343. a.dribbble {
  344. background:transparent url('../img/dribbble.png') no-repeat;
  345. opacity:0.6;
  346. }
  347. a.dribbble:hover {
  348. opacity:0.9;
  349. }
  350. a.delicious {
  351. background:transparent url('../img/delicious.png') no-repeat;
  352. opacity:0.6;
  353. }
  354. a.delicious:hover {
  355. opacity:0.9;
  356. }
  357. /* ==|== non-semantic helper classes ======================================== */
  358. .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
  359. .ir br { display: none; }
  360. .hidden { display: none !important; visibility: hidden; }
  361. .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  362. .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  363. .invisible { visibility: hidden; }
  364. .clearfix:before, .clearfix:after { content: ""; display: table; }
  365. .clearfix:after { clear: both; }
  366. .clearfix { zoom: 1; }
  367. /* ==|== media queries ====================================================== */
  368. @media only screen and (min-width: 480px) {
  369. }
  370. @media only screen and (min-width: 768px) {
  371. }
  372. /* ==|== print styles ======================================================= */
  373. @media print {
  374. * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  375. a, a:visited { text-decoration: underline; }
  376. a[href]:after { content: " (" attr(href) ")"; }
  377. abbr[title]:after { content: " (" attr(title) ")"; }
  378. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  379. pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  380. thead { display: table-header-group; }
  381. tr, img { page-break-inside: avoid; }
  382. img { max-width: 100% !important; }
  383. @page { margin: 0.5cm; }
  384. p, h2, h3 { orphans: 3; widows: 3; }
  385. h2, h3 { page-break-after: avoid; }
  386. }