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

잔글편집 요약 없음
잔글편집 요약 없음
87번째 줄: 87번째 줄:
p {
p {
     text-indent: 1.5em;
     text-indent: 1.5em;
}
/* 문단 안에 이미지 있을 때, 되돌리기 */
p > a.image {
    margin-left: -1.5em;
}
}

2015년 10월 28일 (수) 21:02 판

/* 보라색으로 떡칠되어있습니다. 사용시 주의가 필요합니다. 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;
}

/* 문단 첫번째 줄 들여쓰기 */
p {
    text-indent: 1.5em;
}

/* 문단 안에 이미지 있을 때, 되돌리기 */
p > a.image {
    margin-left: -1.5em;
}