MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus bintec elmeg Support-Wiki / FAQ
Zeile 1: | Zeile 1: | ||
− | # | + | #footer-places-about, |
− | # | + | #footer-info-lastmod, |
− | + | #ca-view, | |
− | # | + | #footer-places-privacy, |
+ | .patrollink, | ||
+ | #pt-anonuserpage, | ||
+ | #pt-anontalk, | ||
+ | #ca-talk, | ||
+ | #pt-mytalk, | ||
+ | #ca-history, | ||
+ | #ca-nstab-main, | ||
+ | #ca-nstab-mediawiki, | ||
+ | #ca-viewsource, | ||
+ | #pt-mycontris, | ||
+ | #p-search { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #p-cactions{ | ||
+ | margin-right: 30px; | ||
+ | } | ||
+ | |||
+ | #ca-nstab-special,{ | ||
+ | margin-left: 0em; | ||
+ | } | ||
+ | |||
+ | #ca-nstab-category{ | ||
+ | margin-left: 0em; | ||
+ | } | ||
+ | |||
+ | #p-logo a { | ||
+ | display: block; | ||
+ | width: 10em; | ||
+ | height: 160px; | ||
+ | } | ||
+ | |||
+ | #mw-page-base{ | ||
+ | height: 3.5em; | ||
+ | } | ||
+ | |||
+ | .mw-ui-button.mw-ui-progressive{ | ||
+ | background: #7B1E4A none repeat scroll 0% 0%; | ||
+ | border: 1px solid #7B1E4A; | ||
+ | } | ||
+ | |||
+ | .mw-ui-progressive{ | ||
+ | background: #FFF none repeat scroll 0% 0%; | ||
+ | color: #555; | ||
+ | } | ||
+ | |||
+ | .mw-ui-button, .mw-ui-input-inline{ | ||
+ | border: 2px solid #7B1E4A | ||
+ | } | ||
+ | .mw-ui-button:hover{ | ||
+ | background: #7B1E4A none repeat scroll 0% 0%; | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | .mw-ui-progressive{ | ||
+ | background: #7B1E4A none repeat scroll 0% 0%; | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | .mw-ui-input:focus { | ||
+ | box-shadow: 0px 0px 0px 2px #7B1E4A inset; | ||
+ | border-color: #7B1E4A; | ||
+ | outline: 0px none; | ||
+ | } | ||
+ | |||
+ | .mw-ui-button.mw-ui-progressive { | ||
+ | background: #fff none repeat scroll 0% 0%; | ||
+ | border: 2px solid #7B1E4A; | ||
+ | color: #555; | ||
+ | } | ||
+ | .mw-ui-button.mw-ui-progressive:hover{ | ||
+ | background: #7B1E4A none repeat scroll 0% 0%; | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | body{ | ||
+ | background-color: #fff; | ||
+ | } | ||
+ | |||
+ | #mw-head{ | ||
+ | background-color: #fff; | ||
+ | margin-bottom: 5em; | ||
+ | } | ||
+ | |||
+ | #content{ | ||
+ | margin-left: 11em; | ||
+ | } | ||
+ | |||
+ | #mw-content-text{ | ||
+ | background-color: #F9F9F9; | ||
+ | } |
Version vom 2. Februar 2016, 10:17 Uhr
#footer-places-about,
#footer-info-lastmod,
#ca-view,
#footer-places-privacy,
.patrollink,
#pt-anonuserpage,
#pt-anontalk,
#ca-talk,
#pt-mytalk,
#ca-history,
#ca-nstab-main,
#ca-nstab-mediawiki,
#ca-viewsource,
#pt-mycontris,
#p-search {
display:none;
}
#p-cactions{
margin-right: 30px;
}
#ca-nstab-special,{
margin-left: 0em;
}
#ca-nstab-category{
margin-left: 0em;
}
#p-logo a {
display: block;
width: 10em;
height: 160px;
}
#mw-page-base{
height: 3.5em;
}
.mw-ui-button.mw-ui-progressive{
background: #7B1E4A none repeat scroll 0% 0%;
border: 1px solid #7B1E4A;
}
.mw-ui-progressive{
background: #FFF none repeat scroll 0% 0%;
color: #555;
}
.mw-ui-button, .mw-ui-input-inline{
border: 2px solid #7B1E4A
}
.mw-ui-button:hover{
background: #7B1E4A none repeat scroll 0% 0%;
color: #fff;
}
.mw-ui-progressive{
background: #7B1E4A none repeat scroll 0% 0%;
color: #fff;
}
.mw-ui-input:focus {
box-shadow: 0px 0px 0px 2px #7B1E4A inset;
border-color: #7B1E4A;
outline: 0px none;
}
.mw-ui-button.mw-ui-progressive {
background: #fff none repeat scroll 0% 0%;
border: 2px solid #7B1E4A;
color: #555;
}
.mw-ui-button.mw-ui-progressive:hover{
background: #7B1E4A none repeat scroll 0% 0%;
color: #fff;
}
body{
background-color: #fff;
}
#mw-head{
background-color: #fff;
margin-bottom: 5em;
}
#content{
margin-left: 11em;
}
#mw-content-text{
background-color: #F9F9F9;
}