Advertisement
Guest User

Twokinds Custom CSS

a guest
Jun 8th, 2015
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.61 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("twokinds.net") {
  4.   #logodesc table tbody tr td:nth-child(1):before {
  5.     position: absolute;
  6.     top: 0;
  7.     left: 0;
  8.     content: "";
  9.     display: block;
  10.     width: 100px;
  11.     height: 20px;
  12.     background-image: url("http://shitkinds.com/2kforumcustomcss/v1.png");
  13.   }
  14.  
  15.   body.ltr {
  16.     max-width: 1600px;
  17.     margin: 0 auto;
  18.    
  19.     font-family: "Arial", serif;
  20.   }
  21.  
  22.   #logodesc {
  23.     width: 50%;
  24.     margin: 0 auto;
  25.    
  26.     background-image: none;
  27.     background-color: #FFF;
  28.   }
  29.  
  30.   #logodesc table tbody tr td:nth-child(2) {
  31.     text-align: right;
  32.   }
  33.  
  34.   #menubar {
  35.     margin-bottom: -16px;
  36.    
  37.     background-color: #FFF;
  38.     border: 1px solid #CECECE;
  39.     border-radius: 10px;
  40.     border-bottom-left-radius: 0;
  41.     border-bottom-right-radius: 0;
  42.     box-shadow: 0 0 2px #DDD;
  43.   }
  44.  
  45.   #menubar table tbody tr td a {
  46.     display: inline-block;
  47.     margin: -2px;
  48.     margin-right: -10px;
  49.     padding: 20px;
  50.    
  51.     color: #1F7FB0;
  52.     border-left: 1px solid #CECECE;
  53.   }
  54.  
  55.   #menubar table tbody tr td:last-child a:last-child {
  56.     margin-right: -2px;
  57.     border-top-right-radius: 10px;
  58.   }
  59.  
  60.   #menubar table tbody tr td:last-child a:first-child {
  61.     margin-right: -14px;
  62.   }
  63.  
  64.   #menubar table tbody tr td:first-child a {
  65.     border-left: 0;
  66.     border-right: 1px solid #CECECE;
  67.   }
  68.  
  69.   #menubar table tbody tr td:first-child a:first-child {
  70.     border-top-left-radius: 10px;
  71.   }
  72.  
  73.   #menubar table tbody tr td a:hover {
  74.     background-color: #EEE;
  75.     text-decoration: none;
  76.   }
  77.  
  78.   #menubar table tbody tr td a img {
  79.     display: none;
  80.   }
  81.  
  82.   #datebar { display: none; }
  83.  
  84.   .searchbar {
  85.     height: 33px;
  86.    
  87.     background-color: #FFF;
  88.     border: 1px solid #CECECE;
  89.     border-radius: 10px;
  90.     border-top-left-radius: 0;
  91.     border-top-right-radius: 0;
  92.     box-shadow: 0 0 2px #DDD;
  93.   }
  94.  
  95.   .searchbar span {
  96.     margin: 10px;
  97.   }
  98.  
  99.   #pageheader {
  100.     margin-top: -14px;
  101.     padding: 15px;
  102.    
  103.     background-color: #FFF;
  104.     border: 1px solid #CECECE;
  105.     border-radius: 10px;
  106.     border-top-left-radius: 0;
  107.     border-top-right-radius: 0;
  108.     box-shadow: 0 0 2px #DDD;
  109.   }
  110.  
  111.   #pageheader h2 a {
  112.     text-decoration: none;
  113.   }
  114.  
  115.   #pageheader .moderators {
  116.     float: right;
  117.     margin-top: -15px;
  118.   }
  119.  
  120.   #pageheader .moderators a {
  121.     text-decoration: none;
  122.   }
  123.  
  124.   #wrapcentre .tablebg tbody tr .row1 .breadcrumbs {
  125.     font-size: 15px;
  126.   }
  127.  
  128.   #pagecontent {
  129.     padding: 15px;
  130.    
  131.     border: 1px solid #CECECE;
  132.     border-radius: 7px;
  133.   }
  134.  
  135.   p.datetime { display: none; }
  136.  
  137.  
  138.   .tablebg {
  139.     background-color: #CCC;
  140.     margin-top: -1px;
  141.   }
  142.  
  143.   .tablebg tbody, .tablebg tr, .tablebg tbody th {
  144.     background-color: #FAFAFA;
  145.     color: #000;
  146.   }
  147.  
  148.   td[width="80"] {
  149.     padding: 5px;
  150.    
  151.     border: 1px solid #BBB;
  152.     border-top-right-radius: 5px;
  153.     border-bottom-right-radius: 5px;
  154.   }
  155.  
  156.   textarea[name="message"] {
  157.     min-height: 330px;
  158.     max-width: 1100px;
  159.     resize:none;
  160.   }
  161.  
  162.   .tablebg tbody tr td[bgcolor] {
  163.     border: 1px solid #000;
  164.   }
  165.  
  166.   .tablebg tbody tr td:not([bgcolor]) {
  167.     background-color: #FFF;
  168.   }
  169.  
  170.   .tablebg .cat, .tablebg .catdiv, .tablebg tbody th {
  171.     background-image: none;
  172.   }
  173.  
  174.   .tablebg tbody td table tbody tr td .postbody:first-child {
  175.     min-height: 200px;
  176.   }
  177.  
  178.   .profile {
  179.     display: block;
  180.     width: 200px;
  181.   }
  182.  
  183.   img[alt="User avatar"] {
  184.     width: 190px;
  185.     height: auto;
  186.    
  187.     margin: 0 auto;
  188.    
  189.     image-rendering: optimizeSpeed;
  190.     image-rendering: -moz-crisp-edges;
  191.     image-rendering: -o-crisp-edges;
  192.     image-rendering: -webkit-optimize-contrast;
  193.     image-rendering: optimize-contrast;
  194.     image-rendering: crisp-edges;
  195.     image-rendering: pixelated;
  196.     -ms-interpolation-mode: nearest-neighbor;
  197.   }
  198.  
  199.   .postauthor {
  200.     color: #333;
  201.     font-size: 15px;
  202.   }
  203.  
  204.   strong a[href="#wrapheader"] {
  205.     display: none;
  206.   }
  207.  
  208.   .spacer {
  209.     display: none;
  210.   }
  211.  
  212.   .quotetitle {
  213.     padding: 10px;
  214.    
  215.     background-color: #FFF;
  216.     border-top-left-radius: 5px;
  217.     border-top-right-radius: 5px;
  218.     border: 1px solid #CCC;
  219.     border-bottom: 1px solid #DDD;
  220.   }
  221.  
  222.   .quotecontent {
  223.     padding: 20px;
  224.     background-color: #FFF;
  225.     border-bottom-left-radius: 5px;
  226.     border-bottom-right-radius: 5px;
  227.     border: 1px solid #CCC;
  228.     border-bottom: 1px solid #DDD;
  229.   }
  230.  
  231.   td.cat[colspan="2"] h4 a {
  232.     font-size: 15px;
  233.   }
  234.  
  235.   table.legend {
  236.     display: none;
  237.   }
  238.  
  239.   #wrapfooter {
  240.     margin-top: 30px;
  241.     margin-bottom: 60px;
  242.   }
  243.  
  244.   input.btnbbcode, input.btnmain, input.btnlite {
  245.     padding: 5px;
  246.    
  247.     border-radius: 5px;
  248.     background-color: #FFF;
  249.   }
  250.  
  251.   .helpline {
  252.     background-color: #FFF;
  253.   }
  254.  
  255.   input.btnbbcode {
  256.     margin-right: -4px;
  257.     border-radius: 0;
  258.     box-shadow: 0 0 2px #DDD;
  259.   }
  260.  
  261.   input.btnbbcode[onclick="bbstyle(0)"], input.btnbbcode[onclick="bbstyle(22)"] {
  262.     border-top-left-radius: 8px;
  263.     border-bottom-left-radius: 8px;
  264.   }
  265.  
  266.   input.btnbbcode[onclick="bbstyle(16)"] {
  267.     margin-right: 20px;
  268.   }
  269.  
  270.   input.btnbbcode[onclick="bbstyle(16)"], input.btnbbcode[onclick="bbstyle(32)"] {
  271.     border-top-right-radius: 8px;
  272.     border-bottom-right-radius: 8px;
  273.   }
  274.  
  275.   td.gensmall .error {
  276.     display: inline-block;
  277.     padding: 10px;
  278.     margin-bottom: 20px;
  279.    
  280.     font-size: 15px;
  281.    
  282.     background-color: #FFCCCC;
  283.     border-radius: 10px;
  284.     border: 1px solid #CCAAAA;
  285.   }
  286. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement