Advertisement
Guest User

Untitled

a guest
May 10th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.89 KB | None | 0 0
  1. /* ==Edurne Reddit CSS Theme v5.1-(http://www.reddit.com/r/edurne/)==*/
  2.  
  3. /* GENERAL */
  4. body { position:relative; font-family:arial, helvetica, sans-serif; }
  5. body > .content { overflow:hidden; }
  6. .md p { font-family:Verdana, arial, sans-serif; padding:1px 0; }
  7. .link .usertext .md,.usertext table.markhelp,.btn .login-form-side,.infobar,#search,#search input[type=text],
  8. .link,#header-bottom-right #userbarToggle,.linkinfo,textarea,.rounded,.sidecontentbox .content {
  9. -moz-border-radius:2px;
  10. -webkit-border-radius:2px;
  11. -o-border-radius:2px;
  12. -ms-border-radius:2px;
  13. -khtml-border-radius:2px;
  14. border-radius:2px;
  15. }
  16. body {
  17. background: url(%%bg%%) repeat;
  18. background-color: #000;
  19. }
  20.  
  21. .thing .title, .thing .title a {
  22. color: #f5d549 !important;
  23. }
  24. .thing .title a:hover {
  25. color: #fff !important;
  26. }
  27. .thing .title a:visited {
  28. color: #96822a !important;
  29. }
  30.  
  31. /* HEADER */
  32. #sr-header-area {
  33. background-color:#000;
  34. text-transform:lowercase;
  35. border-bottom:3px solid #28dbe5;
  36. font-size:100%;
  37. font-family:Verdana, arial, sans-serif;
  38. }
  39. #sr-header-area a { color:#999; }
  40. body.res-nightmode #header { border-color: #DDF; }
  41. .tabmenu { font-size:11px; }
  42. #header .tabmenu { border: 0px; border-bottom: 0; background-color: transparent;}
  43. body.res-nightmode #header .tabmenu { border-color: #DDF; }
  44. #header .tabmenu li { margin: 0; }
  45. body.res-nightmode #header .tabmenu li:not(.selected) a { color: #346; }
  46. #header .tabmenu li.selected a { border: 0; border-bottom: 0px; }
  47. #header .tabmenu li:not(.selected):hover a { background-color: transparent; color: #28dbe5; }
  48. body.res-nightmode #header .tabmenu li { background-color: transparent !important; }
  49. body.res-nightmode #header .tabmenu li:not(.selected):hover a { background-color: transparent; color: #444; }
  50. .pagename { margin-right:65px; margin-left: 25px; }
  51. body.res-nightmode .pagename a { font-size: 18px; }
  52. #sr-header-area .dropdown.srdrop, #sr-header-area#srLeftContainer { padding-left:21px; }
  53. .dropdown.srdrop .selected { color: #fff; }
  54. #sr-more-link, #header #sr-header-area #RESShortcutsEditContainer, #header #sr-header-area #RESShortcutsRight, #header #sr-header-area #RESShortcutsLeft,
  55. #header #sr-header-area #RESShortcutsAdd, #header #sr-header-area #RESShortcutsTrash { background-color:#000; }
  56. .sr-list #sr-more-link a { color: #fff;}
  57. body.res-nightmode #sr-header-area, body.res-nightmode #sr-more-link { background-color: #222 !important; }
  58. #sr-header-area #RESShortcutsEditContainer, #sr-more-link { font-weight:bolder; }
  59. #header-bottom-left {
  60. background: url(%%wildstar-reddit-banner%%) no-repeat;
  61. background-color: black;
  62. color: #fff;
  63. padding: 100px 0 0 0;
  64. }
  65.  
  66. #header-bottom-left img { display: none; }
  67. #header-bottom-left a {
  68. color: #999;
  69. background-color: transparent;
  70. }
  71. #header-bottom-right {
  72. right:20px;
  73. background-color:#222;
  74. -moz-border-radius:0;
  75. -webkit-border-radius:0;
  76. -o-border-radius:0;
  77. -ms-border-radius:0;
  78. -khtml-border-radius:0;
  79. border-radius:0;
  80. }
  81. #header-bottom-right a {
  82. color: #fff;
  83. }
  84. #header-bottom-right a:hover {
  85. color: #999;
  86. }
  87. body.res-nightmode #header-bottom-right { background-color: transparent !important; }
  88. #header-bottom-right.res-navTop { top: 21px !important; }
  89. #header-bottom-right.res-navTop #userbarToggle {
  90. -moz-border-radius-topleft: 0;
  91. -webkit-border-top-left-radius: 0;
  92. border-top-left-radius: 0;
  93. }
  94. #header-bottom-right #userbarToggle {
  95. font-family:"Courier New", Courier, monospace;
  96. font-size:12px;
  97. }
  98. #header-bottom-right #userbarToggle {
  99. font-family:"Courier New", Courier, monospace;
  100. font-size:12px;
  101. width:14px;
  102. padding-right:4px;
  103. -moz-border-radius-bottomleft:0;
  104. -moz-border-radius-bottomright:0;
  105. border-bottom-left-radius:0;
  106. border-bottom-right-radius:0;
  107. -webkit-border-bottom-left-radius:0;
  108. -webkit-border-bottom-right-radius:0;
  109. }
  110.  
  111. /* SIDEBAR */
  112.  
  113. /* search */
  114. .side #search {
  115. border:1px solid #eaeaea;
  116. padding:10px;
  117. margin-top:20px;
  118. background-color:#FAFAFA;
  119. }
  120. body.res-nightmode #search {
  121. background-color: #AAA;
  122. border-color: #BBB;
  123. }
  124. #search input[type=text] {
  125. width:265px;
  126. border:1px solid #DBDADA;
  127. -moz-border-radius:2px;
  128. -webkit-border-radius:2px;
  129. -o-border-radius:2px;
  130. -ms-border-radius:2px;
  131. -khtml-border-radius:2px;
  132. border-radius:2px;
  133. font-size:14px;
  134. font-style:italic;
  135. padding:4px;
  136. }
  137.  
  138. /* side */
  139. .side { margin: 0 20px; background-color: transparent; }
  140. .side .md { overflow:hidden; }
  141. .titlebox { padding:0 0px; }
  142. .titlebox .bottom { display:none; }
  143. .side .titlebox > h1 { font-size:34px; }
  144. .linkinfo { padding:15px; border:none; background-color:#CEE3F8; }
  145. body.res-nightmode .side .redditname a { color: #28dbe5 !important; }
  146. .sidebox.submit .spacer, .sidebox.create { display:none; }
  147. .linkinfo .score .word,.linkinfo .score .number { font-size:15px; }
  148. .sidecontentbox .content { border:1px solid #EAEAEA; background-color:#FAFAFA; padding:10px; }
  149. .icon-menu li { margin:0 0 5px; }
  150. .side h1, .side h2, .side h3 {color: #222;}
  151. .side h1 {font-size: 19px;}
  152. .side h2 {font-size: 16px;}
  153. .side h3 {font-size: 14px;}
  154. body.res-nightmode .login-form-side {
  155. background-color: #111 !important;
  156. color: #28dbe5 !important;
  157. border: 1px solid #28dbe5 !important;
  158. }
  159. body.res-nightmode .login-form-side #remember-me label { color: #28dbe5 !important; }
  160. body.res-nightmode .login-form-side #remember-me input { width: auto !important; margin-left: 6px; }
  161. body.res-nightmode .side .login-form-side .submit { padding: 4px; background-color: #000; }
  162. body.res-nightmode .side .login-form-side .submit .btn { margin: auto; }
  163.  
  164. /* submit */
  165. .sidebox.submit { position:absolute; top:95px; width:300px; height: 0px; }
  166. body.res-nightmode .sidebox { padding-left: 0 !important; }
  167. body.res-nightmode .sidebox.submit { background-image: none !important; }
  168. body.res-nightmode .sidebox.submit .nub {
  169. height: 3px;
  170. width: 2px;
  171. border-left: 14px solid #393939;
  172. border-top: 14px solid #222;
  173. border-bottom: 14px solid #222;
  174. }
  175. body.res-nightmode .sidebox, body.res-nightmode .subredditbox, body.res-nightmode .subreddit-info, body.res-nightmode .raisedbox, body.res-nightmode .login-form-side {
  176. border: 0 !important;
  177. border-radius: 0 !important;
  178. -moz-border-radius: 0 !important;
  179. -webkit-border-radius: 0 !important;
  180. }
  181. body.res-nightmode .sidebox.submit .morelink a { color: #28dbe5 !important; }
  182. body.res-nightmode .sidebox.submit:hover { background-color: #444 !important; }
  183. body.res-nightmode .sidebox.submit:hover .nub { border-left-color: #444; }
  184. .side #search { margin-top:61px; }
  185. .morelink,.morelink:hover,.side a[href*='/#btn'] {
  186. font-weight:normal;
  187. background:#555;
  188. border-color:#555;
  189. -moz-border-radius:2px;
  190. -webkit-border-radius:2px;
  191. -o-border-radius:2px;
  192. -ms-border-radius:2px;
  193. -khtml-border-radius:2px;
  194. border-radius:2px;
  195. }
  196. .morelink a,.morelink a:hover { color:#FFF; font-family:Verdana, Arial, sans-serif; font-size:16px; }
  197. .morelink .nub,.morelink:hover .nub { background:url(%%sprites%%) 0 0 no-repeat #28dbe5; }
  198. .disabled .morelink a,.disabled .morelink a:hover { cursor:default; color:#AAA; }
  199. .morelink:hover { background-color:#28dbe5; border-color:#28dbe5; }
  200. .disabled .morelink,.disabled .morelink:hover { background:#f5f5f5; border-color:#f5f5f5; }
  201. .disabled .morelink .nub,.disabled .morelink:hover .nub { background:url(%%sprites%%) 0 0 no-repeat #f0f; }
  202.  
  203. /* CONTENT */
  204.  
  205. /* main content */
  206. .sitetable { font-family:verdana, arial, helvetica, sans-serif; }
  207. .infobar { overflow:hidden; margin:0 0 10px; }
  208. .content { margin:20px 0 0 20px; }
  209. .entry { padding: 2px; }
  210. .link {
  211. overflow:hidden;
  212. margin:0px;
  213. padding: 10px;
  214. border:1px solid #EAEAEA;
  215. background-color:#FAFAFA;
  216. }
  217. body.res-nightmode .sitetable .thing.link, body.res-nightmode div#siteTable div[onclick="click_thing(this)"] {
  218. border: 1px solid #4c4c4c !important;
  219. background-color: #333 !important;
  220. }
  221. body.res-nightmode .sitetable .thing.link .keyHighlight {
  222. background-color: #363636 !important;
  223. border-color: #666 !important;
  224. outline-color: #666 !important;
  225. }
  226. body.res-nightmode .midcol {
  227. background-color: #222 !important;
  228. padding: 4px;
  229. }
  230. .link .rank { display:none; }
  231. .link.last-clicked { border:1px dashed #EAEAEA; }
  232. body.res-nightmode .link.last-clicked { border-color: #666; }
  233. .linklisting > .clearleft { margin:5px; }
  234. .entry .buttons li { display:inline; float:left; }
  235.  
  236. .link .midcol { font-weight: normal; margin-right: 10px; margin-top: 5px; }
  237.  
  238. /* main comments */
  239. .commentarea { margin-top:10px; }
  240. .link.self .usertext-body .md p,.comment .usertext-body .md p { line-height:17px; }
  241. .link .usertext .md { padding:5px 10px; }
  242. .panestack-title { border:none; margin:0; padding:0; }
  243. .panestack-title .title { float:left; font-size:11px; color:#888; margin:0; }
  244. .commentarea .menuarea { font-size:11px; margin:0; }
  245. .panestack-title:after { content:'-'; padding:0 5px; float:left; }
  246. .commentarea > .usertext { clear:left; margin:0; }
  247. .usertext-edit { width:auto; }
  248. .usertext-edit textarea { width:430px; padding:10px; }
  249. .usertext .bottom-area { width:450px; }
  250. .usertext button { margin:5px 5px 10px 0; border:none; min-width:70px; }
  251. body.res-nightmode .usertext .help-toggle { background-color:#28dbe5; }
  252. .usertext .help-toggle a { color:#FFF; }
  253. body.res-nightmode .usertext .help-toggle a { color:#444 !important; }
  254. .usertext table.markhelp { width:450px; font-size:11px; }
  255. .link .usertext .md { background-color: transparent; border:1px solid #EAEAEA; }
  256. .entry .buttons li a { font-family:verdana, arial, sans-serif; }
  257. .usertext .help-toggle {
  258. background-color:#999;
  259. border:none;
  260. color:#FFF;
  261. padding:6px;
  262. margin:5px 0;
  263. font-size:13px;
  264. }
  265.  
  266. /* MODERATOR SPECIFIC */
  267.  
  268. /* stylesheet tweaks */
  269. .stylesheet-customize-container { width: 100%; }
  270. #subreddit_stylesheet { display: block; overflow:hidden; padding-right: 80px; }
  271. .sheets { margin:0; }
  272. #stylesheet_contents {
  273. font-family:Consolas, Monaco, monospace;
  274. padding: 12px;
  275. background-color: #222;
  276. color: #ace;
  277. border: 8px solid #222;
  278. }
  279.  
  280. /* MISC STYLING */
  281.  
  282. /* tables */
  283. .md table { border: 1px solid #ccc; font-family: Arial, Helvetica, Sans-serif; margin: 10px 0px; }
  284. .side .md table { width:100%; }
  285. .md table * { border: 0; }
  286. .md table th { text-align: center; }
  287. .md table tr:nth-child(even), .md table thead { background-color: #f6f6f6; }
  288. .md table td, .md table th { border-right: 1px solid #ccc; padding: 4px 8px; }
  289. .md table tbody { color: #444; }
  290.  
  291. /* lists */
  292. .md > ul, .md > ol { border-left: 4px solid #ccc; }
  293. .md ul, .md ol {
  294. margin: 10px 0px;
  295. padding: 6px;
  296. list-style: disc inside;
  297. background-color: #45332a;
  298. -moz-border-radius:2px;
  299. -webkit-border-radius:2px;
  300. -o-border-radius:2px;
  301. -ms-border-radius:2px;
  302. -khtml-border-radius:2px;
  303. border-radius:2px;
  304.  
  305. }
  306. .md ul li, .md ol li {
  307. padding: 4px 8px;
  308. -moz-border-radius:2px;
  309. -webkit-border-radius:2px;
  310. -o-border-radius:2px;
  311. -ms-border-radius:2px;
  312. -khtml-border-radius:2px;
  313. border-radius:2px;
  314. }
  315. .md ul li ul, .md ol li ol { margin: 8px 4px; }
  316. .md ul li:nth-child(odd), .md ol li:nth-child(odd) { background-color: #333; }
  317. .md ol { counter-reset: inc 0; }
  318. .md ol li:before {
  319. counter-increment: inc 1;
  320. content: counter(inc, decimal) '. ';
  321. margin-right: 4px;
  322. color: #999;
  323. }
  324.  
  325. /* boxes */
  326. .side blockquote + hr {
  327. border-width:0;
  328. width:0;
  329. background-color:transparent;
  330. margin:20px 0 0;
  331. }
  332. body.res-nightmode .side hr {
  333. border: 0 !important;
  334. border-bottom: 1px solid #000 !important;
  335. }
  336. .side blockquote {
  337. border:0 none;
  338. padding:15px;
  339. margin:0;
  340. border:1px solid #CCC;
  341. background-color:#F5F5F5;
  342. -moz-border-radius:2px;
  343. -webkit-border-radius:2px;
  344. -o-border-radius:2px;
  345. -ms-border-radius:2px;
  346. -khtml-border-radius:2px;
  347. border-radius:2px;
  348. }
  349.  
  350. .side h4, .side h5, .side h6 { height:0; }
  351. .side blockquote h1 ~ p { margin-left:21px; }
  352. .side blockquote h1 { background-color: transparent !important; margin-bottom: 15px; }
  353. .side blockquote pre, .side blockquote code { color: #222 !important; }
  354. .side h6 + blockquote p { color: #18ece6; }
  355. .side h5 + blockquote p { color: #ffe06d; }
  356. .side h4 + blockquote p { color: #6c5288; }
  357. .side h6 + blockquote a { color: #fff; } /* Cyan Box */
  358. .side h5 + blockquote a { color: #fff; } /* Yellow Box */
  359. .side h4 + blockquote a { color: #000; } /* Purple Box */
  360.  
  361.  
  362. .side .spacer .md h1, .side .spacer .md h2, .side .spacer .md h3 { background: transparent !important; }
  363. .side blockquote + p,.side p + blockquote,.side p + h4,.side p + h5,.side p + h6 { margin-top:15px; }
  364. body.res-nightmode .side blockquote h1, body.res-nightmode .side blockquote h1 a { color: #EEE !important; }
  365. body.res-nightmode .side h4+blockquote,body.res-nightmode .side h5+blockquote,body.res-nightmode .side h6+blockquote { background-color: #111; }
  366.  
  367. /* colors */
  368. .md h4 + table { border-color: #9EF886; }
  369. .md h4 + table td, .md h4 + table th { border-right-color: #9EF886; }
  370. .md h4 + table tr:nth-child(even), .md h4 + table thead { background-color: #E9FFE6; }
  371. .md h5 + table { border-color: #F4F225; }
  372. .md h5 + table td, .md h5 + table th { border-right-color: #F4F225; }
  373. .md h5 + table tr:nth-child(even), .md h5 + table thead { background-color: #FFFFE6; }
  374. .md h6 + table { border-color: #FF9185; }
  375. .md h6 + table td, .md h6 + table th { border-right-color: #FF9185; }
  376. .md h6 + table tr:nth-child(even), .md h6 + table thead { background-color: #FEF0F0; }
  377.  
  378. .md h4 + ul, .md h4 + ol { border-left-color: #9EF886; }
  379. .md h4 + ul li:nth-child(odd), .md h4 + ol li:nth-child(odd) { background-color: #E9FFE6; }
  380. .md h5 + ul, .md h5 + ol { border-left-color: #F4F225; }
  381. .md h5 + ul li:nth-child(odd), .md h5 + ol li:nth-child(odd) { background-color: #FFFFE6; }
  382. .md h6 + ul, .md h6 + ol { border-left-color: #FF9185; }
  383. .md h6 + ul li:nth-child(odd), .md h6 + ol li:nth-child(odd) { background-color: #FEF0F0; }
  384.  
  385. .side h6 + blockquote { display:block; background-color: transparent; border:1px solid #18ece6; } /* Cyan */
  386. .side h5 + blockquote { display:block; background-color: transparent; border:1px solid #ffe06d; } /* Yellow */
  387. .side h4 + blockquote { display:block; background-color: transparent; border:1px solid #6c5288; } /* Purple */
  388.  
  389. /* buttons */
  390. .btn, button, .side a[href*='/#btn'] {
  391. background-color:#222;
  392. border:none;
  393. color:#FFF;
  394. padding:6px;
  395. margin:5px 5px 5px 0;
  396. cursor:pointer;
  397. font-size:13px;
  398. font-family:arial,helvetica,sans-serif;
  399. -moz-border-radius:2px;
  400. -webkit-border-radius:2px;
  401. -o-border-radius:2px;
  402. -ms-border-radius:2px;
  403. -khtml-border-radius:2px;
  404. border-radius:2px;
  405. }
  406. .side a[href*='/#btn'] {
  407. text-align: center;
  408. display: block;
  409. width: auto;
  410. font-weight: normal;
  411. letter-spacing: 0;
  412. line-height: 29px;
  413. margin:10px 0px;
  414. }
  415. body.res-nightmode .btn, body.res-nightmode button,
  416. body.res-nightmode .side a[href*='/#btn'] { color: #444 !important; background-color: #CCC !important; }
  417. .btn a { color:#FFF; }
  418. body.res-nightmode .btn a { color: #444 !important; }
  419. .btn:hover,button:hover,.side a[href*='/#btn']:hover { background-color:#28dbe5; border-color:#000; }
  420. body.res-nightmode .btn:hover, body.res-nightmode button:hover,
  421. body.res-nightmode .side a[href*='/#btn']:hover { background-color:#28dbe5 !important; border-color:#28dbe5; }
  422.  
  423. /* code styling */
  424. .usertext-body pre {
  425. margin:10px 0;
  426. padding:10px;
  427. color: #222 !important;
  428. }
  429. .usertext-body pre, .usertext-body p > code {
  430. background:#f7f7f7;
  431. border:1px solid #ccc;
  432. -moz-border-radius:2px;
  433. -webkit-border-radius:2px;
  434. -o-border-radius:2px;
  435. -ms-border-radius:2px;
  436. -khtml-border-radius:2px;
  437. border-radius:2px;
  438. font-size:11px;
  439. color: #fff !important;
  440. overflow: auto;
  441. }
  442. .usertext-body code {
  443. color: #222 !important;
  444. font-family:Consolas, Monaco, monospace;
  445. line-height:1.5em;
  446. }
  447. .usertext-body p > code {
  448. padding:0 3px;
  449. color: #222 !important;
  450. }
  451.  
  452. /* mobile-friendly spoiler tags (credit /u/listen2) */
  453. a[href='#s'] {
  454. font-size:0;
  455. visibility:hidden;
  456. cursor:default;
  457. display:inline-block;
  458. }
  459. a[href='#s']::after {
  460. content:attr(title);
  461. background:#cee3f8;
  462. color:#cee3f8;
  463. font-size:small;
  464. visibility:visible;
  465. }
  466. body.res-nightmode a[href='#s']::after {
  467. content:attr(title);
  468. background:#666;
  469. color:#666;
  470. font-size:small;
  471. visibility:visible;
  472. }
  473. a[href='#s']:hover::after,a[href='#s']:active::after {
  474. color:#000;
  475. background:transparent;
  476. text-decoration:none;
  477. font-size:small;
  478. }
  479. body.res-nightmode a[href='#s']:hover::after, body.res-nightmode a[href='#s']:active::after {
  480. color:#28dbe5;
  481. background:transparent;
  482. text-decoration:none;
  483. font-size:small;
  484. }
  485.  
  486. /* sidebar icons */
  487. .side a[href*='#icon-'] { color:#000 !important; cursor:default; }
  488. .side a[href*='#icon-']:hover { text-decoration:none; }
  489. .side a[href*='#icon-']::before {
  490. display:inline-block;
  491. height:16px; width:16px;
  492. content:'';
  493. margin:0 5px -1px 0;
  494. background: url(%%sprites%%) 30px 30px no-repeat;
  495. }
  496. .side a[href='#icon-exclamation']::before {background-position: -16px -32px;}
  497. .side a[href='#icon-information']::before {background-position: -54px -51px;}
  498. .side a[href='#icon-lightbulb']::before {background-position: -16px -51px;}
  499. .side a[href='#icon-comments']::before {background-position: -35px -89px;}
  500. .side a[href='#icon-unhappy']::before {background-position: -73px -89px;}
  501. .side a[href='#icon-check']::before {background-position: -73px -51px;}
  502. .side a[href='#icon-clock']::before {background-position: -35px -51px;}
  503. .side a[href='#icon-cross']::before {background-position: -35px -70px;}
  504. .side a[href='#icon-smile']::before {background-position: -54px -89px;}
  505. .side a[href='#icon-error']::before {background-position: -54px -32px;}
  506. .side a[href='#icon-note']::before {background-position: -54px -70px;}
  507. .side a[href='#icon-star']::before {background-position: -73px -32px;}
  508. .side a[href='#icon-help']::before {background-position: -16px -70px;}
  509. .side a[href='#icon-time']::before {background-position: -73px -70px;}
  510. .side a[href='#icon-bell']::before {background-position: -35px -32px;}
  511. .side a[href='#icon-eye']::before {background-position: -16px -89px;}
  512.  
  513. /* SUBREDDIT-SPECIFIC STYLES - add you own styles below without modifying the code above.*/
  514.  
  515. .sidebox.submit {top: 170px;}
  516. .morelink .nub { display: none; }
  517.  
  518. #header { border-bottom: 1px solid #000; }
  519. #header-img.default-header { display: inline; margin-left: 20px; padding-left: 35px; padding-top: 25px; letter-spacing: -0.1em; }
  520. a:hover#header-img { color: #28dbe5; }
  521. #sr-header-area .selected a { color: #1483a2; }
  522. h1.redditname a { color: #28dbe5; text-transform: lowercase; font-size: 2em; letter-spacing: -0.1em; }
  523. .users-online { color: #28dbe5; }
  524. .subscribers { color: #28dbe5; }
  525. .leavemoderator { margin-bottom: 5px; background-color: transparent; color: white; }
  526. .titlebox form.flairtoggle { background-color: transparent; color: white; padding-left: 2px; }
  527. .tagline { padding-bottom: 0px; }
  528. #header ul.tabmenu { margin-left: 550px; padding-left: 65px; height: 15px; width: 380px; background: url(%%nav-bg%%) no-repeat scroll 0 0 transparent; padding-top: 7px; }
  529. #header tabmenu li a { margin-top: 20px; }
  530. .link { background: url(%%background-repeat-center%%); }
  531. .sitetable { color: #fff; }
  532. .usertext-body md { color: #000; }
  533.  
  534. .md blockquote, .help blockquote {
  535. border-left: 2px solid #261C17;
  536.  
  537. }
  538.  
  539.  
  540.  
  541. .midcol {
  542. overflow: visible;
  543. }
  544.  
  545.  
  546. /* Main Left Side Blockquote Colors */
  547. .thing .md ul li:nth-child(odd), .thing .md ol li:nth-child(odd) { color: #222; background-color: #efe100; }
  548. .thing .md ul li:nth-child(even), .thing .md ol li:nth-child(even) { color: #222; background-color: #ffb600; }
  549.  
  550. .thing .md blockquote, .thing .help blockquote {
  551. border-left: none;
  552.  
  553. }
  554.  
  555. .thing .md > .thing ul, .thing .md > .thing ol { border-left: 4px solid #f0f; max-width: 300px; }
  556. .thing .md ul, .thing .md ol {
  557. margin: 10px 0px;
  558. padding: 6px;
  559. list-style: disc inside;
  560. background-color: #ffb600;
  561. -moz-border-radius:2px;
  562. -webkit-border-radius:2px;
  563. -o-border-radius:2px;
  564. -ms-border-radius:2px;
  565. -khtml-border-radius:2px;
  566. border-radius:2px;
  567.  
  568. }
  569.  
  570. /* Right Side Blockquote Colors */
  571. .side .md ul li:nth-child(odd), .side .md ol li:nth-child(odd) { background-color: #e8e8e8; }
  572. .side .md ul li:nth-child(even), .side .md ol li:nth-child(even) { background-color: #c7c7c7; }
  573.  
  574.  
  575.  
  576. .side .md > .side ul, .side .md > .side ol { border-left: 4px solid #f0f; max-width: 300px; }
  577. .side .md ul, .side .md ol {
  578. margin: 10px 0px;
  579. padding: 6px;
  580. list-style: disc inside;
  581. background-color: #aeaeae;
  582. -moz-border-radius:2px;
  583. -webkit-border-radius:2px;
  584. -o-border-radius:2px;
  585. -ms-border-radius:2px;
  586. -khtml-border-radius:2px;
  587. border-radius:2px;
  588.  
  589. }
  590.  
  591. .expando { padding-top: 10px; margin: 10px 0; }
  592. .link .usertext .md { border: 1px dashed #ffb600; color: #fff; }
  593.  
  594. .footer-parent { background: url(%%concept-behemoth%%) no-repeat scroll center bottom transparent; height: 400px; }
  595.  
  596. .commentarea .md { padding: 10px; margin: 10px; margin-top: 0px; }
  597.  
  598. body.submit-page h1 { color: #fff; text-transform: lowercase; font-size: 2em; letter-spacing: -0.1em; }
  599. body.submit-page h1 a:hover { color: #444; text-transform: lowercase; font-size: 2em; letter-spacing: -0.1em; text-decoration: underline; }
  600. body.submit-page h1 a { color: #28dbe5; text-transform: lowercase; font-size: 2em; letter-spacing: -0.1em; }
  601.  
  602. .infobar { color: #222; background-color: #e0e0e0; border: 1px solid #e5e5e5; }
  603.  
  604. .roundfield { background-color: #6eb6de; }
  605. .tagline a { color: #9a5cdb; }
  606.  
  607. .thumbnail { margin: 5px 10px 0px 0px; }
  608.  
  609. .pagename a {
  610. background: url(%%empo%%);
  611. text-indent: -900px;
  612. position: absolute;
  613. top: 70px;
  614. left: 50px;
  615. display: block;
  616. width: 504px;
  617. height: 51px;
  618. }
  619.  
  620. .thing p.title { padding-bottom: 5px; }
  621.  
  622. .usertext.border .usertext-body {
  623. color: #28dbe5;
  624. background-color: #222;
  625. margin-top: 10px;
  626. }
  627.  
  628. .usertext.border .usertext-body a {
  629. color: #fff;
  630. }
  631.  
  632. .usertext.border .usertext-body a:hover {
  633. color: #888;
  634. }
  635.  
  636.  
  637. /* CSS for carbine dev hovers*/
  638. .flair-carbinedev {
  639. text-indent: -9999px;
  640. margin-right: 3px;
  641. width: 70px;
  642. height: 20px;
  643. display: inline-block;
  644. background-repeat: no-repeat;
  645. background: 0px 0px url(%%crb-flair%%);
  646. vertical-align: middle;
  647. border: none;
  648. padding: 0;
  649. cursor: help;
  650. border-radius: 0px
  651. }
  652. /* Show the flair text on hover */
  653. .flair-carbinedev:hover {
  654. width: auto;
  655. height: 19px;
  656. line-height: 19px;
  657. text-indent: 0;
  658. background: none;
  659. border: 0px;
  660. color: white;
  661. margin-right: 3px;
  662. font-size:12px;
  663. vertical-align: middle;
  664. }
  665.  
  666. /*For the side bar and in-line viewing annoyance*/
  667. .sidecontentbox .flair-carbinedev:hover {
  668. width: auto;
  669. height: 19px;
  670. line-height: 19px;
  671. text-indent: 0;
  672. background: none;
  673. border: 0px;
  674. color: #1c8917;
  675. margin-right: 3px;
  676. vertical-align: middle;
  677. }
  678.  
  679. .tagline .flair-carbinedev:hover {
  680. width: auto;
  681. height: 19px;
  682. line-height: 19px;
  683. text-indent: 0;
  684. background: none;
  685. border: 0px;
  686. color: #1c8917;
  687. margin-right: 3px;
  688. vertical-align: middle;
  689. }
  690.  
  691.  
  692. /* MOD Flair Style */
  693.  
  694. /* CSS for mod hovers*/
  695. .flair-moderator {
  696. text-indent: -9999px;
  697. margin-right: 3px;
  698. width: 70px;
  699. height: 20px;
  700. display: inline-block;
  701. background-repeat: no-repeat;
  702. background: 0px 0px url(%%mod%%);
  703. vertical-align: middle;
  704. border: none;
  705. padding: 0;
  706. cursor: help;
  707. border-radius: 0px
  708. }
  709. /* Show the flair text on hover */
  710. .flair-moderator:hover {
  711. width: auto;
  712. height: 19px;
  713. line-height: 19px;
  714. text-indent: 0;
  715. background: none;
  716. border: 0px;
  717. color: white;
  718. margin-right: 3px;
  719. font-size:12px;
  720. vertical-align: middle;
  721. }
  722.  
  723. /*For the side bar and in-line viewing annoyance*/
  724. .sidecontentbox .flair-moderator:hover {
  725. width: auto;
  726. height: 19px;
  727. line-height: 19px;
  728. text-indent: 0;
  729. background: none;
  730. border: 0px;
  731. color: #1c8917;
  732. margin-right: 3px;
  733. vertical-align: middle;
  734. }
  735.  
  736. .tagline .flair-carbinedev:hover {
  737. width: auto;
  738. height: 19px;
  739. line-height: 19px;
  740. text-indent: 0;
  741. background: none;
  742. border: 0px;
  743. color: #1c8917;
  744. margin-right: 3px;
  745. vertical-align: middle;
  746. }
  747.  
  748.  
  749.  
  750. /* Wiki Page Style */
  751.  
  752. .wiki-page-content { color: #fff; }
  753. .wiki-page .wiki-page-content .md.wiki h1 { color: #28DBE5 !important; }
  754. .wiki-page .wiki-page-content .md.wiki h3 { color: #e5e5e5 !important; }
  755. .wiki-page .md ul, .wiki-page .md ol { background-color: #222; }
  756. .wiki-page .md > ul, .wiki-page .md > ol { border-left: none; }
  757. .wiki-page .md ul li, .wiki-page .md ol li { padding: 10px; }
  758. .wiki-page .toc ul { padding: 0px !important; }
  759. .wiki-page .wiki-page-content .md.wiki > .toc > ul ul { border-left: none !important; }
  760.  
  761. /* RES Styles */
  762. body.res .keyHighlight { background-color: transparent; }
  763. body.res .titlebox label { color: #fff; }
  764. body.res .comment { background-color: #fff !important; color: #000 !important; }
  765.  
  766. /* replace 'readers' with something else*/
  767. .subscribers .word {
  768. display: none;
  769. }
  770. .subscribers .number::after {
  771. content: " Nexu";
  772. }
  773.  
  774. /* replace 'online readers' with something else*/
  775.  
  776. .users-online .word {
  777. display: none;
  778. }
  779. .users-online .number::after {
  780. content: " ready for combat";
  781. }
  782.  
  783. .RES-keyNav-activeElement {
  784. background-color: transparent !important;
  785. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement