summaryrefslogtreecommitdiff
path: root/additions
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-08-31 19:35:09 +0200
committerdakkar <dakkar@thenautilus.net>2009-08-31 19:35:09 +0200
commitb330a6504ac9f28be5cf905e3ffbb371ec78e2d7 (patch)
tree9ddfd99b966508c1127cba05f4b9b41028466b5c /additions
parentgraphic style! (diff)
downloadthenautilus-b330a6504ac9f28be5cf905e3ffbb371ec78e2d7.tar.gz
thenautilus-b330a6504ac9f28be5cf905e3ffbb371ec78e2d7.tar.bz2
thenautilus-b330a6504ac9f28be5cf905e3ffbb371ec78e2d7.zip
added link to top (still lacks logo)
Diffstat (limited to 'additions')
-rw-r--r--additions/layout.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/additions/layout.css b/additions/layout.css
index 2ba50c3..3b60db3 100644
--- a/additions/layout.css
+++ b/additions/layout.css
@@ -49,6 +49,7 @@ html, body {
height: 7em;
max-width: 60em;
background: #1f7a98;
+ color: #eeeeee;
}
#footer p {
@@ -57,6 +58,15 @@ html, body {
font-size: 0.9em;
}
+#footer a {
+ color: #aaaaaa;
+}
+
+#footer a:visited {
+ color: #aaaaaa;
+ font-style: italic;
+}
+
#wrapper {
max-width: 60em; /* leave "air" at the sides */
}
@@ -80,13 +90,17 @@ html, body {
background: #79cde9;;
}
-h1 {
+#title h1 {
font-family: Georgia, serif;
font-size: 2em;
line-height: 1.15em;
margin: 0.5em;
}
+#toplink {
+ float: right;
+}
+
/* top boxes */
#tags, #alt-langs {
@@ -134,6 +148,7 @@ h1 {
margin: 0 auto;
background: #1f7a98;
padding: 0.2em;
+ color: #eeeeee;
}
/* sidebar */