Changeset 1712
- Timestamp:
- 02/26/09 17:40:36 (4 years ago)
- Files:
-
- 1 modified
-
www/stylesheet_wiki.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www/stylesheet_wiki.css
r1711 r1712 71 71 #mainnav :link, #mainnav :visited { background: url(http://wiki.neo-layout.org/chrome/common/dots.gif) 0 0 no-repeat; } 72 72 73 #mainnav .active :link, #mainnav .active :visited { 74 background: #333 url(http://wiki.neo-layout.org/chrome/common/topbar_gradient2.png) 0 0 repeat-x; 75 } 76 73 77 /* Context-dependent navigation links */ 74 78 … … 106 110 background-position: 0 -1px; 107 111 } 108 #altlinks li a.rss { background-image: url( ../xml.png); padding-left: 42px }112 #altlinks li a.rss { background-image: url(http://wiki.neo-layout.org/chrome/common/feed.png); padding-left: 42px } 109 113 110 114 /* Footer */ … … 136 140 137 141 /* Version information (browser, wiki, attachments) */ 138 139 140 .wikitoolbar { 141 width: 208px; 142 .wikitoolbar :link, .wikitoolbar :visited { 143 background: transparent url(http://wiki.neo-layout.org/chrome/common/edit_toolbar.png) no-repeat; 142 144 } 143 145 /* Styles for the form for adding attachments. */ … … 156 158 padding: .33em .5em; 157 159 } 160 table.listing th.asc a { background-image: url(http://wiki.neo-layout.org/chrome/common/asc.png) } 161 table.listing th.desc a { background-image: url(http://wiki.neo-layout.org/chrome/common/desc.png) } 162 158 163 /* Styles for the error page (and rst errors) */ 159 164 #content.error pre, div.system-message pre { margin-left: 1em; overflow: auto }
