Module:Documentation/styles.css: Difference between revisions

mNo edit summary
m 1 revision imported
Tags: Mobile edit Mobile web edit
 
(6 intermediate revisions by 4 users not shown)
Line 3: Line 3:
border: 1px solid #ccc;
border: 1px solid #ccc;
padding: 0.8em 1em 0.7em;
padding: 0.8em 1em 0.7em;
margin-top: 1em;
margin: 1em 0;
clear: both;
clear: both;
}
}
Line 36: Line 36:
}
}


.documentation #documentation-header-tools {
.documentation .documentation-header-tools {
     float: right;
     float: right;
     margin-left: 2em;
     margin-left: 2em;
Line 78: Line 78:
body.wgl-theme-dark .documentation-noDoc .documentation-header-bottom {
body.wgl-theme-dark .documentation-noDoc .documentation-header-bottom {
background-color: hsl(0, 0%, 12%);
background-color: hsl(0, 0%, 12%);
}
@media screen and (max-width: 480px) {
    .documentation .documentation-header-tools {
        float: none;
        margin-left: 0;
        display: block;
    }
}
}


/*
/*
[[Category:Template styles]]
[[Category:Template styles]]
[[ja:モジュール:Documentation/styles.css]]
[[uk:Модуль:Документація/styles.css]]
[[zh:Module:Documentation/styles.css]]
[[zh:Module:Documentation/styles.css]]
*/
*/