MediaWiki

Difference between revisions of "Foreground.css"

From Children of StarClan

Line 29: Line 29:
 
tr.mw-wikiforum-marked A:hover, .mw-wikiforum-headerrow A:hover {text-decoration: underline; color: #75799b;}
 
tr.mw-wikiforum-marked A:hover, .mw-wikiforum-headerrow A:hover {text-decoration: underline; color: #75799b;}
 
tr.mw-wikiforum-title th.mw-wikiforum-title { padding-left: 20px; width: 55%; }
 
tr.mw-wikiforum-title th.mw-wikiforum-title { padding-left: 20px; width: 55%; }
tr.mw-wikiforum-title th.mw-wikiforum-admin { width: 10%; }
+
tr.mw-wikiforum-title th.mw-wikiforum-admin { width: 11%; }
 
tr.mw-wikiforum-title th.mw-wikiforum-value { width: 5%; }
 
tr.mw-wikiforum-title th.mw-wikiforum-value { width: 5%; }
tr.mw-wikiforum-title th.mw-wikiforum-lastpost { width: 25%; }
+
tr.mw-wikiforum-title th.mw-wikiforum-lastpost { width: 24%; }
  
 
/* SOCIAL PROFILE FIXES */
 
/* SOCIAL PROFILE FIXES */

Revision as of 20:17, 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 MENU IMPROVED */
section.top-bar-section, nav.top-bar, ul#top-bar-left, ul#top-bar-left li, ul#top-bar-right, ul#top-bar-right li, .top-bar-section ul li, 
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) { background: #5e5a5a; }

/* FOOTER IMPROVED */
#footer-lastmod, #footer-viewcount, #footer-right-icons { display: none; }
#footer-privacy, #footer-about, #footer-disclaimer { display: inline-block; text-align: center; padding: 0 10px; }

/* FANCY FONT FIXES */
div.stafffix i { font-size: 1em; margin-bottom: 15px; padding-left: 10px; padding-right: 10px; }
p { padding-left: 10px; padding-right: 10px; }

/* NEW FORUM FIXES */
tr.mw-wikiforum-title { background: #bb8080; color: #dddddd; }
tr.mw-wikiforum-marked A:link, .mw-wikiforum-headerrow A:link {text-decoration: none; color: #75799b;}
tr.mw-wikiforum-marked A:visited, .mw-wikiforum-headerrow A:visited {text-decoration: none; color: #75799b;}
tr.mw-wikiforum-marked A:active, .mw-wikiforum-headerrow A:active {text-decoration: none; color: #75799b;}
tr.mw-wikiforum-marked A:hover, .mw-wikiforum-headerrow A:hover {text-decoration: underline; color: #75799b;}
tr.mw-wikiforum-title th.mw-wikiforum-title { padding-left: 20px; width: 55%; }
tr.mw-wikiforum-title th.mw-wikiforum-admin { width: 11%; }
tr.mw-wikiforum-title th.mw-wikiforum-value { width: 5%; }
tr.mw-wikiforum-title th.mw-wikiforum-lastpost { width: 24%; }

/* 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; }

/* LABEL TWEAKS */
h4.namespace.label { background-color: transparent; color: #bb8080; font-weight: bolder; }
h1#firstHeading { color: #5e5a5a; }