사용자:Zhuny/common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
81번째 줄: 81번째 줄:
#libre_right_toc {
#libre_right_toc {
   max-height: 250px;
   max-height: 250px;
}
@media print {
  a[href]:after {
    content: normal;
  }
}
}

2015년 8월 25일 (화) 22:30 판

/* 보라색으로 떡칠되어있습니다. 사용시 주의가 필요합니다. made by zhuny */
/* 사용하고 싶으신 분들이 얼마나 있겠냐만 서도 사용하실 때 [[zhuny]]닉만 적어주세요 */

/* 상단 전체 */
ul.libre_navbar_menu > li {
   background: #c9f;
}
/* 상단 각 메뉴 */
nav.libre_navbar {
   background: #b8e;
}
/* 상단 메뉴 마우스 오버 */
.libre_navbar_menu>li>a:hover, 
.libre_navbar_menu>li>a:focus {
   background-color: #a7f!important;
}
/* 상단 메뉴의 하위목록 */
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
   background-color: #d9f;
}

/* 버튼 */
.libre_content_tools>li>a,
input[type="button"], 
input[type="submit"]{
   background: #caf;
   border-color: #b9f;
}

/* 버튼 마우스 오버 */
.libre_content_tools>li>a:hover,
.libre_content_tools>li>a:focus{
   background-color: #bf9fff;
    border-color: #a8a;
}

/* 진한버튼 */
.libre_content_tools>li.thick>a{
    background-color: #b090f0;
    border-color: #a8a;
}

/* 진한버튼 마우스 오버 */
.libre_content_tools>li.thick>a:hover{
    background: #86b;
    border-color: #868;
}


.block-head {
    background: #a6f !important;
    color: #73c !important;
}
.column-head {
    background: #95e !important;
    color: #62b !important;
}

/* ref drawer */
div#reference-drawer {
    max-width: 300px;
    background-color: #304;
    color: #ddd;
    border: 2px solid!important;
    border-radius: 10px!important;
    font-size : 0.8em!important;
}

/* 올리는 버튼 */
.top_scroll {
    bottom: auto;
    right: auto;
    top: 100px;
    left: 0px;
}
.top_s_btn {
    background-color: #a5f;
}

#libre_right_toc {
  max-height: 250px;
}