Template:Dh-box/style.css

From Wikiversity
Jump to navigation Jump to search
table.dh-box {border: 2px solid #00a1a6; width: 100%;}
table.dh-box > tbody > tr > th {background-color: #a2c5c6; padding-right: 80px;}

table.dh-box > tbody > tr > th {position: relative; height: 22.4px;}
table.dh-box > tbody > tr > th > span.small-icon {position: absolute; right: -2px; top: -2px; border: 2px solid white;}

table.dh-box > tbody > tr > td {position: relative; padding-left: 12px; padding-right: 12px;}
table.dh-box > tbody > tr > td > p > span.big-icon {position: absolute; right: -2px; top: -28px; border: 2px solid white;}

table.dh-box > tbody > tr > td > div.dh-intro {font-size: 80%; color: gray; width: 100%; text-align: center;}

/* move collapse button to the left */

table.dh-box span.collapseButton {
	float: left;
	margin-left: 10px;
	opacity: .6;
	margin-right: 30px;
}