summaryrefslogtreecommitdiff
path: root/docs/t2t/style.css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-07 15:58:34 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-07 15:58:34 +0200
commitcecac962b4e547c5ea15415c4a04529110d2beb1 (patch)
tree233e9c330af137d6393f7dd053a0cc3aadfccc9e /docs/t2t/style.css
parent97ae0f6702112cad26e1265dc7d0ffdbcd3d01a0 (diff)
downloadChimère-cecac962b4e547c5ea15415c4a04529110d2beb1.tar.bz2
Chimère-cecac962b4e547c5ea15415c4a04529110d2beb1.zip
Documentation: t2t -> rst (for using sphinx)
Diffstat (limited to 'docs/t2t/style.css')
-rw-r--r--docs/t2t/style.css67
1 files changed, 67 insertions, 0 deletions
diff --git a/docs/t2t/style.css b/docs/t2t/style.css
new file mode 100644
index 0000000..5ba1a2f
--- /dev/null
+++ b/docs/t2t/style.css
@@ -0,0 +1,67 @@
+html{
+background-color:#dfcbff;
+font-family:arial;
+font-size:80%;
+}
+
+body{
+padding:20px;
+background-color:white;
+}
+
+a{
+color:#b400ff;
+}
+
+h1{
+font-size:22px;
+margin-left:auto;
+margin-right:auto;
+margin-bottom:10px;
+padding-left:20px;
+color:white;
+background-color:#b488ff;
+}
+
+h2{
+font-size:18px;
+padding-left:20px;
+color:#b400ff;
+}
+
+h3{
+padding-left:20px;
+font-weight:normal;
+font-style:italic;
+color:#b400ff;
+}
+
+pre{
+background-color:#dfcbff;
+padding:10px 6px;
+}
+
+table{
+border-spacing:0px;
+border:1px solid;
+border-right:None;
+}
+
+td, th, tr{
+border:None;
+margin:0;
+padding:0;
+border-spacing:0px;
+border-right:1px solid;
+}
+
+td{
+padding:4px 8px;
+}
+
+th{
+background-color:#dfcbff;
+padding:8px;
+border-bottom:1px solid;
+}
+