summaryrefslogtreecommitdiff
path: root/data/example/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/example/css/default.css')
-rw-r--r--data/example/css/default.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/data/example/css/default.css b/data/example/css/default.css
new file mode 100644
index 0000000..3bfeeaf
--- /dev/null
+++ b/data/example/css/default.css
@@ -0,0 +1,27 @@
+body {
+ width: 600px;
+ margin: 0px auto 0px auto;
+}
+
+div#navigation {
+ text-align: center;
+ border-bottom: 4px solid black;
+}
+
+div#navigation a {
+ color: white;
+ text-decoration: none;
+ background-color: black;
+ padding: 3px 10px 3px 10px;
+ margin: 0px 10px 0px 10px;
+}
+
+div.figure {
+ float: right;
+ margin: 20px 0px 20px 20px;
+}
+
+div.figure p.caption {
+ text-align: center;
+ font-style: italic;
+}