Template:NinaCombo/NinaComboStyle.css: Difference between revisions

Template page
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
.nina_combo_row div {
.nina_combo_table td, .nina_combo_table th  {
float: left;
border: 1px solid black;
}
 
.nina_combo_header {
background-color: lightgray;
}
}


.nina_combo_launcher {
.nina_combo_launcher {
     width: 100px;
     width: 100px;
border:1px solid;
padding:5px;
padding:5px;
}
}


.nina_combo_combo {
.nina_combo_combo {
width: 500px;
padding: 5px;
}
}


.nina_combo_damage {
.nina_combo_damage {
width: 100px;
padding: 5px;
}
}


.nina_combo_notes {
.nina_combo_notes {
width: 215px;
padding: 5px;
}
 
 
.clear:after {
    clear: both;
    content: "";
    display: table;
}
}

Latest revision as of 23:56, 9 February 2021

.nina_combo_table td, .nina_combo_table th  {
	border: 1px solid black;
}

.nina_combo_header {
	background-color: lightgray;
}

.nina_combo_launcher {
    width: 100px;
	padding:5px;
}

.nina_combo_combo {
	width: 500px;
	padding: 5px;
}

.nina_combo_damage {
	width: 100px;
	padding: 5px;
}

.nina_combo_notes {
	width: 215px;
	padding: 5px;
}


.clear:after {
    clear: both;
    content: "";
    display: table;
}