summaryrefslogtreecommitdiff
path: root/doc/default.css
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-08-22 15:47:16 +0100
committerLorry <lorry@roadtrain.codethink.co.uk>2012-08-22 15:47:16 +0100
commit25335618bf8755ce6b116ee14f47f5a1f2c821e9 (patch)
treed889d7ab3f9f985d0c54c534cb8052bd2e6d7163 /doc/default.css
downloadbzr-tarball-25335618bf8755ce6b116ee14f47f5a1f2c821e9.tar.gz
Tarball conversion
Diffstat (limited to 'doc/default.css')
-rw-r--r--doc/default.css164
1 files changed, 164 insertions, 0 deletions
diff --git a/doc/default.css b/doc/default.css
new file mode 100644
index 0000000..1e92ced
--- /dev/null
+++ b/doc/default.css
@@ -0,0 +1,164 @@
+/* from John Arbash Meinel's `Short tutorial' */
+
+body {
+ background-color: #ffffff;
+ color: #303030;
+ margin-top: 50px;
+ margin-left: 50px;
+ margin-right: 50px;
+ margin-bottom: 70px;
+ font-family: Verdana, Geneva, Arial, sans-serif;
+ font-size: small;
+ line-height: 140%
+ }
+
+/* p {
+ text-indent: 3em
+} */
+
+h1, h2, h3 {
+ font-family: Georgia, "Times New Roman", Times, serif;
+}
+
+h1.title {
+ text-align: center;
+ color: #000000;
+ font-size: 1.8em;
+ }
+
+
+div.contents p {
+ font-weight: bold;
+ }
+
+div.contents p a:hover {
+ color: inherit;
+ }
+
+/* Format ".. note:" sections nicely */
+div.note {
+ margin-left: 5em;
+ margin-right: 5em;
+ color: #000000;
+ background-color: #c1d1ff;
+ border: 1px solid #888888;
+ padding-left: 1em;
+ padding-right: 1em;
+ }
+
+div.note .first {
+ font-weight: bold;
+ }
+
+h1 {
+ color: #b52b2b;
+ /* DKREDcolor: #966b72; */
+ /* GREY color: #444444; */
+ font-size: 1.5em;
+ }
+
+h1 a:link {
+ color: inherit;
+ }
+
+h1 a:hover {
+ color: inherit;
+ }
+
+h1 a:visited {
+ color: inherit;
+ }
+
+h2 {
+ color: #222;
+ /* RED color: #966b72; */
+ text-decoration: underline;
+ font-size: 1.4em;
+ }
+
+h2 a:link {
+ color: inherit;
+ }
+
+h2 a:hover {
+ color: inherit;
+ }
+
+h2 a:visited {
+ color: inherit;
+ }
+
+h3 {
+ color: #966b72;
+ /* color: #966b72; */
+ }
+
+h3 a:link {
+ color: inherit;
+ }
+
+h3 a:hover {
+ color: inherit;
+ }
+
+h3 a:visited {
+ color: inherit;
+ }
+
+dt {
+ color: #000000;
+ font-weight: bold;
+ }
+/*
+ border: 4px solid blue;
+ padding: 1ex;
+ background: #7777FF;
+ }
+dt:hover
+ {
+ background-color: black;
+ }
+dt:active
+ {
+ background-color: red;
+ }
+*/
+
+tt, .literal-block {
+ font-family: monospace;
+ line-height: 100%
+ }
+
+tt {
+ color: #000000;
+ font-weight: normal;
+ }
+
+.literal-block {
+ margin-left: 5em;
+ margin-right: 5em;
+ color: #000000;
+ font-weight: normal;
+ background-color: #e5ecf9;
+ border: 1px solid #888888;
+ padding: 1em;
+ }
+
+a:link {
+ color: #4c52ff;
+ text-decoration: none;
+ }
+
+a:visited {
+ color: #4c53ff;
+ text-decoration: none;
+ }
+
+a:hover {
+ color: #b52727;
+ text-decoration: none;
+ }
+
+span, th.field-name {
+ white-space: nowrap;
+}