Module:Documentation/styles.css: Difference between revisions

mNo edit summary
m 1 revision imported
Tags: Mobile edit Mobile web edit
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
/* [[Category:Template styles]] */
.documentation {
.documentation {
background-color: hsl(215, 75%, 92%);
background-color: hsl(215, 75%, 92%);
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 37: Line 36:
}
}


.documentation #documentation-header-tools {
.documentation .documentation-header-tools {
     float: right;
     float: right;
     margin-left: 2em;
     margin-left: 2em;
Line 80: Line 79:
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]]
[[ja:モジュール:Documentation/styles.css]]
[[uk:Модуль:Документація/styles.css]]
[[zh:Module:Documentation/styles.css]]
*/