Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @namespace url(http://www.w3.org/1999/xhtml);
- @-moz-document domain("www.shrinemaiden.org") {
- /*Hakurei theme for MotK*/
- /*By KrackoCloud! (Annotations inspired by Theshim, I guess!)
- /*Last updated May 17 2013
- */
- /*BACKGROUND--------------------------------------------------------------------------------------------------------------------------------------------*/
- /* main background */
- body{
- background: #F5F5F5!important;
- }
- /* top bg */
- #bannerbg{
- background: #FCFCFC!important;
- opacity: 0!important; /*Default forum css is 0.5*/
- }
- /* top center, holds the site logo */
- #bannerouter, #header{
- background: #FCFCFC!important;
- }
- /* area of the page that holds all the content */
- #moderndark64 .topleft{
- background: #FAFAFA!important;
- }
- /* very bottom of page, with the forum credits */
- #wfooter{
- background: #FAFAFA!important;
- }
- /*BOARD INDEX--------------------------------------------------------------------------------------------------------------------------------------------*/
- /* Subforum titles */
- .table_list tbody.content td.info a.subject{
- color: #BE3030!important;
- }
- /* Subforum explanation text */
- body, td, th, tr{
- color: black !important;
- }
- /* Info Center headers */
- .titlebg, .titlebg2, thead tr.titlebg th, tr.titlebg td, tr.titlebg2 td{
- background: #EBEBEB!important;
- border: 1px solid #CCCCCC;
- }
- /* Info Center body */
- #upshrinkHeaderIC p{
- line-height: 1.3em;
- padding: 0.5em;
- background: #F5F5F5!important;
- border: 1px solid #CCCCCC !important;
- }
- /* Site News fader */
- #newsfader {
- border: 1px solid #CCCCCC;
- background: #EEEEEE!important;
- }
- /*cell borders
- table.table_list tr{
- }*/
- /*MAIN SCHEME (SEEN IN BOARDS AND THREADS)--------------------------------------------------------------------------------------------------------------------*/
- /* Text/background for the forum headers (news, Reimu's Rules, info center) and board headers (Subject/Started By, Replies/Views) */
- #moderndark64 .catbg, #moderndark64 .catbg2, #moderndark64 tr.catbg td, #moderndark64 tr.catbg2 td,#moderndark64 tr.catbg th,#moderndark64 tr.catbg2 th{
- background: #B40000!important;
- color: #C8C6C6!important;
- }
- /*For the forum header titles that also happen to be links (Bunbunmaru News, Hakurei Shrine, etc).
- Because they're links, they have link colors, not the color listed in the above section. This section helps override the disparity */
- h3.catbg a, tr.catbg a{
- color:#E6E2E2!important;
- }
- /* ODD-numbered posts, odd-numbered thread bars, childboard boxes, the read/undread icons, and preview text box */
- .windowbg, #preview_body{
- color: black !important;
- background-color: #F2E3E1!important; /*reddish*/
- }
- /* EVEN numbered posts, even-numbered thread bars, the "Started by", the time last posted in, subforum name and descriptions, the week buttons on the calendar,
- the bg on the site stats, odd-numbered columns on the memberlist, and the members and guests viewing box */
- .windowbg2{
- color: black !important;
- background-color: #FAF9F9!important; /*bright*/
- }
- /*input areas*/
- input, button, select, textarea{
- color: black!important;
- background: white!important;
- }
- /* Small text that appears all over the place - Recently active users, "users viweing this board/topic", date reply was posted, user custom flavor text,
- thread icon legend, forum engine credits at bottom, and probably much more*/
- .smalltext{
- color: black!important;
- }
- /*search/submit buttons*/
- .button_submit, .button_reset{
- background: #A50007!important;
- color: white!important;
- }
- /*BOARDS--------------------------------------------------------------------------------------------------------------------------------------------*/
- /*The only part of the directory, which is above boards, that isn't a link. (Moderator, Post Reply, etc)*/
- .navigate_section{
- color:black!important;
- }
- /*Buttons above and below boards (Mark all messages as read, New Topic, Notify, etc)*/
- .buttonlist ul li a{
- color:white!important;
- }
- /* Half-round header bars for some tables, pretty much unused */
- .table_grid thead th{
- background: #524e4e !important;
- }
- /* sides of a thread bar - Don't use this if you want the whole bar to look the same!
- Look out - Things will look different on non-board thread listings (unread topics, replies)!
- /* left side - first color
- .icon1.windowbg, .icon2.windowbg{}
- /* second color
- .icon1.windowbg2, .icon2.windowbg2{ }
- /* right side - first color
- .stats.windowbg, .lastpost.windowbg{ }
- /* second color
- .stats.windowbg2, .lastpost.windowbg2{ }
- /* stick thread bars */
- .stickybg{
- background: #E6DDF0!important;
- }
- .stickybg2{
- background: #E4CBE6!important;
- }
- /* locked thread */
- .lockedbg{
- background: #E6DAC1!important;
- }
- .lockedbg2{
- background: #F0E7D4!important;
- }
- /*People viewing a board/thread*/
- .whos_viewing, #whoisviewing{
- background: #FAFAFA!important;
- }
- /*POSTING--------------------------------------------------------------------------------------------------------------------------------------------*/
- /* quotes */
- blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote{
- color: black !important;
- background: #CBC3CD!important;
- }
- /* post warning text box (while you were posting new replies, etc.) */
- #errors{
- /*background: #FFE4E9 !important; /*default is #FFE4E9*/
- }
- /*LINKS----------------------------------------------------------------------------------------------------------------------------------------------*/
- /* onsite links, excluding subforum names (but not childboard names) */
- a:link, a:visited, a:not(userlink){ /*currently trying to fix forcing link color onto usernames*/
- color: #BE0000!important;
- }
- a.userlink:link, a.userlink:visited{ /*usernames. see above*/
- }
- a:hover{ /*mouseover*/
- color: #82005A!important;
- }
- /* user menu below search bar*/
- #user, #user a{
- color: #BE0000!important;
- }
- #user a:hover{ /*mouseover*/
- color: #82005A!important;
- }
- /* hyperlink*/
- .bbc_link:link, .bbc_link:visited{
- color: #690099!important;
- }
- .bbc_link:hover{ /*mouseover*/
- color: #3C005A!important;
- }
- /*FRONT PAGE--------------------------------------------------------*/
- /*main area and sidebar (they're kind of merged together)*/
- #container, #sidebar{
- background:#F2E3E1!important;
- }
- /*articles*/
- #content{
- background: #F8F8F8!important;
- }
- /*navigation bar at the top*/
- #header-bar{
- background: #F2E3E1!important;
- }
- /*navigation buttons on mouseover*/
- #pagenav li a:hover{
- background: #FCFCFC!important;
- }
- /*footer*/
- #footer{
- background: #F2E3E1!important;
- }
- /*small gap between page header and content. Holds the search bar*/
- #navigation{
- background: #B40000!important;
- }
- /*"In category" section right below sharing buttons*/
- .post_category, .post_category span{
- background: #F2E3E1!important;
- color: black !important;
- }
- /*article details (written by, written on)*/
- .post_dets span{
- color: black!important;
- }
- /*DROPDOWN MENUS--------------------------------------------------------------------------------------------------------------------*/
- /*top toolbar*/
- #subMenusContainer a:focus, #subMenusContainer a.subMenuParentBtnFocused, #nav a.mainMenuParentBtnFocused, #nav a.chosen, #nav a:hover, #nav a:focus, #nav li a:hover, #nav li a:focus {
- background: none repeat scroll 0 0 #eeeeee!important;
- }
- #subMenusContainer a:hover{ /*mouseover*/
- background: #F2E3E1!important;
- }
- /* other dropdown menus*/
- .subMenuBtn, .subParentBtn, .mainMenuParentBtnFocused{
- background: #eeeeee!important;
- }
- #admsubMenus a:hover{ /*mouseover*/
- background: #F2E3E1!important;
- }
- /*HEADERS/FOOTERS--------------------------------------------------------------------------------------------------------------------------------------------*/
- /* headers , which is used for a ton of stuff*/
- h1, h2, h5, h6{
- color: white !important;
- }
- h3{ /*for the sake of the front page*/
- color: black!important;
- }
- /*This includes usernames when viewing profiles, and small headers like "Signature" when viewing profiles*/
- h4, h5{
- color: black !important;
- }
- /* legend at the bottom (thread icon explanations) */
- .description, .description_board, .plainbox{
- background: #F5F5F5!important;
- }
- /*CALENDAR-----------------------------------------------------------------------------------------------------------------------------------------------*/
- /* background of the current date on the calendar */
- .calendar_today{
- background-color: #F5F5F5!important;
- }
- /* color of the word "birthdays" on the calendar */
- .birthday{
- color: #C344E6 !important;
- }
- /* color of names of holidays on the calendar */
- .holiday{
- color: #9636DC!important;
- }
- /**/
- }
Advertisement
Add Comment
Please, Sign In to add comment