Advertisement
Guest User

css

a guest
Jun 8th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. /*
  2.  
  3. Theme Name: Minhaj
  4.  
  5. Theme URI: http://www.adnanhussaini.com
  6.  
  7. Description: Minhaj website theme
  8.  
  9. Version: 1.0
  10.  
  11. Author: Adnan Hussaini
  12.  
  13. Author URI: http://www.adnanhussaini.com
  14.  
  15.  
  16.  
  17. */
  18.  
  19. * {
  20. margin: 0px;
  21. padding: 0px;
  22. border: 0px;
  23. }
  24. A:link {text-decoration: underline; color:#666666;}
  25. A:visited {text-decoration: underline; color:#666666;}
  26. A:active {text-decoration: underline; color:#666666;}
  27. A:hover {text-decoration: underline; color:#FFF;}
  28.  
  29. ul li {
  30. list-style-position: inside;
  31. }
  32. html {
  33. background: #b3b3b3 url(theme/header_gradient.png) repeat-x;
  34. height: 100%;
  35. }
  36. body {
  37. padding: 0;
  38. margin: 0;
  39. background: url(theme/header.png) no-repeat center top;
  40. color: #000;
  41. width: 100%;
  42. display: table;
  43. }
  44. #wrapper {
  45. width: auto;
  46. height:auto;
  47. margin: 0;
  48. border: 0;
  49. padding: 0px;
  50. background: url(graphics/wrappertest.png);
  51. background-position:bottom;
  52. background-repeat:repeat-x;
  53. }
  54. #filler{
  55. background: #261e1b;
  56. height: 100%;
  57. padding-bottom: 150px;
  58. }
  59. #filler2{
  60. background:#261e1b;
  61. height: 100%;
  62. }
  63.  
  64. #menu {
  65. width:851px;
  66. height:auto;
  67. background:none;
  68. border: 0;
  69. margin: auto;
  70. padding: 1px 20px 15px 20px;
  71. clear:both;
  72.  
  73. font-family: Georgia, serif;
  74. font-size: .75em;
  75. font-weight:500;
  76. list-style-type: none;
  77. }
  78. #subwrapper {
  79. width:891px;
  80. height:auto;
  81. background: transparent url(theme/content.png) repeat;
  82. border: 0;
  83. margin: 0px auto;
  84. padding: 0px;
  85. list-style:none
  86. }
  87. #content {
  88. width:650px;
  89. border: 0;
  90. margin: 0px;
  91. padding: 0 15px 0 15px;
  92. float:left;
  93. list-style:circle !important;
  94. list-style-type:circle !important;
  95. }
  96. #holder {
  97. width:623px;
  98. height:283px;
  99. border: 0;
  100. margin: 0;
  101. padding: 13px 0px 0px 13px;
  102. background: url(theme/holder.png);
  103. }
  104. #sidebar{
  105. width:196px;
  106. border: 0;
  107. margin: 0px;
  108. padding: 0 15px 0 0;
  109. float:right;
  110.  
  111. font-family: Georgia, serif;
  112.  
  113. }
  114. #form
  115. {
  116. list-style:none;
  117. }
  118. #footer {
  119. clear:both;
  120. width:891px;
  121. height:131px;
  122. background-image:url(theme/footer.png);
  123. background-repeat:no-repeat;
  124. background-position:center top;
  125. border: 0px;
  126. margin: auto;
  127. padding: 40px 0 0 0;
  128.  
  129. font-family: Georgia, serif;
  130. text-align:center;
  131. color:#333;
  132. font-size:.7em;
  133. }
  134.  
  135. #footer_left{
  136. width:400px;
  137. height:80px;
  138. padding-left: 10px;
  139. float:left;
  140. color: #CCCCCC;
  141. text-align:left;
  142. }
  143. #footer_middle{
  144. width:220px;
  145. height:80px;
  146. padding-left: 10px;
  147. float:left;
  148. color: #CCCCCC;
  149. text-align:left;
  150. }
  151. #footer_right{
  152. width:230px;
  153. height:80px;
  154. padding-right: 5px;
  155. padding-left: 15px;
  156. color: #CCCCCC;
  157. float:right;
  158. text-align:left;
  159. }
  160. .clear
  161. {
  162. clear:both;
  163. }
  164. h1 {
  165. margin: 0;
  166. padding: 0;
  167. color: #093;
  168. }
  169.  
  170.  
  171. .post{
  172. padding-bottom:10px;
  173. font-family: Georgia, serif;
  174. }
  175. .bodypost{
  176. font-family: Georgia, serif;
  177. color: #00000;
  178. font-size:.75em;
  179. line-height: 20px;
  180. }
  181. .commentpost{
  182. background-color: #CCC;
  183. padding: 5px;
  184. color: #00000;
  185. font-size:.75em;
  186. line-height: 20px;
  187. }
  188. .adminmessage{
  189. color:#F00;
  190. }
  191. .bodypost ul{
  192. margin-left: 0;
  193. padding-left: 15px
  194. }
  195. .bodypost p{
  196. margin: 0;
  197. padding-top: .20em;
  198. padding-bottom: .20em;
  199. }
  200. .postmetadata{
  201. color:#333;
  202. font-size:.7em;
  203. }
  204.  
  205. /* comments */
  206. .comments-template{
  207.  
  208. margin: 10px 0 0;
  209.  
  210. border-top: 1px solid #ccc;
  211.  
  212. padding: 10px 0 0;
  213.  
  214. }
  215.  
  216.  
  217.  
  218. .comments-template ol{
  219.  
  220. margin: 0;
  221.  
  222. padding: 0 0 15px;
  223.  
  224. list-style: none;
  225.  
  226. }
  227.  
  228.  
  229.  
  230. .comments-template ol li{
  231.  
  232. margin: 10px 0 0;
  233.  
  234. line-height: 18px;
  235.  
  236. padding: 0 0 10px;
  237.  
  238. border-bottom: 1px solid #ccc;
  239.  
  240. }
  241.  
  242.  
  243.  
  244. .comments-template h2, .comments-template h3{
  245.  
  246. font-family: Georgia, Sans-serif;
  247.  
  248. font-size: 16px;
  249.  
  250. }
  251.  
  252.  
  253.  
  254. .commentmetadata{
  255.  
  256. font-size: 12px;
  257.  
  258. }
  259.  
  260.  
  261.  
  262. .comments-template p.nocomments{
  263.  
  264. padding: 0;
  265.  
  266. }
  267.  
  268.  
  269.  
  270. .comments-template textarea{
  271.  
  272. font-family: Arial, Helvetica, Georgia, Sans-serif;
  273.  
  274. font-size: 12px;
  275.  
  276. }
  277.  
  278. /* form elements */
  279. #formspacer {
  280. padding-top:3px;
  281. width:100%;
  282. }
  283. .input {
  284. border: 1px solid #CCCCCC;
  285. background: #ffc;
  286. font-family: Georgia, serif;
  287. }
  288. .button-primary {
  289. border: 1px solid #CCCCCC;
  290. background: #333;
  291. color: #CCCCCC;
  292. font-family: Georgia, serif;
  293. float: right;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement