Offer a means to add a date
[infodrom.org/www.infodrom.org] / src / infodrom.css
1 /*
2  * General settings
3  */
4 body {
5   font-family: Verdana, Helvetica, Arial, sans-serif;
6   font-size: 13px;
7   line-height: 20px;
8   background-color: #f7f7f7;
9   color: #000000;
10 }
11
12 /*
13  * No underline for links
14  */
15 a:link {
16   text-decoration: none;
17   cursor: pointer;
18 }
19 a:visited {
20   text-decoration: none;
21   cursor: pointer;
22 }
23
24 /*
25  * General layout
26  */
27 .font {
28   font-size: 13px;
29 }
30 .smallfont {
31   font-size: 11px;
32 }
33 .padding {
34   padding-left: 3px;
35   padding-right: 3px;
36 }
37 .none {
38   display: none;
39 }
40 h3.bar {
41   padding-left: 5px;
42   padding-bottom: 5px;
43   font-size: 14px;
44   background: #e5e5e5;
45 }
46 div.sidemenu {
47   font-size: 12px;
48   color: #008dfd;
49   width: 100px;
50   float: left;
51   margin-left: 0.5em;
52   margin-top: 0.5em;
53 }
54 div.content {
55   margin-left: 120px;
56 }
57 table.obituary {
58   font-size: 13px;
59   background: #ffffff;
60   border: 8px solid #000000;
61   padding: 10px;
62 }
63 table.obituary_small {
64   font-size: 13px;
65   background: #ffffff;
66   border: 5px solid #000000;
67   padding: 5px;
68 }
69 table.blueborder {
70   font-size: 13px;
71   border: 1px solid #008dfd;
72   margin-bottom: 10px;
73 }
74 table.blackborder {
75   font-size: 13px;
76   border: 1px solid #000000;
77   margin-bottom: 10px;
78 }
79
80 /*
81  * LinuxDoc-SGML
82  */
83 div.sgmlnavigation {
84   font-size: 12px;
85   font-weight: bold;
86   background: #e5e5e5;
87   border: 1px solid #000000;
88   color: #000000;
89   padding-left: 5px;
90   padding-right: 5px;
91   padding-bottom: 5px;
92   display: inline;
93 }
94 div.sgmlnavigation a {
95   color: #000000;
96 }
97 h1.sgmlhead {
98   font-size: 21px;
99   line-height: 2em;
100 }
101
102 /*
103  * Fortunes
104  */
105 div.fortune {
106   padding-top: 2em;
107   padding-bottom: 2em;
108   padding-left: 10%;
109   padding-right: 10%;
110 }
111 h3.fortune-title {
112   margin: 0;
113   position: relative;
114   top: -0.7em;
115   left: 15px;
116   border: 1px solid black;
117   background: white;
118   padding-left: 0.5em;
119   padding-right: 0.5em;
120   padding-bottom: 2px;
121   display: inline;
122   font-size: 15px;
123 }
124 div.fortune-body {
125   border: 1px solid #000000;
126   background-color: #ffffff;
127 }
128 div.fortune-content {
129   padding-left: 1%;
130   padding-right: 1%;
131   margin-top: -1em;
132   font-size: normal;
133 }
134 div.fortune-attribution {
135   text-align: right;
136   font-size: 10px;
137   font-style: italic;
138   margin-bottom: -10px;
139 }
140
141 /*
142  * Footer
143  */
144 div.footer {
145   clear: both;
146   border-top: 1px solid #707070;
147 }
148 div.footerleft {
149   float: left;
150   font-size: xx-small;
151 }
152 div.footerright {
153   float: right;
154   font-size: xx-small;
155 }
156
157 /*
158  * Local variables:
159  * mode: indented-text
160  * mode: auto-fill
161  * End:
162 */