MediaWiki:Group-user.css: Unterschied zwischen den Versionen

Aus Matura Wiki
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
 
/* siehe auch MediaWiki:Group-sysop.css bzw .js */
 
/* siehe auch MediaWiki:Group-sysop.css bzw .js */
  
 +
#n-mytalk { display:none!important; }
 +
#pt-watchlist { display:none!important; }
 +
#pt-mycontris { display:none!important; }
  
#header {padding-bottom:2em;}
 
  
 
/* Sidebar sollte wieder erscheinen für alle angemeldeten User */
 
/* Sidebar sollte wieder erscheinen für alle angemeldeten User */
Zeile 18: Zeile 20:
  
  
#ca-watch { display:none!important; }
+
 
 +
 
 +
}

Version vom 23. Juli 2015, 12:59 Uhr

/* CSS an dieser Stelle wirkt sich nur auf angemeldete Benutzer aus */

/* siehe auch MediaWiki:Group-sysop.css bzw .js */

#n-mytalk { display:none!important; }
#pt-watchlist { display:none!important; }
#pt-mycontris { display:none!important; }


/* Sidebar sollte wieder erscheinen für alle angemeldeten User */
#column-content {margin: 0 0 .6em 10;}
#content {margin: 1 em 0 0 20;}
.generated-sidebar, #p-lang, #p-tb {display:inline;
}
#mw_content { margin-left:10em; }

div#mw-panel { width: 10em; }
div#footer, #mw-head-base, div#content { margin-left: 10em; }
#left-navigation { margin-left: 10em; }




}