Update of /cvsroot/tail/TailS/Data/Style
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15497/Data/Style
Added Files:
style.css
Log Message:
Refatoração do Report.
--- NEW FILE: style.css ---
body {
background:#FFFFFF;
text-align:center;
}
h1{
font-size: 22px;
font-family: Arial;
color: #666666;
text-align: left;
margin: 0px;
padding: 0px;
border-bottom: 2px solid #999999;
}
h2{
font-size: 20px;
background:#EAF1F8;
text-align: left;
font-family: Arial, helvetica,sans;
color: #222222;
margin-bottom: 10px;
margin-top: 8px;
}
h3{
text-align: left;
margin-bottom: 8px;
margin-top: 8px;
}
.titleHeader
{
color:#003399;
font-size:16px;
font-family:arial, helvetica, sans;
}
.settingsFixed
{
font-size:11px;
font-family:arial, helvetica, sans;
}
.settings
{
color:#003399;
font-size:11px;
font-family:arial, helvetica, sans;
font-weight: normal;
}
table
{
text-align:center;
border: 1px solid #003061;
border-collapse: collapse;
list-style-position: outside;
background: #003061;
padding-right: 0px;
padding-left: 0px;
}
img
{
border: 1px solid #003061;
}
td
{
border: 1px solid #003061;
}
tr
{
font-size: 12px;
font-family: arial;
border: 1px solid #003061;
}
th{
background: #003061;
color: #FFFFFF;
font-size: 13px;
font-family: verdana, helvetica, sans;
font-weight: normal;
padding-right: 3px;
padding-left: 3px;
}
.row1{
background-color: #FFFFFF;
}
.row2{
background-color: #F3F3F3;
}
.green
{
color: #00FF00;
}
.red
{
color: #FF0000;
}
.date
{
font-size: 10px;
color: #000000;
}
.strategy
{
color: #003061;
padding: 3px;
padding-left: 5px;
padding-right: 5px;
}
.total{
background:#EAF1F8;
font-size: 12px;
font-weight: normal;
font-family: verdana, helvetica, sans;
}
|