]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - local.css
Pokus o okraje u tabulec
[edu/osp-wiki.git] / local.css
index 4b7baa9c64c2cda87a4dee0c178c758837c61b78..0a56d06ac3ced8f2a78c8b89312510e530608dd2 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 {
@@ -96,6 +97,10 @@ body {
   font-weight:400;
 }
 
+h1,h2,h3,h4,h5,h6 {
+  color: #206cbc;
+}
+
 h1 {
   font:120% sans-serif;
 }
@@ -271,3 +276,33 @@ legend {
 //  border: 1px solid #eee;
 //  border-style: none none solid none;
 }
+
+.toc {
+  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 th {
+   text-align: left;
+}
+
+th, td {
+  padding: 0.1em 0.5em;
+}
+
+table.borders {
+  border-collapse: collapse;
+  border: 1px solid #206cbc;
+}
+