사용자:Lastorder/liberty.css: 두 판 사이의 차이

편집 요약 없음
잔글편집 요약 없음
1번째 줄: 1번째 줄:
/*
/*
LibertyFix v0.0.1
LibertyFix v0.0.2
*/
*/



2015년 12월 27일 (일) 11:35 판

/*
LibertyFix v0.0.2
*/

/*
버그 수정
*/

/* 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 {
background: #4188f1;
background: -moz-linear-gradient(left, #4188f1 0%, #41f08d 85%, #41f08d 90%, #009900 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #4188f1), color-stop(85%, #41f08d), color-stop(90%, #41f08d), color-stop(100%, #009900));
background: -webkit-linear-gradient(left, #4188f1 0%, #41f08d 85%, #41f08d 90%, #009900 100%);
background: -o-linear-gradient(left, #4188f1 0%, #41f08d 85%, #41f08d 90%, #009900 100%);
background: -ms-linear-gradient(left, #4188f1 0%, #41f08d 85%, #41f08d 90%, #009900 100%);
background: linear-gradient(to right, #4188f1 0%, #41f08d 85%, #41f08d 90%, #009900 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4188f1', endColorstr='#009900', GradientType=1 );
}
/* 나무
.Liberty .nav-wrapper .navbar .navbar-brand {
    height: 2.8rem;
    width: 9rem;
    background: transparent url(//namu.wiki/img/namuwiki_logo_kor_white_small.png) no-repeat scroll left center/auto 3rem;
    padding: 0;
    margin: 0;
}

.Liberty .nav-wrapper {
    background-color: #008275;
}

.Liberty .nav-wrapper .navbar .form-inline .btn:hover, .Liberty .nav-wrapper .navbar .form-inline .btn:focus {
    background-color: #008275;
}
*/
/* 리베
.Liberty .nav-wrapper .navbar .navbar-brand {
    height: 2.8rem;
    width: 15rem;
    background: transparent url(//www.rigvedawiki.net/r1/theme/rigveda2015/imgs/veda-banner3d.png) no-repeat scroll left center/auto 3rem;
    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;
    margin: 0 auto;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link, .Liberty .nav-wrapper .navbar .navbar-login .fa {
    color:black;
}
*/