MediaWiki

Difference between revisions of "Foreground.css"

From Children of StarClan

Line 12: Line 12:
 
/* NAV MENY IMPROVED */
 
/* NAV MENY IMPROVED */
 
nav.top-bar { background: #5e5a5a; }
 
nav.top-bar { background: #5e5a5a; }
section.top-bar-section, ul#top-bar-left, ul#top-bar-right { background: transparent !important; }
+
section.top-bar-section, ul#top-bar-left, ul#top-bar-left li, ul#top-bar-right, ul#top-bar-right li { background: transparent !important; }
  
 
/* FANCY FONT FIXES */
 
/* FANCY FONT FIXES */

Revision as of 19:29, 27 May 2017

body { font-size: 100%; }

@media screen {
body { background: #f9f9f9 url("http://www.childrenofstarclan.com/images/8/89/Banner2-6-0.png") no-repeat 100px 65px !important; }
#page-content { margin-top: 135px; }
}
@media (max-device-width: 480px) {
body { background: #f9f9f9 url("http://www.childrenofstarclan.com/images/8/89/Banner2-6-0.png") no-repeat 0px 55px !important; background-size: 100% auto !important; }
#page-content { margin-top: 150px; }
}

/* NAV MENY IMPROVED */
nav.top-bar { background: #5e5a5a; }
section.top-bar-section, ul#top-bar-left, ul#top-bar-left li, ul#top-bar-right, ul#top-bar-right li { background: transparent !important; }

/* FANCY FONT FIXES */
/*#mw-content-text p, dl { font-size: 0.90em; margin-bottom: 15px; }
div.charsheet p, div.charsheet dl { font-size: 1em !important; }*/
div.stafffix i { font-size: 1em; margin-bottom: 15px; padding-left: 10px; padding-right: 10px; }
/*#navwrapper li, #mw-content-text li { font-size: 100% !important; }
dl dl, dl dl dl, dl dl dl dl, dl dl dl dl dl, dl dl dl dl dl dl, dl dl dl dl dl dl dl, dl dl dl dl dl dl dl dl, dl dd, dd { font-size: 100% !important; }
.post_body, .post_body li, ul li ul li, ol li ol li, ol li ul li, ul li ol li, .content, .content p, ul, ol, li { font-size: 100%; }*/
p { padding-left: 10px; padding-right: 10px; }
/*td p { font-size: 100%; margin-left: 0px; padding-left: 0px; margin-right: 0px; padding-right: 0px; }*/

/* NEW FORUM FIXES */
.mw-wikiforum-thread-sub, .mw-wikiforum-thread-main { font-size: 100%; word-break: normal !important; }
td.mw-wikiforum-thread-sub { padding: 10px 10px 0px 10px; }
table tr td { font-size: 100%; }
th.mw-wikiforum-thread-top, td.mw-wikiforum-thread-main, td.mw-wikiforum-thread-sub { border: 1px solid #5e5a5a !important; }
th.mw-wikiforum-thread-top { background: #5e5a5a !important; color: #c8b0b0 !important; }

/* SOCIAL PROFILE FIXES */
.blast-friend-unselected, .blast-friend-selected { height: auto !important; }

/* CHARACTER TABLE FIXES */
.columns { padding-left: 0px; padding-right: 0px; }
.post_body { font-size: 1em !important; }

/* GENEALOGY FIXES */
td, tr, table, table tr.even, table tr.alt, table tr:nth-of-type(even) { background: transparent; }

/* TAB TWEAKS */
.tabs dd > a, .tabs .tab-title > a { padding: .5rem 1rem !important; }
.tab-title { border-left: 1px solid #f2f2f2; border-top: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; }
.tab-title.active { border-bottom-style: none !important; background: #f9f9f9 }
div .tabs-content .content { border: 1px solid #f2f2f2; }