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

잔글편집 요약 없음
잔글편집 요약 없음
1번째 줄: 1번째 줄:
/* @import url('https://libre.lastorder.xyz/common.css'); */
// 리브레 위키 CSS 오류 임시 수정
@import url('https://libre.lastorder.xyz/common.css');
 
/* body, h1, h2, h3, h4, h5, h6 { font-family : "나눔고딕", "Nanum Gothic", "맑은 고딕", "Malgun Gothic", sans-serif, Tahoma; } */
/* body, h1, h2, h3, h4, h5, h6 { font-family : "나눔고딕", "Nanum Gothic", "맑은 고딕", "Malgun Gothic", sans-serif, Tahoma; } */



2016년 9월 1일 (목) 18:54 판

// 리브레 위키 CSS 오류 임시 수정
@import url('https://libre.lastorder.xyz/common.css');

/* body, h1, h2, h3, h4, h5, h6 { font-family : "나눔고딕", "Nanum Gothic", "맑은 고딕", "Malgun Gothic", sans-serif, Tahoma; } */

/* 리브레♥그라디언트 for PC */
@media (min-width:1024px){
    .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 );
    }
}