Changed Download page a little and made the changes uniform in all the style sheets. Still have a problem in Web_Mainz.css though.

svn: r15446
This commit is contained in:
Rob G. Healey
2010-05-22 07:20:27 +00:00
parent 630596fca9
commit bedbf0084f
10 changed files with 241 additions and 355 deletions

View File

@@ -734,54 +734,39 @@ div#EventDetail table.eventlist tbody tr td.ColumnEvent {
/* Download
----------------------------------------------------- */
#Download {
padding:1cm;
height:396px;
div#Download {
margin: 0;
width: 100%;
}
table.download {
border:solid 2px #000;
width:100%;
div#Download table.download {
border: solid 1px #000;
margin: .1cm 14px .5cm 14px;
width: 965px;
}
table.download img {
text-align:center;
div#Download table.download tbody tr#Row02 {
border-bottom: solid 1px #000;
}
table.download thead tr th {
text-align:center;
border:solid 2px #000;
color: #000;
text-transform:uppercase;
div#Download table.download tbody tr td {
border: solid 1px #000;
text-align: left;
padding: 5px 0px 5px 0px;
}
table.download tbody tr#Row02 {
border-bottom:solid 2px #000;
div#Download table.download td.ColumnFilename {
width: 30%;
}
table.download thead tr th, table.download tbody tr td {
padding-left:10px;
padding-top:20px;
border-style:solid;
border-color:#000;
border-width:0 2px 2px 2px;
text-align:left;
}
table.download td.Description {
width: 50%;
}
table.download td.License {
width:8%;
}
table.download td.Filename {
width:30%;
}
table.download td.Filename a {
font-weight:bold;
div#Download table.download td.ColumnFilename a {
font-weight: bold;
font-style: italic;
text-decoration:none;
}
table.download td.Filename a:hover {
text-decoration:underline;
div#Download table.download td.ColumnDescription {
width: 45%;
}
table.download td.Modified {
width:12%;
font-weight:bold;
div#Download table.download td.ColumnModified {
width: 17%;
}
div#Download a.copyright a img {
float: center;
text-align: center;
}
/* Repositories
@@ -1288,11 +1273,12 @@ div#footer {
clear:both;
overflow:hidden;
width:100%;
height: 60px;
font-size:12px;
line-height:130%;
font-family:sans-serif;
color:#FFF;
margin:0;
margin-top: .5cm;
padding:0;
background-color:#542;
border-top: solid 8px #A97;