summaryrefslogtreecommitdiff
path: root/doc/website/common.css
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-09-06 10:02:04 +0100
committerRichard Hughes <richard@hughsie.com>2011-09-06 10:02:04 +0100
commite2e8dd9603e332b83e5f1e4936cfb88758ee973b (patch)
tree8e51be39b32ffc6c9dbb97460eee758c4e7127e9 /doc/website/common.css
parent0e0333a6c8e1e2745da72c211227ee36766020ce (diff)
downloadupower-e2e8dd9603e332b83e5f1e4936cfb88758ee973b.tar.gz
Add the website sources to git
In the case of a hit-by-a-bus event...
Diffstat (limited to 'doc/website/common.css')
-rw-r--r--doc/website/common.css92
1 files changed, 92 insertions, 0 deletions
diff --git a/doc/website/common.css b/doc/website/common.css
new file mode 100644
index 0000000..9884477
--- /dev/null
+++ b/doc/website/common.css
@@ -0,0 +1,92 @@
+/* common.css - MoinMoin Default Styles
+
+ Copyright (c) 2001, 2002, 2003 by Jürgen Hermann
+*/
+
+/* content styles */
+
+html {
+ background-color: white;
+ color: black;
+}
+
+h2 {
+ font-size: 1.6em;
+}
+
+h3 {
+ font-size: 1.3em;
+}
+
+h4, h5, h6 {
+ font-size: 1em;
+}
+
+li p {
+ margin: .2em 0;
+}
+
+li.gap {
+ margin-top: 8pt;
+}
+
+a img {
+ border: 0;
+}
+
+img.drawing {
+ border: 0;
+}
+
+dt {
+ font-weight: bold;
+}
+
+pre {
+ padding: .5em;
+ white-space: pre-wrap;
+}
+
+body {
+ margin-top: 2em;
+ margin-left: 5%;
+ margin-right: 5%;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ color: #2b5e82;
+}
+
+a:link {
+ background-color: inherit;
+ color: #2b5e82;
+}
+
+a:visited {
+ background-color: inherit;
+ color: #52188b;
+}
+
+pre {
+ border: 1px solid #CBCBCB;
+ background-color: #FFF8ED;
+ color: black;
+}
+
+hr {
+ clear: both;
+ border-style: none;
+ background-color: #CBCBCB;
+ color: #CBCBCB;
+}
+
+td {
+ border: 1px solid #999999;
+}
+
+p.footer {
+ color: #000000;
+ text-align: center;
+ font-size: 9px;
+}
+