MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus SSV Wiki
Wechseln zu: Navigation, Suche
 
Zeile 2: Zeile 2:
 
#ca-talk { display:none!important; }
 
#ca-talk { display:none!important; }
 
#ca-viewsource { display: none !important; }
 
#ca-viewsource { display: none !important; }
 +
#ca-history { display:none!important; }
 +
  
 
.box {float: right;
 
.box {float: right;
Zeile 28: Zeile 30:
 
background-color: #f89;
 
background-color: #f89;
 
display: inline-block;}
 
display: inline-block;}
 
<!-- No [view source] tab for users who can not edit -->
 
<?php global $wgUser; if( !$wgUser->isAllowed('edit') ) { ?>
 
      <style type="text/css">
 
        #ca-viewsource { display: none !important; }
 
      </style>
 
    <?php } ?>
 

Aktuelle Version vom 13. Mai 2019, 18:52 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#ca-talk { display:none!important; }
#ca-viewsource { display: none !important; }
#ca-history { display:none!important; } 


.box {float: right;
background-color: #000099;
color: white;
padding: 2px;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 0.5em;
width: 15em;}

.menu {font-variant: small-caps;
font-weight: bold;}

.wlink {color:white}

.breadcrumbs {background-color:#EFF5FB; font-size:85%; margin-bottom: 1em}



.xyz {font-family: verdana, sans-serif;
	line-height: 150%;
	margin-left: 2em;
	padding: 1em;
	border: 3px solid red;
	background-color: #f89;
	display: inline-block;}