]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - local.css
Date of the second test term.
[edu/osp-wiki.git] / local.css
index 575f3502ef40847c73c465e7caa2c1f4af28e18c..325c2735f88da537a9d46a8b00806de4e4bfaa43 100644 (file)
--- a/local.css
+++ b/local.css
@@ -14,7 +14,7 @@ hr {
   border-style:none;
 }
 
-code,pre {
+code,pre,pre.hl {
   background:#eee;
 }
 
@@ -76,9 +76,15 @@ body {
   margin:1em 2em;
 }
 
+.pagefooter, .inlinefooter, .comment-header {
+  color: gray;
+  font-size: 70%;
+}
+
 #content {
   margin-top: 107px;
   padding-top: 1ex;
+  max-width: 60em;
 }
 
 #pageinfo {
@@ -102,7 +108,7 @@ h1,h2,h3,h4,h5,h6 {
 }
 
 h1 {
-  font:120% sans-serif;
+  font:150% sans-serif;
 }
 
 h2 {
@@ -227,7 +233,7 @@ legend {
   padding: 0 1ex 0 0.5ex;
 }
 
-#sidebar {
+.sidebar {
   position: absolute;
   bottom: 0px;
   width: 100%;
@@ -236,22 +242,23 @@ legend {
   padding-left: 1em;
   float: none;
   background-color: transparent;
+  border: 0px;
 }
 
-#sidebar ul {
+.sidebar ul {
   margin:0;
   padding:0;
 }
 
 
-#sidebar li {
+.sidebar li {
   display: inline;
   list-style:none;
   padding: 0;
   margin: 0;
 }
 
-#sidebar ul li a, #sidebar ul li span {
+.sidebar ul li a, .sidebar ul li span {
   color: #FFF;
   background-color: #206cbc;
   display: inline-block;
@@ -267,10 +274,10 @@ legend {
   border-radius:.3em .3em 0 0;
   -moz-border-radius: .3em .3em 0 0;
 }
-#sidebar ul li a:hover {
+.sidebar ul li a:hover {
   background-color: #7faede;
 }
-#sidebar ul li span.selflink {
+.sidebar ul li span.selflink {
   background-color: white;
   color: black;
 //  border: 1px solid #eee;
@@ -294,7 +301,7 @@ legend {
 }
 
 table {
-  margin: 1ex;
+  margin: 1ex 0ex;
 }
 
 table th {
@@ -313,3 +320,11 @@ table.borders {
 table.borders th, table.borders td {
   border: 1px solid #206cbc;
 }
+
+ol.lower-alpha {
+  list-style-type: lower-alpha;
+}
+
+ol ol {
+  list-style-type: lower-alpha;
+}