Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 21st, 2012  |  syntax: None  |  size: 1.26 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. html {
  2.     margin: 0;
  3.     padding: 0;
  4.     height: 100%;
  5. }
  6.  
  7. body {
  8.     margin: auto;
  9.     padding: 0;
  10.     height: 100%;
  11. }
  12.  
  13. section {
  14.         margin:0;
  15.         padding:0;
  16. }
  17.  
  18. a img {
  19.         border: none;
  20. }
  21.        
  22. #main {
  23.         margin:auto;
  24.         padding:0;
  25.         width:980px;
  26. }
  27.  
  28. #galerie {
  29.         display:block;
  30.         margin:0;
  31.         width:980px;
  32.         height:520px;
  33. }
  34.  
  35. #galerie ul {
  36.         margin-left:200px;
  37. }
  38.  
  39. #galerie ul li{
  40.         width:150px;
  41.         height:150px;
  42.         list-style:none;
  43.         float:left;
  44.         padding:10px;
  45. }
  46.  
  47. #galerie ul li:nth-child(3n+1){
  48.         clear:left;
  49. }
  50.  
  51. #galerie ul li a{
  52.         display:block;
  53.         width:150px;
  54.         height:150px;
  55.         text-decoration:none;
  56.         color:white;
  57. }
  58.  
  59. #galerie ul li a img.bgimg{
  60.         opacity:1;
  61.         position:absolute;
  62.         width:150px !important;
  63.         height:150px !important;
  64.         z-index:3;
  65. }
  66.  
  67. nav {
  68.         margin-left:50px;
  69.     position: absolute;
  70.     top: 260px;
  71.         z-index:4;
  72. }
  73.  
  74. nav ul.cat {
  75.     list-style: none;
  76.     display: block;
  77.     position: relative;
  78. }
  79.  
  80. nav ul.cat li a {
  81.     padding: 7px 0 7px 0;
  82.     width: 200px;
  83.     display: block;
  84.     text-decoration: none;
  85.     margin: 20px 0 0 0;
  86.     z-index: 2;
  87. }
  88.  
  89. nav ul img {
  90.     float: right
  91. }
  92.  
  93. footer {
  94.     text-align: center;
  95.         position:absolute;
  96.         bottom:0;
  97.     margin: 0;
  98.         padding:0;
  99.         height:100px;
  100.     max-width: 980px;
  101.         z-index:9;
  102. }
  103.  
  104. footer img {
  105.     width: auto;
  106.         border:0;
  107. }
  108.  
  109. footer a {
  110.         text-decoration: none;
  111. }