Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* General */
- body {
- background: #EEF2FF;
- background-image: linear-gradient(#D1D5EF, #EEF2FF 200px);
- color: black;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10pt;
- }
- #mainPanel {
- background: #EEF2FF;
- background-image: linear-gradient(#D1D5EF, #EEF2FF 200px);
- background-attachment:local;
- margin-top: 19px;
- }
- .topBoards a, #divLatestImages img, #divLatestPosts .latestPostCell,
- .innerPost, .sideCatalogCell, .markedPost, .sideCatalogMarkedCell,
- .catalogCell {
- background-color: #D6DAF0;
- }
- .markedPost, .sideCatalogMarkedCell {
- background-color: #D5CEF8;
- }
- a, .coloredIcon, .unhideButton, .embedButton, #selectedTab, #showFormsButton {
- color: #34345C;
- }
- a:hover, .coloredIcon:hover, .unhideButton:hover, .embedButton:hover, #selectedTab:hover, #showFormsButton:hover {
- color: red;
- }
- .glowOnHover:hover, a:hover { text-shadow: none; }
- hr, #threadList hr { border-color: #B7C5D9; }
- .small {font-size: 80%; }
- /* Posts */
- #divLatestPosts .latestPostCell, .innerPost, .sideCatalogCell, .markedPost, .sideCatalogMarkedCell, .catalogCell {
- border-width: 1px;
- border-style: none solid solid none;
- border-color: #B7C5D9;
- border-radius: 0;
- }
- .postInfo, .opHead, .divMessage, .panelUploads, .panelIp, .panelProxyIp, .contentOmissionIndicator, .labelOmission, .labelId, .panelASN {
- font-size: 97.5%;
- }
- .postCell {margin: 0.35em 0;}
- .title {
- font-weight: normal;
- }
- .title .coloredIcon {
- font-weight: bold;
- font-size: 80%;
- }
- .title .linkName {
- color: #34345C;
- font-weight: bold;
- text-decoration: underline;
- }
- /****** TODO - try select this based on name classes ******/
- .title .labelYou {
- color: #34345c;
- font-style: italic;
- font-weight: normal;
- opacity: .666;
- padding: 0 6px 0 0;
- }
- .title .linkName.noEmailName {
- color: #117743;
- text-decoration: none;
- }
- .title .linkName.noEmailName ~ .labelYou {
- color: #117743;
- }
- .panelBacklinks { font-size: 76.9%; }
- .panelBacklinks a {
- color: #34345c;
- text-decoration: underline;
- }
- .panelBacklinks a:hover { color: red; }
- .labelSubject { color: #0F0C5D; }
- .linkSelf, .linkQuote {
- font-weight: normal;
- color: #303030
- }
- .linkSelf:hover, .linkQuote:hover { color: red; }
- /* Plain IDs
- .labelId {
- background: initial !important;
- border: none;
- text-shadow: none;
- font-weight: normal;
- color: initial;
- }*/
- .labelId {
- text-shadow: 0 0 2px rgba(0, 0, 0, 1);
- font-weight: normal;
- font-size: 90%;
- border-radius: 10px;
- padding: 0 8px;
- }
- .linkReply {text-decoration: underline; }
- .quoteLink.you::after { color: inherit; }
- .divMessage a, .divMessage .quoteLink {
- text-decoration: underline;
- color: #34345C;
- }
- /* No hover effect in replies. */
- .postCell .divMessage a, .postCell .divMessage .quoteLink,
- .quoteTooltip .divMessage a, .quoteTooltip .divMessage .quoteLink { color: #D00 !important; }
- .divMessage a:hover, .divMessage .quoteLink:hover { color: red; }
- .pinkText { color: #E0727F; }
- .greenText { color: #789922; }
- .redText { color: #AF0A0F; }
- .spoiler:hover { background: black; color: white; }
- .labelRole {
- color: red;
- font-weight: normal;
- }
- .labelRole:before {
- color: red;
- font-size: 80%;
- }
- .lockIndicator:before, .pinIndicator:after, .archiveIndicator:after, .cyclicIndicator:after, .bumpLockIndicator:after {
- color: black;
- }
- .linkFullText {
- text-decoration: underline;
- }
- /* Nav bar */
- nav {
- box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
- border-bottom: 1px solid;
- background-color: #D6DAF0;
- font-size: 9pt;
- color: #89A;
- height: 18px;
- line-height: 16px;
- padding-bottom: 0;
- }
- nav a.coloredIcon { color: #34345C; margin: 0 -2px; }
- nav a.coloredIcon:hover { color: red; }
- nav a.coloredIcon::before { font-size: 80%; }
- /* Forms and controls */
- input, select, textarea {
- border: 1px solid #A9A9A9;
- background: white;
- color: black;
- font-family: arial,helvetica,sans-serif;
- font-size: 80%;
- }
- input[type="button"], input[type="submit"], button, .dropzone, .selectedCell {
- border: 2px solid rgb(175, 175, 175);
- border-radius: 5px;
- background: #e1e1e1;
- color: #777;
- padding-left: 0.25em;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 80%;
- font-weight: bold;
- margin-top: 0.5em;
- margin-bottom: 0.5em;
- cursor: pointer;
- }
- .dropzone {
- background-color: #DADCE3;
- border: 2px dashed #AFAFAF;
- transition: 0.2s;
- color: #6A6D71;
- }
- .dropzone:hover {
- border-color: #7D7D7D;
- color: black;
- }
- input[type="button"], input[type="submit"], button {
- transition: 0.2s;
- color: #5A5987;
- background-color: #D6DAF1;
- border-color: #8096B5;
- }
- input[type="button"]:hover, input[type="submit"]:hover, button:hover {
- border-color: #4C5D76;
- color: #34335E;
- }
- .floatingMenu, #quick-reply table {
- background: #E4E8FB;
- box-shadow: 3px 3px 3px 0 rgba(0,0,0,.25);
- }
- .extraMenu, .hideMenu {
- color: black;
- background: #E4E8FB;
- }
- .modalDecorationPanel { background: #E4E8FB; }
- .extraMenu div:hover { color: #dd0000; }
- #quick-reply table, .modalDecorationPanel, .floatingMenu {
- border: 1px dashed #888;
- }
- #newPostFieldset, #settingsFieldset, .reportFieldset {
- border: 1px dashed #8889;
- }
- input.postingCheckbox[type="checkbox"] + label::before {
- color: #7D66ED;
- }
- #postingForm input:focus,
- #postingForm textarea:focus,
- .modalDecorationPanel input[type="text"]:focus,
- #settingsMenu input[type="text"]:focus,
- #settingsMenu textarea:focus {
- box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
- }
- #selectedTab {
- text-shadow: none;
- font-weight: bold;
- }
- #cssInput, #jsInput { font-size: 90%; }
- #postingForm th, .modalTableBody th {
- background: #98E;
- border: none;
- font-size: 100%;
- padding-left: 0.5em;
- padding-right: 0.5em;
- color: #303030;
- }
- #postingTable textarea,
- #postingTable input[type="text"] {
- font-size: 100%;
- padding: 0.1em 0.3em;
- }
- #fieldMessage { width: 265px; }
- #newPostFieldset { width: 30em; }
- a.rules::after { color: #7D66ED;; }
- /* Board title */
- .boardHeader p#labelDescription {
- color: #AF0A0F;
- font-size: 8pt;
- }
- #labelName {
- font-weight: bold;
- font-family: tahoma;
- letter-spacing: -2px;
- color: #AF0A0F;
- margin: 0.25em 0 0 0;
- }
- /* Catalog */
- .catalogCell .labelSubject { font-size: 85%; }
- .catalogCell .divMessage { font-size: 85%; }
- .catalogCell { padding: 10px; }
- #catalogId #labelBoard {
- text-decoration: underline;
- text-decoration-style: dotted;
- text-decoration-color: #35345c99;
- }
- /* UID label at bottom right */
- #counterUids {
- font-size: 10pt;
- text-decoration: underline;
- text-decoration-style: dotted;
- }
- #counterUids:hover {
- color: #004bcc;
- text-shadow: none;
- }
- /* Post shown when you hover over quote links. */
- .quoteTooltip .innerPost { box-shadow: 0px 0px 3px 0 rgba(0,0,0,.2); }
- /* Webring */
- .WebringButton {
- animation: none;
- text-shadow: none;
- padding-top: 1px;
- font-size: 9pt;
- }
- .Webring { color: #D8D8D8 !important; }
- .WebringImageboard a.WebringBoard { font-size: 13.25pt; }
- .Webring a { color: #f8c20f !important; }
- .Webring a:hover { color: #D8D8D8 !important; }
Advertisement
Add Comment
Please, Sign In to add comment