/* http://pisg.sourceforge.net/ pisg css layout by mite. (mite@megalixer.com) Here is a pisg layout I made which matches the official pisg website @ http://pisg.sourcefourge.net/ This file is edited from a modified version of one of the default layout files. I unfortuanantly don't recall which, as it's gone through many changes over the months. (My apologies.) I have tested this css with FireFox 0.8 and Internet Explorer 6.0 on Windows XP. Feel free to make changes to better suit other browsers. To obtain a better result, set the these pisg options in your cfg file: Enjoy the scheme, mite (mite@megalixer.net) */ body { font-family: verdana, tahoma, sans-serif; font-size: 12px; color: black; color: #585858; background-color: #FFFFFF; } #green-h { height: 15px; background-repeat: repeat-x; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8AgMAAADanzhpAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAFElEQVQI12NoYMAHHfBC/OAAPggA1jQWgUt+qs4AAAAASUVORK5CYII=) 0px 0px; } #red-h { height: 15px; background-repeat: repeat-x; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8AgMAAADanzhpAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAFElEQVQI12NoYMAHHfBC/OAAPggA1jQWgUt+qs4AAAAASUVORK5CYII=) 0px -15px; } #yellow-h { height: 15px; background-repeat: repeat-x; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8AgMAAADanzhpAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAFElEQVQI12NoYMAHHfBC/OAAPggA1jQWgUt+qs4AAAAASUVORK5CYII=) 0px -30px; } #blue-h { height: 15px; background-repeat: repeat-x; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8AgMAAADanzhpAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAFElEQVQI12NoYMAHHfBC/OAAPggA1jQWgUt+qs4AAAAASUVORK5CYII=) 0px -45px; } #green-v { width: 15px; background-repeat: repeat-y; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABAgMAAAD/diWSAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAGUlEQVQI12NYtWrVytDQ0AAGBgb7////AwA3TAczYjzlogAAAABJRU5ErkJggg==) 0px 0px; } #red-v { width: 15px; background-repeat: repeat-y; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABAgMAAAD/diWSAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAGUlEQVQI12NYtWrVytDQ0AAGBgb7////AwA3TAczYjzlogAAAABJRU5ErkJggg==) -15px 0px; } #yellow-v { width: 15px; background-repeat: repeat-y; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABAgMAAAD/diWSAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAGUlEQVQI12NYtWrVytDQ0AAGBgb7////AwA3TAczYjzlogAAAABJRU5ErkJggg==) -30px 0px; } #blue-v { width: 15px; background-repeat: repeat-y; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAABAgMAAAD/diWSAAAADFBMVEXMzDPMMzNmzDMzZv+sVPgxAAAAGUlEQVQI12NYtWrVytDQ0AAGBgb7////AwA3TAczYjzlogAAAABJRU5ErkJggg==) -45px 0px; } a:link { color: #0b407a; text-decoration: none; } a:hover { text-decoration: underline; } a:visited { color: #0b407a; text-decoration: none; } a:visited:hover { color: #0b407a; text-decoration: underline; } a.background:link { color: #0b407a; text-decoration: none; } a.background:hover { text-decoration: underline; } .asmall:link { text-decoration: none; } .asmall:hover { text-decoration: underline; } td { border-radius: 5px; background-color: white; font-size: 12px; font-family: verdana, tahoma, sans-serif; color: black; color: #585858; max-width: 100%; } .title { font-family: verdana, tahoma, sans-serif; font-weight: bold; font-size: 18px; } .headtext { border-radius: 8px; color: black; font-size: 15px; font-weight: bold; text-align: center; background-color: #FFFDBC; border-style: solid; border-width: 1px; border-color: #000000; } .tdtop { background-color: #F0F0F0; } .hicell { background-color: #F0F0F0; } .hicell10 { background-color: #F0F0F0; } .rankc { background-color: #F0F0F0; } .hirankc { background-color: #F0F0F0; font-weight: bold; } .rankc10center { background-color: #F0F0F0; font-size: 10px; text-align: center; } .hirankc10center { background-color: #F0F0F0; font-weight: bold; font-size: 10px; text-align: center; } .small { font-family: verdana, tahoma, sans-serif; }