Common.css

From Sega Retro

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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:auto;
	background:white;
	border:solid 1px #cccccc;
	font-size:12px;
	z-index:99;
	margin-top:200px;
	max-width:450px;
	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; }