Advertisement
Guest User

demokratez/

a guest
Mar 9th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.13 KB | None | 0 0
  1. /*
  2. Theme Name: Graphene Child
  3. Theme URI: http://swede67.org/
  4. Description: Child theme for the Graphene theme
  5. Author: DemokrateZ
  6. Author URI: http://swede67.org/
  7. Template: graphene
  8. Version: 1.0
  9. */
  10. @import url("../graphene/style.css");
  11.  
  12. /* Your modification goes here */
  13.  
  14. #header {
  15. background-position: center top;
  16. background-repeat: no-repeat;
  17. border-top:1px solid #000;
  18. height: 130px;
  19. width: 100%;
  20. position: relative;
  21. }
  22.  
  23. #header_img_link {
  24. display: block;
  25. position: absolute;
  26. text-decoration: none;
  27. width: 100%;
  28. height: 130px;
  29. }
  30.  
  31. #header_img_link {
  32. display: block;
  33. position: absolute;
  34. text-decoration: none;
  35. width: 100%;
  36. height: 130px;
  37. }
  38.  
  39. #header_img_link {
  40. display: block;
  41. position: absolute;
  42. text-decoration: none;
  43. width: 100%;
  44. height: 130px;
  45. }
  46.  
  47. .wp-pagenavi{
  48. padding-top: 10px;
  49. text-align: center;
  50. }
  51. #previous,
  52. #previous a,
  53. #previous a:visited,
  54. #next-post,
  55. #next-post a,
  56. #next-post a:visited {
  57. background: none repeat scroll 0 0 #EEEEEE;
  58. border-radius: 5px 5px 5px 5px;
  59. color: #1772AF;
  60. font: 12px tahoma;
  61. padding: 3px;
  62. text-decoration: none;
  63. }
  64. .block-button,
  65. .block-button:visited,
  66. .Button,
  67. .button,
  68. #commentform #submit {
  69. background: url(images/bg-block-button.png) left bottom repeat-x #1C5FA5;
  70. background: -moz-linear-gradient(#2982C5, #1C5FA5);
  71. background: -webkit-linear-gradient(#2982C5, #1C5FA5);
  72. background: linear-gradient(#2982C5, #1C5FA5);
  73.  
  74. -moz-border-radius: 3px;
  75. -webkit-border-radius: 3px;
  76. border-radius: 3px;
  77.  
  78. -moz-box-shadow: 0 0 5px #555;
  79. -webkit-box-shadow: 0 0 5px #555;
  80. box-shadow: 0 0 5px #555;
  81.  
  82. border: 1px solid #1C5FA5;
  83. color: #ffff00;
  84. cursor: pointer;
  85. display: block;
  86. float: right;
  87. font: bold 12px arial;
  88. margin: 10px 5px 5px;
  89. padding: 5px 15px 6px;
  90. position: relative;
  91. text-decoration: none;
  92. text-shadow: 0 -1px 0 #16497E;
  93. }
  94.  
  95. #header-menu > li > a {
  96. color: #ffff00;
  97. line-height: 16px;
  98. padding: 9px 10px 10px;
  99. }
  100.  
  101. .sidebar h3 {
  102. background: url(images/bg-sidebar-h3.png) left bottom repeat-x #3C9CD2;
  103. background: -moz-linear-gradient(#3C9CD2, #1F6EB6);
  104. background: -webkit-linear-gradient(#3C9CD2, #1F6EB6);
  105. background: linear-gradient(#3C9CD2, #1F6EB6);
  106. border-bottom: 1px solid #195392;
  107. -moz-border-radius: 5px 5px 0 0;
  108. -webkit-border-radius: 5px 5px 0 0;
  109. border-radius: 5px 5px 0 0;
  110. color: #ffff00;
  111. *display: inline;
  112. font: bold 16px/20px arial;
  113. margin: -15px 0 5px -12px;
  114. padding: 7px 12px;
  115. text-shadow: 0 -1px 0 #555;
  116. width: 100%;
  117. zoom: 1;
  118. }
  119. /* =Content Area
  120. -------------------------------------------------------------- */
  121. .entry-content img,
  122. .child-page img {
  123. border: 0px solid #e3e3e3;
  124. margin: 5px;
  125. }
  126.  
  127. #footer {
  128. background: url(images/sprite_h.png) left -1352px repeat-x #111;
  129. border-top: 1px solid #d5d5d5;
  130. padding-top: 40px;
  131. margin-bottom: 10px;
  132. min-height: 20px;
  133. position: relative;
  134. color: #999;
  135.  
  136. /* =Comments
  137. -------------------------------------------------------------- */
  138.  
  139. #comments {
  140. position: relative;
  141. }
  142. #comments .nopassword {
  143. background: none repeat scroll 0 0 #FFFFE0;
  144. border: 1px solid #E6DB55;
  145. float:left;
  146. margin-top:15px;
  147. padding: 10px;
  148. }
  149. #comments > h4,
  150. #respond > h3,
  151. h3.author-post-list {
  152. background: url(images/sprite_master.png) -880px 6px no-repeat;
  153. clear: both;
  154. color: #929292;
  155. font: normal 20px arial;
  156. margin-top: 20px;
  157. margin-bottom: 5px;
  158. padding-left: 25px;
  159. }
  160. #comments > h4 a,
  161. #comments > h4 a:visited {
  162. color: #929292;
  163. }
  164. #comments h4.pings {
  165. background-position: -880px -109px;
  166. clear: none;
  167. }
  168. #comments > h4 {
  169. float: left;
  170. }
  171. #comments > h4.current a {
  172. color: #1772AF;
  173. }
  174. #respond h3#reply-title {
  175. background-position: -880px -17px;
  176. margin-left: 10px;
  177. margin-top: 20px;
  178. }
  179. h3.author-post-list {
  180. background-position: -880px -76px;
  181. margin-bottom: 10px;
  182. margin-top: 50px;
  183. padding-left: 30px;
  184. }
  185. #respond h3#reply-title small {
  186. background: none;
  187. display: block;
  188. font-size: 12px;
  189. }
  190. #pings_list {
  191. display: none;
  192. }
  193. #comments ol {
  194. list-style-position: outside;
  195. list-style-type: none;
  196. }
  197. #comments > ol {
  198. clear: both;
  199. }
  200. .comment-wrap {
  201. margin: 0 10px;
  202. }
  203. #comments ol li.comment.depth-1,
  204. #comments ol li.pingback.depth-1,
  205. #comments ol li.trackback.depth-1 {
  206. background: #e9ecf5;
  207. margin-bottom: 10px;
  208. }
  209. #comments ol li .avatar {
  210. border: 1px solid #aaa;
  211. }
  212. #comments ol li.comment,
  213. #comments ol li.pingback,
  214. #comments ol li.trackback {
  215. clear: both;
  216. padding: 18px 0 10px;
  217. position: relative;
  218. }
  219. #comments li.comment .comment-wrap > h5,
  220. #comments li.pingback .comment-wrap > h5,
  221. #comments li.trackback .comment-wrap > h5 {
  222. color: #2c2b2b;
  223. font: normal 16px arial;
  224. line-height: 24px;
  225. }
  226. #comments li.comment .comment-wrap > h5 cite,
  227. #comments li.pingback .comment-wrap > h5 cite,
  228. #comments li.trackback .comment-wrap > h5 cite {
  229. font-style: normal;
  230. }
  231. #comments ol.children li.comment {
  232. padding-top: 10px;
  233. border-top: 1px solid #ddd;
  234. }
  235. #comments .children {
  236. margin-left: 60px;
  237. }
  238. #comments ol.children .avatar {
  239. left: 0;
  240. top: 10px;
  241. }
  242. #comments .comment-meta {
  243. margin-top: 3px;
  244. position: relative;
  245. max-width: 100%;
  246. }
  247. #comments p.commentmetadata {
  248. color: #6b6b6b;
  249. font: normal 11px arial;
  250. }
  251. #comments p.comment-reply-link {
  252. font: normal 11px arial;
  253. position: absolute;
  254. top: 0;
  255. right: 0;
  256. }
  257. #comments .comment-entry {
  258. margin-top: 15px;
  259. padding-bottom: 10px;
  260. }
  261. #comments .comment-entry p,
  262. #comments .comment-entry ul li,
  263. #comments .comment-entry ol li {
  264. font: normal 12px arial;
  265. line-height: 16px;
  266. margin-bottom: 10px;
  267. }
  268. #comments ol.children li.bypostauthor,
  269. #comments li.bypostauthor.comment.depth-1 {
  270. background: #CCFFCC;
  271. padding:2px 5px 2px 5px;
  272. border-top: 5px solid #990000;
  273. border-bottom:2px solid #990000;
  274. }
  275. #comments ol.children li.bypostauthor .avatar,
  276. #comments li.bypostauthor li.comment .avatar {
  277. left: 10px;
  278. }
  279. #comments #commentform {
  280. border: 1px solid #d8d8d8;
  281. }
  282. .two-col-right #comments_list > #respond #commentform {
  283. margin-left: -2px;
  284. }
  285. .sidebar select {
  286. border: 1px solid #e3e3e3;
  287. color: #2c2b2b;
  288. font: normal 12px arial;
  289. }
  290. #commentform {
  291. background: #eee;
  292. padding: 18px 10px 15px;
  293. }
  294. #commentform p {
  295. color: #606060;
  296. }
  297. #commentform input,
  298. #commentform textarea {
  299. border: 1px solid #e3e3e3;
  300. color: #2c2b2b;
  301. font: normal 12px arial;
  302. padding: 4px 3px;
  303. height: 16px;
  304. }
  305. #commentform textarea {
  306. border: 1px solid #e3e3e3;
  307. height: 175px;
  308. width: 612px;
  309. }
  310. .one-column #commentform textarea {
  311. width: 912px;
  312. }
  313. .three-columns #commentform textarea {
  314. width: 432px;
  315. }
  316. #commentform .input-text:focus,
  317. #commentform textarea:focus {
  318. border-color: #bfdff5;
  319. }
  320. #commentform #submit {
  321. height: auto;
  322. float: left;
  323. *padding-left: 0;
  324. *padding-right: 0;
  325. }
  326. #respond {
  327. left: 0;
  328. z-index: 200;
  329. min-width: 100%;
  330. margin-bottom: 20px;
  331. }
  332. #respond p {
  333. color: #606060;
  334. }
  335. #respond #cancel-comment-reply {
  336. margin-bottom: 10px;
  337. }
  338. #commentform .block-button {
  339. float: left;
  340. }
  341. #commentform .form-allowed-tags {
  342. font-size: 11px;
  343. margin-top: 0 !important;
  344. margin-bottom: 10px;
  345. }
  346. #commentform .form-allowed-tags code {
  347. color: #808080;
  348. display: block;
  349. }
  350. #commentform .comment-notes {
  351. padding-bottom: 10px;
  352. }
  353. .comment-form-author,
  354. .comment-form-email,
  355. .comment-form-url {
  356. float: left;
  357. margin: 10px;
  358. width: 193.3333px;
  359. }
  360. .one-column .comment-form-author,
  361. .one-column .comment-form-email,
  362. .one-column .comment-form-url {
  363. width: 293.3333px;
  364. }
  365. .three-columns .comment-form-author,
  366. .three-columns .comment-form-email,
  367. .three-columns .comment-form-url {
  368. width: 133.3333px;
  369. }
  370. .comment-form-message {
  371. clear: both;
  372. margin-bottom: 10px;
  373. }
  374. .comment-form-author {
  375. margin-left: 0;
  376. }
  377. .comment-form-url {
  378. margin-right: 0;
  379. }
  380. .graphene-form-field {
  381. display: block;
  382. width: 185.3333px;
  383. }
  384. .one-column .graphene-form-field {
  385. width: 285.3333px;
  386. }
  387. .three-columns .graphene-form-field {
  388. width: 125.3333px;
  389. }
  390. #footer a,
  391. #footer a:visited {
  392. color: #4682b4;
  393. text-decoration: none;
  394. }
  395. #footer a:hover {
  396. border-bottom: 1px dotted #4682b4;
  397. }
  398. .footer-menu-wrap {
  399. font-size: 14px;
  400. float: right;
  401. text-align: right;
  402. margin: 0 10px 0;
  403. }
  404. .footer-menu-wrap li {
  405. display: inline-block;
  406. *display: inline;
  407. zoom: 1;
  408. padding-left: 10px;
  409. margin-left: 10px;
  410. vertical-align: top;
  411. }
  412. .footer-menu-wrap a,
  413. .footer-menu-wrap a:visited {
  414. color: #4682b4;
  415. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement