-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
104 lines (85 loc) · 1.06 KB
/
estilo.css
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#contenedor
{
background-color:black;
border:2px solid #ccc;
min-width:960px;
max-width: 1300px;
min-height:700px;
max-height: 1000px;
margin:0px auto 0px auto;
}
#header
{
background-color:yellow;
border:2px solid #ccc;
}
#r
{
float:right;
}
#espacio
{
background-color:gray;
}
#botones
{
float:right;
}
#contenido
{
background-color:blue;
border:2px solid #ccc;
margin:0px auto 0px auto;
width:960px;
text-align:;
}
.noticia
{
background-color:orange;
float:left;
min-width:303px;
max-width:303px;
max-height:500px;
border:2px solid #ccc;
margin:5px 5px 0px 5px;
}
.titulo
{
background-color:red;
text-align:center;
}
.links
{
max-height:500px;
overflow:auto;
}
.autor {
background-color:#009900;
}
ul.navegacion
{
list-style:none;
}
ul.navegacion li
{
display: inline-block;
background-color:purple;
margin:0px 5px 0px 5px;
}
ul.navegacion li a
{
color:red;
text-decoration:none;
}
ul.navegacion li a.sel
{
color:blue;
}
ul.navegacion li a:hover
{
color:green;
}
#forma-subir textarea {
width:300px;
height:300px;
}