XenocodeRCE

Flat Darkness Edited

Jun 15th, 2015
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 21.69 KB | None | 0 0
  1. html body {
  2.     color: white;
  3. }
  4.  
  5. .cp {
  6.     width: 30px;
  7.     height: 30px;
  8.     position: fixed;
  9.     right: 0;
  10.     bottom: 0;
  11.     display: block;
  12.     background: #fff;
  13.     border-left: 6px solid #393939;
  14.     border-top: 6px solid #393939;
  15.  
  16. }
  17. .select {
  18.     padding: 6px;
  19.     background: #393939;
  20.     position: fixed;
  21.     right: 0;
  22.     bottom: 30px;
  23.     display: block;
  24.     padding-right: 0px;
  25.     display: none;
  26. }
  27. .part:hover, .cp:hover {
  28.     cursor: pointer;
  29. }
  30. .select.show {
  31.     display: block;
  32. }
  33. .select > .part {
  34.     width: 24px;
  35.     height: 25px;
  36.     margin-right: 6px;
  37.     display: inline-block;
  38. }
  39.  
  40. div.menu ul:after {
  41.     background-color: #222 !important;
  42.     border-radius: 2px !important;
  43.     color: #ccc !important;
  44.     content: "white beta v0.0.5" !important;
  45.     font-size: 10px !important;
  46.     font-weight: bold !important;
  47.     line-height: 1 !important;
  48.     margin-left: 10px !important;
  49.     padding-bottom: 3px !important;
  50.     padding-left: 5px !important;
  51.     padding-right: 5px !important;
  52.     padding-top: 3px !important;
  53.     border-radius: 3px !important;
  54.     -moz-border-radius: 3px !important;
  55.     -webkit-border-radius: 3px !important;
  56.     text-transform: uppercase !important;
  57.     float: right !important;
  58. }
  59.  
  60. #container {
  61.     background-color: #282828 !important;
  62.     background-image: none !important;
  63.     border-style: none !important;
  64. }
  65.  
  66. #panel {
  67.     background-color: #312644 !important;
  68.     border-style: none !important;
  69.     line-height: 20px !important;
  70.     padding: 25px !important;
  71.     font-size: 11px !important;
  72.     border-radius: 0 !important
  73. }
  74.  
  75. #posts {
  76.     padding: 0px !important;
  77. }
  78.  
  79. .menu ul a:hover {
  80.     color: #ffffff !important;
  81. }
  82.  
  83. .pagination a:hover {
  84.     background: none !important;
  85.     border: none !important;
  86.     color: #FFFFFF !important;
  87. }
  88.  
  89. .shadetabs li a.selected {
  90.     border-style: none !important;
  91.     color: #ffffff !important;
  92.     font-size: 12px !important;
  93.     top: 0 !important;
  94. }
  95.  
  96. .tborder {
  97.     background: none !important;
  98.     border: none !important;
  99. }
  100.  
  101. td.tfoot div strong {
  102.     margin: 10px !important;
  103. }
  104.  
  105. div.quick_keys > table > tbody > tr > td > table > tbody > tr > td {
  106.     padding-right: 15px !important;
  107. }
  108. div.quick_keys > table > tbody > tr > td > table:first-of-type {
  109.     margin-bottom: 10px !important;
  110. }
  111.  
  112. input.button, .button, button, a.bitButton, input.bitButton, span.bitButton {
  113.     display: inline-block !important;
  114.     color: #FFF !important;
  115.     background-color: #222 !important;
  116.     text-transform: uppercase !important;
  117.     font-weight: bold !important;
  118.     letter-spacing: 1px !important;
  119.     font-size: 12px !important;
  120.     padding: 5px 10px !important;
  121.     border-radius: 2px !important;
  122.     -moz-border-radius: 2px !important;
  123.     -webkit-border-radius: 2px !important;
  124.     text-shadow: 0px 1px rgba(0,0,0,0.5) !important;
  125.     box-shadow: none !important;
  126.     margin-right: 5px;
  127.     border: none !important;
  128. }
  129.  
  130. input.button:hover, .button:hover, button:hover, a.bitButton:hover, input.bitButton:hover, span.bitButton:hover {
  131.     background-color: #111 !important;
  132.     border: 0px !important;
  133. }
  134.  
  135. input.button:active, .button:active, button:active, a.bitButton:active, input.bitButton:active, span.bitButton:active {
  136.     background-color: #111 !important;
  137.     border: 0px !important;
  138. }
  139.  
  140. td[bgcolor="red"]{
  141.     border-radius: 6px 0px 0px 6px !important;
  142.     background-color: #bb3131 !important;
  143.     -moz-border-radius: 6px 0px 0px 6px !important;
  144.     -webkit-border-radius: 6px 0px 0px 6px !important;
  145.     color: #FFF !important;
  146. }
  147.  
  148. td[bgcolor="green"]{
  149.     border-radius: 0px 6px 6px 0px !important;
  150.     background-color: #31bb4b !important;
  151.     -moz-border-radius: 0px 6px 6px 0px !important;
  152.     -webkit-border-radius: 0px 6px 6px 0px !important;
  153.     color: #FFF !important;
  154. }
  155.  
  156. a.navButton :hover {
  157.     color: #666d78 !important;
  158. }
  159.  
  160. a.navButton hover {
  161.     color: #666d78 !important;
  162. }
  163.  
  164. a.pagination_first {
  165.     border: 1px #252525 !important;
  166.     border-radius: 5px !important;
  167.     color: #FFF !important;
  168.     background-color: #252525 !important;
  169. }
  170.  
  171. a.pagination_last {
  172.     border: 1px #252525 !important;
  173.     border-radius: 5px !important;
  174.     color: #888 !important;
  175.     background-color: #252525 !important;
  176. }
  177.  
  178. a.pagination_next {
  179.     border: 1px #252525 !important;
  180.     border-radius: 5px !important;
  181.     color: #FFF !important;
  182.     background-color: #252525 !important;
  183. }
  184.  
  185. a.pagination_page {
  186.     border: 1px #252525 !important;
  187.     border-radius: 5px !important;
  188.     color: #888 !important;
  189.     background-color: #252525 !important;
  190. }
  191.  
  192. a.pagination_previous {
  193.     border: 1px #252525 !important;
  194.     border-radius: 5px !important;
  195.     color: #FFF !important;
  196.     background-color: #252525 !important;
  197. }
  198.  
  199. .quick_jump, a.quick_jump {
  200.     color: white !important;
  201.     text-decoration: none !important;
  202.     font-size: 18px !important;
  203.     width: 13px !important;
  204.     height: 13px !important;
  205.     padding-left: 3px !important;
  206.     vertical-align: middle !important;
  207.     border: none !important;
  208. }
  209.  
  210. div strong a {
  211.     font-weight: normal !important;
  212. }
  213.  
  214. div.bottommenu {
  215.     background-color: #252525 !important;
  216.     border-style: none !important;
  217.     padding: 10px !important;
  218. }
  219.  
  220. div.float_left.smalltext {
  221.     color: #b3b3b3 !important;
  222. }
  223.  
  224. div.largetext {
  225.     display: none !important;
  226.     font-size: 25px !important;
  227.     margin-left: 3px !important;
  228.     margin-top: 55px !important;
  229.     padding: 20px !important;
  230. }
  231.  
  232. div.logo a img {
  233.     background: none !important;
  234.     display: none !important;
  235. }
  236.  
  237. div.menu ul {
  238.     background: none !important;
  239.     background-color: #282828 !important;
  240.     font-size: 12px !important;
  241.     font-weight: normal !important;
  242.     height: 0px !important;
  243.     margin-top: 0 !important;
  244.     padding-bottom: 30px !important;
  245.     padding-left: 25px !important;
  246.     padding-top: 15px !important;
  247.     text-align: left !important;
  248. }
  249.  
  250. div.menu ul a {
  251.     color: #8a8a8a !important;
  252. }
  253.  
  254. div.menu ul a.hover {
  255.     color: #ff00ff !important;
  256. }
  257.  
  258. div.menu ul.hover {
  259.     color: #ff00ff !important;
  260. }
  261.  
  262. div.menu ul:before {
  263.     color: #ffffff !important;
  264.     content: "Hack Forums" !important;
  265.     margin-right: 25px !important;
  266.     font-weight: bold !important;
  267. }
  268.  
  269. div.navigation a.active {
  270.     color: #ffffff !important;
  271. }
  272.  
  273. div.pagination {
  274.     font-weight: normal !important;
  275.     margin-bottom: 20px !important;
  276.     font-size: 11px !important;
  277. }
  278. div.navigation a {
  279.     color: #cfcfcf !important;
  280. }
  281. div.pm_alert {
  282.     font-size: 11px !important;
  283.     background-color: #202020 !important;
  284.     border-bottom: 1px solid #61a859 !important;
  285.     border-radius: 0 !important;
  286.     border-top: 1px solid #61a859 !important;
  287.     margin-top: 20px !important;
  288.     padding: 10px !important;
  289. }
  290.  
  291. div.post_body {
  292.     color: #cfcfcf !important;
  293.     margin-bottom: 25px !important;
  294.     margin-top: 25px !important;
  295. }
  296.  
  297. div.author.smalltext a {
  298.     color: #969696 !important;
  299. }
  300.  
  301. img.expander {
  302.     display: none !important;
  303. }
  304.  
  305. div.post_body blockquote {
  306.     background-color: #555 !important;
  307.     border-color: #353535 !important;
  308.     border-style: solid !important;
  309.     border-width: 1px !important;
  310.     color: #f0f0f0 !important;
  311.     margin-bottom: 5px !important;
  312.     padding: 10px !important;
  313. }
  314.  
  315. div.post_body blockquote cite {
  316.     border-color: #5f6d80 !important;
  317.     border-style: solid !important;
  318.     border-width: 0 !important;
  319.     color: #ffffff !important;
  320.     font-weight: normal !important;
  321.     margin-bottom: 20px !important;
  322.     padding: 0 !important;
  323. }
  324.  
  325. div.smalltext ul li {
  326.     list-style: square !important;
  327.     margin-left: -6px !important;
  328. }
  329.  
  330. html body {
  331.     background: none !important;
  332.     background-color: #222222 !important;
  333. }
  334.  
  335. img.subforumicon.ajax_mark_read {
  336.     display: none !important;
  337. }
  338.  
  339. span.active {
  340.     font-size: 12px !important;
  341.     color: #FFFFFF !important;
  342. }
  343.  
  344. span.group0 {
  345.     font-weight: bold !important;
  346. }
  347.  
  348. span.group9 {
  349.     color: #7ef250 !important;
  350. }
  351.  
  352. span.pages {
  353.     font-weight: normal !important;
  354.     margin-right: 20px !important;
  355. }
  356.  
  357. div.menu ul li a {
  358.     font-size: 12px !important;
  359.     text-shadow: none !important;
  360.     font-weight: normal !important;
  361. }
  362.  
  363. div.menu ul li a:Hover {
  364.     color: #FFF !important;
  365.     background: none !important;
  366.     border: none !important;
  367. }
  368.  
  369. .button {
  370.     display: inline-block !important;
  371.     color: #FFF !important;
  372.     background-color: #888 !important;
  373.     text-transform: uppercase !important;
  374.     font-weight: bold !important;
  375.     letter-spacing: 1px !important;
  376.     font-size: 12px !important;
  377.     padding: 5px 10px !important;
  378.     border-radius: 6px !important;
  379.     -moz-border-radius: 6px !important;
  380.     -webkit-border-radius: 6px !important;
  381.     border: 0px solid #555 !important;
  382.     border-bottom-width: 2px !important;
  383.     text-shadow: 0px 1px rgba(0,0,0,0.5) !important;
  384.     box-shadow: none !important;
  385. }
  386.  
  387. .button:hover {
  388.     background-color: #777 !important;
  389.     border-color: #555 !important;
  390. }
  391.  
  392. .button:active {
  393.     background-color: #555 !important;
  394.     border: 0px !important;
  395.     transform: translate(0px, 2px) !important;
  396.     -webkit-transform: translate(0px, 2px) !important;
  397. }
  398.  
  399. span.pagination_current {
  400.     background: none !important;
  401.     border: none !important;
  402.     color: #ffffff !important;
  403.     font-weight: bold;
  404. }
  405.  
  406. span.smalltext a {
  407.     color: #ffffff !important;
  408. }
  409.  
  410. span.smalltext strong {
  411.     font-weight: normal !important;
  412. }
  413.  
  414. table {
  415.     border: none !important;
  416.     border-collapse: none !important;
  417.     border-color: none !important;
  418.     border-spacing: none !important;
  419.     padding: 0 !important;
  420.     padding-bottom: 0px !important;
  421.     padding-top: 0px !important;
  422. }
  423.  
  424. table.tborder {
  425.     border-spacing: 0px !important;
  426.     border-style: none !important;
  427. }
  428.  
  429. tborder {
  430.     padding: 0 !important;
  431. }
  432.  
  433. td.smalltext.post_author_info {
  434.     line-height: 16px !important;
  435. }
  436.  
  437. td.tfoot {
  438.     background-color: #252525 !important;
  439.     background-image: none !important;
  440.     border-radius: 0px !important;
  441.     padding: 10px !important;
  442. }
  443.  
  444. td.tfoot form {
  445.     background-color: #252525 !important;
  446.     background-image: none !important;
  447. }
  448.  
  449. td.tfoot form select {
  450.     border: none !important;
  451.     color: #606060 !important;
  452.     font-weight: normal !important;
  453.     margin-bottom: 10px !important;
  454.     margin-top: 10px !important;
  455.     padding: 3px !important;
  456. }
  457.  
  458. td.trow {
  459.     border-style: none !important;
  460.     padding: 10px !important;
  461. }
  462.  
  463. td.trow1:hover {
  464.     background: #333 !important;
  465. }
  466.  
  467. td.trow1 strong a {
  468.     color: #ffffff !important;
  469.     font-weight: bold !important;
  470. }
  471.  
  472. td.trow1.post_buttons {
  473.     border-bottom: none !important;
  474.     border-radius: 0px !important;
  475.     border-top: 1px solid #262626 !important;
  476.     margin-bottom: 0 !important;
  477.     margin-top: 0 !important;
  478. }
  479.  
  480. td.trow2 strong a {
  481.     font-weight: bold !important;
  482. }
  483.  
  484. td.trow2.post_content {
  485.     border: none !important;
  486. }
  487. td.trow2:hover {
  488.     background: #333333 !important;
  489. }
  490. td.trow2.post_content hr {
  491.     background-color: #262626  !important;
  492.     border: none  !important;
  493.     margin-bottom: 20px  !important;
  494.     margin-top: 20px !important;
  495.     width: 25% !important;
  496. }
  497.  
  498. tr {
  499.     padding: 10px !important;
  500. }
  501.  
  502. ul.shadetabs li a:hover {
  503.     color: #ffffff !important;
  504. }
  505.  
  506. #panel strong {
  507.     font-weight: normal !important;
  508. }
  509.  
  510. #panel strong a {
  511.     font-weight: bold !important;
  512. }
  513.  
  514. td.trow_sep {
  515.     border-bottom: 1px solid #262626 !important;
  516.     background-color: #292929 !important;
  517.     padding: 10px !important;
  518.     font-weight: normal !important;
  519.     font-size: 11px !important;
  520. }
  521.  
  522. div.navigation a {
  523.     color: #696969 !important;
  524. }
  525.  
  526. td.thead div strong {
  527.     display: inline-block !important;
  528.     color: #ffffff !important;
  529.     font-weight: normal !important;
  530.     font-size: 12px !important;
  531. }
  532.  
  533. td.thead div {
  534.     display: inline-block !important;
  535. }
  536.  
  537. span.smalltext.float_right {
  538.     display: none !important;
  539. }
  540.  
  541. span.button a:Hover {
  542.     color: #fff !important;
  543. }
  544.  
  545. div.smalltext {
  546.     line-height: 20px !important;
  547.     font-size: 11px !important;
  548. }
  549.  
  550. td.trow2 {
  551.     background-color: #333333 !important;
  552.     border-bottom: 1px solid #262626 !important;
  553.     border-radius: 0px !important;
  554.     margin-top: 0 !important;
  555.     margin-bottom: 0 !important;
  556.     padding: 15px !important;
  557.     font-size: 12px !important;
  558. }
  559.  
  560. span.smalltext a strong {
  561.     font-weight: bold !important;
  562.     font-size: 11px !important;
  563. }
  564.  
  565. td.trow1 {
  566.     border-bottom: 1px solid #262626 !important;
  567.     border-radius: 0px !important;
  568.     padding: 15px !important;
  569.     font-size: 12px !important;
  570. }
  571.  
  572. span.group29 {
  573.     color: #389aff !important;
  574.     text-shadow: none !important;
  575. }
  576.  
  577. span.group3 {
  578.     color: #bf50ff !important;
  579.     text-shadow: 1px 1px #000000 !important;
  580. }
  581.  
  582. img[src="http://x.hackforums.net/images/modern_bl/starstaff.png"] {
  583.     content:url(http://i.imgur.com/2dS5exk.png) !important;
  584.     filter: hue-rotate(15deg) !important;
  585. }
  586.  
  587. span.group4 {
  588.     color: #ff3eab !important;
  589.     text-shadow: 1px 1px #000000 !important;
  590. }
  591.  
  592. img[src="http://x.hackforums.net/images/modern_bl/staradmin.png"] {
  593.     -webkit-filter: hue-rotate(35deg) !important;
  594.     filter: hue-rotate(35deg);
  595.  
  596. }
  597.  
  598. img[src="http://x.hackforums.net/images/modern_bl/groupimages/english/admin-bar.png"] {
  599.     -webkit-filter: hue-rotate(35deg) !important;
  600.     filter: hue-rotate(35deg) !important;
  601. }
  602.  
  603. img[src="http://x.hackforums.net/images/modern_bl/add_buddy.gif"] {
  604.     content:url(http://i.imgur.com/3d5FKNX.png) !important;
  605. }
  606.  
  607. img[src="http://x.hackforums.net/images/modern_bl/remove_buddy.gif"] {
  608.     content:url(http://i.imgur.com/zDwBkq5.png) !important;
  609. }
  610.  
  611. img[src="http://x.hackforums.net/images/modern_bl/add_ignore.gif"] {
  612.     content:url(http://i.imgur.com/u3NZbDu.png) !important;
  613. }
  614.  
  615. img[src="http://x.hackforums.net/images/modern_bl/remove_ignore.gif"] {
  616.     content:url(http://i.imgur.com/zDwBkq5.png) !important;
  617. }
  618.  
  619. img[src$="/img/disable.png"] {
  620.     content: url(http://i.imgur.com/LXGekE9.png) !important;
  621. }
  622.  
  623. img[src$="/img/enable.png"] {
  624.     content: url(http://i.imgur.com/YHDATSF.png) !important;
  625. }
  626. /**
  627. img[src="http://x.hackforums.net/images/modern_bl/folder.gif"] {
  628.     content: url(http://i.imgur.com/BbrrwYq.png) !important;
  629. }
  630. img[src="http://x.hackforums.net/images/modern_bl/lockfolder.gif"] {
  631.     content: url(http://i.imgur.com/nqX2AqL.png) !important;
  632. }
  633. img[src="http://x.hackforums.net/images/modern_bl/dot_folder.gif"] {
  634.     content: url(http://i.imgur.com/ulTXXHb.png) !important;
  635. }
  636. img[src="http://x.hackforums.net/images/modern_bl/dot_lockfolder.gif"] {
  637.     content: url(http://i.imgur.com/lpHkIES.png) !important;
  638. }
  639. img[src="http://x.hackforums.net/images/modern_bl/newfolder.gif"] {
  640.     content: url(http://i.imgur.com/QZFauA4.png) !important;
  641. }
  642. img[src="http://x.hackforums.net/images/modern_bl/hotfolder.gif"] {
  643.     content: url(http://i.imgur.com/TIFZ5RW.png) !important;
  644. }
  645. img[src="http://x.hackforums.net/images/modern_bl/newlockfolder.gif"] {
  646.     content: url(http://i.imgur.com/klYYE8l.png) !important;
  647. }
  648. img[src="http://x.hackforums.net/images/modern_bl/hotlockfolder.gif"] {
  649.     content: url(http://i.imgur.com/ESnLT8k.png) !important;
  650. }
  651. img[src="http://x.hackforums.net/images/modern_bl/dot_hotfolder.gif"] {
  652.     content: url(http://i.imgur.com/AwHEzIa.png) !important;
  653. }
  654. img[src="http://x.hackforums.net/images/modern_bl/dot_newfolder.gif"] {
  655.     content: url(http://i.imgur.com/Xu1hNl8.png) !important;
  656. }
  657. img[src="http://x.hackforums.net/images/modern_bl/dot_hotlockfolder.gif"] {
  658.     content: url(http://i.imgur.com/tImSTXU.png) !important;
  659. }
  660. img[src="http://x.hackforums.net/images/modern_bl/dot_newlockfolder.gif"] {
  661.     content: url(http://i.imgur.com/h6EuMOc.png) !important;
  662. }
  663. img[src="http://x.hackforums.net/images/modern_bl/newhotfolder.gif"] {
  664.     content: url(http://i.imgur.com/h6EuMOc.png) !important;
  665. }
  666. img[src="http://x.hackforums.net/images/modern_bl/dot_newhotfolder.gif"] {
  667.     content: url(http://i.imgur.com/h6EuMOc.png) !important;
  668. } **/
  669.  
  670. li[class="printable"] {
  671.     background: url(http://i.imgur.com/uJA6SMg.png) no-repeat 0px 0px !important;
  672. }
  673.  
  674. li[class="subscription_add"] {
  675.     background: url(http://i.imgur.com/s3ao1YU.png) no-repeat 0px 0px !important;
  676. }
  677. li[class="subscription_remove"] {
  678.     background: url(http://i.imgur.com/dw4vjon.png) no-repeat 0px 0px !important;
  679. }
  680.  
  681. td.thead strong {
  682.     color: #ffffff !important;
  683.     margin: 5px !important;
  684.     font-size: 12px !important;
  685. }
  686.  
  687. td.tcat {
  688.     background-color: #281830!important;
  689.     background-image: none !important;
  690.     border: none !important;
  691.     border-radius: 0px !important;
  692.     border-style: none !important;
  693.     color: #ffffff !important;
  694.     margin-bottom: 0 !important;
  695.     margin-top: 0 !important;
  696.     padding-top: 10px !important;
  697.     padding-left: 11px !important;
  698.     padding-bottom: 10px !important;
  699. }
  700.  
  701. td.thead {
  702.     background-color: #6C5C78!important;
  703.     background-image: none !important;
  704.     border-radius: 0px !important;
  705.     border-style: none !important;
  706.     padding-top: 10px !important;
  707.     padding-right: 10px !important;
  708.     padding-bottom: 10px !important;
  709.     padding-left: 6px !important;
  710. }
  711.  
  712. td.trow2 strong a:hover {
  713.     color: #ffffff !important;
  714. }
  715.  
  716. a:hover {
  717.     color: #ffffff !important;
  718. }
  719.  
  720. span.smalltext {
  721.     font-size: 11px !important;
  722. }
  723.  
  724. div.navigation{
  725.     font-size: 12px !important;
  726.     color: #cfcfcf !important;
  727.     padding-top: 10px !important;
  728.     padding-bottom: 10px !important;
  729. }
  730.  
  731. div.navigation a {
  732.     color: #cfcfcf !important;
  733.     font-weight: normal;
  734. }
  735.  
  736. div.navigation a:hover {
  737.     color: #eee !important;
  738. }
  739.  
  740. ul.shadetabs li a {
  741.     background: none !important;
  742.     border: none !important;
  743.     border-style: none !important;
  744.     box-shadow: none !important;
  745.     font-size: 12px !important;
  746.     font-weight: normal !important;
  747.     margin: 5px !important;
  748.     color: #7a7a7a !important;
  749.     text-shadow: none !important;
  750. }
  751.  
  752. a.selected {
  753.     border-style: none !important;
  754.     color: #ffffff !important;
  755.     font-size: 12px !important;
  756.     font-weight: normal !important;
  757.     text-shadow: none !important;
  758.     top: 0px !important;
  759. }
  760.  
  761. ul.shadetabs {
  762.     margin: 0 !important;
  763.     padding-bottom: 20px !important;
  764.     padding-left: 10px !important;
  765.     padding-right: 10px !important;
  766.     padding-top: 20px !important;
  767.     background-color: #202020 !important;
  768. }
  769.  
  770. a.usercp_nav_item {
  771.     font-size: 11px !important;
  772. }
  773.  
  774. div.float_right a {
  775.     font-size: 11px !important;
  776. }
  777.  
  778. a.popup_item {
  779.     background: #292929 !important;
  780.     border: none !important;
  781.     color: #FFF !important;
  782. }
  783.  
  784. a.popup_item:hover {
  785.     background: #222 !important;
  786.     border: none !important;
  787.     color: #FFF !important;
  788. }
  789.  
  790. div.popup_menu {
  791.     background: #292929 !important;
  792.     border: none !important;
  793. }
  794.  
  795. a[id^="thread_options"]>strong {
  796.     color: #252525 !important;
  797. }
  798.  
  799. .usercp_container{
  800.     border: 1px solid #444444 !important;
  801. }
  802. .usercp_nav_home {
  803.     background: url(http://i.imgur.com/8rXcWeo.png) no-repeat left center !important;
  804. }
  805. .usercp_nav_composepm {
  806.     background: url(http://i.imgur.com/rVRzAP6.png) no-repeat left center !important;
  807. }
  808. .usercp_nav_pmfolder {
  809.     background: url(http://i.imgur.com/x6gbgmA.png) no-repeat left center !important;
  810. }
  811. .usercp_nav_sub_pmfolder {
  812.     padding-left: 40px !important;
  813.     background: url(http://i.imgur.com/qdHyFZ0.png) no-repeat left center !important;
  814. }
  815. .usercp_nav_trash_pmfolder {
  816.     padding-left: 40px !important;
  817.     background: url(http://i.imgur.com/JRO03a9.png) no-repeat left center !important;
  818. }
  819. .usercp_nav_pmtracking {
  820.     background: url(http://i.imgur.com/P1gVL47.png) no-repeat left center !important;
  821. }
  822. .usercp_nav_pmfolders {
  823.     background: url(http://i.imgur.com/vqO8iBQ.png) no-repeat left center !important;
  824. }
  825. .usercp_nav_profile {
  826.     background: url(http://i.imgur.com/El4eUCM.png) no-repeat left center !important;
  827. }
  828. .usercp_nav_username {
  829.     padding-left: 40px !important;
  830.     background: url(http://i.imgur.com/FXBSRap.png) no-repeat left center !important;
  831. }
  832. .usercp_nav_password {
  833.     padding-left: 40px !important;
  834.     background: url(http://i.imgur.com/R4qyASb.png) no-repeat left center !important;
  835. }
  836. .usercp_nav_email {
  837.     padding-left: 40px !important;
  838.     background: url(http://i.imgur.com/G9o7url.png) no-repeat left center !important;
  839. }
  840. .usercp_nav_avatar {
  841.     padding-left: 40px !important;
  842.     background: url(http://i.imgur.com/RsGEB1l.png) no-repeat left center !important;
  843. }
  844. .usercp_nav_editsig {
  845.     padding-left: 40px !important;
  846.     background: url(http://i.imgur.com/PD5kBXb.png) no-repeat left center !important;
  847. }
  848. .usercp_nav_options {
  849.     background: url(http://i.imgur.com/voq5d7N.png) no-repeat left center !important;
  850. }
  851. .usercp_nav_usergroups {
  852.     background: url(http://i.imgur.com/12LehKH.png) no-repeat left center !important;
  853. }
  854. .usercp_nav_editlists {
  855.     background: url(http://i.imgur.com/bfcL3Wz.png) no-repeat left center !important;
  856. }
  857. .usercp_nav_attachments {
  858.     background: url(http://i.imgur.com/5q8EbgL.png) no-repeat left center !important;
  859. }
  860. .usercp_nav_drafts {
  861.     background: url(http://i.imgur.com/ryliPsU.png) no-repeat left center !important;
  862. }
  863. .usercp_nav_subscriptions {
  864.     background: url(http://i.imgur.com/N9wUWFu.png) no-repeat left center !important;
  865. }
  866. .usercp_nav_fsubscriptions {
  867.     background: url(http://i.imgur.com/0K4Hftt.png) no-repeat left center !important;
  868. }
  869. .usercp_nav_viewprofile {
  870.     background: url(http://i.imgur.com/kUfuaZK.png) no-repeat left center !important;
  871. }
Advertisement
Add Comment
Please, Sign In to add comment