Difference between revisions of "Common.css"

From Sega Retro

Line 2: Line 2:
 
/* html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; } */
 
/* html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; } */
  
/*Squirrel fix - remove when javascript is working again
+
/*Squirrel fix - remove when javascript is working again */
 +
 
 
.f-dropdown {
 
.f-dropdown {
 
position:absolute;
 
position:absolute;
Line 9: Line 10:
 
list-style:none;
 
list-style:none;
 
max-height:100px;
 
max-height:100px;
height:auto;
+
height:30px;
 
background:white;
 
background:white;
 
border:solid 1px #cccccc;
 
border:solid 1px #cccccc;
Line 15: Line 16:
 
z-index:99;
 
z-index:99;
 
margin-top:200px;
 
margin-top:200px;
max-width:450px;
+
max-width:350px;
 
overflow: hidden;
 
overflow: hidden;
 
}
 
}
Line 21: Line 22:
 
float:left;
 
float:left;
 
}
 
}
*/
 
  
  

Revision as of 15:25, 10 November 2016

/* CSS placed here will be applied to all skins */
/* html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; } */

/*Squirrel fix - remove when javascript is working again */

.f-dropdown {
	position:absolute;
	top:-0px;
	right: 10px;
	list-style:none;
	max-height:100px;
	height:30px;
	background:white;
	border:solid 1px #cccccc;
	font-size:12px;
	z-index:99;
	margin-top:200px;
	max-width:350px;
	overflow: hidden;
}
.f-dropdown li {
	float:left;
}


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, .colour-fg-purple a:link { color: #AA00FF; }
.colour-fg-magenta { color: #F800F8; }
.colour-fg-redmagenta { color: #F80090; }


.bottomtemptext, .bottomtemptext p, .bottomtemphead {
    font-size: 9pt !important;
}

.templategallery .pdfhandler { white-space: nowrap; font-size: 0px; }