MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
} | } | ||
#mw-panel .portal | #mw-panel .portal { | ||
font-family: Balsamiq Sans; | font-family: Balsamiq Sans; | ||
font-size: 21px; | font-size: 21px; | ||
} | } | ||
#mw-panel .portal | #mw-panel .portal li a, | ||
#mw-panel .portal | #mw-panel .portal li a:visited { | ||
color:#000000 | color:#000000 | ||
} | } | ||
Line 65: | Line 65: | ||
} | } | ||
span.editbutton a { | span.editbutton-left { | ||
color:#FFFFFF; | float:left; | ||
margin-left:-65px; | |||
margin-top:2px; | |||
font-size:0.8em; | |||
color:#FFFFFF !important; | |||
} | |||
span.editbutton a, | |||
span.editbutton-left a { | |||
color:#FFFFFF !important; | |||
} | } | ||
Line 293: | Line 302: | ||
scrollbar when necessary */ | scrollbar when necessary */ | ||
/* overflow:auto; */ | /* overflow:auto; */ | ||
} | } | ||
Line 511: | Line 512: | ||
.toclimit-6 .toclevel-6 {display:none;} | .toclimit-6 .toclevel-6 {display:none;} | ||
.toclimit-7 .toclevel-7 {display:none;} | .toclimit-7 .toclevel-7 {display:none;} | ||
td.scr-bottom { | |||
min-height:30px !important; | |||
} | |||
.mw-changeslist-time { | |||
display: inline-block; | |||
} |