Difference between revisions of "Common.css"

From Sega Retro

Line 34: Line 34:
 
.colour-fg-magenta { color: #F800F8; }
 
.colour-fg-magenta { color: #F800F8; }
 
.colour-fg-redmagenta { color: #F80090; }
 
.colour-fg-redmagenta { color: #F80090; }
 +
 +
 +
.cooltable table, td, tr, th {
 +
font-size: 12pt;
 +
width: 100%;
 +
}
 +
 +
.cooltable td {
 +
text-align: center;
 +
}
 +
 +
.cooltable tr {
 +
 +
}
 +
 +
.cooltable th {
 +
font-weight: bold;
 +
text-align: center;
 +
}

Revision as of 14:33, 29 October 2015

/* CSS placed here will be applied to all skins */
/* html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; } */
table.plaintable, table.plaintable td { border:0px; padding:0px; margin:0px; background-color:transparent; line-height:initial; }
.tracklist p { margin:0px; padding-top:10px; }

.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}

.colour-bg-red { background-color: #F8C8BB; }
.colour-bg-orange { background-color: #F8E0BB; }
.colour-bg-yellow { background-color: #F8F8BB; }
.colour-bg-yellowgreen { background-color: #D8F8BB; }
.colour-bg-green { background-color: #A0EAA0; }
.colour-bg-cyan { background-color: #BBEAF8; }
.colour-bg-blue { background-color: #BBCCFF; }
.colour-bg-purple { background-color: #D9BBFF; }
.colour-bg-magenta { background-color: #F8BBF8; }
.colour-bg-redmagenta { background-color: #F8BBCF; }

.colour-fg-red { color: #F80000; }
.colour-fg-orange { color: #F8C500; }
.colour-fg-yellow { color: #F8F800; }
.colour-fg-yellowgreen { color: #B0EA00; }
.colour-fg-green { color: #00D000; }
.colour-fg-cyan { color: #00D5FA; }
.colour-fg-blue { color: #0000FF; }
.colour-fg-purple { color: #AA00FF; }
.colour-fg-magenta { color: #F800F8; }
.colour-fg-redmagenta { color: #F80090; }


.cooltable table, td, tr, th {
	font-size: 12pt;
	width: 100%;
}

.cooltable td {
	text-align: center;
}

.cooltable tr {

}

.cooltable th {
	font-weight: bold;
	text-align: center;
}