tweak
parent
99d74b3d6a
commit
f7ff06074e
|
@ -1,16 +1,16 @@
|
|||
Ikiwiki now comes with several themes contributed by users.
|
||||
You can enable the [[theme_plugin|plugins/theme]] to use any of these.
|
||||
|
||||
A theme provides, via the underlay, an enhanced version of the regular
|
||||
[[style.css]]. This leaves [[local.css]] free for you to further
|
||||
customise. Themes can also provide header and background images.
|
||||
|
||||
[[!img align=left actiontabs_small.png]] The actiontabs theme, contributed by
|
||||
Ikiwiki now comes with several themes contributed by users.
|
||||
You can enable the [[theme_plugin|plugins/theme]] to use any of these:
|
||||
|
||||
[[!img actiontabs_small.png align=left]] The actiontabs theme, contributed by
|
||||
[[svend]]. This style sheet displays the action list
|
||||
(Edit, RecentChanges, etc.) as tabs.
|
||||
|
||||
[[!img align=left blueview_small.png]] The blueview theme, contributed by
|
||||
[[!img blueview_small.png align=left]] The blueview theme, contributed by
|
||||
[[BerndZeimetz]], featuring a panorama photo he took.
|
||||
|
||||
[[!img align=left none_small.png]] For completeness, ikiwiki's default
|
||||
[[!img none_small.png align=left]] For completeness, ikiwiki's default
|
||||
anti-theme.
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 165 B |
|
@ -0,0 +1 @@
|
|||
../blueview/style.css
|
Binary file not shown.
After Width: | Height: | Size: 192 KiB |
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
* goldtype theme for ikiwiki
|
||||
*/
|
||||
|
||||
.pageheader {
|
||||
background-repeat: no-repeat;
|
||||
background-color: #f2d98d;
|
||||
padding: 0;
|
||||
padding-right: 1em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
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 {
|
||||
color: red;
|
||||
}
|
||||
#content a:visited, #comments a:visited, .sidebar a:visited {
|
||||
color: #37485e;
|
||||
}
|
Loading…
Reference in New Issue