StyleSheet

body { background-color: navy; background-image: url('http://www.ms.mff.cuni.cz/img/blueline.gif'); background-repeat: repeat; color: white; } a:link { color: yellow; } a:visited { color: yellow; } a:active { color: fuchsia; } a.definition:before { content:"[::"; } a.definition:after { content:"]"; } a.alias { text-decoration:none; border-bottom: thin dashed; } a.near:link { color: yellow; } a.near:visited { color: yellow; } a.upload:before { content:"<"; } a.upload:after { content:">"; } a.outside:before { content:"["; } a.outside:after { content:"]"; } img.logo { float: right; clear: right; border-style:none; } div.diff { padding-left:5%; padding-right:5%; } div.old { background-color: red; } div.new { background-color: green; } div.refer { padding-left:5%; padding-right:5%; font-size:smaller; } div.message { background-color: #FEE; } div.journal h1 { font-size:large; } table.history { border-style:none; } td.history { border-style:none; } table.user { border-style:solid; border-width:thin; } table.user tr td { border-style:solid; border-width:thin; padding:5px; text-align:center; } span.result { font-size:larger; } span.info { font-size:smaller; font-style:italic; } div.rss { background-color:#EEF; } div.sister { float:left; margin-right:1ex; background-color:#FFF; } div.sister p { margin-top:0; } div.sister img { border:none; } div.near { background-color:#EFE; } div.near p { margin-top:0; } @media print { body { font:12pt sans-serif; } a, a:link, a:visited { color:#000; text-decoration:none; font-style:oblique; } h1 a, h2 a, h3 a, h4 a { font-style:normal; } a.edit, div.footer, div.refer, form, span.gotobar, a.number span { display:none; } a[class="url number"]:after, a[class="inter number"]:after { content:"[" attr(href) "]"; } a[class="local number"]:after { content:"[" attr(title) "]"; } img[smiley] { line-height: inherit; } }