summaryrefslogtreecommitdiff
path: root/public/assets
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 13:47:42 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 13:47:42 -0400
commit6a42c8de66e3b2dc7293ddeadaa3ee396db2624d (patch)
tree67a027b892d3122662526504dd6d11e8dea02ca1 /public/assets
initial commit
Diffstat (limited to 'public/assets')
-rw-r--r--public/assets/style.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/public/assets/style.css b/public/assets/style.css
new file mode 100644
index 0000000..b0ca89c
--- /dev/null
+++ b/public/assets/style.css
@@ -0,0 +1,48 @@
+kbd, code, samp, tt, pre {
+ background: #DDDDDD;
+ white-space: pre;
+}
+
+var {
+ color: #008800;
+}
+
+pre {
+ margin-left: 2em;
+ overflow: auto;
+}
+
+table, td, th {
+ border: solid 1px #AAAAAA;
+}
+
+th {
+ background: #F5F5F5;
+}
+
+table {
+ margin-left: auto;
+ margin-right: auto;
+}
+
+table > caption {
+ text-align: left;
+}
+
+caption > h1 {
+ text-align: center;
+ font-size: 100%;
+}
+
+blockquote {
+ border-left: solid .4em #0000AA;
+ margin-left: .25em;
+ padding-left: 1.25em;
+ font-style: italic;
+}
+
+footer {
+ text-align: center;
+ font-size: 70%;
+ color: #333333;
+}