aboutsummaryrefslogtreecommitdiffstats
path: root/toj/jcs/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'toj/jcs/index.css')
-rwxr-xr-x[-rw-r--r--]toj/jcs/index.css23
1 files changed, 10 insertions, 13 deletions
diff --git a/toj/jcs/index.css b/toj/jcs/index.css
index e784785..16da330 100644..100755
--- a/toj/jcs/index.css
+++ b/toj/jcs/index.css
@@ -8,7 +8,7 @@ div.index_head_box{
position:fixed;
top:0px;
left:0px;
- z-index:1;
+ z-index:100;
}
div.index_head{
width:1224px;
@@ -101,27 +101,24 @@ div.index_head_box > div.nickname > a:hover.nickname{
div.index_panel_box{
width:0px;
- position:fixed;
+ background-color:#1C1C1C;
+ opacity:0;
+ position:absolute;
left:auto;
right:0px;
top:32px;
- overflow:hidden;
- z-index:110;
+ overflow-x:hidden;
+ z-index:100;
}
ul.index_panel{
width:240px;
- height:100%;
margin:0px 0px;
- padding:0px 0px;
- background-color:#1C1C1C;
- opacity:0;
- position:absolute;
+ padding:0px 0px 64px 0px;
+ position:relative;
left:auto;
- right:-240px;
+ right:0px;
top:0px;
- z-index:2;
overflow-x:hidden;
- overflow-y:auto;
list-style:none;
}
ul.index_panel > li.button{
@@ -184,7 +181,7 @@ div.index_mask{
position:absolute;
top:0px;
left:0px;
- z-index:3;
+ z-index:1000;
display:none;
}
div.index_mask_nopbox{