mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
39 lines
527 B
CSS
39 lines
527 B
CSS
@charset "utf-8";
|
|
|
|
#admin_title {
|
|
font-size:20pt;
|
|
font-weight:bold;
|
|
float:left;
|
|
height:30px;
|
|
}
|
|
|
|
#admin_sub_menu{
|
|
float:right;
|
|
height:30px;
|
|
}
|
|
|
|
#admin_main_menu {
|
|
clear:both;
|
|
text-align:right;
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
#admin_main_menu .selected {
|
|
font-weight:bold;
|
|
}
|
|
|
|
#admin_module_info {
|
|
border:1px solid #EEEEEE;
|
|
padding:5px;
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
#admin_module_info a {
|
|
color:#000000;
|
|
font-weight:bold;
|
|
text-decoration:none;
|
|
}
|
|
|
|
#admin_content {
|
|
clear:both;
|
|
}
|