You are viewing an old version of this page. Return to the latest version.
table.mysmwtable { float:right; /*right-aligned infobox*/ width:300px; /*width of the box*/ margin: 0 0 2em 2em; /*cell padding*/ background-color: #f8f9fa; /*background color for the table*/ color: #222; /*Textfarbe*/ border: 1px solid #a2a9b1; /*border*/ border-collapse: collapse; /*border*/ } table.mysmwtable > tr > th, table.mysmwtable > * > tr > th { background-color: white; /*background color of the label column*/ text-align: left; /*alignment of the label column*/ width:25%;/*width of the label column*/ } table.mysmwtable > tr > td, table.mysmwtable > * > tr > td { background-color: white; /*background-color of the second column*/ } table.mysmwtable > tr > th, table.mysmwtable > tr > td, table.mysmwtable > * > tr > th, table.mysmwtable > * > tr > td { border: 1px solid #a2a9b1; /*border around cells*/ padding: 10px; /*cell padding*/ } form.createbox table.formtable th { padding:10px 0; /*distance between form fields*/ }
table.mysmwtable {
float:right; /*right-aligned infobox*/
width:300px; /*width of the box*/
margin: 0 0 2em 2em; /*cell padding*/
background-color: #f8f9fa; /*background color for the table*/
color: #222; /*Textfarbe*/
border: 1px solid #a2a9b1; /*border*/
border-collapse: collapse; /*border*/
}
table.mysmwtable > tr > th, table.mysmwtable > * > tr > th {
background-color: white; /*background color of the label column*/
text-align: left; /*alignment of the label column*/
width:25%;/*width of the label column*/
}
table.mysmwtable > tr > td, table.mysmwtable > * > tr > td {
background-color: white; /*background-color of the second column*/
}
table.mysmwtable > tr > th, table.mysmwtable > tr > td, table.mysmwtable > * > tr > th, table.mysmwtable > * > tr > td {
border: 1px solid #a2a9b1; /*border around cells*/
padding: 10px; /*cell padding*/
}
form.createbox table.formtable th {
padding:10px 0; /*distance between form fields*/
}
Line 1: | Line 1: | ||
table.mysmwtable { | table.mysmwtable { | ||
float:right; /*right-aligned infobox*/ | float:right; /*right-aligned infobox*/ | ||
− | width:300px; /*width of the box/ | + | width:300px; /*width of the box*/ |
margin: 0 0 2em 2em; /*cell padding*/ | margin: 0 0 2em 2em; /*cell padding*/ | ||
background-color: #f8f9fa; /*background color for the table*/ | background-color: #f8f9fa; /*background color for the table*/ |