mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
forum chak 추가
This commit is contained in:
parent
b00771c13e
commit
9984d123ee
47 changed files with 183 additions and 23 deletions
|
|
@ -908,6 +908,9 @@ margin-bottom: 10px;
|
|||
text-decoration: none;
|
||||
color: #666;
|
||||
}
|
||||
.x>.header>.account>ul>li.forum-chak>a {
|
||||
color: #FFF;
|
||||
}
|
||||
.x>.header>.account>ul>li>a:hover,
|
||||
.x>.header>.account>ul>li>a:focus {
|
||||
text-decoration: underline;
|
||||
|
|
@ -2387,3 +2390,33 @@ html[lang="mn"] .x .g11n.active>[disabled],
|
|||
height: 1px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
.admin-forum-container {
|
||||
clear: both;
|
||||
margin: 10px 5px;
|
||||
border: 0 solid #ddd;
|
||||
}
|
||||
.admin-forum-container.activated-forum {
|
||||
margin-top: 30px;
|
||||
padding: 15px;
|
||||
background-color: #fbfbfb;
|
||||
border-width: 3px 0;
|
||||
}
|
||||
.admin-forum-container .open-forum {
|
||||
display: inline-block;
|
||||
padding: 15px;
|
||||
padding-left: 60px;
|
||||
color: #0088cc;
|
||||
font-size: 14px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
text-decoration: none;
|
||||
background-image: url('../img/chak_c.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center left;
|
||||
}
|
||||
.admin-forum-container .open-forum:hover,
|
||||
.admin-forum-container .open-forum:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue