cann-table.css 780 Bytes
Newer Older
1 2
@import 'resources.css';

Murukesh Mohanan's avatar
init  
Murukesh Mohanan committed
3 4 5
#cann-table {
	border: 0.1em solid gray;
	width: 100%;
6
	margin: 0.5em auto;
Murukesh Mohanan's avatar
init  
Murukesh Mohanan committed
7 8 9
}
#cann-table th {
	padding: 0.5em 1em;
10
	background-color: #CDCDCD;
11
	color: #122;
Murukesh Mohanan's avatar
init  
Murukesh Mohanan committed
12 13 14 15 16 17
	font-size: 0.9em;
}
.cann-row-1, .cann-row-2 {
	border: 0.1em solid gray;
	width: 30%;
	padding: 1em;
18 19
	background-color: #ABABAB;
	color: #011;
Murukesh Mohanan's avatar
init  
Murukesh Mohanan committed
20 21 22 23
	margin: 0;
	height: 2em;
}
.cann-row-2 {
24
	background-color: #BCBCBC;
Murukesh Mohanan's avatar
init  
Murukesh Mohanan committed
25 26 27 28 29 30 31 32 33 34 35 36
}
.cann-point {
	width: 1em;
	padding: 0.5em 1em;
	text-align: center;
}
.cann-clubs {
	padding: 0.5em 1em;
}
.club-name {
	width: 13em;
	display: inline-block;
37
	font-weight: bolder;
Murukesh Mohanan's avatar
init  
Murukesh Mohanan committed
38 39 40 41 42
}
#cann-gen-note {
	font-size: 0.6em;
	display: block;
}
Murukesh Mohanan's avatar
Murukesh Mohanan committed
43

44
@media screen and (max-device-aspect-ratio: 1/1) and (orientation: portrait) {
Murukesh Mohanan's avatar
Murukesh Mohanan committed
45 46 47 48 49 50
	#cann-table-area {
		width: 100%;
		overflow: scroll;
	}

}