57dc4f2eb05a7696ef79f27d0748dd0e097e14e2
[cascardo/ema.git] / media / css / geral.css
1 /* -*- coding: utf-8 -*-
2  *
3  * Copyright (C) 2008 Lincoln de Sousa <lincoln@minaslivre.org>
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU General Public License as
7  * published by the Free Software Foundation; either version 2 of the
8  * License, or (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public
16  * License along with this program; if not, write to the
17  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18  * Boston, MA 02111-1307, USA.
19  */
20 body {
21     margin: 10px 114px 10px 10px;
22     font: normal 10pt verdana;
23 }
24
25 h1.title {
26     background: url(/imgs/logo.png) no-repeat;
27     overflow: hidden;
28     height: 114px;
29     width: 300px;
30 }
31
32 h1.title a {
33     display: block;
34     padding-top: 114px;
35 }
36
37 #top {
38     margin-bottom: 20px;
39 }
40
41 #top em {
42     font-size: 12pt;
43     margin-left: 114px;
44 }
45
46 #login-form {
47     position: absolute;
48     top: 10px;
49     right: 114px;
50 }
51
52 #login-form h2 {
53     margin: 0px 0px 10px 0px;
54 }
55
56 ul#main-menu {
57     padding: 0px;
58     list-style: none;
59     margin-left: 114px;
60 }
61
62 ul#main-menu li {
63     display: inline;
64     margin-right: 10px;
65 }
66
67 ul#main-menu li a {
68     text-decoration: none;
69     color: #666;
70 }
71
72 ul#main-menu li a:hover {
73     text-decoration: underline;
74     color: red;
75 }
76
77 #content h3 a {
78     text-decoration: none;
79     color: #cc0000;
80 }
81
82 #content {
83     padding-left: 114px;
84 }