Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/EjercitarWeb/WebContent/css/estilo_ejercitar.css
blob: b90f9399c6ce7935bc49b86269d1a1f5d3b6dfe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
@CHARSET "ISO-8859-1";
* {
margin:0;
}
body
{
margin: 0;
color: #000;
background: #589188;
}
div#header {
width: 100%;
background-color: #FFFFFF;
text-align: center;
height: 80px;
position: absolute;
background-image: url("./img/ejercitar.png");
background-repeat: no-repeat;
background-position: z;
}


div#footer
{
overflow: auto;
width: 100%;
height: 50px;
position: absolute;
bottom: 0;
left: 0;
color: #000;
background: #D0D0D0;
text-align:center;
padding-top: 13px;
clear: both;
font-size: 90%;
}
div#content
{
padding: 1em;
position:absolute;
top:80px;

right:180px;
left:180px;

}

div#sidebar {
width:160px;
height:100%;
top:100px;
position:fixed;
left:0;
}

div#rsidebar {
width:160px;
height:100%;
top:100px;
position:fixed;
right:0;
}