Commit 5aa5fdc9c2d594103a12ee04b2db040f9c3842b3
- Diff rendering mode:
- inline
- side by side
public/images/banner.png
(184 / 343)
Binary files differ
public/images/conferencias.png
(46 / 50)
Binary files differ
public/images/distros.png
(161 / 30)
Binary files differ
public/images/header.png
(3 / 1)
Binary files differ
public/images/instalaciones.png
(47 / 31)
Binary files differ
public/images/juegos.png
(50 / 42)
Binary files differ
public/images/talleres.png
(28 / 33)
Binary files differ
public/stylesheets/style.css
(10 / 8)
|   | |||
| 1 | /* Modificado para el SFD Nicaragua 2009 */ | ||
| 2 | |||
| 1 | 3 | body{ | |
| 2 | background: #7799bb; | ||
| 4 | background: #000080; | ||
| 3 | 5 | font-family: arial; | |
| 4 | 6 | border: none; | |
| 5 | 7 | } | |
| … | … | ||
| 26 | 26 | } | |
| 27 | 27 | ||
| 28 | 28 | #content{ | |
| 29 | background: inherit; | ||
| 29 | background: #7799bb; | ||
| 30 | 30 | width: 63%; | |
| 31 | 31 | float: left; | |
| 32 | 32 | padding-left: 7%; | |
| … | … | ||
| 41 | 41 | } | |
| 42 | 42 | ||
| 43 | 43 | #sidebar{ | |
| 44 | background: #aabb44; | ||
| 44 | background: #000080; | ||
| 45 | 45 | background-repeat: repeat; | |
| 46 | 46 | width: 21%; | |
| 47 | 47 | float: right; | |
| … | … | ||
| 55 | 55 | border: none; | |
| 56 | 56 | } | |
| 57 | 57 | #sidebar a:hover{ | |
| 58 | color: #7799bb; | ||
| 58 | color: #ffffff; | ||
| 59 | 59 | text-decoration: none; | |
| 60 | 60 | border: none; | |
| 61 | 61 | } | |
| 62 | #menu_link { border-color:#bbbbaa; | ||
| 62 | #menu_link { border-color:#e6e6e6; | ||
| 63 | 63 | border-style:solid; | |
| 64 | 64 | border-width:1px; | |
| 65 | background-color:#ddeecc; | ||
| 65 | background-color:#7799bb; | ||
| 66 | 66 | width: 150px; | |
| 67 | 67 | height:23px; | |
| 68 | 68 | margin-top:5px; | |
| … | … | ||
| 71 | 71 | ||
| 72 | 72 | } | |
| 73 | 73 | #footer{ | |
| 74 | background: #000000; | ||
| 74 | background: #e6e6e6; | ||
| 75 | 75 | width: 100%; | |
| 76 | color: #808080; | ||
| 76 | color: #000000; | ||
| 77 | 77 | font-size:11px; | |
| 78 | 78 | } | |
| 79 | 79 |

