mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1066 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4addc42763
commit
749344c453
9 changed files with 155 additions and 53 deletions
|
|
@ -1,75 +1,106 @@
|
|||
.login_info_default_normal {
|
||||
.login_plugin {
|
||||
border:3px solid #DDDDDD;
|
||||
padding:6px;
|
||||
width:190px;
|
||||
height:80px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.login_info_default_normal .top_box {
|
||||
.login_plugin .top_box {
|
||||
height:22px;
|
||||
border-bottom:2px dotted #DDDDDD;
|
||||
overflow:hidden;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
.login_info_default_normal .top_box .nick_name {
|
||||
.login_plugin .top_box .nick_name {
|
||||
font-weight:bold;
|
||||
float:left;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
.login_info_default_normal .top_box .logout {
|
||||
.login_plugin .top_box .logout {
|
||||
float:right;
|
||||
}
|
||||
|
||||
.login_info_default_normal .top_box .logout A {
|
||||
.login_plugin .top_box .logout A {
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
.login_info_default_normal .top_box .logout A:hover {
|
||||
.login_plugin .top_box .logout A:hover {
|
||||
font-weight:bold;
|
||||
text-decoration:underline;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
.login_info_default_normal .info_box {
|
||||
|
||||
.login_plugin .info_box {
|
||||
clear:both;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
.login_info_default_normal .info_box A {
|
||||
.login_plugin .info_box A:link {
|
||||
text-decoration:none;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
.login_info_default_normal .info_box .modify_info {
|
||||
.login_plugin .info_box A:visited {
|
||||
text-decoration:none;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
.login_plugin .info_box A:hover {
|
||||
text-decoration:underline;
|
||||
font-weight:bold;
|
||||
letter-spacing:-1px;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
.login_plugin .info_box div {
|
||||
padding-left:15px;
|
||||
margin:0px 0px 4px 0px;
|
||||
}
|
||||
|
||||
.login_plugin .info_box .member_info {
|
||||
background:url("../images/icon_profile.gif") no-repeat left;
|
||||
padding-left:15px;
|
||||
margin-bottom:4px;
|
||||
float:left;
|
||||
width:90px;
|
||||
}
|
||||
|
||||
.login_info_default_normal .info_box .last_login {
|
||||
padding-left:15px;
|
||||
margin-bottom:4px;
|
||||
.login_plugin .info_box .friend_list {
|
||||
background:url("../images/icon_profile.gif") no-repeat left;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.login_info_default_normal .info_box .link_admin {
|
||||
.login_plugin .info_box .message_box {
|
||||
background:url("../images/icon_profile.gif") no-repeat left;
|
||||
float:left;
|
||||
width:90px;
|
||||
}
|
||||
|
||||
.login_plugin .info_box .link_admin {
|
||||
background:url("../images/icon_key.gif") no-repeat left;
|
||||
padding-left:15px;
|
||||
margin-bottom:4px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.login_info_default_normal .info_box .link_admin A {
|
||||
.login_plugin .info_box .link_admin A {
|
||||
color:#cd0000;
|
||||
}
|
||||
|
||||
.login_info_default_normal .login_box {
|
||||
.login_plugin .info_box .last_login {
|
||||
clear:left;
|
||||
padding-left:15px;
|
||||
margin-bottom:4px;
|
||||
}
|
||||
|
||||
|
||||
.login_plugin .login_box {
|
||||
height:40px;
|
||||
}
|
||||
|
||||
.login_info_default_normal .header {
|
||||
.login_plugin .header {
|
||||
float:left;
|
||||
clear:left;
|
||||
width:80px;
|
||||
|
|
@ -78,32 +109,44 @@
|
|||
color:#555555;
|
||||
}
|
||||
|
||||
.login_info_default_normal .body {
|
||||
.login_plugin .body {
|
||||
float:left;
|
||||
width:100px;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
.login_info_default_normal .body input {
|
||||
.login_plugin .body .input {
|
||||
width:90px;
|
||||
height:13px;
|
||||
border:1px solid #AAAAAA;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
.login_info_default_normal .button_area {
|
||||
.login_plugin .body label {
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.login_plugin .button_area {
|
||||
clear:both;
|
||||
height:20px;
|
||||
margin-top:5px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.login_info_default_normal .button_area input {
|
||||
width:90px;
|
||||
.login_plugin .button_area .submit_button {
|
||||
width:80px;
|
||||
height:18px;
|
||||
border:1px solid #AAAAAA;
|
||||
background-color:#555555;
|
||||
color:#FFFFFF;
|
||||
font-weight:bold;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.login_plugin .button_area .signup_button {
|
||||
width:80px;
|
||||
height:18px;
|
||||
border:1px solid #555555;
|
||||
background-color:#FFFFFF;
|
||||
color:#000000;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue