Template:Guide/styles.css: Difference between revisions

From wikiNonStop
Content added Content deleted
No edit summary
No edit summary
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
tr { height:30px;}
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: Aqua ; }
.row2 { background-color: CornflowerBlue; }

Latest revision as of 10:14, 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: Aqua          ; }
.row2   {               background-color: CornflowerBlue; }