f7fcdfb88186f80e6a922648d377a103976acb1b
[infodrom.org/lists.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 h3.bar {
31   padding-left: 5px;
32   font-size: 16px;
33   background: #e5e5e5;
34 }
35
36 /*
37  *  * Fortunes
38  *   */
39 div.fortune {
40   padding-top: 2em;
41   padding-bottom: 2em;
42   padding-left: 10%;
43   padding-right: 10%;
44 }
45 h3.fortune-title {
46   margin: 0;
47   position: relative;
48   top: -0.7em;
49   left: 15px;
50   border: 1px solid black;
51   background: white;
52   padding-left: 0.5em;
53   padding-right: 0.5em;
54   padding-bottom: 2px;
55   display: inline;
56   font-size: 15px;
57 }
58 div.fortune-body {
59   border: 1px solid #000000;
60   background-color: #ffffff;
61 }
62 div.fortune-content {
63   padding-left: 1%;
64   padding-right: 1%;
65   margin-top: -0.5em;
66   font-size: normal;
67 }
68 div.fortune-attribution {
69   text-align: right;
70   font-size: 10px;
71   color: darkblue;
72   margin-bottom: 0px;
73 }
74
75 /*
76  * Footer
77  */
78 div.footer {
79   clear: both;
80   border-top: 1px solid #707070;
81 }
82 div.footerleft {
83   float: left;
84   font-size: xx-small;
85 }
86 div.footerright {
87   float: right;
88   font-size: xx-small;
89 }
90
91 /*
92  * Local variables:
93  * mode: indented-text
94  * mode: auto-fill
95  * End:
96 */