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

잔글편집 요약 없음
편집 요약 없음
17번째 줄: 17번째 줄:
{
{
background-color: #407746;
background-color: #407746;
}
@media screen and (max-width: 800px){
div.tright, div.floatright, table.floatright {float:none;clear:both}
div.tleft, div.floatleft, table.floatleft {float:none;clear:both}
}
}

2015년 7월 23일 (목) 17:18 판

body { 
font-size: 14px;
font-family: 'Noto Sans';
}

#libre_right_toc {
max-height: 600px;
}

@media print {
   a[href]:after {
     content: normal;
   }
}

html ,body
{
background-color: #407746;
}