view contrib/sawmill/web/styles/style.css @ 579:97a5e09c84dc tip

Fix: pass url to command expand to be able to checkout a new git repository
author Bjoern Ricks <bricks@intevation.de>
date Sat, 03 Sep 2011 12:32:32 +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; }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)