]> git.sesse.net Git - ccbs/commitdiff
Add the CSS file from --pgweb.
authorSteinar H. Gunderson <sesse@samfundet.no>
Sun, 17 Jul 2005 15:06:31 +0000 (15:06 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Sun, 17 Jul 2005 15:06:31 +0000 (15:06 +0000)
html/ccbs-pg.css [new file with mode: 0644]

diff --git a/html/ccbs-pg.css b/html/ccbs-pg.css
new file mode 100644 (file)
index 0000000..2c4abda
--- /dev/null
@@ -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;
+}