Version 1.3.11. Removed debian/ subdir, now stored on alioth.debian.org
[cocanwiki.git] / html / _css / basic.css
1 /* Minimal list of CSS required for all COCANWIKIs.
2  * $Id: basic.css,v 1.2 2005/03/31 14:04:19 rich Exp $
3  */
4
5 /* Links. */
6 a.external {
7   background: url(/_graphics/external.png) center right no-repeat;
8   padding-right: 13px;
9 }
10
11 a.newpage {
12   background: url(/_graphics/newpage.png) center right no-repeat;
13   padding-right: 13px;
14   color: #ba0000;
15 }
16
17 a.mailto {
18   background: url(/_graphics/mailto.png) center right no-repeat;
19   padding-right: 13px;
20 }
21
22 a.image_not_found {
23   background: url(/_graphics/newpage.png) center right no-repeat;
24   padding-right: 13px;
25   color: #ba0000;
26 }
27
28 a.file_not_found {
29   background: url(/_graphics/newpage.png) center right no-repeat;
30   padding-right: 13px;
31   color: #ba0000;
32 }
33
34 /* Versions. */
35 div#old_version {
36   border: solid 2px #f00;
37   color: #c00;
38   padding: 4px;
39   width: 80%;
40   margin-left: 10%;
41   /* clear: both; */
42 }
43
44 /* Highlighting search terms. */
45 span.search_term {
46   background-color: #ff0;
47   border: 1px solid #eeb;
48 }
49