MediaWiki:Monobook.css: Difference between revisions
From DM Live - the Depeche Mode live encyclopedia for the masses
Jump to navigationJump to search
(Blanked the page) Tag: Blanking |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to users of the Monobook skin */ | |||
/* SITE-WIDE CSS */ | |||
/* Position site logo */ | |||
#p-logo { | |||
margin: 0 0 0 .2em; | |||
} | |||
#siteSub { display:block; } | |||
html, body, #mw-head {background: none; background-color: #f1f1f1;} | |||
#mw-body { border: 1px solid #c0c0c0;} | |||
.mw-body-content {line-height: 1.45;} | |||
.mw-body { | |||
border-radius: 1em 0 0 1em; | |||
border-top: 1px solid #d7d7d9; | |||
border-left: 1px solid #d7d7d9; | |||
border-bottom: 1px solid #d7d7d9; | |||
} | |||
/* Style search buttons */ | |||
#searchGoButton, input.searchButton {background: #07080d; border: none; color: #ffffff; border: 2px solid #07080d; margin-top: 5px;} | |||
#searchGoButton:hover, input.searchButton:hover {background: #9d68d9; border: 2px solid #9d68d9 !important; color: #fff; transition: all .25s ease;} | |||
/* Set body text size to 13px */ | |||
#bodyContent {font-size: 1em; color: #000000;} | |||
.toc { | |||
border-radius: 1em; | |||
border: 1px solid #d7d7d9; | |||
background: #f0f0f2; | |||
display: table; | |||
zoom: 1; | |||
padding: 7px; | |||
font-size: 95%; | |||
} | |||
/* DPL */ | |||
.columnizeme ul { | |||
display: block; | |||
} | |||
.columnizeme-3 ul { | |||
column-count: 3; | |||
-moz-column-count: 3; | |||
-webkit-column-count: 3; | |||
} | |||
/* Tabs */ | |||
#p-cactions ul li, #p-cactions ul li a { | |||
border-radius: 1em 1em 0 0; | |||
border-top: 1px solid #d7d7d9; | |||
border-left: 1px solid #d7d7d9; | |||
border-right: 1px solid #d7d7d9; | |||
background: #f0f0f2; | |||
color: #6a7480 !important; | |||
} | |||
#p-cactions li.selected { | |||
background-image: none; | |||
color: #002bb8 !important; | |||
border-color: #d7d7d9 !important; | |||
} | |||
#p-cactions ul { | |||
font-size: 102%; | |||
text-decoration: none; | |||
} | |||
#p-cactions li { | |||
height: 140%; | |||
line-height: .8em; | |||
border-bottom: none; | |||
} | |||
.portlet ul { line-height: 1em; font-size: 95%; margin: 0.6em 0 0 1.6em !important;} | |||
.portlet h3 {color: #6a7480;} | |||
/* MAIN PAGE DESIGN CSS */ | |||
body.page-Main_Page #t-cite, | |||
body.page-Main_Page #footer-info-lastmod, | |||
body.page-Main_Page #siteSub, | |||
body.page-Main_Page #contentSub, | |||
body.page-Main_Page h1.firstHeading { | |||
display: none !important; | |||
} | |||
/* Style the edit buttons */ | |||
#wpSave { | |||
-moz-border-radius: 15px; | |||
background-color: #fff !important; | |||
background-image: none !important; | |||
border: 2px solid #fff !important; | |||
text-shadow: none !important; | |||
color: #000; | |||
} | |||
#wpSave:hover {background: #9d68d9 !important; border: 2px solid #9d68d9 !important; color: #fff; transition: all .25s ease;} | |||
#wpPreview { | |||
-moz-border-radius: 15px; | |||
background-color: #07080d !important; | |||
background-image: none !important; | |||
border: 1px outset !important; | |||
text-shadow: none !important; | |||
border: 2px solid #000 !important; | |||
color: #ffffff; | |||
} | |||
#wpPreview:hover {background: #9d68d9 !important; border: 2px solid #9d68d9 !important; color: #fff; transition: all .25s ease;} | |||
#wpDiff { | |||
-moz-border-radius: 15px; | |||
background-color: #07080d !important; | |||
border: 1px outset !important; | |||
background-image: none !important; | |||
text-shadow: none !important; | |||
border: 2px solid #000 !important; | |||
color: #ffffff; | |||
} | |||
#wpDiff:hover {background: #9d68d9 !important; border: 2px solid #9d68d9 !important; color: #fff; transition: all .25s ease;} | |||
/* SIDEBAR */ | |||
#mw-panel .portal .body { | |||
border-radius: 0 1em 1em 0; | |||
border-bottom: 1px solid #c0c0c0; | |||
border-right: 1px solid #c0c0c0; | |||
border-top: 1px solid #c0c0c0; | |||
font-size: 95%; | |||
background-color: white; | |||
color: black; | |||
border-collapse: collapse; | |||
padding: 0 .8em .3em .5em; | |||
background-image: none; | |||
} | |||
.pBody { | |||
border-radius: 0 1em 1em 0; | |||
border-bottom: 1px solid #c0c0c0; | |||
border-right: 1px solid #c0c0c0; | |||
border-top: 1px solid #c0c0c0; | |||
} | |||
/*Gallery*/ | |||
li.gallerybox { | |||
border: 1px solid #d7d7d9; | |||
display: inline-block; | |||
vertical-align: top; | |||
background: #f0f0f2; | |||
height: 205px; | |||
border-radius: 10px; | |||
-moz-border-radius: 10px; | |||
-webkit-border-radius: 10px; | |||
-khtml-border-radius: 10px; | |||
-icab-border-radius: 10px; | |||
-o-border-radius: 10px; | |||
} | |||
li.gallerybox div.thumb { | |||
background-color: #e3e3e5; | |||
border: 1px solid #d7d7d9; | |||
margin: 2px 2px 0px 2px; | |||
text-align: center; | |||
border-radius: 10px; | |||
-moz-border-radius: 10px; | |||
-webkit-border-radius: 10px; | |||
-khtml-border-radius: 10px; | |||
-icab-border-radius: 10px; | |||
-o-border-radius: 10px; | |||
} | |||
div.gallerytext { | |||
font-size: 85%; | |||
line-height: 12px; | |||
overflow: hidden; | |||
padding: 0px 4px; | |||
word-wrap: break-word; | |||
height: 50px; | |||
} | |||
div.thumbinner { | |||
text-align: left; | |||
border: 1px solid #d7d7d9; | |||
line-height: 1.4em; | |||
padding: 3px; | |||
font-size: 94%; | |||
padding: 3px; | |||
background-color: #f0f0f2; | |||
overflow: hidden; | |||
} | |||
/* Make the list of references smaller */ | |||
ol.references, | |||
div.reflist, | |||
div.refbegin { | |||
font-size: 90%; | |||
} | |||
/* Restore category box to pre-MediaWiki 1.18.0 margins */ | |||
#catlinks li { | |||
margin: 0 0; | |||
padding: 0 0.4em; | |||
} | |||
.mw-plusminus-pos { | |||
border-bottom: 1px dotted; | |||
cursor: help; | |||
} | |||
.mw-plusminus-neg { | |||
border-bottom: 1px dotted; | |||
cursor: help; | |||
} | |||
.mw-plusminus-null { | |||
border-bottom: 1px dotted; | |||
cursor: help; | |||
} | |||
#searchInput { | |||
width: 10.9em; | |||
margin: 0; | |||
font-size: 95%; | |||
} | |||
#footer { | |||
background-color: #07080d; | |||
border-top: none !important; | |||
border-bottom: none !important; | |||
margin: 0.6em 0 1em 0; | |||
overflow: hidden; | |||
padding: 0.4em 0 0.3em 0; | |||
text-align: center; | |||
font-size: 90%; | |||
} | |||
#footer a:visited, #footer a {color: #fff !important;} | |||
#footer img {padding-top: 4px;} | |||
#footer li {color: #fff !important;} | |||
a, a:visited, #p-personal li a {color: #0067e0;} |
Revision as of 17:05, 15 October 2019
/* CSS placed here will be applied to users of the Monobook skin */ /* SITE-WIDE CSS */ /* Position site logo */ #p-logo { margin: 0 0 0 .2em; } #siteSub { display:block; } html, body, #mw-head {background: none; background-color: #f1f1f1;} #mw-body { border: 1px solid #c0c0c0;} .mw-body-content {line-height: 1.45;} .mw-body { border-radius: 1em 0 0 1em; border-top: 1px solid #d7d7d9; border-left: 1px solid #d7d7d9; border-bottom: 1px solid #d7d7d9; } /* Style search buttons */ #searchGoButton, input.searchButton {background: #07080d; border: none; color: #ffffff; border: 2px solid #07080d; margin-top: 5px;} #searchGoButton:hover, input.searchButton:hover {background: #9d68d9; border: 2px solid #9d68d9 !important; color: #fff; transition: all .25s ease;} /* Set body text size to 13px */ #bodyContent {font-size: 1em; color: #000000;} .toc { border-radius: 1em; border: 1px solid #d7d7d9; background: #f0f0f2; display: table; zoom: 1; padding: 7px; font-size: 95%; } /* DPL */ .columnizeme ul { display: block; } .columnizeme-3 ul { column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; } /* Tabs */ #p-cactions ul li, #p-cactions ul li a { border-radius: 1em 1em 0 0; border-top: 1px solid #d7d7d9; border-left: 1px solid #d7d7d9; border-right: 1px solid #d7d7d9; background: #f0f0f2; color: #6a7480 !important; } #p-cactions li.selected { background-image: none; color: #002bb8 !important; border-color: #d7d7d9 !important; } #p-cactions ul { font-size: 102%; text-decoration: none; } #p-cactions li { height: 140%; line-height: .8em; border-bottom: none; } .portlet ul { line-height: 1em; font-size: 95%; margin: 0.6em 0 0 1.6em !important;} .portlet h3 {color: #6a7480;} /* MAIN PAGE DESIGN CSS */ body.page-Main_Page #t-cite, body.page-Main_Page #footer-info-lastmod, body.page-Main_Page #siteSub, body.page-Main_Page #contentSub, body.page-Main_Page h1.firstHeading { display: none !important; } /* Style the edit buttons */ #wpSave { -moz-border-radius: 15px; background-color: #fff !important; background-image: none !important; border: 2px solid #fff !important; text-shadow: none !important; color: #000; } #wpSave:hover {background: #9d68d9 !important; border: 2px solid #9d68d9 !important; color: #fff; transition: all .25s ease;} #wpPreview { -moz-border-radius: 15px; background-color: #07080d !important; background-image: none !important; border: 1px outset !important; text-shadow: none !important; border: 2px solid #000 !important; color: #ffffff; } #wpPreview:hover {background: #9d68d9 !important; border: 2px solid #9d68d9 !important; color: #fff; transition: all .25s ease;} #wpDiff { -moz-border-radius: 15px; background-color: #07080d !important; border: 1px outset !important; background-image: none !important; text-shadow: none !important; border: 2px solid #000 !important; color: #ffffff; } #wpDiff:hover {background: #9d68d9 !important; border: 2px solid #9d68d9 !important; color: #fff; transition: all .25s ease;} /* SIDEBAR */ #mw-panel .portal .body { border-radius: 0 1em 1em 0; border-bottom: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0; font-size: 95%; background-color: white; color: black; border-collapse: collapse; padding: 0 .8em .3em .5em; background-image: none; } .pBody { border-radius: 0 1em 1em 0; border-bottom: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0; } /*Gallery*/ li.gallerybox { border: 1px solid #d7d7d9; display: inline-block; vertical-align: top; background: #f0f0f2; height: 205px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; } li.gallerybox div.thumb { background-color: #e3e3e5; border: 1px solid #d7d7d9; margin: 2px 2px 0px 2px; text-align: center; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; } div.gallerytext { font-size: 85%; line-height: 12px; overflow: hidden; padding: 0px 4px; word-wrap: break-word; height: 50px; } div.thumbinner { text-align: left; border: 1px solid #d7d7d9; line-height: 1.4em; padding: 3px; font-size: 94%; padding: 3px; background-color: #f0f0f2; overflow: hidden; } /* Make the list of references smaller */ ol.references, div.reflist, div.refbegin { font-size: 90%; } /* Restore category box to pre-MediaWiki 1.18.0 margins */ #catlinks li { margin: 0 0; padding: 0 0.4em; } .mw-plusminus-pos { border-bottom: 1px dotted; cursor: help; } .mw-plusminus-neg { border-bottom: 1px dotted; cursor: help; } .mw-plusminus-null { border-bottom: 1px dotted; cursor: help; } #searchInput { width: 10.9em; margin: 0; font-size: 95%; } #footer { background-color: #07080d; border-top: none !important; border-bottom: none !important; margin: 0.6em 0 1em 0; overflow: hidden; padding: 0.4em 0 0.3em 0; text-align: center; font-size: 90%; } #footer a:visited, #footer a {color: #fff !important;} #footer img {padding-top: 4px;} #footer li {color: #fff !important;} a, a:visited, #p-personal li a {color: #0067e0;}