MediaWiki

Difference between revisions of "Foreground.css"

From Children of StarClan

 
(5 intermediate revisions by the same user not shown)
Line 30: Line 30:
 
/* LISTS TWEAK */ #mw-content-text ul, #mw-content-text ol { padding-left: 10px; }
 
/* LISTS TWEAK */ #mw-content-text ul, #mw-content-text ol { padding-left: 10px; }
  
/* CHARACTER FORM */ .charformtextarea { width: 250px; }
+
/* CHARACTER FORM */ .createboxInput .charformtextarea { width: 40% !important; }
 +
 
 +
/* P PADDING CORRECTIONS */
 +
p { padding-left: 10px; padding-right: 10px; word-wrap: normal; }
 +
td p { padding-left: 0px; padding-right: 0px; padding-top: 10px; }

Latest revision as of 14:57, 31 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; }

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

/* LISTS TWEAK */ #mw-content-text ul, #mw-content-text ol { padding-left: 10px; }

/* CHARACTER FORM */ .createboxInput .charformtextarea { width: 40% !important; }

/* P PADDING CORRECTIONS */
p { padding-left: 10px; padding-right: 10px; word-wrap: normal; }
td p { padding-left: 0px; padding-right: 0px; padding-top: 10px; }