ec91fc44e026599980ec52dc1f044af1667cc2b6
[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 .head {
40   border: 1px solid black;
41   background: #4876ff;
42   margin-top: 8px;
43   font-weight: bold;
44   font-size: large;
45   text-align: center;
46 }
47
48 /*
49  *  * Fortunes
50  *   */
51 div.fortune {
52   padding-top: 2em;
53   padding-bottom: 2em;
54   padding-left: 10%;
55   padding-right: 10%;
56 }
57 h3.fortune-title {
58   margin: 0;
59   position: relative;
60   top: -0.7em;
61   left: 15px;
62   border: 1px solid black;
63   background: white;
64   padding-left: 0.5em;
65   padding-right: 0.5em;
66   padding-bottom: 2px;
67   display: inline;
68   font-size: 15px;
69 }
70 div.fortune-body {
71   border: 1px solid #000000;
72   background-color: #ffffff;
73 }
74 div.fortune-content {
75   padding-left: 1%;
76   padding-right: 1%;
77   margin-top: -0.5em;
78   font-size: normal;
79 }
80 div.fortune-attribution {
81   text-align: right;
82   font-size: 10px;
83   color: darkblue;
84   margin-bottom: 0px;
85 }
86
87 /*
88  * Footer
89  */
90 div.footer {
91   clear: both;
92   border-top: 1px solid #707070;
93 }
94 div.footerleft {
95   float: left;
96   font-size: xx-small;
97 }
98 div.footerright {
99   float: right;
100   font-size: xx-small;
101 }
102
103 /*
104  * Local variables:
105  * mode: indented-text
106  * mode: auto-fill
107  * End:
108 */