Advertisement
Guest User

Css

a guest
Aug 18th, 2013
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. body{
  2. margin:0px;
  3. padding:0px;
  4. font-family:"Kingthings Petrock";
  5. font-size: 14px;
  6. background:#000;
  7. }
  8. img{
  9. border:none;
  10. }
  11.  
  12. /*
  13. *
  14. * 1. Head
  15. * 2. Footer
  16. * 3. Main
  17. * 4. Extra
  18. *
  19. */
  20.  
  21. /*
  22. *
  23. * 1. Head
  24. *
  25. */
  26.  
  27.  
  28. #Header {
  29. background-image:url(images/headerSliver.png);
  30. }
  31. /*
  32. *
  33. * 2. Footer
  34. *
  35. */
  36.  
  37. #Footer {
  38. clear:left;
  39. background:#333 url(images/Footer.png);
  40. border-top:#2C2C2C 6px solid;
  41. color:#CCC;
  42. }
  43. #MainFooterDiv {
  44. margin:20px;
  45. padding:20px;
  46. font-family:"Kingthings Petrock";
  47. font-size:16px;
  48. color:#C60;
  49. }
  50.  
  51. /*
  52. *
  53. * 3. Mian
  54. *
  55. */
  56. #SideHead {
  57. background-image:url(images/SHead.png);
  58. height:49px;
  59. width:170px;
  60. }
  61. #SideHead2 {
  62. background-image:url(images/SHead.png);
  63. height:49px;
  64. width:170px;
  65. margin-left:5px;
  66. }
  67. #MainBody {
  68. background-image:url(images/MainBack.png);
  69. margin-left: auto;
  70. margin-right: auto;
  71. width:703px;
  72. }
  73.  
  74. #panel1{
  75. float:left;
  76. width:16%;
  77. color: #9E9E9E;
  78. padding-left:8px;
  79. font-weight:100;
  80. display:block;
  81. color: #CCC; text-decoration:none; padding:8px 8px; text-shadow: 1px 1px #000000;
  82. font-size:14px;
  83. background-image:url(images/SideMain.png);
  84. }
  85. #panel2{
  86. float:right;
  87. width:16%;
  88. color: #9E9E9E;
  89.  
  90. padding-left:8px;
  91. font-weight:100;
  92. display:block;
  93. color: #CCC; text-decoration:none; padding:8px 8px; text-shadow: 1px 1px #000000;
  94. font-size:14px;
  95. background-image:url(images/SideMain2.png);
  96. }
  97.  
  98. /*
  99. *
  100. * 4. Extra
  101. *
  102. */
  103. .sharing-cl{
  104. overflow:hidden;
  105. margin:0;
  106. padding:0;
  107. list-style:none;
  108. }
  109. .sharing-cl a{
  110. overflow:hidden;
  111. width:75px;
  112. height:30px;
  113. float:left;
  114. margin-right:20px;
  115. text-indent:-200px;
  116.  
  117. background:url("images/share-sprite.png") no-repeat;
  118. }
  119. a.sh-Youtube{background-position:-214px -40px;}
  120. a.sh-Twitter{background-position:-61px -40px;}
  121. a.sh-Rss{background-position:-143px -40px;}
  122. a.sh-Facebook{background-position:20px -40px;}
  123.  
  124. a.sh-Youtube:hover{background-position:-214px 1px;}
  125. a.sh-Twitter:hover{background-position:-61px 1px;}
  126. a.sh-Rss:hover{background-position:-143px 1px;}
  127. a.sh-Facebook:hover{background-position:20px 1px;}
  128.  
  129. #text{
  130. margin-top:3em;
  131. font-weight:bold;
  132. font-family:helvetica,arial,sans-serif;
  133. }
  134. #text a{
  135. text-indent:0;
  136. height:auto;
  137. text-align:center;
  138. font-size:11px;
  139. padding-top:35px;
  140. color:#C60;
  141. text-decoration:none;
  142. font-family: "Kingthings Petrock";
  143. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement