You are viewing an old version of this page. Return to the latest version.
Version of 15:21, 21 December 2020 by MLR
styles.css
-
- Last edited 3 years ago by MLR
-
-
- No status information
< Template:Customer data
Revision as of 15:21, 21 December 2020 by Mlink-rodrigue (talk | contribs) (Created page with "table.mysmwtable { width:100%; →width of the box/ margin: 0 0 2em 0; /*cell padding: background-color: #f8f9fa; →background color for the table: color: #222; /*Textfar...")
table.mysmwtable {
width:100%; /*width of the box/
margin: 0 0 2em 0; /*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: #eaecf0; /*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: #f8f9fa; /*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*/
}