]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - local.css
Drobne upravy prednasky - event-processing
[edu/osp-wiki.git] / local.css
index fc30e27d61f0557cd17585020b3b690840139ef8..bfd01b8be118e735b3878e673ce90ebf308c1d00 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,10 +1,11 @@
 a {
-  text-decoration:none;
+  text-decoration:underline;
   color:#005a9c;
 }
 
 a:hover {
   text-decoration:underline;
+  color:#9c4100;
 }
 
 hr {
@@ -13,7 +14,7 @@ hr {
   border-style:none;
 }
 
-code,pre {
+code,pre,pre.hl {
   background:#eee;
 }
 
@@ -75,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 {
@@ -96,8 +103,12 @@ body {
   font-weight:400;
 }
 
+h1,h2,h3,h4,h5,h6 {
+  color: #206cbc;
+}
+
 h1 {
-  font:120% sans-serif;
+  font:150% sans-serif;
 }
 
 h2 {
@@ -273,12 +284,46 @@ legend {
 }
 
 .toc {
-       width: 20ex;
-       float: right;
-       margin-left: 40px;
-       margin-bottom: 40px;
-       padding: 2ex 2ex;
-       background: #bbdbfa;
-       color: black !important;
-  border: 1px solid lightgray;
+  line-height: 3ex;
+  width: 30ex;
+  float: right;
+  margin-left: 40px;
+  margin-bottom: 40px;
+  padding: 2ex 2ex;
+  background: #bbdbfa;
+  border: 1px solid #206cbc;
+  -moz-border-radius: 0.5ex;
+}
+
+.toc li {
+  margin-bottom: 0.5ex;
+}
+
+table {
+  margin: 1ex 0ex;
+}
+
+table th {
+   text-align: left;
+}
+
+th, td {
+  padding: 0.1em 0.5em;
+}
+
+table.borders {
+  border-collapse: collapse;
+  border: 1px solid #206cbc;
+}
+
+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;
 }