Template:Guide/styles.css: Difference between revisions
Content added Content deleted
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
.banner { color: red ; background-color: lightgray ; } |
.banner { color: red ; background-color: lightgray ; } |
||
.row1 { background-color: AliceBlue ; } |
|||
.onex { color: black; background-color: grey; } |
.onex { color: black; background-color: grey; } |
Revision as of 09:44, 27 October 2024
tr { height: 40px;}
td { width: 40px;}
.bttable {
border: 1px solid black;
border-collapse: separate;
text-align: center;
color: green;
font-size: smaller;
}
.banner { color: red ; background-color: lightgray ; }
.row1 { background-color: AliceBlue ; }
.onex { color: black; background-color: grey; }