From: Steinar H. Gunderson Date: Sun, 17 Jul 2005 15:06:31 +0000 (+0000) Subject: Add the CSS file from --pgweb. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=008bc172cc7da8a91a18250418aaa1fc555d32ba Add the CSS file from --pgweb. --- diff --git a/html/ccbs-pg.css b/html/ccbs-pg.css new file mode 100644 index 0000000..2c4abda --- /dev/null +++ b/html/ccbs-pg.css @@ -0,0 +1,86 @@ +body { margin: 0; background-color: white; } +img { + border: 0px; +} + +body, td, input, textarea, select { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; +} + +.tabbar { + width: 100%; + height: 29px; +} + +.box_top_main_left { + float: left; + + /* IE sucks! */ + margin-left: 0px !important; + margin-left: -3px; +} +.box_top_main_right { + float: right; + + /* IE sucks! */ + margin-right: 0px !important; + margin-right: -3px; +} + +.content { background-color: #F9F9F9; font-size: 13px; } +.content_main { background-color: #FFFFFF; line-height: 18px; border: 1px solid #619e0c; padding: 0 1em 1em 1em; } +.content_main p { text-align: justify; } +.content_main img { padding: 4px; border: 1px solid #CCCCCC; } +.content_main img.right { margin: 0 0 8px 8px; } +.content_main img.left { margin: 0 8px 8px 0; } + +/* *********************************************************************************************** */ + +a { color: #164D85; } +a:hover { color: #B3D334; } + +/* *********************************************************************************************** */ + +h1 { + font-size: 14px; + color: #164D85; + width: 100%; + line-height: 22px; + background-image: url(/multiplayer/img/box_top_main_back.gif); + font-weight: bold; + font-size: 14px; + margin-bottom: 0em; +} +h2 { + font-size: 18px; + font-weight: bold; +} + +table { + border-collapse: collapse; +} +table.scores { + margin-left: 2em; +} + +th, td { + border: 1px solid black; + padding: 2px; +} +th { background-color: rgb(128,229,128); } +tr.even td { background-color: #ffa; } +tr.total { border-top: 2px solid black; } +tr.own { border: 2px solid red; } +td.empty { border: 0px; } + +.score { + border-right: 0px; +} +.playmode { + border-left: 0px; + border-right: 0px; +} +.difficulty { + border-left: 0px; +}