r7602: fix some compiler warnings
[Samba/ekacnet.git] / swat / style / main.css
blob791a89d9e09013b1e78de1a8d77794799eb0bdb5
1 /* main.css */
3 /******* Links for right-hand side of the page ******/
4 /****************************************************/
5 #links {
6 float:right;
7 margin:115px 1em 0 0;
8 padding:0;
9 width:173px;
11 * html #links { /* Applies to IE5/6 only */
12 margin:115px .5% 0 0;
14 #links h4 {
15 margin-top:10px;
16 margin-left:1.5px;
17 font-size:small;
19 #links ul {
20 list-style-type:none;
21 padding:0;
22 padding-top:5px;
23 margin-left:20px;
25 #links a {
26 font-size:small;
28 #links p {
29 margin-top:25px;
30 margin-left:20px;
32 .releases {
33 padding:2px;
34 margin-top:35px;
35 border:1px solid #CCC;
36 background-color:#E5E9F5;
38 .beyond, .related, .intl {
39 padding:2px;
40 margin-top:25px;
41 border:1px solid #CCC;
42 background-color:#E5E9F5;
44 .beyond li {
45 margin-bottom:10px;
47 .contacts li{
48 list-style-type:disc;
50 /****** Formats the page layout ********************/
51 /**************************************************/
52 #content>.center {
53 min-height:800px;
54 z-index:0;
56 .center {
57 margin:0 22% 0 175px;
58 padding-top:130px;
59 padding-left:35px;
60 padding-bottom:50px;
61 padding-right:15px;
62 background-color:#FFF;
63 border-left:1px solid #FFFF64;
64 border-right:1px solid #FFFF64;
65 z-index:-1;
67 .center ul {
68 list-style-type:none;
70 .headline {
71 margin-left:20px;
72 font-style:italic;
74 /*********T-shirts and mirror footnotes *************/
75 /****************************************************/
76 .plugs {
77 font-style:italic;
78 text-align:center;
79 border-top:2px groove #3878CD;
80 border-bottom:2px groove #3878CD;
81 padding:10px;
82 margin-top:100px;
84 .plugs p {
85 padding:30px;
87 .plugs img {
88 float:left;
90 .request {
91 margin-top:50px;
92 font-style:italic;
93 font-size:small;
95 #noswp img {
96 border:1px solid #3868CD;
97 width:370px;
98 height:90px;
100 #noswp a:hover {
101 background-color:transparent;
103 #noswp {
104 width:auto;
105 text-align:center;
106 margin:10px 0 25px 0;
110 styles for data tables
112 table.data {
113 border: 2px;
115 table.data th {
116 margin-top:20px;
117 text-align:left;
118 background-color: #F5C915;
120 table.data tr {
121 background-color: #E5C995;
122 text-align:left;