Update of /cvsroot/openfirst/www/htdocs/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28559/htdocs/config
Added Files:
style.css
Log Message:
style sheet for installer
--- NEW FILE: style.css ---
#adminmenu { color: #ffffff; }
#adminmenu a:link { color: #ffffff; }
#adminmenu a:visited { color: #ffffff; }
#adminmenu a:active { color: #ffffff; }
#adminmenu a:hover { color: #ffffff; }
a:link { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: underline; }
a:visited { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: underline; }
a:active { color: #0000000; font-size: 12px; font-family: sans-serif; text-decoration: underline; }
a:hover { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: underline; }
#topmenu { text-align: left; }
#topmenu a:link { color: #cecece; font-size: 12px; font-family: sans-serif; text-decoration: none; }
#topmenu a:visited { color: #bebebe; font-size: 12px; font-family: sans-serif; text-decoration: none; }
#topmenu a:active { color: #cecece; font-size: 12px; font-family: sans-serif; text-decoration: none; }
#topmenu a:hover { color: #bed8ff; font-size: 12px; font-family: sans-serif; text-decoration: none; }
table { border-left:solid #999999 1px;border-right:solid #999999 1px;border-bottom:solid #999999 1px; margin-left:auto; margin-right:auto; }
td { padding: 5px; }
th { padding: 5px; }
table.menu { border-left:0px;border-right:0px;border-bottom:0px; }
td.menu {border-left:0px;border-right:0px;border-bottom:0px; }
body {color: black; font-weight: bolder; font-size: 12px; font-family: sans-serif; text-decoration:none; text-align: center; margin: 0px; }
td { color: black; font-size: 12px; font-family: sans-serif; text-decoration: none; }
td.navigation { color: black; font-size: 12px; font-family: sans-serif; text-decoration: none; }
th { background-color: #999999; color: #333333;background-image: url('<?php echo("$basepath/images/"); ?>back-light.gif'); }
td.sub { background-color: #999999; color: #333333;background-image: url('<?php echo("$basepath/images/"); ?>back-lighter.gif'); }
.menu.selected { color: red; text-decoration: underline; }
|