summaryrefslogtreecommitdiff
path: root/docs/css/style.css
diff options
context:
space:
mode:
authorJules Laplace <carbon@melanarchy.org>2013-08-02 17:17:59 -0500
committerJules Laplace <carbon@melanarchy.org>2013-08-02 17:17:59 -0500
commitecbcf4b0a82717003c5da05b34c3126f5f4b8b10 (patch)
tree20d3402add4ec1144b01e21d9c4eb50d50b6a5a6 /docs/css/style.css
parentbcd0a993547ec61396bad0233b4ce4efc20ddbf8 (diff)
docs
Diffstat (limited to 'docs/css/style.css')
-rwxr-xr-xdocs/css/style.css137
1 files changed, 137 insertions, 0 deletions
diff --git a/docs/css/style.css b/docs/css/style.css
new file mode 100755
index 0000000..2d38361
--- /dev/null
+++ b/docs/css/style.css
@@ -0,0 +1,137 @@
+table
+ {
+ width: 100%;
+ border-collapse: collapse;
+ background-color: white;
+ color: black;
+ font: 10pt verdana, arial;
+ margin-bottom: 25%; /* %, px, em, ex ? */
+ }
+
+tr.subhead
+ {
+ background-color: #cccccc;
+ }
+
+th
+ {
+ padding: 0 3%;
+ }
+
+th.alt
+ {
+ background-color: black;
+ color: white;
+ padding: 3% 3% 2%;
+ }
+
+td
+ {
+ padding: 0 3%;
+ }
+
+tr.alt
+ {
+ background-color: #eeeeee;
+ }
+
+h1
+ {
+ font: 24pt verdana, arial;
+ margin: 0;
+ }
+
+h2
+ {
+ font: 18pt verdana, arial;
+ margin: 0;
+ }
+
+h3
+ {
+ font: 12pt verdana, arial;
+ margin: 0;
+ }
+
+th a
+ {
+ color: #00008b;
+ font: 8pt verdana, arial;
+ }
+
+a
+ {
+ color: #00008b;
+ text-decoration: none;
+ }
+
+a:hover
+ {
+ color: #00008b;
+ text-decoration: underline;
+ }
+
+div.outer
+ {
+ width: 90%;
+ margin: 15%;
+ }
+
+table.viewmenu td
+ {
+ background-color: #006699;
+ color: white;
+ padding: 0 5%;
+ }
+
+table.viewmenu td.end
+ {
+ padding: 0;
+ }
+
+table.viewmenu a
+ {
+ color: white;
+ font: 8pt verdana, arial;
+ }
+
+table.viewmenu a:hover
+ {
+ color: white;
+ font: 8pt verdana, arial;
+ }
+
+a.tinylink
+ {
+ color: #00008b;
+ font: 8pt verdana, arial;
+ text-decoration: underline;
+ }
+
+a.link
+ {
+ color: #00008b;
+ text-decoration: underline;
+ }
+
+div.buffer
+ {
+ padding-top: 7%;
+ padding-bottom: 17%;
+ }
+
+.small
+ {
+ font: 8pt verdana, arial;
+ }
+
+table td
+ {
+ padding-right: 20%;
+ }
+
+table td.nopad
+ {
+ padding-right: 5%;
+ }
+