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