f2414a7496d2fdc711b5b82af448f10f752eabc9
[cascardo/eventmanager.git] / media / css / geral.css
1 body {
2     margin: 0px 60px 10px 60px;
3     background-color: #fff;
4     font-family: verdana,arial,helvetica,sans-serif;
5 }
6
7 h1.title {
8     color: #f00;
9     background: url(/site_media/imgs/logo.png) no-repeat;
10     width: 156px;
11     height: 190px;
12     overflow: hidden;
13     float: left;
14 }
15
16 h1.title a {
17     display: block;
18     padding-top: 190px;
19 }
20
21 h2 {
22     padding: 0px 0px 0px 0px;
23     margin: 0px;
24     text-transform: uppercase;
25     color: #cc0000;
26 }
27
28 label {
29     display: block;
30     width: 180px;
31     font-weight: bold;
32 }
33
34 em {
35     color: #999;
36 }
37
38 #headsection {
39     border: solid 1px #f7f7f7;
40     background: #f7f7f7;
41     margin-bottom: 10px;
42     padding: 8px;
43 }
44
45 #right-box {
46     position: absolute;
47     right: 60px;
48     top: 10px;
49     width: 200px;
50     border: solid 1px blue;
51 }
52
53 #login-form {
54 }
55
56 #login-form label {
57     width: 80px !important;
58     float: left;
59 }
60
61 #login-form input[type=text] {
62     width: 100px;
63 }
64
65 #login-form input[type=password]  {
66     width: 40px;
67 }
68
69 #menu {
70     list-style-type: none;
71     list-style-image: none;
72     padding: 0px;
73     margin-top: 180px;
74     margin-left: 200px;
75 }
76
77 #menu li {
78     display: inline;
79 }
80
81 #content {
82     padding: 5px;
83 }
84
85 #news {
86     list-style-type: none;
87     padding-left: 0px;
88     border: dotted 1px #d7d7d7;
89 }
90
91 #news li {
92     padding: 4px;
93 }
94
95 .even {
96     background-color: #f7e7fe;
97 }