Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* high-contrast text */
- h2, .panel-container h2, .forumbg .header a, .forabg .header a, th a, .tabs .activetab > a, .tabs .activetab > a:hover, .tabs .tab a:hover, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .panel-container .panel li.header dd, .panel-container .panel li.header dt, label:hover, fieldset dl:hover dt label, dl.faq dt, h3, .content h2, .panel h2, fieldset.polls dl.voted, .button .icon, .inputbox, textarea, .message-box textarea, .panel-container table.table1 thead th, li.header dt, li.header dd, a.button1, input.button1, input.button3, a.button2, input.button2, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, .postbody .content, .pagination li a, select, .button .icon, .button-secondary, .global_read_mine:after, .global_read_locked_mine:after, .global_unread_mine:after, .global_unread_locked_mine:after, .announce_read_mine:after, .announce_read_locked_mine:after, .announce_unread_mine:after, .announce_unread_locked_mine:after, .sticky_read_mine:after, .sticky_read_locked_mine:after, .sticky_unread_mine:after, .sticky_unread_locked_mine:after, .topic_read_mine:after, .topic_read_hot_mine:after, .topic_unread_mine:after, .topic_unread_hot_mine:after, .topic_read_locked_mine:after, .topic_unread_locked_mine:after, .dropdown-extended .header, .dropdown-extended .footer, .pagination li.ellipsis span, .icon.icon-black, a:hover .icon.icon-black, .minitabs a:hover, .minitabs .activetab > a, .minitabs .activetab > a:hover {
- color: #aaa !important;
- }
- /* subtle text */
- html, body, .headerbar p, .copyright, ul.topiclist li, .panel, label, dd label, .signature, .postprofile, .postprofile strong, dl.details dd, dl.details dt, .content, .postbody, fieldset.polls dl, dl.file dd, table.table1 td, .dropdown-extended ul li:hover, .button {
- color: #aaa;
- }
- /* Light bg colours */
- .headerbar, .navbar, .forabg, .forumbg, li.row, .bg1, .bg2, .bg3, .tabs .activetab > a, .tabs a:hover, ul.cplist, .panel, blockquote blockquote, .panel blockquote, .panel blockquote blockquote blockquote, .panel .codebox, .dropdown .dropdown-contents, .jumpbox-cat-link, .jumpbox-sub-link, .jumpbox-forum-link, .cp-main .message-box textarea, fieldset.quick-login input.inputbox {
- background: #222 !important;
- }
- /* Dark bg colours */
- html, body, .wrap, .panel-container .panel, .navigation .active-subsection a, .navigation a:hover, .cp-mini, .codebox, blockquote, blockquote blockquote blockquote, .panel blockquote blockquote, .attachbox, .message-box textarea, .phpbb_alert, select, .minitabs a:hover, .minitabs .activetab > a, .minitabs .activetab > a:hover, .cp-main .pm, .bg3 .topicreview .bg2, .bg3 .topicreview .bg1 {
- background-color: #333 !important;
- }
- /* Middle grey (dark bg) */
- .tabs .tab > a {
- background: rgba(255,255,255,0.04);
- }
- /* Middle grey (light bg) */
- .navigation a, .minitabs .tab > a {
- background: rgba(0,0,0,0.15);
- }
- /* Really light elements (buttons / forms etc) */
- .inputbox, .button, a.button1, input.button1, input.button3, a.button2, input.button2, .pagination li a {
- background: rgba(255,255,255,0.1);
- }
- /* button hover */
- .button:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, .search-results li:hover, .search-results li.active {
- background: rgba(255,255,255,0.2);
- }
- /* Super subtle borders */
- .forumbg, .forabg, .navbar, .headerbar, .post, .bg3, .panel blockquote, .panel blockquote, .panel .codebox {
- border: 1px solid rgba(255,255,255,0.04);
- }
- li.row, ul.linklist li, h3, ul.linklist, ul.topiclist dd, .postprofile, .signature, .tabs .activetab > a, .tabs .activetab > a:hover, .panel-container h3, .panel-container .panel li.row, .panel-container hr, .cp-menu hr, table.table1 tbody tr, table.table1 tbody td, hr, .panel h2, .content h2, .codebox, .codebox p, fieldset.polls dl, .attach-image img, .attachbox, .attachbox dd, .inputbox, .phpbb_alert, a.button1, input.button1, input.button3, a.button2, input.button2, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, .dropdown li.separator, select, .dropdown li, .dropdown li li, .jumpbox .dropdown li, .dropdown-extended .header, .dropdown-extended .footer, input.button1:focus, input.button2:focus, input.button3:focus, .caret, .pm .postprofile {
- border-color: rgba(255,255,255,0.04);
- }
- /*A less subtle border for overlapping elements (dropdowns) */
- .dropdown .dropdown-contents {
- border-color: rgba(255,255,255,0.15);
- }
- /* Super subtle hover effects */
- li.row:hover, .dropdown-extended ul li:hover, table.table1 tbody tr:hover, table.table1 tbody tr.hover {
- background: rgba(0,0,0,0.05) !important;
- }
- /* Hacky overrides here, because..reasons */
- li.row.reported, p.post-notice {
- background-color: rgba(211,17,65,0.2) !important;
- color: #BC2A4D;
- }
- .dropdown .pointer-inner, .jumpbox .dropdown .pointer-inner {
- border-color: #242a36 transparent;
- }
- .online {
- background-image: url("./en/icon_user_online.gif") !important;
- background-position: 100% 0 !important;
- background-repeat: no-repeat !important;
- }
- input#keywords::-webkit-input-placeholder { /* Chrome/Opera/Safari */
- color: #aaa;
- }
- input#keywords::-moz-placeholder { /* Firefox 19+ */
- color: #aaa;
- }
- input#keywords:-ms-input-placeholder { /* IE 10+ */
- color: #aaa;
- }
- input#keywords:-moz-placeholder { /* Firefox 18- */
- color: #aaa;
- }
- input#search_keywords::-webkit-input-placeholder { /* Chrome/Opera/Safari */
- color: #aaa;
- }
- input#search_keywords::-moz-placeholder { /* Firefox 19+ */
- color: #aaa;
- }
- input#search_keywords:-ms-input-placeholder { /* IE 10+ */
- color: #aaa;
- }
- input#search_keywords:-moz-placeholder { /* Firefox 18- */
- color: #aaa;
- }
- /* ------- Forum & Topic Icons (Pulsing) ------- */
- dl.row-item {
- background-image: none;
- }
- .forums .row-item:before, .topics .row-item:before, .pmlist .row-item:before, .cplist .row-item:before {
- font-family: FontAwesome;
- text-align: center;
- position: absolute;
- left: 5px;
- top: 4px;
- width: 32px;
- height: 32px;
- line-height: 32px;
- border-radius: 50%;
- background: rgba(255,255,255,0.1);
- font-size: 14px;
- }
- /* Spotted topics */
- .global_read_mine:after, .global_read_locked_mine:after, .global_unread_mine:after, .global_unread_locked_mine:after, .announce_read_mine:after, .announce_read_locked_mine:after, .announce_unread_mine:after, .announce_unread_locked_mine:after, .sticky_read_mine:after, .sticky_read_locked_mine:after, .sticky_unread_mine:after, .sticky_unread_locked_mine:after, .topic_read_mine:after, .topic_read_hot_mine:after, .topic_unread_mine:after, .topic_unread_hot_mine:after, .topic_read_locked_mine:after, .topic_unread_locked_mine:after {
- position: absolute;
- top: 6px;
- left: 30px;
- font-family: FontAwesome;
- content: "\f005";
- font-size: 7px;
- width: 6px;
- height: 6px;
- border-radius: 6px;
- }
- /* Adjustments for weirdly sized icons */
- /* Nudge the speech bubble up a few pixels */
- .topic_read:before, .topic_read_mine:before, .topic_read_hot:before, .topic_read_hot_mine:before, .topic_unread:before, .topic_unread_mine:before, .topic_unread_hot:before, .topic_unread_hot_mine:before {
- line-height: 28px !important;
- }
- /* External link left and down */
- .forum_link:before {
- line-height: 0 !important;
- width: 30px !important;
- height: 15px !important;
- padding: 16px 0 1px 2px;
- }
- /* Unread States */
- .global_unread:before, .global_unread_mine:before, .global_unread_locked:before, .global_unread_locked_mine:before, .announce_unread:before, .announce_unread_mine:before, .announce_unread_locked:before, .announce_unread_locked_mine:before, .forum_unread:before, .forum_unread_locked:before, .forum_unread_subforum:before, .sticky_unread:before, .sticky_unread_mine:before, .sticky_unread_locked:before, .sticky_unread_locked_mine:before, .pm_unread:before, .topic_unread:before, .topic_unread_mine:before, .topic_unread_hot:before, .topic_unread_hot_mine:before, .topic_unread_locked:before, .topic_unread_locked_mine:before {
- animation: UnreadPulse 1.4s infinite;
- color: #FFF;
- }
- @media (min-width: 701px) {
- .post.online {
- background-image: none;
- }
- .post .preonline.online {
- width: 58px;
- height: 58px;
- position: absolute;
- left: 0;
- top: 0;
- -ms-transform: rotate(-90deg);
- -moz-transform: rotate(-90deg);
- -webkit-transform: rotate(-90deg);
- transform: rotate(-90deg);
- }
- .no-avatar .preonline.online {
- position: relative;
- margin: -8px;
- }
- .post .postprofile {
- float: left;
- border-width: 0 1px 0 0;
- }
- .post .postprofile dd, .post .postprofile dt {
- margin-right: 8px;
- margin-left: 0;
- }
- .has-profile .postbody {
- float: right;
- margin-right: 6px;
- }
- }
Add Comment
Please, Sign In to add comment