Mercurial > treepkg
view contrib/sawmill/web/styles/style.css @ 521:d26642ed6afa
use empty string as default config values instead of None
author | Bjoern Ricks <bricks@intevation.de> |
---|---|
date | Wed, 10 Nov 2010 16:48:03 +0000 |
parents | 333232953771 |
children |
line wrap: on
line source
body { margin-top: 3; margin-left: 3; margin-right: 3; margin-bottom: 3; background-color:#6190c0; } ol,ul,p,body,td,tr,th,form { font-family: verdana,arial,helvetica,sans-serif; font-size:small; color: #333333; } h1 { font-size: x-large; font-family: verdana,arial,helvetica,sans-serif; } h2 { font-size: large; font-family: verdana,arial,helvetica,sans-serif; } h3 { font-size: medium; font-family: verdana,arial,helvetica,sans-serif; } h4 { font-size: small; font-family: verdana,arial,helvetica,sans-serif; } h5 { font-size: x-small; font-family: verdana,arial,helvetica,sans-serif; } h6 { font-size: xx-small; font-family: verdana,arial,helvetica,sans-serif; } pre,tt { font-family: courier,sans-serif } a:link { text-decoration:none; color: #0000be } a:visited { text-decoration:none; color: #0000be } a:active { text-decoration:none } a:hover { text-decoration:underline; color:red } .titlebar { color: black; text-decoration: none; font-weight: bold; } a.tablink { color: black; text-decoration: none; font-weight: bold; font-size: x-small; } a.tablink:visited { color: black; text-decoration: none; font-weight: bold; font-size: x-small; } a.tablink:hover { text-decoration: none; color: black; font-weight: bold; font-size: x-small; } a.tabsellink { color: #0000be; text-decoration: none; font-weight: bold; font-size: x-small; } a.tabsellink:visited { color: #0000be; text-decoration: none; font-weight: bold; font-size: x-small; } a.tabsellink:hover { text-decoration: none; color: #0000be; font-weight: bold; font-size: x-small; } .css_prison {} .css_prison .statustable { background:#F4F4F4; width:95% } .css_prison .statustablestatus { background:#E0E0E0; width:15% } .css_prison .statustablepkg { background:#E0E0E0; width:45% } .css_prison .statustablenotes { background:#E0E0E0; width:10% } .css_prison .statustablehead { background:#E0E0E0; } .css_prison .statusheading { font-weight:bold; } .css_prison .finished { background:#C0FFC0; } .css_prison .inprogress { background:#FFFFC0; } .css_prison .error { background:#FFC0C0; } .css_prison .date_row { background:#F0F0F0; font-weight:bold; font-size:smaller; text-align:center; } .css_prison tr { background:#FFFFFF; } .css_prison td { padding:5px; }