Index: style.css =================================================================== --- style.css (revisiĆ³n: 4998) +++ style.css (copia de trabajo) @@ -31,13 +31,13 @@ font-style: italic; text-align: center; font-size: small; - color: grey; - clear:both; + color: #808080; + clear: both; } table.tab_class { - padding: 15; + padding: 15px; } ul.navbar { @@ -61,15 +61,15 @@ } ul.navbar li a:hover, ul.navbar li a:active { - background: orange; + background: #FFA500; } ul.navbar li.sel { - background: orange; + background: #FFA500; } ul.navbar a { - color: gray; + color: #808080; text-decoration: none; font-weight: bold; font-size:15px; @@ -132,7 +132,7 @@ .terminal { border: 0.1em solid #142C3B; - background: gray; + background: #808080; color: white; padding: 6px; font-family: monospace;