|
@@ -1,3 +1,20 @@
|
|
|
+/* Syntax Highlight */
|
|
|
+.codehilite pre {
|
|
|
+ background-color:rgb(253,246,227);
|
|
|
+ border-radius:0 5px 5px 0px;
|
|
|
+}
|
|
|
+
|
|
|
+td.code {
|
|
|
+ width:100%;
|
|
|
+}
|
|
|
+
|
|
|
+.linenodiv pre {
|
|
|
+ border-radius:5px 0px 0px 5px;
|
|
|
+ color:rgb(101,123,131);
|
|
|
+ background-color:rgb(238,232,213);
|
|
|
+}
|
|
|
+
|
|
|
+/* Tags */
|
|
|
.list-of-tags {
|
|
|
list-style:none;
|
|
|
margin:0;
|