added something
authorhaftmann
Fri, 05 May 2006 16:50:58 +0200
changeset 19563 ddd36d9e6943
parent 19562 e56b3c967ae8
child 19564 d3e2f532459a
added something
Admin/website/css/isabelle_base.css
Admin/website/css/isabelle_print.css
Admin/website/css/isabelle_screen.css
--- a/Admin/website/css/isabelle_base.css	Fri May 05 16:29:27 2006 +0200
+++ b/Admin/website/css/isabelle_base.css	Fri May 05 16:50:58 2006 +0200
@@ -156,6 +156,27 @@
     margin-top: 3px;
 }
 
+/* faked columns */
+table.column {
+    margin: 0px;
+    padding: 0px;
+    width: 100%;
+    border-collapse: collapse;
+}
+
+table.column tr td.column {
+    width: 50%;
+    vertical-align: top;
+    padding: 1em;
+}
+
+/* centered areas */
+div.center {
+    position: relative;
+    text-align: center;
+    width: 100%;
+}
+
 /* generic celled tables */
 table.celled {
     margin-top: 2ex;
--- a/Admin/website/css/isabelle_print.css	Fri May 05 16:29:27 2006 +0200
+++ b/Admin/website/css/isabelle_print.css	Fri May 05 16:50:58 2006 +0200
@@ -68,7 +68,40 @@
     border-top: 2px solid #000000;
 }
 
-/* mirrorlist */
+/* mirrorlist layout */
 div.mirrorlist {
     display: none;
-}
\ No newline at end of file
+}
+
+/* thesis announcement */
+body.thesis div#header {
+    height: 108px; 
+}
+
+body.thesis div#header p {
+    font-family: Arial,Helvetica,Verdana,sans-serif;
+    position: absolute;
+    top: 0px;
+    left: 0px;
+    right: 0px;
+    margin: 0px;
+}
+
+body.thesis div#header h1 {
+    position: absolute;
+    top: 20px;
+    left: 0px;
+    right: 0px;
+    margin: 0px;
+    font-size: 3ex;
+}
+
+body.thesis div#header a#isabelle_logo {
+    position: absolute;
+    left: 0px;
+}
+
+body.thesis div#header a#info_logo {
+    position: absolute;
+    right: 0px;
+}
--- a/Admin/website/css/isabelle_screen.css	Fri May 05 16:29:27 2006 +0200
+++ b/Admin/website/css/isabelle_screen.css	Fri May 05 16:50:58 2006 +0200
@@ -47,6 +47,12 @@
     right: 40px;
 }
 
+body.thesis div#header a#info_logo {
+    position: absolute;
+    top: 25px;
+    right: 40px;
+}
+
 div#header a#univ_cambridge {
     position: absolute;
     top: 25px;