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

(ref예뻐졌네요)
잔글편집 요약 없음
 
(같은 사용자의 중간 판 16개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 보라색으로 떡칠되어있습니다. 사용시 주의가 필요합니다. made by zhuny */
body {
/* 사용하고 싶으신 분들이 얼마나 있겠냐만 서도 사용하실 때 [[zhuny]]닉만 적어주세요 */
     font-family: sans-serif!important;
 
/* 상단 전체 */
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;
    border-radius: 10px;
}
}

2016년 1월 17일 (일) 23:46 기준 최신판

body {
    font-family: sans-serif!important;
}