Update of /cvsroot/openbash-org/openbash-org/css
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14889/css
Added Files:
classic.css
Removed Files:
styles.css
Log Message:
- Añadida configuración para seleccionar uno de varios estilos posibles.
- A ver si le damos el último empujón ya.
--- NEW FILE: classic.css ---
/*
* "suggested" by the original bash.org style
*/
body
{
background-color: #ffffff;
color: #000000;
width: 80%;
margin-left: 10%;
}
a:link { color: #c08000; }
a:active { color: #c08000; }
a:visited { color: #c08000; }
input, textarea {
border: 1px solid #333;
background-color: #eee;
}
input:focus, textarea:focus {
background-color: #fff;
}
a.admin {
color: black;
text-decoration: none;
}
#title
{
background-color: #c08000;
float: left;
font-size: 12px;
width: 100%;
}
.colleft
{
background-color: #c08000;
top: 0%;
left:1%;
float: left;
color: black;
text-align: left;
padding: 3px;
}
.colright
{
top: 0%;
right:1%;
float: right;
font-family: Arial, serif;
color: black;
text-align: right;
padding: 4px;
}
#subtitle
{
background-color: #f0f0f0;
float: right;
text-align: right;
font-size: 10px;
width: 100%;
}
#footer
{
bottom: 0%;
background-color: #c08000;
font-family: arial, helvetica, sans-serif;
font-size: smaller;
text-align: right;
}
span.time
{
float: right;
font-size: 10px;
font-family: Courier New, monospace;
position: relative;
}
.error { font-weight: bold; color: #900 }
.smalltext {font-family: arial, helvetica, sans-serif;font-size: 10px;background-color: #f0f0f0;color: #000000}
.seltext {font-family: arial, helvetica, sans-serif;font-size: 10px;background-color: #ffffff;color: #000000}
select {color: #000000; background-color: #ffffff;}
.qt {
font-family: courier new, lucida console, fixed;
font-size: 10pt;
margin-top: 0px;
}
.qa {
font-family: default;
font-size: 8pt;
text-decoration: none;
}
input.button {
background-color: #c08000;
color: #000000;
}
p.quote {
font-family: courier new, lucida console, fixed;
font-size: smaller;
margin-bottom: 0px;
}
.bodytext {
font-family: arial, helvetica, sans-serif;
line-height: 21px;
font-size: smaller;
color: #000000;
}
.footertext {
font-family: arial, helvetica, sans-serif;
font-size: smaller;
}
.toplinks {
font-family: arial, helvetica, sans-serif;
color: #000000;
font-size: smaller;
}
.topnum {font-family: arial, helvetica, sans-serif; color: #000000;}
div.general {
width: 100%;
height: 100%;
}
.general_left {
width: 50%;
height: 100%;
float: left;
}
.general_right {
width: 50%;
height: 100%;
float: right;
}
--- styles.css DELETED ---
|