summaryrefslogtreecommitdiff
path: root/goldtype
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-10-12 15:59:29 +0200
committerJonas Smedegaard <dr@jones.dk>2013-10-12 15:59:29 +0200
commita6b047be4ea244715a4ae5182d7c469c8948c31c (patch)
treee44d1b3f7432a9cbf44373707e6f87e0d828f6ad /goldtype
parent379e696bfcc52bbcb27312feb2fa5753fe3803ff (diff)
Sync with ikiwiki 3.20130904.1.
Diffstat (limited to 'goldtype')
-rw-r--r--goldtype/style.css25
1 files changed, 18 insertions, 7 deletions
diff --git a/goldtype/style.css b/goldtype/style.css
index 89c16ef..3656fd9 100644
--- a/goldtype/style.css
+++ b/goldtype/style.css
@@ -58,7 +58,8 @@ nav {
border-bottom: 1px solid #000;
}
-.inlinecontent {
+.inlinecontent,
+.inlineenclosure {
margin-top: .4em;
}
@@ -202,6 +203,13 @@ div.recentchanges {
margin-top: 1em;
}
+.archivepagedate {
+ font-style: italic;
+}
+.archivepage {
+ margin-bottom: 1em;
+}
+
.error {
color: #C00;
}
@@ -316,6 +324,7 @@ div.progress-done {
.popup .paren,
.popup .expand {
display: none;
+ text-align: left;
}
.popup:hover .balloon,
.popup:focus .balloon {
@@ -686,7 +695,7 @@ p,fieldset,table,pre {
* Copyright (C) 2010 Bernd Zeimetz
* Licensed under same license as ikiwiki: GPL v2 or later */
-.page, .pageheader, .sidebar, #content, #comments, .inlinepage, .recentchanges, .pageheader .actions ul, #pagebody {
+.page, .pageheader, .sidebar, #content, #enclosure, #comments, .inlinepage, .recentchanges, .pageheader .actions ul, #pagebody {
border: none;
}
@@ -766,7 +775,7 @@ body {
clear: none;
}
-#content a, #comments a, .sidebar a {
+#content a, #enclosure a, #comments a, .sidebar a {
color: #315485;
text-decoration: none;
font-weight: bold;
@@ -814,7 +823,7 @@ body {
.pageheader .header span a, .pageheader .actions ul li a, .pageheader .header .parentlinks a {
color #315485;
}
- #content, #comments, #pagebody {
+ #content, #enclosure, #comments, #pagebody {
margin-right: 0;
*margin-right: 0;
border-right: none;
@@ -838,10 +847,12 @@ html, body {
background-color: #f2d98d;
}
-#content a:hover, #comments a:hover, .sidebar a:hover,
-#content a:visited:hover, #comments a:visited:hover, .sidebar a:visited:hover {
+#content a:hover, #enclosure a:hover, #comments a:hover, .sidebar a:hover,
+#content a:visited:hover, #enclosure a:visited:hover, #comments a:visited:hover,
+.sidebar a:visited:hover {
color: red;
}
-#content a:visited, #comments a:visited, .sidebar a:visited {
+#content a:visited, #enclosure a:visited, #comments a:visited,
+.sidebar a:visited {
color: #37485e;
}