사용자:다메즈마/common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
4번째 줄: 4번째 줄:
background: #FFF url("https://librewiki.net/images/5/55/%EC%9D%B4%EB%82%98%EC%A6%88%EB%A7%88_%ED%95%A8%EB%8C%80_%EC%BD%9C%EB%A0%89%EC%85%98.png") no-repeat fixed right center / contain;font-weight:400;
background: #FFF url("https://librewiki.net/images/5/55/%EC%9D%B4%EB%82%98%EC%A6%88%EB%A7%88_%ED%95%A8%EB%8C%80_%EC%BD%9C%EB%A0%89%EC%85%98.png") no-repeat fixed right center / contain;font-weight:400;
font-family:"noto sans cjk kr","noto sans cjk jp" !important;
font-family:"noto sans cjk kr","noto sans cjk jp" !important;
}
pre
{
font-family:"noto sans mono cjk kr","noto sans mono cjk jp" !important;
}
}
.table-dynamic-sizeing{
.table-dynamic-sizeing{

2016년 8월 23일 (화) 01:25 기준 최신판

html ,body
{
background: #FFF url("https://librewiki.net/images/5/55/%EC%9D%B4%EB%82%98%EC%A6%88%EB%A7%88_%ED%95%A8%EB%8C%80_%EC%BD%9C%EB%A0%89%EC%85%98.png") no-repeat fixed right center / contain;font-weight:400;
font-family:"noto sans cjk kr","noto sans cjk jp" !important;
}
pre
{
font-family:"noto sans mono cjk kr","noto sans mono cjk jp" !important;
}
.table-dynamic-sizeing{
width:100%;
}
@media (max-width:768px){
.table-dynamic-sizeing td, .table-dynamic-sizeing th{
display: block;
width:100%;
}
}
@media (min-width:769px){
table.float-left{
float:left;
}
table.float-right{
float:right;
}
}
@media (max-width:768px){
table.float-right{
width:100%;
}
table.float-left{
width:100%;
}
}