extraindo css para arquivo externo
[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 }
71
72 #content {
73     padding: 5px;
74 }
75
76 #news {
77     list-style-type: none;
78     padding-left: 0px;
79     border: dotted 1px #d7d7d7;
80 }
81
82 #news li {
83     padding: 4px;
84 }
85
86 .even {
87     background-color: #f7e7fe;
88 }