diff contrib/sawmill/web/styles/style.css @ 452:333232953771

Initial check-in of sawmill a simple mod_python based web application to render build reports of treepkg.
author Sascha Teichmann <teichmann@intevation.de>
date Fri, 20 Aug 2010 16:15:29 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/sawmill/web/styles/style.css	Fri Aug 20 16:15:29 2010 +0000
@@ -0,0 +1,54 @@
+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)