You are viewing an old version of this page. Return to the latest version.
styles.css
-
- Last edited 3 years ago by MLR
-
-
- No status information
< Template:Customer data
Revision as of 15:38, 21 December 2020 by Mlink-rodrigue (talk | contribs)
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*/
}