Advertisement
Guest User

flaterszaj

a guest
Oct 1st, 2015
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.74 KB | None | 0 0
  1.  
  2.  
  3.     body {
  4.             background-color: #171C4E;
  5.             background-image: url('https://i.imgur.com/oJz9axH.png'), url('https://i.imgur.com/9n6qDuU.png');
  6.             background-repeat: no-repeat, repeat-x;
  7.             background-attachment: fixed, scroll;
  8.             background-position: right bottom, 0% 0%;
  9.             font-family: sans-serif;
  10.             font-size: 12px;
  11.             color:#ffffff;
  12.             margin: 0 8px;
  13.             padding-left: 5px;
  14.             padding-right: 5px;
  15.     }
  16.     table * {
  17.             margin: 0;
  18.     }
  19.     a, a:visited {
  20.             text-decoration: none !important;
  21.             color: #0091ff !important;
  22.     }
  23.     a, a:selected {
  24.             text-decoration: bold !important;
  25.             color: #ffffff !important;
  26.     }
  27.     a:hover, p.intro a.post_no:hover {
  28.             color: #ffffff !important;
  29.     }
  30.     a.post_no {
  31.             text-decoration: none;
  32.             margin: 0;
  33.             padding: 0;
  34.     }
  35.     p.intro a.post_no {
  36.             color: inherit;
  37.     }
  38.     p.intro a.post_no, p.intro a.email {
  39.             margin: 0;
  40.     }
  41.     p.intro a.email span.name {
  42.             color: #0091ff;
  43.     }
  44.     p.intro a.email:hover span.name {
  45.             color: #ffffff;
  46.     }
  47.     p.intro label {
  48.             display: inline;
  49.     }
  50.     h2 {
  51.             color: #0091ff;
  52.             font-size: 11pt;
  53.             margin: 0;
  54.             padding: 0;
  55.     }
  56.     header {
  57.             margin: 1em 0;
  58.     }
  59.     h1 {
  60.             color: #0091ff;
  61.             letter-spacing: -2px;
  62.             font-size: 20pt;
  63.             margin: 0;
  64.     }
  65.     header div.subtitle, h1 {
  66.             color: #FFFFFF;
  67.             text-align: center;
  68.     }
  69.     header div.subtitle {
  70.             font-size: 8pt;
  71.     }
  72.     form {
  73.             margin-bottom: 4em;
  74.     }
  75.     form table {
  76.             margin: auto;
  77.     }
  78.     form table input {
  79.             height: auto;
  80.     }
  81.     input[type="text"], input[type="password"], textarea {
  82.             border: 1px solid #a9a9a9;
  83.             text-indent: 0;
  84.             text-shadow: none;
  85.             text-transform: none;
  86.             word-spacing: normal;
  87.             box-shadow: 3px 3px 3px #111;
  88.     }
  89.     form table tr td {
  90.             text-align: left;
  91.             margin: 0;
  92.             padding: 0;
  93.     }
  94.     form table.mod tr td {
  95.             padding: 2px;
  96.     }
  97.     form table tr th {
  98.             text-align: left;
  99.             padding: 4px;
  100.     }
  101.     form table tr th {
  102.             background: #000000;
  103.     }
  104.     form table tr td div {
  105.             text-align: center;
  106.             float: left;
  107.             padding-left: 3px;
  108.     }
  109.     form table tr td div input {
  110.             display: block;
  111.             margin: 2px auto 0 auto;
  112.     }
  113.     form table tr td div label {
  114.             font-size: 10px;
  115.     }
  116.     .unimportant, .unimportant * {
  117.             font-size: 10px;
  118.     }
  119.     p.fileinfo {
  120.             display: block;
  121.             margin: 0;
  122.             padding-right: 7em;
  123.     }
  124.     div.banner {
  125.             background-color: #000000;
  126.             font-size: 12pt;
  127.             font-weight: bold;
  128.             text-align: center;
  129.             margin: 1em 0;
  130.     }
  131.     div.banner, div.banner a {
  132.             color: #aaa;
  133.     }
  134.     div.banner a:hover {
  135.             color: #000000;
  136.             text-decoration: none;
  137.     }
  138.     img.banner, img.board_image {
  139.             float: none;
  140.             border: 1px solid #a9a9a9;
  141.             margin: 12px auto 0 auto;
  142.     }
  143.     img {
  144.             display: block;
  145.             float: left;
  146.             margin: 10px 20px;
  147.             border: none;
  148.     }
  149.     div.post img {
  150.             padding: 5px;
  151.             margin: 5px 20px 0 0;
  152.     }
  153.     div.post img.icon {
  154.             display: inline;
  155.             float: none;
  156.             margin: 0 5px;
  157.             padding: 0;
  158.     }
  159.     div.post .flag {
  160.             padding: 0;
  161.             margin: 0;
  162.     }
  163.     div.post.op {
  164.             margin-right: 20px;
  165.             margin-bottom: 5px;
  166.     }
  167.     div.post.op hr {
  168.             border-color: #040934;
  169.     }
  170.     p.intro {
  171.             margin: 0.5em 0;
  172.             padding: 0;
  173.             padding-bottom: 0.2em;
  174.     }
  175.     input.delete {
  176.             float: left;
  177.             margin: 1px 6px 0 0;
  178.     }
  179.     p.intro span.subject {
  180.             color: #CCCCEE;
  181.             font-weight: bold;
  182.     }
  183.     p.intro span.name {
  184.             color: #BBBBDD;
  185.             font-weight: bold;
  186.     }
  187.     p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
  188.             color: #CCCCEE;
  189.             margin-left: 0;
  190.     }
  191.     p.intro a {
  192.             margin-left: 8px;
  193.     }
  194.     div.delete {
  195.             float: right;
  196.     }
  197.     div.post.reply p {
  198.             margin: 0.3em 0 0 0;
  199.     }
  200.     div.post.reply div.body {
  201.             margin-left: 1.8em;
  202.             margin-top: 0.8em;
  203.             padding-right: 3em;
  204.             padding-bottom: 0.3em;
  205.     }
  206.     div.post.reply.highlighted {
  207.             background: #000000;
  208.     }
  209.     div.post.reply div.body a {
  210.             color: #0091FF;
  211.     }
  212.     div.post {
  213.             max-width: 97%;
  214.     }
  215.     div.post div.body {
  216.             word-wrap: break-word;
  217.             white-space: pre-wrap;
  218.     }
  219.     div.post.reply {
  220.             margin-right: 20px;
  221.             margin-bottom: 5px;
  222.             padding: 5px;
  223.             border: 1px #353868 solid;
  224.             background: rgba(53, 56, 104, 0.6) !important;
  225.             box-shadow: 2px 2px 2px #353868;
  226.             display: inline-block;
  227.     }
  228.     span.trip {
  229.             color: #DDDDDD;
  230.     }
  231.     span.quote {
  232.             color: #5AE22F;
  233.     }
  234.     span.omitted {
  235.             display: block;
  236.             margin-top: 1em;
  237.     }
  238.     br.clear {
  239.             clear: left;
  240.             display: block;
  241.     }
  242.     span.controls {
  243.             float: right;
  244.             margin: 0;
  245.             padding: 0;
  246.             font-size: 80%;
  247.     }
  248.     span.controls.op {
  249.             float: none;
  250.             margin-left: 10px;
  251.     }
  252.     span.controls a {
  253.             margin: 0;
  254.     }
  255.     div#wrap {
  256.             width: 900px;
  257.             margin:0 auto;
  258.     }
  259.     div.ban {
  260.             background: #070C3E;
  261.             border: 1px solid #00;
  262.             max-width: 700px;
  263.             margin: 30px auto;
  264.     }
  265.     div.ban p, div.ban h2 {
  266.             padding: 3px 7px;
  267.     }
  268.     div.ban h2 {
  269.             background: #000;
  270.             color: #FFF;
  271.             font-size: 12pt;
  272.     }
  273.     div.ban p {
  274.             font-size: 12px;
  275.             margin-bottom: 12px;
  276.     }
  277.     div.ban p.reason {
  278.             font-weight: bold;
  279.     }
  280.     span.heading {
  281.             color: #000;
  282.             font-size: 11pt;
  283.             font-weight: bold;
  284.     }
  285.     span.spoiler {
  286.             background: black;
  287.             color: black;
  288.             padding: 0px 1px;
  289.     }
  290.     div.post.reply div.body span.spoiler a {
  291.             color: black;
  292.     }
  293.     span.spoiler:hover, div.post.reply div.body span.spoiler:hover a {
  294.             color: white;
  295.     }
  296.     div.styles {
  297.             color: #B7C5D9;
  298.             background: #353868;
  299.             display: inline;
  300.             padding: 8px;
  301.             border-right: 1px solid #000000;
  302.             border-bottom: 1px solid #000000;
  303.             float: right;
  304.     }
  305.     div.styles a {
  306.             text-decoration: none;
  307.     }
  308.     div.styles a.selected {
  309.             color: #FFF;
  310.             font-weight: bolder;
  311.     }
  312.     div.styles form {
  313.             margin: 0;
  314.             padding: 0;
  315.             display: inline;
  316.     }
  317.     table.test {
  318.             width: 100%;
  319.     }
  320.     table.test td, table.test th {
  321.             text-align: left;
  322.             padding: 5px;
  323.     }
  324.     table.test tr.h th {
  325.             background: #000;
  326.     }
  327.     table.test td img {
  328.             margin: 0;
  329.     }
  330.     fieldset label {
  331.             display: block;
  332.     }
  333.     fieldset legend {
  334.             background: black;
  335.             color: white;
  336.             border: 1px solid #000
  337.     }
  338.     div.pages {
  339.             color: #B7C5D9;
  340.             background: #353868;
  341.             display: inline;
  342.             padding: 8px;
  343.             border-right: 1px solid #000000;
  344.             border-bottom: 1px solid #000000;
  345.     }
  346.     div.pages a.selected {
  347.             color: #FFF !important;
  348.             font-weight: bolder;
  349.     }
  350.     div.pages a {
  351.             border: none !important;
  352.             text-decoration: none !important;
  353.     }
  354.     div.pages form {
  355.             margin: 0;
  356.             padding: 0;
  357.             display: inline;
  358.     }
  359.     div.pages form input {
  360.             margin: 0 5px;
  361.             display: inline;
  362.     }
  363.     hr {
  364.             border: none;
  365.             border-top: 1px solid #000000;
  366.             height: 0;
  367.             clear: left;
  368.     }
  369.     div.boardlist {
  370.             color: #B7C5D9;
  371.             background: #353868;
  372.             padding: 4px;
  373.             border-right: 1px solid #000000;
  374.             border-bottom: 1px solid #000000;
  375.             text-align: center;
  376.     }
  377.     div.boardlist.bottom {
  378.             margin-top: 20px;
  379.     }
  380.     div.boardlist a {
  381.             text-decoration: none;
  382.     }
  383.     div.boardlist a.selected {
  384.             color: #FFF;
  385.             font-weight: bolder;
  386.     }
  387.     div.report {
  388.             color: #333;
  389.     }
  390.     table.modlog {
  391.             margin: auto;
  392.             width: 100%;
  393.     }
  394.     table.modlog tr td {
  395.             text-align: left;
  396.             margin: 0;
  397.             padding: 4px 15px 0 0;
  398.     }
  399.     table.modlog tr th {
  400.             text-align: left;
  401.             padding: 4px 15px 5px 5px;
  402.             white-space: nowrap;
  403.     }
  404.     table.modlog tr th {
  405.             background: #000;
  406.     }
  407.     td.minimal, th.minimal {
  408.             width: 1%;
  409.             white-space: nowrap;
  410.     }
  411.     div.top_notice {
  412.             text-align: center;
  413.             margin: 5px auto;
  414.     }
  415.     span.public_ban {
  416.             display: block;
  417.             color: red;
  418.             font-weight: bold;
  419.             margin-top: 15px;
  420.     }
  421.     span.toolong {
  422.             display: block;
  423.             margin-top: 15px;
  424.     }
  425.     div.blotter {
  426.             color: red;
  427.             font-weight: bold;
  428.             text-align: center;
  429.     }
  430.     table.mod.config-editor {
  431.             font-size: 9pt;
  432.             width: 100%;
  433.     }
  434.     table.mod.config-editor td {
  435.             text-align: left;
  436.             padding: 5px;
  437.             border-bottom: 1px solid #000;
  438.     }
  439.     table.mod.config-editor input[type="text"] {
  440.             width: 98%;
  441.     }
  442.      
  443.     .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
  444.       background-color: inherit;
  445.     }
  446.      
  447.     .desktop-style .sub {
  448.       background: none;
  449.     }
  450.  
  451. .board-owners-or-users-feel-free-to-hide{display:none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement