Template:Divhide/styles.css: Difference between revisions
(restored border around box) |
m (+cat) |
||
| Line 24: | Line 24: | ||
} | } | ||
} | } | ||
/*[[Category:Message box templates]]*/ | |||
Latest revision as of 17:47, 26 November 2025
.hidden-begin {
box-sizing: border-box;
width: 100%;
padding: 5px;
border: 1px solid #aaa;
font-size: 95%;
}
.hidden-title {
font-weight: bold;
line-height: 1.6;
text-align: left;
}
.hidden-content {
text-align: left;
}
@media all and ( max-width: 500px ) {
.hidden-begin {
width: auto !important;
clear: none !important;
float: none !important;
}
}
/*[[Category:Message box templates]]*/