PretendYoureXyzzy/WebContent/cah.css

212 lines
2.4 KiB
CSS
Raw Normal View History

#menubar {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 25px;
border: 1px solid black;
}
#menubar_left {
float: left;
}
#menubar_right {
float: right;
}
2011-12-17 00:39:52 +00:00
#nickbox {
border: 1px solid black;
display: inline;
padding: 5px;
/*
text-align: center;
vertical-align: middle;
*/
}
#canvas {
/* * /
2011-12-17 00:39:52 +00:00
display: none;
/* */
height: 750px;
2011-12-17 00:39:52 +00:00
overflow: none;
position: relative;
width: 1000px;
2012-01-21 02:56:33 +00:00
/* */
2011-12-17 00:39:52 +00:00
border: 1px solid red;
2012-01-21 02:56:33 +00:00
/* */
2011-12-17 00:39:52 +00:00
}
#main {
position: absolute;
width: 100%;
top: 26px;
2012-01-21 02:56:33 +00:00
bottom: 216px;
border: 1px solid black;
}
#game_list {
height: 100%;
width: 100%;
overflow: auto;
}
2012-01-20 05:19:55 +00:00
.template {
2012-01-18 04:37:09 +00:00
display: none;
}
.gamelist_lobby {
width: 32%;
height: 100px;
float: left;
border: 1px solid black;
margin: 4px;
}
.gamelist_lobby_left {
width: 74%;
height: 100%;
float: left;
}
.gamelist_lobby_right {
border-left: 1px solid black;
width: 25%;
height: 100%;
float: right;
}
.gamelist_lobby_join {
width: 100%;
height: 100%;
}
.gamelist_lobby_status {
float: right;
}
2012-01-18 04:37:09 +00:00
.gamelist_lobby_status_joinable {
color: green;
}
.gamelist_lobby_status_unjoinable {
color: #c0c0c0;
}
#chat_area {
2012-01-21 00:11:59 +00:00
width: 50%;
height: 215px;
border: 0px;
position: absolute;
bottom: 0px;
2012-01-21 02:56:33 +00:00
right: -2px;
}
2011-12-17 00:39:52 +00:00
#log {
2012-01-21 00:11:59 +00:00
width: 100%;
height: 198px;
2011-12-17 00:39:52 +00:00
border: 1px solid black;
position: absolute;
bottom: 17px;
2011-12-17 00:39:52 +00:00
right: 0px;
overflow: auto;
}
#chat {
border: 1px solid black;
2012-01-21 00:11:59 +00:00
left: -4px;
right: 46px;
height: 17px;
position: absolute;
bottom: -1px;
padding: 0px;
}
#chat_submit {
width: 50px;
height: 19px;
position: absolute;
2012-01-21 00:11:59 +00:00
right: -1px;
bottom: -1px;
margin: 0px;
padding: 0px;
}
2011-12-17 00:39:52 +00:00
span.error {
color: red;
}
span.debug {
color: blue;
}
.card {
width: 200px;
height: 200px;
border: 1px solid gray;
padding: 15px;
2012-01-22 01:34:18 +00:00
/*
position: absolute;
bottom: 0px;
*/
font-family: Arial, Verdana, san-serif;
font-size: 16pt;
2012-01-22 01:34:18 +00:00
float: left;
zoom: .35;
}
.blackcard {
background: #231f20;
color: white;
}
.whitecard {
background: white;
color: black;
}
.cah {
position: absolute;
bottom: 0px;
left: 0px;
margin: 15px;
}
.hide {
display: none;
}
2012-01-22 01:34:18 +00:00
.game {
height: 100%;
width: 100%;
background: #c0c0c0;
position: relative;
}
.header {
position: absolute;
top: 0px;
left: 0px;
}
.game_hand {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
height: 33%;
border-top: 1px solid black;
}
.game_hand_cards {
position: absolute;
bottom: 0px;
height: 100%;
}
.card_holder {
float: left;
position: relative;
}