SHARE
TWEET

getting_there.css

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