Last change
on this file since 251 was
30,
checked in by sebas, 17 years ago
|
nueva importacion del codigo del esqueleto de redcta con los plugins
|
File size:
1.3 KB
|
Line | |
---|
1 | |
---|
2 | #cuerpo |
---|
3 | { |
---|
4 | background-image: url("../img/fondoportada.gif"); |
---|
5 | |
---|
6 | float:left; |
---|
7 | background-repeat:repeat-y; |
---|
8 | } |
---|
9 | /*MENU*/ |
---|
10 | ul#nav { color: #dcdcdc; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; list-style-type: none; list-style-position: outside; margin: 0; padding: 0; width: 150px; border-top: none; border-bottom: 1px solid #fff } |
---|
11 | |
---|
12 | ul li { |
---|
13 | position: relative; |
---|
14 | } |
---|
15 | |
---|
16 | li ul { display: none; position: absolute; top: 0; left: 149px } |
---|
17 | |
---|
18 | /* Fix IE. Hide from IE Mac \*/ |
---|
19 | * html ul li { float: left; height: 1%; } |
---|
20 | * html ul li a { height: 1%; } |
---|
21 | /* End */ |
---|
22 | |
---|
23 | ul li a:hover { color: #dcdcdc; background-image: url("../img/botonon.gif") } /* Hover Styles */ |
---|
24 | |
---|
25 | li ul li a { padding: 5px 5px 5px 25px } /* Sub Menu Styles */ |
---|
26 | |
---|
27 | ul li a { color: #dcdcdc; text-decoration: none; background-color: #191970; display: block; padding: 5px 5px 5px 25px; border-style: solid solid none; border-width: 1px 1px 0; border-color: #fff } |
---|
28 | |
---|
29 | li:hover ul, li.over ul { background-image: url("../img/botonon.gif"); display: block } |
---|
30 | /* FIN DEL MENU */ |
---|
31 | |
---|
32 | #columnaizquierda |
---|
33 | { |
---|
34 | /*border:1px solid #0066CC;*/ |
---|
35 | width:151px; |
---|
36 | } |
---|
37 | #columnaderecha |
---|
38 | { |
---|
39 | /*border:1px solid #0066CC;*/ |
---|
40 | width:150px; |
---|
41 | } |
---|
42 | #contenido |
---|
43 | { |
---|
44 | margin:5px; |
---|
45 | border:1px solid #999999; |
---|
46 | width:447px; |
---|
47 | |
---|
48 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.