Files
chocomae/src/web/css/maestro_main.css
T
2018-07-05 17:03:44 +09:00

119 lines
1.5 KiB
CSS

@charset "utf-8";
<style type="text/css">
.login {
background-color: #ff0000;
padding: 20px;
}
.register {
background-color: #0000ff;
padding: 20px;
}
.hide {
display: none;
}
#section_add_player {
overflow: hidden;
}
#add_player {
float: left;
line-height: 2em;
width: 400px;
padding: 10px;
background-color: #aaaaff;
}
#player_list_result {
float: right;
line-height: 2em;
width: 600px;
padding: 10px;
background-color: #ffaaaa;
}
#player_list_result_contents {
vertical-align: top;
}
.player_list {
list-style: none;
}
.player_list > li > span {
line-height: normal;
}
.player_list > li > .player_id {
display: none;
}
.player_list .player_id {
background-color: #ffffff;
}
.player_list .player_name {
width: 200px;
background-color: #ffdddd;
}
.player_list .player_entercode {
width: 200px;
background-color: #ddffdd;
}
.player_list .player_update {
width: 200px;
background-color: #ddddff;
}
.player_list_navigator {
text-align: center;
}
.player_list_navigator > span {
line-height: normal;
}
.player_list_navigator > span > a {
cursor: pointer;
}
#search_player {
overflow: hidden;
}
#search_player_name {
float: left;
line-height: 2em;
width: 400px;
padding: 10px;
background-color: #aaaaff;
}
#search_result {
float: right;
line-height: 2em;
width: 600px;
padding: 10px;
background-color: #ffaaaa;
}
/*
#mouse_app_list {
overflow: hidden;
}
*/
.activate_app_checkbox {
width: 200px;
height: 200px;
}
</style>