Guest User

Untitled

a guest
Feb 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. diff -ur themes/default/stylesheets/base.css themes/site-1/stylesheets/base.css
  2. --- themes/default/stylesheets/base.css 2006-08-30 12:48:11.000000000 +0200
  3. +++ themes/site-1/stylesheets/base.css 2006-08-30 17:52:09.000000000 +0200
  4. @@ -17,13 +17,20 @@
  5. .clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
  6. a img{ border:none; }
  7.  
  8. +#primary hr {
  9. + border: none;
  10. + border-bottom: 1px solid #000;
  11. + margin: 3px 0 15px 0;
  12. + clear: both;
  13. + width: 100%;
  14. +}
  15. /*-----------------------------------------------------------------------------------------------
  16. Layout / Base Page Styling
  17. -----------------------------------------------------------------------------------------------*/
  18.  
  19. body{
  20. - background:#272727;
  21. - color:#BFBFBF;
  22. + background:#D8D8D8;
  23. + color:#404040;
  24. font-size:11px;
  25. font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
  26. }
  27. @@ -37,11 +44,11 @@
  28. }
  29.  
  30. a{
  31. - color:#FFF;
  32. + color:#000;
  33. }
  34.  
  35. h1{
  36. - color:#CCC;
  37. + color:#333;
  38. font-size:1.5em;
  39. font-weight:normal;
  40. margin:1.5em 0;
  41. @@ -49,11 +56,17 @@
  42.  
  43. h2, h3{
  44. font-size:1.15em;
  45. - color:#FFF;
  46. + color:#000;
  47. + font-weight:normal;
  48. +}
  49. +h4{
  50. + font-size:1.1em;
  51. + color:#000;
  52. font-weight:normal;
  53. }
  54. +
  55. #primary h2{
  56. - color:#CCC;
  57. + color:#000;
  58. }
  59.  
  60. p{
  61. @@ -75,7 +88,7 @@
  62. Header
  63. -----------------------------------------------------------------------------------------------*/
  64. #header{
  65. - background:#000;
  66. + background:#fff;
  67. }
  68. #header .inside{
  69. padding:3em 0;
  70. @@ -88,7 +101,7 @@
  71. border-right:1px solid #808080;
  72. float:left;
  73. }
  74. -#header h2 a{ text-decoration:none; }
  75. +#header h2 a{ text-decoration:none; color: #000000;}
  76.  
  77. #header p{
  78. padding:1em 0;
  79. @@ -122,7 +135,7 @@
  80. #search input{
  81. width:175px;
  82. font-size: 0.85em;
  83. - background:#CCC;
  84. + background:#F8F8F8;
  85. margin-top:2px;
  86. }
  87. #search input:focus{
  88. @@ -156,9 +169,9 @@
  89. -----------------------------------------------------------------------------------------------*/
  90.  
  91. #primary{
  92. - background:#000;
  93. + background:#FFFFFF;
  94. padding:1px 0 2em 0;
  95. - color:#808080;
  96. + color:#7F7F7F;
  97. }
  98.  
  99. #primary.onecol-stories .primary{
  100. @@ -188,10 +201,10 @@
  101. font-size:1.15em;
  102. margin:0 0 1.5em 0;
  103. font-weight:normal;
  104. - color:#CCC;
  105. + color:#666666;
  106. }
  107. .story h3 a{
  108. - color:#CCC;
  109. + color:#333;
  110. text-decoration:none;
  111. border-bottom:1px dotted #666;
  112. }
  113. @@ -199,7 +212,7 @@
  114. .story .details{
  115. margin:1em 0;
  116. text-align:right;
  117. - border-top:1px solid #333;
  118. + border-top:1px solid #cccccc;
  119. padding:0.5em 0;
  120. font-size:0.95em;
  121. color:#4D4D4D;
  122. @@ -211,7 +224,7 @@
  123. color:#4D4D4D;
  124. text-decoration:none;
  125. }
  126. -.story .details a:hover{ color:#FFF; }
  127. +.story .details a:hover{ color:#000; }
  128.  
  129. /* Single Post Styles */
  130.  
  131. @@ -229,15 +242,15 @@
  132. * html #primary .secondary{ margin-right:4%; }
  133.  
  134. .secondary .featured p{
  135. - border-bottom:1px solid #333333;
  136. - border-top: 1px solid #333333;
  137. + border-bottom:1px solid #CCCCCC;
  138. + border-top: 1px solid #CCCCCC;
  139. padding:0.5em 0 0.6em 0;
  140. line-height:1.5em;
  141. margin:1em 0 0 0;
  142. }
  143. .secondary .featured dl{
  144. margin:0 0;
  145. - border-bottom:1px solid #333333;
  146. + border-bottom:1px solid #CCCCCC;
  147. padding:0.5em 0 0.6em 0;
  148. }
  149. .secondary dt{
  150. @@ -252,7 +265,7 @@
  151. padding:0;
  152. }
  153. .secondary dd a{ color:#808080; }
  154. -.secondary dd a:hover{ color:#FFF; }
  155. +.secondary dd a:hover{ color:#000; }
  156.  
  157. .single-post h1, .single-post h2{ margin-top:0; }
  158.  
  159. @@ -261,13 +274,13 @@
  160. -----------------------------------------------------------------------------------------------*/
  161.  
  162. #secondary{
  163. - background:#0C0C0C;
  164. + background:#F3F3F3;
  165. padding:1px 2em;
  166. - border-top:1px solid #1C1C1C;
  167. + border-top:1px solid #E3E3E3;
  168. }
  169.  
  170. .comment-head{
  171. - border-bottom:1px solid #1C1C1C;
  172. + border-bottom:1px solid #E3E3E3;
  173. padding:0.8em 2em 1.0em 2em;
  174. }
  175. .comment-head h2{
  176. @@ -321,7 +334,7 @@
  177. #preview{
  178. margin:1em 0;
  179. padding:0.5em;
  180. - border:1px solid #333;
  181. + border:1px solid #ccc;
  182. }
  183. #preview p{ margin:1em 0 0 0; }
  184. #errors{ color:#FF0000; font-weight:bold; }
  185. @@ -413,31 +426,31 @@
  186. ul.dates, ul.counts{
  187. list-style-type:none;
  188. margin:1.5em 0;
  189. - border-top:1px solid #3D3D3D;
  190. + border-top:1px solid #C2C2C2;
  191. }
  192. ul.dates li, ul.counts li{
  193. list-style-type:none;
  194. margin:0;
  195. padding:0.5em 0;
  196. - border-bottom:1px solid #3D3D3D;
  197. + border-bottom:1px solid #C2C2C2;
  198. }
  199. ul.dates .date{
  200. - color:#858585;
  201. + color:#7A7A7A;
  202. padding:0 1.5em 0 0;
  203. }
  204.  
  205. ul.counts .count{
  206. float:right;
  207. - color:#858585;
  208. + color:#7A7A7A;
  209. }
  210.  
  211. ul.dates a, ul.counts a{
  212. color:inherit;
  213. - color:#BFBFBF;
  214. + color:#404040;
  215. text-decoration:none;
  216. }
  217. ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count{
  218. - color:#FFF;
  219. + color:#000;
  220. }
  221.  
  222. /*-----------------------------------------------------------------------------------------------
  223. @@ -446,7 +459,7 @@
  224.  
  225. #footer{
  226. clear:both;
  227. - color:#939393;
  228. + color:#6C6C6C;
  229. margin:2em 0 3em 0;
  230. }
  231. #footer .inside{
  232. @@ -457,6 +470,7 @@
  233. font-size:0.95em;
  234. }
  235. #footer p.copyright{ float:left; }
  236. +#footer p.copyright a { color:#525252; }
  237. #footer p.attributes{ float:right; }
  238. #footer p.attributes a{
  239. padding:0 0 0 1em;
  240. @@ -464,5 +478,5 @@
  241. color:#525252;
  242. }
  243. #footer p.attributes a:hover{
  244. - color:#FFF;
  245. + color:#000;
  246. }
  247. \ No newline at end of file
Add Comment
Please, Sign In to add comment