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

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
  @import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
  @import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);


body {  
<!--body {  
  font-family: 'Noto Sans KR'
  font-family: 'Noto Sans KR'
}
}-->


#libre_right_toc {
#libre_right_toc {
14번째 줄: 14번째 줄:
   }
   }
}
}
 
<!--
html ,body
html ,body
{
{
background-color: #407746;
background-color: #407746;
}
}-->


<!-- 테스트 -->
<!-- 테스트 -->

2015년 12월 30일 (수) 01:13 판

 @import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

<!--body { 
 font-family: 'Noto Sans KR'
}-->

#libre_right_toc {
max-height: 580px;
}

@media print {
   a[href]:after {
     content: normal;
   }
}
<!--
html ,body
{
background-color: #407746;
}-->

<!-- 테스트 -->