MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Kamigraphie
Zur Navigation springen Zur Suche springen
Zeile 16: Zeile 16:
 
   float: right; width:2.5em;  
 
   float: right; width:2.5em;  
 
   padding:0;
 
   padding:0;
   margin: 0 -6pt 0 0;  
+
   margin: 0 ;  
 
   text-decoration:none; }
 
   text-decoration:none; }
 
a.toparrow:hover {color:#555;}
 
a.toparrow:hover {color:#555;}
#showtalk a.toparrow {display:none;}
 
a.toparrow, .editsection {margin-top:9px;}
 
.noborder a.toparrow {display:none;}
 

Version vom 11. September 2011, 23:33 Uhr

/*********** WIKI GADGETS *****************/
.editsection {
float: right;
margin-left: 5px;
color: #AAA;
font: normal 9px Arial;
width: 8em;
margin-left: -8em;
text-align: left;
}

a.toparrow {
  color:#aaa; 
  font-weight: normal; font-style:normal; font-size:9px; line-height: 1.2em; 
  text-align: center;
  float: right; width:2.5em; 
  padding:0;
  margin: 0 ; 
  text-decoration:none; }
a.toparrow:hover {color:#555;}