Advertisement
Guest User

main.css

a guest
Jul 3rd, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 26.19 KB | None | 0 0
  1. @charset "UTF-8";
  2. /* CSS Document */
  3. /* html5reset.css - 01/11/2011 */
  4.  
  5. html, body, div, span, object, iframe,
  6. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  7. abbr, address, cite, code,
  8. del, dfn, em, img, ins, kbd, q, samp,
  9. small, strong, sub, sup, var,
  10. b, i,
  11. dl, dt, dd, ol, ul, li,
  12. fieldset, form, label, legend,
  13. table, caption, tbody, tfoot, thead, tr, th, td,
  14. article, aside, canvas, details, figcaption, figure,
  15. footer, header, hgroup, menu, nav, section, summary,
  16. time, mark, audio, video {
  17.     margin: 0;
  18.     padding: 0;
  19.     border: 0;
  20.     outline: 0;
  21.     font-size: 100%;
  22.     vertical-align: baseline;
  23.     background: transparent;
  24. }
  25.  
  26. body {
  27.     line-height: 1;
  28. }
  29.  
  30. article,aside,details,figcaption,figure,
  31. footer,header,hgroup,menu,nav,section {
  32.     display: block;
  33. }
  34.  
  35. nav ul {
  36.     list-style: none;
  37. }
  38.  
  39. blockquote, q {
  40.     quotes: none;
  41. }
  42.  
  43. blockquote:before, blockquote:after,
  44. q:before, q:after {
  45.     content: '';
  46.     content: none;
  47. }
  48.  
  49. a {
  50.     margin: 0;
  51.     padding: 0;
  52.     font-size: 100%;
  53.     vertical-align: baseline;
  54.     background: transparent;
  55. }
  56.  
  57. /* change colours to suit your needs */
  58. ins {
  59.     background-color: #ff9;
  60.     color: #000;
  61.     text-decoration: none;
  62. }
  63.  
  64. /* change colours to suit your needs */
  65. mark {
  66.     background-color: #ff9;
  67.     color: #000;
  68.     font-style: italic;
  69.     font-weight: bold;
  70. }
  71.  
  72. del {
  73.     text-decoration:  line-through;
  74. }
  75.  
  76. abbr[title], dfn[title] {
  77.     border-bottom: 1px dotted;
  78.     cursor: help;
  79. }
  80.  
  81. table {
  82.     border-collapse: collapse;
  83.     border-spacing: 0;
  84. }
  85.  
  86. /* change border colour to suit your needs */
  87. hr {
  88.     display: block;
  89.     height: 1px;
  90.     border: 0;  
  91.     border-top: 1px solid #cccccc;
  92.     margin: 1em 0;
  93.     padding: 0;
  94. }
  95.  
  96. input, select {
  97.     vertical-align: middle;
  98. }
  99.  
  100. <!--site cms-->
  101. html {
  102.     background-color: #eee;
  103.     background-image: repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(255,255,255,.2) 35px, rgba(255,255,255,.2) 70px);
  104. }
  105. body {
  106.     margin: 0 auto;
  107.     padding: 0;
  108.     font: 100%/1.2 "rooney-web", helvetica, helve, sans-serif;
  109.     font-style: normal;
  110.     font-weight: 300;
  111.     color: #000;
  112.     text-align: left;
  113.     width: 1200px;
  114.     background-color: #fff;
  115. }
  116. img {
  117.     image-rendering: optimizeQuality;
  118. }
  119.  
  120.  
  121. /* CSS Logo */
  122. header {
  123.     height: 100px;
  124.     padding: 20px 0 0 0;
  125. }
  126. h1.logo {
  127.     display: block;
  128.     height: 100px;
  129.     width: 90px;
  130.     font-size: 19px;
  131.     line-height: 38px;
  132.     background-color: #000;
  133.     color: #fff;
  134.     padding-left: 10px;
  135.     margin-left: -10px;
  136. }
  137. h1.logotitle {
  138.     display: block;
  139.     height: 100px;
  140.     width: 90px;
  141.     font-size: 19px;
  142.     line-height: 38px;
  143.     color: #FFFF00;
  144.     padding-left: 10px;
  145.     margin-left: -10px;
  146.     position: relative;
  147.     top: -81px;
  148. }
  149. /* Navigation */
  150. nav {
  151.     list-style: none;
  152.     padding: 50px 0 30px 10px;
  153. }
  154. nav ul li {
  155.     display: inline-block;
  156. }
  157. nav ul li a {
  158.     text-decoration: none;
  159.     color: #777;
  160. }
  161. nav ul li a:visited {
  162.     text-decoration: none;
  163.     color: #000000;
  164.     background-color: #FFFF00;
  165. }
  166. nav ul li a:hover {
  167.     text-decoration: none;
  168.     color: #000000;
  169. }
  170. nav ul li a:active {
  171.     text-decoration: none;
  172.     color: #000000;
  173.     background-color: #FFFF00;
  174. }
  175. /* Clearfix */
  176. .clearfix:after {
  177.     visibility: hidden;
  178.     display: block;
  179.     font-size: 0;
  180.     content: " ";
  181.     clear: both;
  182.     height: 0;
  183. }
  184. * html .clearfix {
  185.     zoom: 1;
  186. } /* IE6 */
  187. *:first-child+html .clearfix {
  188.     zoom: 1;
  189. } /* IE7 */
  190. /* Typography */
  191. h1, h2, h3, h4, h5, h6 {
  192.     letter-spacing: 0.5px;
  193.     font-weight: 300;
  194. }
  195. h2 {
  196.     padding: 9px 0 11px 0;
  197.     font-size: 8.5pt;
  198.     border-top: thin;
  199.     border-color: #222;
  200.     border-top-style: dashed;
  201.     color: #222;
  202.     text-transform: uppercase;
  203.     text-align: center;
  204.     background-color: #FFEFD6;
  205.     font-weight: 500;
  206. }
  207. .intro p {
  208.     font-size: 20pt;
  209.     text-align: left;
  210.     color: #bbb;
  211. }
  212. p span {
  213.     color: #333;
  214. }
  215.  
  216. /* Portfolio */
  217.  
  218. /* Project 1 */
  219. .w1 {
  220.     height: 556px;
  221. }
  222. .w1 a {
  223.     display: block;
  224.     border: none;
  225.     width: 280px;
  226.     height: 520px;
  227. }
  228. .w1_page1 {
  229.     background:red;
  230.     background-repeat: no-repeat;
  231.     background-position: top;   width: 580px;
  232.     height: 580px;
  233.     margin: 0 10px 20px 10px;
  234. }
  235. .w1_page2 {
  236.     background:red;
  237.     background-repeat: no-repeat;
  238.     background-position: top;   width: 580px;
  239.     height: 580px;
  240.     margin: 0 10px 20px 10px;
  241. }
  242. .w1_page3 {
  243.     background:red;
  244.     background-repeat: no-repeat;
  245.     background-position: top;   width: 580px;
  246.     height: 580px;
  247.     margin: 0 10px 20px 10px;
  248. }
  249. .w1_page4 {
  250.     background:red;
  251.     background-repeat: no-repeat;
  252.     background-position: top;   width: 580px;
  253.     height: 580px;
  254.     margin: 0 10px 20px 10px;
  255. }
  256. /* Project 2 */
  257. .w2 {
  258.     background: #ccc;
  259.     height: 270px;
  260. }
  261. /* Project 3 */
  262. .w3 {
  263.     background: #ccc;
  264.     height: 200px;
  265. }
  266. /* Project 4 */
  267. .w4 {
  268.     height: 316px;
  269. }
  270. .w4 a {
  271.     display: block;
  272.     border: none;
  273.     width: 280px;
  274.     height: 280px;
  275. }
  276. .w4_page1 {
  277.     background-image: url(../_images/Terracotta-Army-1.png);
  278.     background-repeat: no-repeat;
  279.     background-position: top;
  280.     width: 580px;
  281.     height: 468px;
  282.     margin: 0 10px 20px 10px;
  283. }
  284. .w4_page2 {
  285.     background-image: url(../_images/Terracotta-Army-2.png);
  286.     background-repeat: no-repeat;
  287.     background-position: top;
  288.     width: 580px;
  289.     height: 468px;
  290.     margin: 0 10px 20px 10px;
  291. }
  292. .w4_page3 {
  293.     background:red;
  294.     background-repeat: no-repeat;
  295.     background-position: top;
  296.     width: 580px;
  297.     height: 580px;
  298.     margin: 0 10px 20px 10px;
  299. }
  300. .w4_page4 {
  301.     background:red;
  302.     background-repeat: no-repeat;
  303.     background-position: top;
  304.     width: 580px;
  305.     height: 580px;
  306.     margin: 0 10px 20px 10px;
  307. }
  308. /* Project 5 */
  309. .w5 {
  310.  
  311.     height: 316px;
  312. }
  313. .w5 a {
  314.     display: block;
  315.     border: none;
  316.     width: 280px;
  317.     height: 280px;
  318. }
  319. .w5_page1 {
  320.     background:red;
  321.     background-repeat: no-repeat;
  322.     background-position: top;
  323.     width: 580px;
  324.     height: 580px;
  325.     margin: 0 10px 20px 10px;
  326. }
  327. .w5_page2 {
  328.     background:red;
  329.     background-repeat: no-repeat;
  330.     background-position: top;
  331.     width: 580px;
  332.     height: 580px;
  333.     margin: 0 10px 20px 10px;
  334. }
  335. .w5_page3 {
  336.     background:red;
  337.     background-repeat: no-repeat;
  338.     background-position: top;
  339.     width: 580px;
  340.     height: 580px;
  341.     margin: 0 10px 20px 10px;
  342. }
  343. .w5_page4 {
  344.     background:red;
  345.     background-repeat: no-repeat;
  346.     background-position: top;
  347.     width: 580px;
  348.     height: 580px;
  349.     margin: 0 10px 20px 10px;
  350. }
  351. /* Project 6 */
  352. .w6 {
  353.  
  354.     height: 446px;
  355. }
  356. .w6 a {
  357.     display: block;
  358.     border: none;
  359.     width: 280px;
  360.     height: 410px;
  361. }
  362. .w6_page1 {
  363.     background:red;
  364.     background-repeat: no-repeat;
  365.     background-position: top;
  366.     width: 580px;
  367.     height: 580px;
  368.     margin: 0 10px 20px 10px;
  369. }
  370. .w6_page2 {
  371.     background:red;
  372.     background-repeat: no-repeat;
  373.     background-position: top;
  374.     width: 580px;
  375.     height: 580px;
  376.     margin: 0 10px 20px 10px;
  377. }
  378. .w6_page3 {
  379.     background:red;
  380.     background-repeat: no-repeat;
  381.     background-position: top;
  382.     width: 580px;
  383.     height: 580px;
  384.     margin: 0 10px 20px 10px;
  385. }
  386. .w6_page4 {
  387.     background:red;
  388.     background-repeat: no-repeat;
  389.     background-position: top;
  390.     width: 580px;
  391.     height: 580px;
  392.     margin: 0 10px 20px 10px;
  393. }
  394. /* Project 7 */
  395. .w7 {
  396.  
  397.     height: 244px;
  398. }
  399. .w7 a {
  400.     display: block;
  401.     border: none;
  402.     width: 280px;
  403.     height: 208px;
  404. }
  405. .w7_page1 {
  406.     background:red;
  407.     background-repeat: no-repeat;
  408.     background-position: top;
  409.     width: 580px;
  410.     height: 580px;
  411.     margin: 0 10px 20px 10px;
  412. }
  413. .w7_page2 {
  414.     background:red;
  415.     background-repeat: no-repeat;
  416.     background-position: top;
  417.     width: 580px;
  418.     height: 580px;
  419.     margin: 0 10px 20px 10px;
  420. }
  421. .w7_page3 {
  422.     background:red;
  423.     background-repeat: no-repeat;
  424.     background-position: top;
  425.     width: 580px;
  426.     height: 580px;
  427.     margin: 0 10px 20px 10px;
  428. }
  429. .w7_page4 {
  430.     background:red;
  431.     background-repeat: no-repeat;
  432.     background-position: top;
  433.     width: 580px;
  434.     height: 580px;
  435.     margin: 0 10px 20px 10px;
  436. }
  437. /* Project 8 */
  438. .w8 {
  439.  
  440.     height: 292px;
  441. }
  442. .w8 a {
  443.     display: block;
  444.     border: none;
  445.     width: 280px;
  446.     height: 256px;
  447. }
  448. .w8_page1 {
  449.     background:red;
  450.     background-repeat: no-repeat;
  451.     background-position: top;
  452.     width: 580px;
  453.     height: 580px;
  454.     margin: 0 10px 20px 10px;
  455. }
  456. .w8_page2 {
  457.     background:red;
  458.     background-repeat: no-repeat;
  459.     background-position: top;
  460.     width: 580px;
  461.     height: 580px;
  462.     margin: 0 10px 20px 10px;
  463. }
  464. .w8_page3 {
  465.     background:red;
  466.     background-repeat: no-repeat;
  467.     background-position: top;
  468.     width: 580px;
  469.     height: 580px;
  470.     margin: 0 10px 20px 10px;
  471. }
  472. .w8_page4 {
  473.     background:red;
  474.     background-repeat: no-repeat;
  475.     background-position: top;
  476.     width: 580px;
  477.     height: 580px;
  478.     margin: 0 10px 20px 10px;
  479. }
  480. /* Project 9 */
  481. .w9 {
  482.  
  483.     height: 316px;
  484. }
  485. .w9 a {
  486.     display: block;
  487.     border: none;
  488.     width: 280px;
  489.     height: 280px;
  490. }
  491. .w9_page1 {
  492.     background:red;
  493.     background-repeat: no-repeat;
  494.     background-position: top;
  495.     width: 580px;
  496.     height: 580px;
  497.     margin: 0 10px 20px 10px;
  498. }
  499. .w9_page2 {
  500.     background:red;
  501.     background-repeat: no-repeat;
  502.     background-position: top;
  503.     width: 580px;
  504.     height: 580px;
  505.     margin: 0 10px 20px 10px;
  506. }
  507. .w9_page3 {
  508.     background:red;
  509.     background-repeat: no-repeat;
  510.     background-position: top;
  511.     width: 580px;
  512.     height: 580px;
  513.     margin: 0 10px 20px 10px;
  514. }
  515. .w9_page4 {
  516.     background:red;
  517.     background-repeat: no-repeat;
  518.     background-position: top;
  519.     width: 580px;
  520.     height: 580px;
  521.     margin: 0 10px 20px 10px;
  522. }
  523. /* Project 10 */
  524. .w10 {
  525.  
  526.     height: 236px;
  527. }
  528. .w10 a {
  529.     display: block;
  530.     border: none;
  531.     width: 280px;
  532.     height: 200px;
  533. }
  534. .w10_page1 {
  535.     background:red;
  536.     background-repeat: no-repeat;
  537.     background-position: top;
  538.     width: 580px;
  539.     height: 580px;
  540.     margin: 0 10px 20px 10px;
  541. }
  542. .w10_page2 {
  543.     background:red;
  544.     background-repeat: no-repeat;
  545.     background-position: top;
  546.     width: 580px;
  547.     height: 580px;
  548.     margin: 0 10px 20px 10px;
  549. }
  550. .w10_page3 {
  551.     background:red;
  552.     background-repeat: no-repeat;
  553.     background-position: top;
  554.     width: 580px;
  555.     height: 580px;
  556.     margin: 0 10px 20px 10px;
  557. }
  558. .w10_page4 {
  559.     background:red;
  560.     background-repeat: no-repeat;
  561.     background-position: top;
  562.     width: 580px;
  563.     height: 580px;
  564.     margin: 0 10px 20px 10px;
  565. }
  566. /* Project 11 */
  567. .w11 {
  568.  
  569.     height: 410px;
  570. }
  571. .w11 a {
  572.     display: block;
  573.     border: none;
  574.     width: 280px;
  575.     height: 374px;
  576. }
  577. .w11_page1 {
  578.     background:red;
  579.     background-repeat: no-repeat;
  580.     background-position: top;
  581.     width: 580px;
  582.     height: 580px;
  583.     margin: 0 10px 20px 10px;
  584. }
  585. .w11_page2 {
  586.     background:red;
  587.     background-repeat: no-repeat;
  588.     background-position: top;
  589.     width: 580px;
  590.     height: 580px;
  591.     margin: 0 10px 20px 10px;
  592. }
  593. .w11_page3 {
  594.     background:red;
  595.     background-repeat: no-repeat;
  596.     background-position: top;
  597.     width: 580px;
  598.     height: 580px;
  599.     margin: 0 10px 20px 10px;
  600. }
  601. .w11_page4 {
  602.     background:red;
  603.     background-repeat: no-repeat;
  604.     background-position: top;
  605.     width: 580px;
  606.     height: 580px;
  607.     margin: 0 10px 20px 10px;
  608. }
  609. /* Project 12 */
  610. .w12 {
  611.  
  612.     height: 316px;
  613. }
  614. .w12 a {
  615.     display: block;
  616.     border: none;
  617.     width: 280px;
  618.     height: 280px;
  619. }
  620. .w12_page1 {
  621.     background:red;
  622.     background-repeat: no-repeat;
  623.     background-position: top;
  624.     width: 580px;
  625.     height: 580px;
  626.     margin: 0 10px 20px 10px;
  627. }
  628. .w12_page2 {
  629.     background:red;
  630.     background-repeat: no-repeat;
  631.     background-position: top;
  632.     width: 580px;
  633.     height: 580px;
  634.     margin: 0 10px 20px 10px;
  635. }
  636. .w12_page3 {
  637.     background:red;
  638.     background-repeat: no-repeat;
  639.     background-position: top;
  640.     width: 580px;
  641.     height: 580px;
  642.     margin: 0 10px 20px 10px;
  643. }
  644. .w12_page4 {
  645.     background:red;
  646.     background-repeat: no-repeat;
  647.     background-position: top;
  648.     width: 580px;
  649.     height: 580px;
  650.     margin: 0 10px 20px 10px;
  651. }
  652. /* Project 13 */
  653. .w13 {
  654.  
  655.     height: 316px;
  656. }
  657. .w13 a {
  658.     display: block;
  659.     border: none;
  660.     width: 280px;
  661.     height: 280px;
  662. }
  663. .w13_page1 {
  664.     background:red;
  665.     background-repeat: no-repeat;
  666.     background-position: top;
  667.     width: 580px;
  668.     height: 580px;
  669.     margin: 0 10px 20px 10px;
  670. }
  671. .w13_page2 {
  672.     background:red;
  673.     background-repeat: no-repeat;
  674.     background-position: top;
  675.     width: 580px;
  676.     height: 580px;
  677.     margin: 0 10px 20px 10px;
  678. }
  679. .w13_page3 {
  680.     background:red;
  681.     background-repeat: no-repeat;
  682.     background-position: top;
  683.     width: 580px;
  684.     height: 580px;
  685.     margin: 0 10px 20px 10px;
  686. }
  687. .w13_page4 {
  688.     background:red;
  689.     background-repeat: no-repeat;
  690.     background-position: top;
  691.     width: 580px;
  692.     height: 580px;
  693.     margin: 0 10px 20px 10px;
  694. }
  695. /* Project 14 */
  696. .w14 {
  697.  
  698.     height: 316px;
  699. }
  700. .w14 a {
  701.     display: block;
  702.     border: none;
  703.     width: 280px;
  704.     height: 280px;
  705. }
  706. .w14_page1 {
  707.     background:red;
  708.     background-repeat: no-repeat;
  709.     background-position: top;
  710.     width: 580px;
  711.     height: 580px;
  712.     margin: 0 10px 20px 10px;
  713. }
  714. .w14_page2 {
  715.     background:red;
  716.     background-repeat: no-repeat;
  717.     background-position: top;
  718.     width: 580px;
  719.     height: 580px;
  720.     margin: 0 10px 20px 10px;
  721. }
  722. .w14_page3 {
  723.     background:red;
  724.     background-repeat: no-repeat;
  725.     background-position: top;
  726.     width: 580px;
  727.     height: 580px;
  728.     margin: 0 10px 20px 10px;
  729. }
  730. .w14_page4 {
  731.     background:red;
  732.     background-repeat: no-repeat;
  733.     background-position: top;
  734.     width: 580px;
  735.     height: 580px;
  736.     margin: 0 10px 20px 10px;
  737. }
  738. /* Project 15 */
  739. .w15 {
  740.  
  741.     height: 246px;
  742. }
  743. .w15 a {
  744.     display: block;
  745.     border: none;
  746.     width: 280px;
  747.     height: 210px;
  748. }
  749. .w15_page1 {
  750.     background:red;
  751.     background-repeat: no-repeat;
  752.     background-position: top;   width: 580px;
  753.     height: 580px;
  754.     margin: 0 10px 20px 10px;
  755. }
  756. .w15_page2 {
  757.     background:red;
  758.     background-repeat: no-repeat;
  759.     background-position: top;   width: 580px;
  760.     height: 580px;
  761.     margin: 0 10px 20px 10px;
  762. }
  763. .w15_page3 {
  764.     background:red;
  765.     background-repeat: no-repeat;
  766.     background-position: top;   width: 580px;
  767.     height: 580px;
  768.     margin: 0 10px 20px 10px;
  769. }
  770. .w15_page4 {
  771.     background:red;
  772.     background-repeat: no-repeat;
  773.     background-position: top;   width: 580px;
  774.     height: 580px;
  775.     margin: 0 10px 20px 10px;
  776. }
  777. @media only screen and (min-width: 1200px) {
  778. body {
  779.     margin : 0 auto;
  780.     padding : 0;
  781.     width: 1200px;
  782. }
  783. .intro p {
  784.     width: 1180px;
  785.     margin: 0 10px 40px 10px;
  786. }
  787. .w1, .w2, .w3, .w4, .w5, .w6, .w7, .w8, .w9, .w10, .w11, .w12, .w13, .w14, .w15 {
  788.     width: 280px;
  789.     margin: 0 10px 20px 10px;
  790. }
  791. .divider {
  792.     width: 1180px;
  793.     height: 40px;
  794.     background: #000;
  795.     margin: 0 10px 40px 10px;
  796. }
  797. }
  798.  
  799. @media only screen and (min-width: 1024px) and (max-width: 1199px) {
  800. body {
  801.     margin : 0 auto;
  802.     padding : 0;
  803.     width: 900px;
  804. }
  805. .intro p {
  806.     width: 890px;
  807.     margin: 0 10px 40px 10px;
  808.     font-size: 18pt;
  809. }
  810. .w1, .w2, .w3, .w4, .w5, .w6, .w7, .w8, .w9, .w10, .w11, .w12, .w13, .w14, .w15 {
  811.     width: 280px;
  812.     margin: 0 10px 20px 10px;
  813. }
  814. .pages {
  815.     margin: 0 160px 20px 160px;
  816. }
  817. .divider {
  818.     width: 880px;
  819.     height: 40px;
  820.     background: #000;
  821.     margin: 0 10px 40px 10px;
  822. }
  823. }
  824.  
  825. @media only screen and (min-width: 768px) and (max-width: 1023px) {
  826. body {
  827.     margin : 0 auto;
  828.     padding : 0;
  829.     width: 600px;
  830. }
  831. .intro p {
  832.     width: 590px;
  833.     margin: 0 10px 40px 10px;
  834.     font-size: 18pt;
  835. }
  836. .w1, .w2, .w3, .w4, .w5, .w6, .w7, .w8, .w9, .w10, .w11, .w12, .w13, .w14, .w15 {
  837.     width: 280px;
  838.     margin: 0 10px 20px 10px;
  839. }
  840. .divider {
  841.     width: 580px;
  842.     height: 40px;
  843.     background: #000;
  844.     margin: 0 10px 40px 10px;
  845. }
  846. }
  847.  
  848. @media only screen and (max-width: 767px) {
  849. body {
  850.     margin : 0 auto;
  851.     padding : 0;
  852.     width: 320px;
  853. }
  854. .intro p {
  855.     width: 280px;
  856.     margin: 0 20px 40px 20px;
  857.     font-size: 13pt;
  858. }
  859. .w1, .w2, .w3, .w4, .w5, .w6, .w7, .w8, .w9, .w10, .w11, .w12, .w13, .w14, .w15 {
  860.     width: 280px;
  861.     margin: 0 20px 20px 20px;
  862. }
  863. .divider {
  864.     width: 280px;
  865.     height: 40px;
  866.     background: #000;
  867.     margin: 0 20px 40px 20px;
  868. }
  869. h1.logo, h1.logotitle {
  870.     margin-left: 20px;
  871. }
  872. /* Project 1 */
  873. .w1_page1 {
  874.     background-image: url(../_images/280.png);
  875.     background-repeat: no-repeat;
  876.     background-position: top;
  877.     width: 280px;
  878.     height: 280px;
  879.     margin: 0 20px 20px 20px;
  880. }
  881. .w1_page2 {
  882.     background-image: url(../_images/280.png);
  883.     background-repeat: no-repeat;
  884.     background-position: top;
  885.     width: 280px;
  886.     height: 280px;
  887.     margin: 0 20px 20px 20px;
  888. }
  889. .w1_page3 {
  890.     background-image: url(../_images/280.png);
  891.     background-repeat: no-repeat;
  892.     background-position: top;
  893.     width: 280px;
  894.     height: 280px;
  895.     margin: 0 20px 20px 20px;
  896. }
  897. .w1_page4 {
  898.     background-image: url(../_images/280.png);
  899.     background-repeat: no-repeat;
  900.     background-position: top;
  901.     width: 280px;
  902.     height: 280px;
  903.     margin: 0 20px 20px 20px;
  904. }
  905. /* Project 4 */
  906. .w4_page1 {
  907.     background-image: url(../_images/280.png);
  908.     background-repeat: no-repeat;
  909.     background-position: top;
  910.     width: 280px;
  911.     height: 280px;
  912.     margin: 0 20px 20px 20px;
  913. }
  914. .w4_page2 {
  915.     background-image: url(../_images/280.png);
  916.     background-repeat: no-repeat;
  917.     background-position: top;
  918.     width: 280px;
  919.     height: 280px;
  920.     margin: 0 20px 20px 20px;
  921. }
  922. .w4_page3 {
  923.     background-image: url(../_images/280.png);
  924.     background-repeat: no-repeat;
  925.     background-position: top;
  926.     width: 280px;
  927.     height: 280px;
  928.     margin: 0 20px 20px 20px;
  929. }
  930. .w4_page4 {
  931.     background-image: url(../_images/280.png);
  932.     background-repeat: no-repeat;
  933.     background-position: top;
  934.     width: 280px;
  935.     height: 280px;
  936.     margin: 0 20px 20px 20px;
  937. }
  938. /* Project 5 */
  939. .w5_page1 {
  940.     background-image: url(../_images/280.png);
  941.     background-repeat: no-repeat;
  942.     background-position: top;
  943.     width: 280px;
  944.     height: 280px;
  945.     margin: 0 20px 20px 20px;
  946. }
  947. .w5_page2 {
  948.     background-image: url(../_images/280.png);
  949.     background-repeat: no-repeat;
  950.     background-position: top;
  951.     width: 280px;
  952.     height: 280px;
  953.     margin: 0 20px 20px 20px;
  954. }
  955. .w5_page3 {
  956.     background-image: url(../_images/280.png);
  957.     background-repeat: no-repeat;
  958.     background-position: top;
  959.     width: 280px;
  960.     height: 280px;
  961.     margin: 0 20px 20px 20px;
  962. }
  963. .w5_page4 {
  964.     background-image: url(../_images/280.png);
  965.     background-repeat: no-repeat;
  966.     background-position: top;
  967.     width: 280px;
  968.     height: 280px;
  969.     margin: 0 20px 20px 20px;
  970. }
  971. /* Project 6 */
  972. .w6_page1 {
  973.     background-image: url(../_images/280.png);
  974.     background-repeat: no-repeat;
  975.     background-position: top;
  976.     width: 280px;
  977.     height: 280px;
  978.     margin: 0 20px 20px 20px;
  979. }
  980. .w6_page2 {
  981.     background-image: url(../_images/280.png);
  982.     background-repeat: no-repeat;
  983.     background-position: top;
  984.     width: 280px;
  985.     height: 280px;
  986.     margin: 0 20px 20px 20px;
  987. }
  988. .w6_page3 {
  989.     background-image: url(../_images/280.png);
  990.     background-repeat: no-repeat;
  991.     background-position: top;
  992.     width: 280px;
  993.     height: 280px;
  994.     margin: 0 20px 20px 20px;
  995. }
  996. .w6_page4 {
  997.     background-image: url(../_images/280.png);
  998.     background-repeat: no-repeat;
  999.     background-position: top;
  1000.     width: 280px;
  1001.     height: 280px;
  1002.     margin: 0 20px 20px 20px;
  1003. }
  1004. /* Project 7 */
  1005. .w7_page1 {
  1006.     background-image: url(../_images/280.png);
  1007.     background-repeat: no-repeat;
  1008.     background-position: top;
  1009.     width: 280px;
  1010.     height: 280px;
  1011.     margin: 0 20px 20px 20px;
  1012. }
  1013. .w7_page2 {
  1014.     background-image: url(../_images/280.png);
  1015.     background-repeat: no-repeat;
  1016.     background-position: top;
  1017.     width: 280px;
  1018.     height: 280px;
  1019.     margin: 0 20px 20px 20px;
  1020. }
  1021. .w7_page3 {
  1022.     background-image: url(../_images/280.png);
  1023.     background-repeat: no-repeat;
  1024.     background-position: top;
  1025.     width: 280px;
  1026.     height: 280px;
  1027.     margin: 0 20px 20px 20px;
  1028. }
  1029. .w7_page4 {
  1030.     background-image: url(../_images/280.png);
  1031.     background-repeat: no-repeat;
  1032.     background-position: top;
  1033.     width: 280px;
  1034.     height: 280px;
  1035.     margin: 0 20px 20px 20px;
  1036. }
  1037. /* Project 8 */
  1038. .w8_page1 {
  1039.     background-image: url(../_images/280.png);
  1040.     background-repeat: no-repeat;
  1041.     background-position: top;
  1042.     width: 280px;
  1043.     height: 280px;
  1044.     margin: 0 20px 20px 20px;
  1045. }
  1046. .w8_page2 {
  1047.     background-image: url(../_images/280.png);
  1048.     background-repeat: no-repeat;
  1049.     background-position: top;
  1050.     width: 280px;
  1051.     height: 280px;
  1052.     margin: 0 20px 20px 20px;
  1053. }
  1054. .w8_page3 {
  1055.     background-image: url(../_images/280.png);
  1056.     background-repeat: no-repeat;
  1057.     background-position: top;
  1058.     width: 280px;
  1059.     height: 280px;
  1060.     margin: 0 20px 20px 20px;
  1061. }
  1062. .w8_page4 {
  1063.     background-image: url(../_images/280.png);
  1064.     background-repeat: no-repeat;
  1065.     background-position: top;
  1066.     width: 280px;
  1067.     height: 280px;
  1068.     margin: 0 20px 20px 20px;
  1069. }
  1070. /* Project 9 */
  1071. .w9_page1 {
  1072.     background-image: url(../_images/280.png);
  1073.     background-repeat: no-repeat;
  1074.     background-position: top;
  1075.     width: 280px;
  1076.     height: 280px;
  1077.     margin: 0 20px 20px 20px;
  1078. }
  1079. .w9_page2 {
  1080.     background-image: url(../_images/280.png);
  1081.     background-repeat: no-repeat;
  1082.     background-position: top;
  1083.     width: 280px;
  1084.     height: 280px;
  1085.     margin: 0 20px 20px 20px;
  1086. }
  1087. .w9_page3 {
  1088.     background-image: url(../_images/280.png);
  1089.     background-repeat: no-repeat;
  1090.     background-position: top;
  1091.     width: 280px;
  1092.     height: 280px;
  1093.     margin: 0 20px 20px 20px;
  1094. }
  1095. .w9_page4 {
  1096.     background-image: url(../_images/280.png);
  1097.     background-repeat: no-repeat;
  1098.     background-position: top;
  1099.     width: 280px;
  1100.     height: 280px;
  1101.     margin: 0 20px 20px 20px;
  1102. }
  1103. /* Project 10 */
  1104. .w10_page1 {
  1105.     background-image: url(../_images/280.png);
  1106.     background-repeat: no-repeat;
  1107.     background-position: top;
  1108.     width: 280px;
  1109.     height: 280px;
  1110.     margin: 0 20px 20px 20px;
  1111. }
  1112. .w10_page2 {
  1113.     background-image: url(../_images/280.png);
  1114.     background-repeat: no-repeat;
  1115.     background-position: top;
  1116.     width: 280px;
  1117.     height: 280px;
  1118.     margin: 0 20px 20px 20px;
  1119. }
  1120. .w10_page3 {
  1121.     background-image: url(../_images/280.png);
  1122.     background-repeat: no-repeat;
  1123.     background-position: top;
  1124.     width: 280px;
  1125.     height: 280px;
  1126.     margin: 0 20px 20px 20px;
  1127. }
  1128. .w10_page4 {
  1129.     background-image: url(../_images/280.png);
  1130.     background-repeat: no-repeat;
  1131.     background-position: top;
  1132.     width: 280px;
  1133.     height: 280px;
  1134.     margin: 0 20px 20px 20px;
  1135. }
  1136. /* Project 11 */
  1137. .w11_page1 {
  1138.     background-image: url(../_images/280.png);
  1139.     background-repeat: no-repeat;
  1140.     background-position: top;
  1141.     width: 280px;
  1142.     height: 280px;
  1143.     margin: 0 20px 20px 20px;
  1144. }
  1145. .w11_page2 {
  1146.     background-image: url(../_images/280.png);
  1147.     background-repeat: no-repeat;
  1148.     background-position: top;
  1149.     width: 280px;
  1150.     height: 280px;
  1151.     margin: 0 20px 20px 20px;
  1152. }
  1153. .w11_page3 {
  1154.     background-image: url(../_images/280.png);
  1155.     background-repeat: no-repeat;
  1156.     background-position: top;
  1157.     width: 280px;
  1158.     height: 280px;
  1159.     margin: 0 20px 20px 20px;
  1160. }
  1161. .w11_page4 {
  1162.     background-image: url(../_images/280.png);
  1163.     background-repeat: no-repeat;
  1164.     background-position: top;
  1165.     width: 280px;
  1166.     height: 280px;
  1167.     margin: 0 20px 20px 20px;
  1168. }
  1169. /* Project 12 */
  1170. .w12_page1 {
  1171.     background-image: url(../_images/280.png);
  1172.     background-repeat: no-repeat;
  1173.     background-position: top;
  1174.     width: 280px;
  1175.     height: 280px;
  1176.     margin: 0 20px 20px 20px;
  1177. }
  1178. .w12_page2 {
  1179.     background-image: url(../_images/280.png);
  1180.     background-repeat: no-repeat;
  1181.     background-position: top;
  1182.     width: 280px;
  1183.     height: 280px;
  1184.     margin: 0 20px 20px 20px;
  1185. }
  1186. .w12_page3 {
  1187.     background-image: url(../_images/280.png);
  1188.     background-repeat: no-repeat;
  1189.     background-position: top;
  1190.     width: 280px;
  1191.     height: 280px;
  1192.     margin: 0 20px 20px 20px;
  1193. }
  1194. .w12_page4 {
  1195.     background-image: url(../_images/280.png);
  1196.     background-repeat: no-repeat;
  1197.     background-position: top;
  1198.     width: 280px;
  1199.     height: 280px;
  1200.     margin: 0 20px 20px 20px;
  1201. }
  1202. /* Project 13 */
  1203. .w13_page1 {
  1204.     background-image: url(../_images/280.png);
  1205.     background-repeat: no-repeat;
  1206.     background-position: top;
  1207.     width: 280px;
  1208.     height: 280px;
  1209.     margin: 0 20px 20px 20px;
  1210. }
  1211. .w13_page2 {
  1212.     background-image: url(../_images/280.png);
  1213.     background-repeat: no-repeat;
  1214.     background-position: top;
  1215.     width: 280px;
  1216.     height: 280px;
  1217.     margin: 0 20px 20px 20px;
  1218. }
  1219. .w13_page3 {
  1220.     background-image: url(../_images/280.png);
  1221.     background-repeat: no-repeat;
  1222.     background-position: top;
  1223.     width: 280px;
  1224.     height: 280px;
  1225.     margin: 0 20px 20px 20px;
  1226. }
  1227. .w13_page4 {
  1228.     background-image: url(../_images/280.png);
  1229.     background-repeat: no-repeat;
  1230.     background-position: top;
  1231.     width: 280px;
  1232.     height: 280px;
  1233.     margin: 0 20px 20px 20px;
  1234. }
  1235. /* Project 14 */
  1236. .w14_page1 {
  1237.     background-image: url(../_images/280.png);
  1238.     background-repeat: no-repeat;
  1239.     background-position: top;
  1240.     width: 280px;
  1241.     height: 280px;
  1242.     margin: 0 20px 20px 20px;
  1243. }
  1244. .w14_page2 {
  1245.     background-image: url(../_images/280.png);
  1246.     background-repeat: no-repeat;
  1247.     background-position: top;
  1248.     width: 280px;
  1249.     height: 280px;
  1250.     margin: 0 20px 20px 20px;
  1251. }
  1252. .w14_page3 {
  1253.     background-image: url(../_images/280.png);
  1254.     background-repeat: no-repeat;
  1255.     background-position: top;
  1256.     width: 280px;
  1257.     height: 280px;
  1258.     margin: 0 20px 20px 20px;
  1259. }
  1260. .w14_page4 {
  1261.     background-image: url(../_images/280.png);
  1262.     background-repeat: no-repeat;
  1263.     background-position: top;
  1264.     width: 280px;
  1265.     height: 280px;
  1266.     margin: 0 20px 20px 20px;
  1267. }
  1268. /* Project 15 */
  1269. .w15_page1 {
  1270.     background-image: url(../_images/280.png);
  1271.     background-repeat: no-repeat;
  1272.     background-position: top;
  1273.     width: 280px;
  1274.     height: 280px;
  1275.     margin: 0 20px 20px 20px;
  1276. }
  1277. .w15_page2 {
  1278.     background-image: url(../_images/280.png);
  1279.     background-repeat: no-repeat;
  1280.     background-position: top;
  1281.     width: 280px;
  1282.     height: 280px;
  1283.     margin: 0 20px 20px 20px;
  1284. }
  1285. .w15_page3 {
  1286.     background-image: url(../_images/280.png);
  1287.     background-repeat: no-repeat;
  1288.     background-position: top;
  1289.     width: 280px;
  1290.     height: 280px;
  1291.     margin: 0 20px 20px 20px;
  1292. }
  1293. .w15_page4 {
  1294.     background-image: url(../_images/280.png);
  1295.     background-repeat: no-repeat;
  1296.     background-position: top;
  1297.     width: 280px;
  1298.     height: 280px;
  1299.     margin: 0 20px 20px 20px;
  1300. }
  1301. }
  1302. /**** Isotope Filtering ****/
  1303. .isotope-item {
  1304.     z-index: 2;
  1305. }
  1306. .isotope-hidden.isotope-item {
  1307.     pointer-events: none;
  1308.     z-index: 1;
  1309. }
  1310. /**** Isotope CSS3 transitions ****/
  1311.         .isotope,
  1312.         .isotope .isotope-item {
  1313.                 /* change duration value to whatever you like */
  1314.                 -webkit-transition-duration: 0.8s;
  1315.                    -moz-transition-duration: 0.8s;
  1316.                     -ms-transition-duration: 0.8s;
  1317.                      -o-transition-duration: 0.8s;
  1318.                         transition-duration: 0.8s;
  1319.         }
  1320.  
  1321.         .isotope .isotope-item {
  1322.                 -webkit-transition-property: -webkit-transform, opacity;
  1323.                    -moz-transition-property:    -moz-transform, opacity;
  1324.                     -ms-transition-property:     -ms-transform, opacity;
  1325.                      -o-transition-property:      -o-transform, opacity;
  1326.                         transition-property:         transform, opacity;
  1327.         }
  1328.  
  1329.         /**** disabling Isotope CSS3 transitions ****/
  1330.  
  1331.         .isotope.no-transition,
  1332.         .isotope.no-transition .isotope-item,
  1333.         .isotope .isotope-item.no-transition {
  1334.                 -webkit-transition-duration: 0s;
  1335.                    -moz-transition-duration: 0s;
  1336.                     -ms-transition-duration: 0s;
  1337.                      -o-transition-duration: 0s;
  1338.                         transition-duration: 0s;
  1339.         }
  1340.  
  1341. html {min-height: 101%;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement