aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'master/master/media/css/default.css')
-rw-r--r--master/master/media/css/default.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/master/master/media/css/default.css b/master/master/media/css/default.css
new file mode 100644
index 0000000..a7ad6d4
--- /dev/null
+++ b/master/master/media/css/default.css
@@ -0,0 +1,48 @@
+/* vim: set sw=4 sts=4 et :
+ * Copyright: 2008 Gentoo Foundation
+ * Author(s): Nirbheek Chauhan <nirbheek.chauhan@gmail.com>
+ * License: GPL-2
+ *
+ * Immortal lh!
+ */
+
+body {
+ color: black;
+ background-color: #ffffff;
+ float: left;
+ margin: 1.5%;
+ width: 98%;
+}
+
+a:link {
+ color: #4d4d4d;
+}
+
+a:visited, a:hover {
+ color: black;
+}
+
+#topcurves img {
+ width: 99%;
+ float: left;
+}
+
+#header {
+ width: 96%;
+ text-align: center;
+ font-size: 2em;
+ background-color: #e6e6e6;
+ padding: 1.5%;
+ padding-top: 0%;
+ float: left;
+}
+
+#content {
+ width: 100%
+ float: left;
+}
+
+#footer {
+ width: 100%;
+ float: left;
+}