2012-01-25 08:03:41 +00:00
|
|
|
body {
|
|
|
|
overflow: hidden;
|
2012-01-30 08:35:27 +00:00
|
|
|
min-height: 640px;
|
2012-01-25 08:03:41 +00:00
|
|
|
}
|
|
|
|
|
2012-01-24 07:04:14 +00:00
|
|
|
/*
|
2012-01-24 03:14:29 +00:00
|
|
|
#browser {
|
|
|
|
background: rgba(0, 0, 0, .5);
|
|
|
|
}
|
|
|
|
|
|
|
|
#browser_inner {
|
|
|
|
border: 10px solid red;
|
|
|
|
padding: 15px;
|
|
|
|
background: white;
|
|
|
|
margin: 150px;
|
|
|
|
min-height: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#browser, #browser_inner {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
z-index: 9001;
|
|
|
|
}
|
|
|
|
|
|
|
|
#browser_ok {
|
|
|
|
margin: 15px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
}
|
2012-01-24 07:04:14 +00:00
|
|
|
*/
|
2012-01-24 03:14:29 +00:00
|
|
|
|
2012-01-18 01:48:21 +00:00
|
|
|
#menubar {
|
2012-01-23 07:58:36 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
width: 100%;
|
|
|
|
height: 25px;
|
|
|
|
border: 1px solid black;
|
2012-01-18 01:48:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#menubar_left {
|
2012-01-23 07:58:36 +00:00
|
|
|
float: left;
|
2012-01-18 01:48:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#menubar_right {
|
2012-01-23 07:58:36 +00:00
|
|
|
float: right;
|
2012-01-18 01:48:21 +00:00
|
|
|
}
|
|
|
|
|
2011-12-17 00:39:52 +00:00
|
|
|
#nickbox {
|
2012-01-23 07:58:36 +00:00
|
|
|
border: 1px solid black;
|
|
|
|
display: inline;
|
|
|
|
padding: 5px;
|
|
|
|
/*
|
2011-12-17 00:39:52 +00:00
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
*/
|
|
|
|
}
|
|
|
|
|
2012-01-30 08:35:27 +00:00
|
|
|
#canvas {
|
|
|
|
height: 533px;
|
2012-01-23 07:58:36 +00:00
|
|
|
overflow: none;
|
|
|
|
position: relative;
|
2012-01-25 08:03:41 +00:00
|
|
|
width: 100%;
|
2012-01-30 08:35:27 +00:00
|
|
|
/* * /
|
2011-12-17 00:39:52 +00:00
|
|
|
border: 1px solid red;
|
2012-01-30 08:35:27 +00:00
|
|
|
/ * */
|
2011-12-17 00:39:52 +00:00
|
|
|
}
|
|
|
|
|
2012-01-18 01:48:21 +00:00
|
|
|
#main {
|
2012-01-23 07:58:36 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
2012-01-30 08:35:27 +00:00
|
|
|
height: 506px;
|
2012-01-23 07:58:36 +00:00
|
|
|
top: 26px;
|
2012-01-30 08:35:27 +00:00
|
|
|
/*bottom: 216px;*/
|
2012-01-23 07:58:36 +00:00
|
|
|
border: 1px solid black;
|
2012-01-18 01:48:21 +00:00
|
|
|
}
|
|
|
|
|
2012-01-23 07:58:36 +00:00
|
|
|
#main_holder {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2012-01-18 01:48:21 +00:00
|
|
|
}
|
|
|
|
|
2012-01-23 07:58:36 +00:00
|
|
|
#game_list {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
overflow: auto;
|
2012-01-18 04:37:09 +00:00
|
|
|
}
|
|
|
|
|
2012-01-18 01:48:21 +00:00
|
|
|
.gamelist_lobby {
|
2012-01-23 07:58:36 +00:00
|
|
|
width: 32%;
|
|
|
|
height: 100px;
|
2012-01-18 01:48:21 +00:00
|
|
|
float: left;
|
|
|
|
border: 1px solid black;
|
2012-01-23 07:58:36 +00:00
|
|
|
margin: 4px;
|
2012-01-18 01:48:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gamelist_lobby_left {
|
2012-01-23 07:58:36 +00:00
|
|
|
width: 74%;
|
|
|
|
height: 100%;
|
|
|
|
float: left;
|
2012-01-18 01:48:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gamelist_lobby_right {
|
2012-01-23 07:58:36 +00:00
|
|
|
border-left: 1px solid black;
|
|
|
|
width: 25%;
|
|
|
|
height: 100%;
|
|
|
|
float: right;
|
2012-01-18 01:48:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gamelist_lobby_join {
|
2012-01-23 07:58:36 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2012-01-18 01:48:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gamelist_lobby_status {
|
2012-01-23 07:58:36 +00:00
|
|
|
float: right;
|
2012-01-18 01:48:21 +00:00
|
|
|
}
|
|
|
|
|
2012-01-18 04:37:09 +00:00
|
|
|
.gamelist_lobby_status_joinable {
|
2012-01-23 07:58:36 +00:00
|
|
|
color: green;
|
2012-01-18 04:37:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gamelist_lobby_status_unjoinable {
|
2012-01-23 07:58:36 +00:00
|
|
|
color: #c0c0c0;
|
|
|
|
}
|
|
|
|
|
2012-01-30 08:35:27 +00:00
|
|
|
#bottom {
|
|
|
|
width: 100%;
|
2012-01-23 07:58:36 +00:00
|
|
|
height: 215px;
|
2012-01-30 08:35:27 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 543px;
|
|
|
|
min-height: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#info_area {
|
|
|
|
width: 250px;
|
|
|
|
height: 100%;
|
2012-01-23 07:58:36 +00:00
|
|
|
border: 0px;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
2012-01-30 08:35:27 +00:00
|
|
|
min-height: 100px;
|
|
|
|
border: 1px solid black;
|
2012-01-18 04:37:09 +00:00
|
|
|
}
|
|
|
|
|
2011-12-25 03:37:45 +00:00
|
|
|
#chat_area {
|
2012-01-30 08:35:27 +00:00
|
|
|
min-height: 100px;
|
2012-01-23 07:58:36 +00:00
|
|
|
width: 50%;
|
2012-01-30 08:35:27 +00:00
|
|
|
height: 100%;
|
2012-01-23 07:58:36 +00:00
|
|
|
border: 0px;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
2012-01-30 08:35:27 +00:00
|
|
|
right: 14px;
|
2011-12-25 03:37:45 +00:00
|
|
|
}
|
|
|
|
|
2011-12-17 00:39:52 +00:00
|
|
|
#log {
|
2012-01-23 07:58:36 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 198px;
|
|
|
|
border: 1px solid black;
|
|
|
|
position: absolute;
|
2012-01-30 08:35:27 +00:00
|
|
|
bottom: 18px;
|
2012-01-23 07:58:36 +00:00
|
|
|
right: 0px;
|
|
|
|
overflow-y: scroll;
|
2012-01-30 08:35:27 +00:00
|
|
|
min-height: 82px;
|
2011-12-17 00:39:52 +00:00
|
|
|
}
|
|
|
|
|
2011-12-25 03:37:45 +00:00
|
|
|
#chat {
|
2012-01-23 07:58:36 +00:00
|
|
|
border: 1px solid black;
|
2012-01-24 07:02:59 +00:00
|
|
|
left: -2px;
|
|
|
|
/*right: 46px;*/
|
2012-01-30 08:35:27 +00:00
|
|
|
bottom: 0px;
|
2012-01-23 07:58:36 +00:00
|
|
|
height: 17px;
|
|
|
|
position: absolute;
|
|
|
|
padding: 0px;
|
2012-01-24 07:02:59 +00:00
|
|
|
width: 90%;
|
2011-12-25 03:37:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#chat_submit {
|
2012-01-23 07:58:36 +00:00
|
|
|
width: 50px;
|
2012-01-30 08:35:27 +00:00
|
|
|
height: 20px;
|
2012-01-23 07:58:36 +00:00
|
|
|
position: absolute;
|
|
|
|
right: -1px;
|
|
|
|
bottom: -1px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2011-12-25 03:37:45 +00:00
|
|
|
}
|
|
|
|
|
2011-12-17 00:39:52 +00:00
|
|
|
span.error {
|
2012-01-23 07:58:36 +00:00
|
|
|
color: red;
|
2011-12-17 00:39:52 +00:00
|
|
|
}
|
2011-12-22 22:19:59 +00:00
|
|
|
|
|
|
|
span.debug {
|
2012-01-23 07:58:36 +00:00
|
|
|
color: blue;
|
2011-12-22 22:19:59 +00:00
|
|
|
}
|
2012-01-20 02:19:05 +00:00
|
|
|
|
|
|
|
.card {
|
2012-01-25 08:03:41 +00:00
|
|
|
position: relative;
|
2012-01-23 07:58:36 +00:00
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
2012-01-25 06:39:19 +00:00
|
|
|
border: 3px solid gray;
|
2012-01-23 07:58:36 +00:00
|
|
|
padding: 15px;
|
|
|
|
font-family: Arial, Verdana, san-serif;
|
2012-01-27 23:41:57 +00:00
|
|
|
font-size: 15pt;
|
2012-01-23 07:58:36 +00:00
|
|
|
float: left;
|
|
|
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
-o-user-select: none;
|
|
|
|
user-select: none;
|
2012-01-20 02:19:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.blackcard {
|
2012-01-23 07:58:36 +00:00
|
|
|
background: #231f20;
|
|
|
|
color: white;
|
2012-01-20 02:19:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.whitecard {
|
|
|
|
background: white;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2012-01-27 02:07:39 +00:00
|
|
|
.cah {
|
2012-01-23 07:58:36 +00:00
|
|
|
position: absolute;
|
2012-01-25 08:03:41 +00:00
|
|
|
bottom: 0px;
|
2012-01-23 07:58:36 +00:00
|
|
|
left: 0px;
|
|
|
|
margin: 15px;
|
2012-01-20 02:19:05 +00:00
|
|
|
}
|
2012-01-20 22:55:08 +00:00
|
|
|
|
|
|
|
.hide {
|
2012-01-23 07:58:36 +00:00
|
|
|
display: none;
|
2012-01-20 22:55:08 +00:00
|
|
|
}
|
2012-01-22 01:34:18 +00:00
|
|
|
|
|
|
|
.game {
|
2012-01-23 07:58:36 +00:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2012-01-22 01:34:18 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
2012-01-23 07:58:36 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
right: 5px;
|
2012-01-22 01:34:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.game_hand {
|
2012-01-23 07:58:36 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
2012-01-24 07:02:59 +00:00
|
|
|
height: 30%;
|
2012-01-23 07:58:36 +00:00
|
|
|
border-top: 1px solid black;
|
2012-01-27 08:14:48 +00:00
|
|
|
/*
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-y: visible;
|
|
|
|
*/
|
2012-01-22 01:34:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.game_hand_cards {
|
2012-01-23 07:58:36 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
height: 100%;
|
2012-01-27 08:14:48 +00:00
|
|
|
width: 99%;
|
2012-01-23 07:58:36 +00:00
|
|
|
cursor: pointer;
|
2012-01-25 06:39:19 +00:00
|
|
|
padding-left: 2px;
|
2012-01-25 08:03:41 +00:00
|
|
|
min-width: 750px;
|
2012-01-22 01:34:18 +00:00
|
|
|
}
|
|
|
|
|
2012-01-25 00:20:43 +00:00
|
|
|
.game_message {
|
|
|
|
font-size: 14pt;
|
|
|
|
border-bottom: 2px solid black;
|
2012-01-25 06:39:19 +00:00
|
|
|
padding: 5px;
|
2012-01-25 00:20:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.game_black_card_wrapper {
|
|
|
|
width: 232px;
|
2012-01-25 06:39:19 +00:00
|
|
|
float: left;
|
2012-01-25 00:20:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.game_black_card {
|
|
|
|
width: 232px;
|
|
|
|
height: 232px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
2012-01-25 06:39:19 +00:00
|
|
|
.confirm_card {
|
|
|
|
float: left;
|
|
|
|
margin-top: 10px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.game_left_side {
|
|
|
|
float: left;
|
|
|
|
width: 232px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
2012-01-27 08:14:48 +00:00
|
|
|
.game_right_side {
|
|
|
|
position: absolute;
|
|
|
|
left: 246px;
|
|
|
|
width: 700px;
|
|
|
|
/*
|
|
|
|
overflow-x: auto;
|
|
|
|
*/
|
|
|
|
}
|
|
|
|
|
2012-01-25 06:39:19 +00:00
|
|
|
.game_white_card_wrapper {
|
|
|
|
height: 60%;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.game_white_cards {
|
2012-01-27 08:14:48 +00:00
|
|
|
margin-top: 15px;
|
|
|
|
min-width: 600px;
|
2012-01-27 08:19:20 +00:00
|
|
|
cursor: pointer;
|
2012-01-25 06:39:19 +00:00
|
|
|
}
|
|
|
|
|
2012-01-22 01:34:18 +00:00
|
|
|
.card_holder {
|
2012-01-23 07:58:36 +00:00
|
|
|
float: left;
|
|
|
|
position: relative;
|
2012-01-24 07:13:40 +00:00
|
|
|
overflow-x: visible !important;
|
|
|
|
overflow-y: visible !important;
|
2012-01-25 06:39:19 +00:00
|
|
|
margin-right: 2px;
|
2012-01-25 08:03:41 +00:00
|
|
|
z-index: 1;
|
2012-01-23 07:58:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.scoreboard {
|
2012-01-30 08:35:27 +00:00
|
|
|
width: 250px;
|
2012-01-23 07:58:36 +00:00
|
|
|
height: 100%;
|
2012-01-30 08:35:27 +00:00
|
|
|
position: absolute;
|
2012-01-23 07:58:36 +00:00
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
.scorecard {
|
|
|
|
height: 36px;
|
|
|
|
padding: 2px;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
font-size: 11pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.scorecard_status {
|
|
|
|
float: right;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clear {
|
|
|
|
clear: both;
|
2012-01-22 01:34:18 +00:00
|
|
|
}
|
2012-01-25 06:39:19 +00:00
|
|
|
|
|
|
|
.selected {
|
|
|
|
border: 3px solid blue;
|
|
|
|
}
|