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:
@@ -177,11 +177,11 @@ div#footer {
|
||||
clear:both;
|
||||
overflow:hidden;
|
||||
width:100%;
|
||||
height: 60px;
|
||||
font-size:12px;
|
||||
line-height:130%;
|
||||
color:#333;
|
||||
margin:0;
|
||||
padding:15px 0 0 0;
|
||||
margin-top: .5cm;
|
||||
background-color:#CCC;
|
||||
border-top:solid 1px #333;
|
||||
}
|
||||
@@ -685,49 +685,38 @@ div#EventDetail table.eventlist tbody tr td.ColumnEvent {
|
||||
|
||||
/* Download
|
||||
----------------------------------------------------- */
|
||||
|
||||
#Download {
|
||||
div#Download {
|
||||
margin: 0;
|
||||
padding: .5em 0 .5em 0;
|
||||
}
|
||||
table.download {
|
||||
padding: 0;
|
||||
margin: .5em 0 .5em 0;
|
||||
border: solid 1px #000;
|
||||
width: 100%;
|
||||
background-color: #CCC;
|
||||
}
|
||||
table.download img {
|
||||
/* float:center; */
|
||||
div#Download table.download {
|
||||
border: solid 1px #000;
|
||||
margin: .3cm 14px .5cm 14px;
|
||||
width: 965px;
|
||||
}
|
||||
table.download tbody tr#Row02 {
|
||||
border-bottom:solid 1px #000;
|
||||
div#Download table.download tbody tr#Row02 {
|
||||
border-bottom: solid 1px #000;
|
||||
}
|
||||
table.download tbody tr td {
|
||||
border-style:solid;
|
||||
border-color: #000;
|
||||
border-width: 0px 2px 2px 2px;
|
||||
text-align:left;
|
||||
div#Download table.download tbody tr td {
|
||||
border: solid 1px #000;
|
||||
text-align: left;
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
table.download td.ColumnFilename {
|
||||
width:30%;
|
||||
background-color: #FFF;
|
||||
div#Download table.download td.ColumnFilename {
|
||||
width: 30%;
|
||||
}
|
||||
table.download td.ColumnFilename a {
|
||||
display:block;
|
||||
padding:10px;
|
||||
font-weight:bold;
|
||||
div#Download table.download td.ColumnFilename a {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
text-decoration:none;
|
||||
}
|
||||
table.download td.ColumnDescription {
|
||||
width:45%;
|
||||
div#Download table.download td.ColumnDescription {
|
||||
width: 45%;
|
||||
}
|
||||
table.download td.ColumnLicense {
|
||||
width:6%;
|
||||
div#Download table.download td.ColumnModified {
|
||||
width: 17%;
|
||||
}
|
||||
table.download td.ColumnModified {
|
||||
width:17%;
|
||||
div#Download p#description a.copyright a img {
|
||||
float: center;
|
||||
}
|
||||
|
||||
/* Contact
|
||||
|
||||
@@ -747,10 +747,9 @@ div#EventDetail table.eventlist tbody tr td.ColumnDate {
|
||||
|
||||
/* Download
|
||||
----------------------------------------------------- */
|
||||
|
||||
div#Download {
|
||||
margin: 0;
|
||||
padding: 0px 0px .5em 0px;
|
||||
width: 100%;
|
||||
}
|
||||
div#Download table.download {
|
||||
padding: 0;
|
||||
@@ -758,9 +757,6 @@ div#Download table.download {
|
||||
border: solid 1px #000;
|
||||
width: 100%;
|
||||
}
|
||||
div#Download table.download img {
|
||||
text-align: center;
|
||||
}
|
||||
div#Download table.download tbody tr#Row02 {
|
||||
border-bottom: solid 2px #000;
|
||||
}
|
||||
@@ -768,23 +764,22 @@ div#Download table.download tbody tr td {
|
||||
border: solid 1px #000;
|
||||
text-align: left;
|
||||
}
|
||||
div#Download table.download td.Filename {
|
||||
div#Download table.download td.ColumnFilename {
|
||||
width: 30%;
|
||||
}
|
||||
div#Download table.download td.Filename a {
|
||||
div#Download table.download td.ColumnFilename a {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
}
|
||||
div#Download table.download td.Description {
|
||||
div#Download table.download td.ColumnDescription {
|
||||
width: 45%;
|
||||
}
|
||||
div#Download table.download td.License {
|
||||
width: 6%;
|
||||
}
|
||||
div#Download table.download td.Modified {
|
||||
div#Download table.download td.ColumnModified {
|
||||
width: 17%;
|
||||
}
|
||||
div#Download p#description a.copyright a img {
|
||||
float: center;
|
||||
}
|
||||
|
||||
/* Sources
|
||||
----------------------------------------------------- */
|
||||
|
||||
@@ -181,8 +181,7 @@ div#footer {
|
||||
font-size:12px;
|
||||
line-height:130%;
|
||||
color:#E8E6E8;
|
||||
margin:0;
|
||||
padding:15px 0 0 0;
|
||||
margin-top: .5cm;
|
||||
background-color:#454;
|
||||
border-top:solid 1px #454;
|
||||
}
|
||||
@@ -201,7 +200,7 @@ div#footer {
|
||||
}
|
||||
#footer p#createdate {
|
||||
float:left;
|
||||
width:40%;
|
||||
width: 50%;
|
||||
text-align:left;
|
||||
margin-left:10px;
|
||||
}
|
||||
@@ -751,54 +750,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
|
||||
|
||||
@@ -696,55 +696,39 @@ div#EventDetail table.eventlist tbody tr td.ColumnEvent {
|
||||
|
||||
/* Download
|
||||
----------------------------------------------------- */
|
||||
#Download {
|
||||
padding: 1cm;
|
||||
height:396px;
|
||||
div#Download {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
table.download {
|
||||
padding-top: .5cm;
|
||||
border:solid 1px #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
|
||||
@@ -1247,11 +1231,11 @@ div#footer {
|
||||
clear:both;
|
||||
overflow:hidden;
|
||||
width:100%;
|
||||
height: 60px;
|
||||
font-size:12px;
|
||||
line-height:130%;
|
||||
color:#2E2E61;
|
||||
margin:0;
|
||||
padding:15px 0 0 0;
|
||||
margin-top: .5cm;
|
||||
background-color:#B4B4CB;
|
||||
border-top:solid 1px #2E2E61;
|
||||
}
|
||||
|
||||
@@ -700,54 +700,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
|
||||
@@ -1250,6 +1235,8 @@ div#footer {
|
||||
clear:both;
|
||||
overflow:hidden;
|
||||
width:100%;
|
||||
height: 60px;
|
||||
margin-top: .5cm;
|
||||
font-size:12px;
|
||||
line-height:130%;
|
||||
color:#8C581C;
|
||||
|
||||
@@ -698,54 +698,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
|
||||
@@ -1246,10 +1231,11 @@ div#footer {
|
||||
clear:both;
|
||||
overflow:hidden;
|
||||
width:100%;
|
||||
height: 60px;
|
||||
font-size:12px;
|
||||
line-height:130%;
|
||||
color:#204D91;
|
||||
margin:0;
|
||||
margin-top: .5cm;
|
||||
padding:15px 0 0 0;
|
||||
background-color: #BFD0EA;
|
||||
border-top:solid 1px #204D91;
|
||||
|
||||
@@ -763,54 +763,40 @@ div#EventDetail table.eventlist tbody tr td.ColumnEvent {
|
||||
|
||||
/* Download
|
||||
----------------------------------------------------- */
|
||||
#Download {
|
||||
padding: 0;
|
||||
width: 965;
|
||||
height: 350px;
|
||||
div#Download {
|
||||
margin: 0;
|
||||
padding:0px 20px 0px 20px;
|
||||
width: 965px;
|
||||
}
|
||||
table.download {
|
||||
border:solid 2px #000;
|
||||
div#Download table.download {
|
||||
border: solid 1px #000;
|
||||
margin: .1cm 0px .5cm 0px;
|
||||
width: 100%;
|
||||
}
|
||||
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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -235,10 +235,11 @@ div#footer {
|
||||
clear:both;
|
||||
overflow:hidden;
|
||||
width:100%;
|
||||
height: 60px;
|
||||
font-size:12px;
|
||||
line-height:130%;
|
||||
color:#FFF;
|
||||
margin:0;
|
||||
margin-top: .5cm;
|
||||
background-color:#542;
|
||||
border-top:solid 8px #5D835F;
|
||||
}
|
||||
@@ -784,47 +785,38 @@ div#EventDetail table.eventlist tbody tr td.ColumnPerson {
|
||||
|
||||
/* Download
|
||||
----------------------------------------------------- */
|
||||
|
||||
div#Download {
|
||||
div#Download {
|
||||
margin: 0;
|
||||
padding: 0px 0px .5em 0px;
|
||||
}
|
||||
div#Download table.download {
|
||||
padding: 0;
|
||||
margin: .5em 0 .5em 0;
|
||||
border: solid 1px #5D835F;
|
||||
border: solid 1px #000;
|
||||
margin: .1cm 0px .5cm 0px;
|
||||
width: 100%;
|
||||
}
|
||||
div#Download table.download img {
|
||||
float:center;
|
||||
}
|
||||
div#Download table.download tbody tr#Row02 {
|
||||
border-bottom: solid 2px #5D835F;
|
||||
border-bottom: solid 1px #000;
|
||||
}
|
||||
div#Download table.download tbody tr td {
|
||||
background-color: #D8F3D6;
|
||||
border: solid 1px #5D835F;
|
||||
text-align:left;
|
||||
border: solid 1px #000;
|
||||
text-align: left;
|
||||
padding: 5px 0px 5px 0px;
|
||||
}
|
||||
div#Download table.download td.Filename {
|
||||
width:30%;
|
||||
background-color: #FFF;
|
||||
div#Download table.download td.ColumnFilename {
|
||||
width: 30%;
|
||||
}
|
||||
div#Download table.download td.Filename a {
|
||||
display: block;
|
||||
padding: 10px 10px 14px 6px;
|
||||
font-weight:bold;
|
||||
div#Download table.download td.ColumnFilename a {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
text-decoration:none;
|
||||
}
|
||||
div#Download table.download td.Description {
|
||||
width:45%;
|
||||
div#Download table.download td.ColumnDescription {
|
||||
width: 45%;
|
||||
}
|
||||
div#Download table.download td.License {
|
||||
width:6%;
|
||||
div#Download table.download td.ColumnModified {
|
||||
width: 17%;
|
||||
}
|
||||
div#Download table.download td.Modified {
|
||||
width:17%;
|
||||
div#Download a.copyright a img {
|
||||
float: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Sources
|
||||
|
||||
Reference in New Issue
Block a user