Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators
6,176
edits
(Undo revision 7620 by Prince of asia (talk)) Tag: Undo |
No edit summary |
||
Line 74: | Line 74: | ||
.mw-body { | .mw-body { | ||
padding: 15px; | padding: 15px; | ||
margin: 0; /* Remove margin */ | |||
} | } | ||
Line 91: | Line 92: | ||
body { | body { | ||
font-family: 'Open Sans', sans-serif; | font-family: 'Open Sans', sans-serif; | ||
margin: 0; /* Remove margin */ | |||
} | } | ||
Line 178: | Line 180: | ||
/* change the background color of the navigation menu above the main text of wiki */ | /* change the background color of the navigation menu above the main text of wiki */ | ||
li.mw-list-item { | li.mw-list-item { | ||
background-image: none; | |||
} | } | ||
/* Change the looks of the text on the navigation menu above the main text of wiki */ | /* Change the looks of the text on the navigation menu above the main text of wiki */ | ||
nav#p-namespaces div.vector-menu-content > ul.vector-menu-content-list > li.mw-list-item a { | nav#p-namespaces div.vector-menu-content > ul.vector-menu-content-list > li.mw-list-item a { | ||
color: #7c25b8; | |||
} | } | ||
nav#p-views div.vector-menu-content > ul.vector-menu-content-list > li.mw-list-item a { | nav#p-views div.vector-menu-content > ul.vector-menu-content-list > li.mw-list-item a { | ||
color: #7c25b8; | |||
} | } | ||
/* Change the looks of the text on sidebar */ | /* Change the looks of the text on sidebar */ | ||
nav#p-navigation div.vector-menu-content > ul.vector-menu-content-list > li.mw-list-item a { | nav#p-navigation div.vector-menu-content > ul.vector-menu-content-list > li.mw-list-item a { | ||
font-weight: bold; | |||
color: #7c25b8; | |||
} | } | ||
nav#p-tb div.vector-menu-content > ul.vector-menu-content-list > li.mw-list-item a { | nav#p-tb div.vector-menu-content > ul.vector-menu-content-list > li.mw-list-item a { | ||
color: #7c25b8; | |||
} | } | ||
Line 227: | Line 229: | ||
.table.plain > tbody > tr:nth-child(odd), | .table.plain > tbody > tr:nth-child(odd), | ||
.table > tbody > tr.plain:nth-child(odd) { | .table > tbody > tr.plain:nth-child(odd) { | ||
background-color:transparent !important; | background-color: transparent !important; | ||
} | } | ||
Line 233: | Line 235: | ||
p.white { | p.white { | ||
color: #FFFFFF; | |||
} | } | ||
/*remove header on Main_Page*/ | /*remove header on Main_Page*/ | ||
body.page-Main_Page.ns-subject h1.firstHeading { | body.page-Main_Page.ns-subject h1.firstHeading { | ||
display: none; | |||
} | } | ||
/** INFOBOXES **/ | /** INFOBOXES **/ | ||
.infobox { | .infobox { | ||
border: 1px solid #020202; | |||
background-color: #f9f9f9; | |||
color: black; | |||
margin-bottom: 0.2em; | |||
margin-left: 1em; | |||
padding: 0.2em; | |||
float: right; | |||
clear: right; | |||
} | } | ||
.infobox td, | .infobox td, | ||
.infobox th { | .infobox th { | ||
vertical-align: top; | |||
} | } | ||
.infobox caption { | .infobox caption { | ||
font-size: larger; | |||
margin-left: inherit; | |||
} | } | ||
.infobox.bordered { | .infobox.bordered { | ||
border-collapse: collapse; | |||
} | } | ||
.infobox.bordered td, | .infobox.bordered td, | ||
.infobox.bordered th { | .infobox.bordered th { | ||
border: 1px solid #020202; | |||
} | } | ||
.infobox.bordered .borderless td, | .infobox.bordered .borderless td, | ||
.infobox.bordered .borderless th { | .infobox.bordered .borderless th { | ||
border: 0; | |||
} | } | ||
Line 278: | Line 280: | ||
.table.ktv-table > :first-child > tr:first-child > *, | .table.ktv-table > :first-child > tr:first-child > *, | ||
.table.ktv-table > tbody > tr.heading > * { | .table.ktv-table > tbody > tr.heading > * { | ||
background-color:#522F65!important; | background-color: #522F65 !important; | ||
border-color:#777d9e!important; | border-color: #777d9e !important; | ||
} | } | ||
.table.ktv-table > tbody > tr:nth-child(odd), | .table.ktv-table > tbody > tr:nth-child(odd), | ||
.table > tbody > tr.ktv-table:nth-child(odd) { | .table > tbody > tr.ktv-table:nth-child(odd) { | ||
background-color:#dfe1ec; | background-color: #dfe1ec; | ||
} | } |