Maple+テーマ

このテーマはmapleテーマの拡張テーマです。

+ページ要素
太字斜体取り消し

うわぁ。タブ。

@charset"UTF-8";
 
#header{
    background: url("http://uneidrca.wdfiles.com/local--files/file%3Alogo/logo.svg") 15px 40px no-repeat;
    background-size: 6rem;
}
@media(max-width:580px)and(min-width:480px){
    #header{
        background-position: 0.5em 4.5em;
        background-size: 66px 66px;
    }
}
 
@media(max-width:479px){
    #header{
        background-position: 0 5.5em;
        background-size: 55px 55px;
    }
}
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License