사용자:Zhuny/common.css

< 사용자:Zhuny
Zhuny (토론 | 기여)님의 2015년 10월 28일 (수) 21:02 판

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* 보라색으로 떡칠되어있습니다. 사용시 주의가 필요합니다. 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;
}