MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus bintec elmeg Support-Wiki / FAQ

Wechseln zu: Navigation, Suche
Zeile 16: Zeile 16:
 
     display:none;
 
     display:none;
 
}
 
}
 +
 +
 +
#column-content { margin: 0 0 .6em 0; }
 +
#content { margin: 2.8em 0 0 0; }
 +
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; }
 +
#p-cactions { left: .1em; }
 +
  
 
#p-cactions{
 
#p-cactions{

Version vom 14. März 2016, 12:40 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,
#t-specialpages {
    display:none;
}


#column-content { margin: 0 0 .6em 0; }
#content { margin: 2.8em 0 0 0; }
#p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { display:none; }
#p-cactions { left: .1em; }


#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 #6d1a42;
}

.mw-ui-progressive{
    background: #FFF none repeat scroll 0% 0%;
    color: #555;
}

.mw-ui-button, .mw-ui-input-inline{
    border: 2px solid #6d1a42
}
.mw-ui-button:hover{
    background: #6d1a42 none repeat scroll 0% 0%;
    color: #fff;
}

.mw-ui-progressive{
    background: #6d1a42 none repeat scroll 0% 0%;
    color: #fff;
}

.mw-ui-input:focus {
    box-shadow: 0px 0px 0px 2px #7B1E4A inset;
    border-color: #6d1a42;
    outline: 0px none;
}

.mw-ui-button.mw-ui-progressive {
    background: #fff none repeat scroll 0% 0%;
    border: 2px solid #6d1a42;
    color: #555;
}
.mw-ui-button.mw-ui-progressive:hover{
    background: #6d1a42 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;
}