Benutzer:Sprecta/common.css: Unterschied zwischen den Versionen

Aus PokéWiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
(Mal ein bisschen aufgeräumt)
Zeile 1: Zeile 1:
/* Ads weg */
#ad1, #ad2 {display:none;}
#ad1, #ad2 {display:none;}
#pw-logobar, #pw-menubar  {margin-top:-75px !important;}
#pw-logobar, #pw-menubar  {margin-top:-75px !important;}  
#pw-content, #pw-footer {margin-top:40px !important;}
#pw-content, #pw-footer {margin-top:40px !important;}  


/* Neue Nachricht Box */
/* Weg mit dem doofen Icon */
.usermessage {border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#pt-userpage {
 
background:none;
/* Rundungen angepasst (aus common.css kopiert) */
padding-left:0 !important;
.round {
font-weight:normal;
  border-radius:3px;
  -moz-border-radius:3px;
}
.round-left{
  border-top-left-radius:3px;
  -moz-border-radius-topleft:3px;
  border-bottom-left-radius:3px;
  -moz-border-radius-bottomleft:3px;
}
 
.round-top{
  border-top-right-radius:3px;
  -moz-border-radius-topright:3px;
  border-top-left-radius:3px;
  -moz-border-radius-topleft:3px;
}
 
.round-right {
  border-top-right-radius:3px;
  -moz-border-radius-topright:3px;
  border-bottom-right-radius:3px;
  -moz-border-radius-bottomright:3px;
}
 
.round-bottom{
  border-bottom-left-radius:3px;
  -moz-border-radius-bottomleft:3px;
  border-bottom-right-radius:3px;
  -moz-border-radius-bottomright:3px;
}
 
.round-topleft, table.innerround tr:not([style*="display:none"]):first-child td:not([style*="display:none"]):first-child, table.innerround tr:not([style*="display:none"]):first-child th:not([style*="display:none"]):first-child {
  border-top-left-radius:3px;
  -moz-border-radius-topleft:3px;
}
 
.round-topright, table.innerround tr:not([style*="display:none"]):first-child td:not([style*="display:none"]):last-child, table.innerround tr:not([style*="display:none"]):first-child th:not([style*="display:none"]):last-child {
  border-top-right-radius:3px;
  -moz-border-radius-topright:3px;
}
 
.round-bottomleft, table.innerround tr:not([style*="display:none"]):last-child td:not([style*="display:none"]):first-child, table.innerround tr:not([style*="display:none"]):last-child th:not([style*="display:none"]):first-child {
  border-bottom-left-radius:3px;
  -moz-border-radius-bottomleft:3px;
}
 
.round-bottomright, table.innerround tr:not([style*="display:none"]):last-child td:not([style*="display:none"]):last-child, table.innerround tr:not([style*="display:none"]):last-child th:not([style*="display:none"]):last-child {
  border-bottom-right-radius:3px;
  -moz-border-radius-bottomright:3px;
}
}

Version vom 14. August 2018, 23:44 Uhr

#ad1, #ad2 {display:none;}
#pw-logobar, #pw-menubar  {margin-top:-75px !important;} 
#pw-content, #pw-footer {margin-top:40px !important;} 

/* Weg mit dem doofen Icon */
#pt-userpage {
	background:none;
	padding-left:0 !important;
	font-weight:normal;
}