사용자:Lastorder/liberty.css

< 사용자:Lastorder
Lastorder (토론 | 기여)님의 2015년 12월 26일 (토) 15:44 판

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

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/*
LibertyFix v0.0.1
*/

/*
버그 수정
*/

/* Noto sans 웹폰트에 bold 적용시 가독성이 매우 떨어짐으로 변경 */
body, h1, h2, h3, h4, h5, h6 {
    font-family : "나눔고딕", "Nanum Gothic", "맑은 고딕", "Malgun Gothic", sans-serif, Tahoma;
}

/* 체크박스 및 라디오 입력이 보이지 않는 문제점 수정 */
html input[type=checkbox] {
    -webkit-appearance : checkbox;
}
html input[type=radio] {
    -webkit-appearance : radio;
}

/* selectbox가 이상하게 보이는 문제점 수정 */
select {
    -webkit-appearance : menulist;
}

/* 편집 완료 메세지가 가져지는 문제 수정 */
.postedit-container {
    margin-top:50px;
    z-index:1005;
}

/* 모바일 환경에서 폭이 넓은 표가 있을 경우 넘칠 수 있는 문제 수정 */
.liberty-content-main {
    overflow-x: scroll;
}

/* 이외 ㅋㅋ */
.Liberty .nav-wrapper .navbar .navbar-brand {
    height: 2.8rem;
    width: 6.6rem;
    background: transparent url(//www.rigvedawiki.net/r1/theme/rigveda2015/imgs/veda-banner3d.png) no-repeat scroll left center/auto 1.9rem;
    padding: 0;
    margin: 0;
}
.Liberty .nav-wrapper {
    width: 100%;
    height: 42px;
    background-color: #ECECEC;
    background-repeat: repeat-x;
    border-top: 0px solid #D4D4D4;
    border-bottom: 1px solid #C7C5C5;
    position: relative;
    color:black;
    box-shadow: none;
}
.Liberty .nav-wrapper .navbar {
height: 42px;
    position: relative;
    max-width: 81.5%;
    margin: 0 auto;
}