MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/******* Sitenotice css ****/
#siteNotice {
padding-top: 10px;
}
.customsitenotice {
padding-top: 20px;
font-size: 175%;
width: 100%;
height: 150px;
border: 1px solid #A4A4FF;
border-left: 5px solid #6666FF;
}
.customsitenotice p {
vertical-align: middle;
padding-left: 20px !important;
text-align: left;
}
.customsitenotice .floatright {
padding-right: 20px;
/* vertical-align: middle;
}
.customsitenotice .floatright img {
vertical-align: middle; */
}
/* CSS-Klassen fuer Vorlage:Interner Link */
.querylink-new a {
color: #ba0000 !important;
}
.querylink-exists a {
background: none !important;
padding: 0 !important;
color: #002bb8 !important;
}
/******* Documentation ********/
.template-documentation {
clear: both;
margin: 1em 0 0 0;
border: 1px solid #aaa;
background-color: #ecfcf4;
padding: 5px;
}
.dablink {
font-style: italic;
padding-left: 2em;
}
.dablink i {
font-style: normal;
}
/* Messagebox templates */
.messagebox {
border: 1px solid #aaa;
background-color: #f9f9f9;
width: 80%;
margin: 0 auto 1em auto;
padding: .2em;
}
/******* REMOVE HEADER ON VARIOUS PAGES **********/
/* remove Main page title */
body.page-Willkommen_im_VorlesungsWiki #siteSub,
body.page-Willkommen_im_VorlesungsWiki #contentSub,
body.page-Willkommen_im_VorlesungsWiki h1.firstHeading {
display: none !important;
}
/******* MAIN PAGE STYLING **********/
/* all the fancy boxes... */
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
font-size: 105%;
padding: 0.4em;
background-color: #eeeeee;
border-bottom: 1px solid #aaaaaa;
}
.mainpage_boxtitle {
line-height: 120%;
}
#mainpage_pagetitle {
color: #cf7606;
font-size: 200% !important;
}
.mainpage_hubtitle {
text-align: center;
}
.mainpage_boxcontents, .mainpage_boxcontents_small {
background: #ffffff;
padding:0.2em 0.4em;
}
.mainpage_boxcontents_small {
font-size: 95%;
}
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
padding: 0;
border: 1px solid #aaaaaa;
}
.mainpage_hubbox {
margin-bottom: 0;
}
#mainpage_newscell {
margin-bottom: 15px;
margin-top: 0 !important;
}
#mainpage_downloadcell {
margin-bottom: 5px;
}
/* The words 'MediaWiki.org' in the title.*/
#mainpage_mwtitle {
color: #005288;
}