der_robert

BTO goes Black (Stylish)

Aug 29th, 2014
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.54 KB | None | 0 0
  1. /* v0.2 */
  2. /* by der_robert */
  3. /* http://boerse.to/thema/style-bto-goes-black-stylish.1927525/ */
  4.  
  5. @namespace url(http://www.w3.org/1999/xhtml);
  6.  
  7. @-moz-document domain("boerse.to") {
  8.  
  9.     html{
  10.         background-color: #000 !important;
  11.     }
  12.  
  13.     a:link {
  14.         color: #812e2e;
  15.         text-decoration: none;
  16.     }
  17.  
  18.     a:visited{
  19.         color: #8a2a2a !important;
  20.         text-decoration: none !important;
  21.     }
  22.  
  23.     a[href]:hover {
  24.         color: #812e2e !important;
  25.         text-decoration: none !important;
  26.     }
  27.  
  28.     .forum_list .titleBar{
  29.         display: none !important;
  30.     }
  31.  
  32.     .primaryContent a.externalLink:before{
  33.     content: "[Ex] ";
  34.     }
  35.  
  36.     .primaryContent a.internalLink:before{
  37.     content: "[In] ";
  38.     }
  39.  
  40.     .primaryContent a.externalLink,
  41.     .primaryContent a.internalLink,
  42.     .primaryContent a.username,
  43.     .privateControls a.datePermalink,
  44.     .privateControls a.control,
  45.     .publicControls a.postNumber,
  46.     .publicControls a.MultiQuoteControl,
  47.     .publicControls a.ReplyQuote,
  48.     .privateControls a.muted,
  49.     .publicControls a.LikeLink{
  50.         color: #812e2e !important;
  51.     }
  52.    
  53.     .node .forumNodeInfo.unread .nodeIcon {
  54.         color: #812e2e !important;
  55.     }    
  56.  
  57.     #logo a img{
  58.         background: url("http://abload.de/img/sp0ez4ulmts6x.png");
  59.         width:0px;
  60.         height:0px;
  61.         padding-top: 96px;
  62.         padding-right: 336px;
  63.         margin-left: 20px;
  64.     }
  65.  
  66.     #logoBlock{
  67.         background-color: #000 !important;
  68.     }
  69.  
  70.     #content .pageContent {
  71.         background-color: #000 !important;
  72.     }
  73.  
  74.     #headerMover #headerProxy {
  75.         height: 226px !important;
  76.     }
  77.  
  78.     .breadcrumb {
  79.         background-color: #000 !important;
  80.         border: 1px solid #ccc !important;
  81.         border-radius: 8px !important;
  82.         color: #fff !important;
  83.     }
  84.  
  85.     .nodeList .categoryStrip {
  86.         background-color: #000 !important;
  87.         background: repeating-linear-gradient(
  88.           -55deg,
  89.           #222,
  90.           #222 10px,
  91.           #333 10px,
  92.           #333 20px
  93.         );
  94.     }
  95.  
  96.     .nodeCount {
  97.         display: block !important;
  98.     }
  99.  
  100.     .nodeList .categoryStrip {
  101.         border-bottom: 0 solid !important;
  102.     }
  103.  
  104.     .nodeList .categoryStrip .nodeTitle a {
  105.         color: #fff !important;
  106.     }
  107.  
  108.     .nodeList .categoryForumNodeInfo, .nodeList .forumNodeInfo, .nodeList .pageNodeInfo, .nodeList .linkNodeInfo {
  109.         border-bottom: 0 solid !important;
  110.     }
  111.  
  112.     ol.nodeList li.node.level_2:nth-child(odd) div.forumNodeInfo {
  113.         background-color: #222 !important;
  114.     }
  115.  
  116.     ol.nodeList li.node.level_2:nth-child(even) div.forumNodeInfo {
  117.         background-color: #323232 !important;
  118.     }
  119.  
  120.     .primaryContent a {
  121.         color: #fff !important;
  122.     }
  123.  
  124.     .discussionList .sectionHeaders {
  125.         background-color: #000 !important;
  126.         border-bottom: 0 solid !important;
  127.         background: repeating-linear-gradient(
  128.           -55deg,
  129.           #222,
  130.           #222 10px,
  131.           #333 10px,
  132.           #333 20px
  133.         );
  134.     }
  135.  
  136.     .pageNavLinkGroup .linkGroup {
  137.         margin-top: 0px !important;
  138.     }
  139.  
  140.     .discussionList .sectionHeaders a {
  141.         color: #fff !important;
  142.     }
  143.  
  144.     .discussionListItem.visible.sticky, .discussionListItem.visible.sticky .posterAvatar, .discussionListItem.visible.sticky .stats {
  145.         background-color: #333 !important;
  146.     }
  147.  
  148.     .discussionListItem {
  149.         border-bottom: 0px solid !important;
  150.     }
  151.  
  152.     ol.discussionListItems li:nth-child(odd){
  153.         background-color: #222 !important;
  154.     }
  155.  
  156.     ol.discussionListItems li:nth-child(even){
  157.         background-color: #323232 !important;
  158.     }
  159.  
  160.     .thread_create .xenForm,
  161.     .thread_reply .xenForm{
  162.         background-color: #333 !important;
  163.         margin: 10px auto;
  164.         max-width: 100% !important;
  165.         color: #fff !important;
  166.     }
  167.  
  168.     .thread_create .xenForm fieldset,
  169.     .thread_create .xenForm .formGroup,
  170.     .thread_reply .xenForm fieldset,
  171.     .thread_reply .xenForm .formGroup{
  172.         border-top: 0px solid !important;
  173.         max-width: 880px !important;
  174.     }
  175.  
  176.     .thread_create .submitUnit,
  177.     .thread_reply .submitUnit{
  178.         border-top: 0px solid !important;
  179.     }
  180.  
  181.     .thread_create .messageText,
  182.     .thread_reply .messageText{
  183.         color: #000 !important;
  184.     }
  185.  
  186.     .sectionFooter {
  187.         background-color: #000 !important;
  188.         border-bottom: 0px solid !important;
  189.         background: repeating-linear-gradient(
  190.           -55deg,
  191.           #222,
  192.           #222 10px,
  193.           #333 10px,
  194.           #333 20px
  195.         );
  196.     }
  197.  
  198.     #DiscussionListOptionsHandle a {
  199.         border-color: #000 !important;
  200.         border-right: 0px solid !important;
  201.         background: repeating-linear-gradient(
  202.           -55deg,
  203.           #222,
  204.           #222 10px,
  205.           #333 10px,
  206.           #333 20px
  207.         );
  208.     }
  209.  
  210.     .DiscussionListOptions {
  211.         border-color: #000 !important;
  212.         background-color: #222 !important;
  213.         margin: 0px auto !important;
  214.         color: #fff !important;
  215.     }
  216.  
  217.     a.PageNavPrev, a.PageNavNext {
  218.         background-color: #fff !important;
  219.         border: 1px solid #fff !important;
  220.     }
  221.  
  222.     .PageNav a:hover, .PageNav a:focus {
  223.         color: #000 !important;
  224.         background-color: #812e2e !important;
  225.         border: 1px solid #812e2e !important;
  226.     }
  227.  
  228.     .sidebar .secondaryContent {
  229.         background-color: #222 !important;
  230.         color: #fff !important;
  231.     }
  232.  
  233.     .sidebar .section .secondaryContent a {
  234.     }    
  235.  
  236.     .sidebar .secondaryContent .username,
  237.     .sidebar .secondaryContent a,
  238.     .sidebar .section .secondaryContent a{
  239.         color: #812e2e !important;
  240.         background-color: transparent !important;
  241.     }
  242.  
  243.     .sidebar .section .secondaryContent h3 {
  244.         background-color: #000 !important;
  245.         color: #fff !important;
  246.         background: repeating-linear-gradient(
  247.           -55deg,
  248.           #222,
  249.           #222 10px,
  250.           #333 10px,
  251.           #333 20px
  252.         );
  253.     }
  254.  
  255.     .secondaryContent {
  256.         border-bottom: 0px solid !important;
  257.     }
  258.  
  259.     .titleBar,
  260.     .subHeading{
  261.         background-color: #000 !important;
  262.         color: #fff !important;
  263.         padding-left: 10px !important;
  264.         padding-bottom: 10px !important;
  265.         background: repeating-linear-gradient(
  266.           -55deg,
  267.           #222,
  268.           #222 10px,
  269.           #333 10px,
  270.           #333 20px
  271.         );
  272.     }
  273.  
  274.     #PollContainer div.secondaryContent{
  275.         background-color: #000 !important;
  276.         color: #fff !important;
  277.     }
  278.  
  279.     .mainContentBlock.sectionMain {
  280.         background-color: #333 !important;
  281.         color: white !important;
  282.         margin-left: 10px !important;
  283.         margin-top: 19px !important;
  284.     }
  285.  
  286.     div[class^='account_'] .mainContentBlock {
  287.         display: block !important;
  288.     }
  289.    
  290.     .ctrlUnit > dd > * > li > ul, .ctrlUnit .indented {
  291.         margin-left: 0px !important;
  292.     }
  293.    
  294.     .xenForm .ctrlUnit > dt {
  295.         width: 28% !important;
  296.     }
  297.    
  298.     .navigationSideBar a.primaryContent{
  299.         background-color: #222!important;
  300.         border-bottom: 0px solid !important;
  301.     }
  302.    
  303.     .navigationSideBar a.primaryContent:hover{
  304.         background-color: #333!important;
  305.         border-bottom: 0px solid !important;
  306.     }
  307.    
  308.     .navigationSideBar a.secondaryContent{
  309.         background-color: #333!important;        
  310.     }
  311.    
  312. }
Advertisement
Add Comment
Please, Sign In to add comment