MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
font-size: 120%; | font-size: 120%; | ||
border: none; | border: none; | ||
width: 100%; | |||
} | } | ||
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle { | |||
text-align: left; | |||
font-size: 150%; | |||
} | |||
pre { | |||
white-space: pre-wrap; /* css-3 */ | |||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ | |||
white-space: -pre-wrap; /* Opera 4-6 */ | |||
white-space: -o-pre-wrap; /* Opera 7 */ | |||
word-wrap: break-word; /* Internet Explorer 5.5+ */ | |||
color: #856404; | |||
background-color: #fff3cd; | |||
border-color: #ffeeba; | |||
font-family: Verdana,Geneva,sans-serif !important; | |||
} | |||
| Line 73: | Line 92: | ||
a:visited { | a:visited { | ||
color: #008ACC !important; | color: #008ACC !important; | ||
} | } | ||