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

잔글 (리버티 스킨 테스트를 위해 커스텀 제거)
편집 요약 없음
1번째 줄: 1번째 줄:
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; }
/* 리브레♥그라디언트 */
.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 );
}

2016년 1월 4일 (월) 09:45 판

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

/* 리브레♥그라디언트 */
.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 );
}