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

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


html ,body
html ,body

2015년 12월 7일 (월) 23:46 판

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

html ,body
{
background: #6699ff 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-family: 'Noto Sans Japanese',sans-serif;
font-weight:400;
}

@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%;
}
}
.libre_left_content,.libre_footer
{
background-color: rgba(255, 255, 255, 0.8);
}