Template:Hidden begin/styles.css: Difference between revisions
Appearance
NeonWabbit (talk | contribs) Created page with "→{{pp-template}}: .hidden-begin { box-sizing: border-box; width: 100%; padding: 5px; border: none; font-size: 95%; } .hidden-title { font-weight: bold; line-height: 1.6; text-align: left; } .hidden-content { text-align: left; }" |
NeonWabbit (talk | contribs) No edit summary |
||
| Line 16: | Line 16: | ||
.hidden-content { | .hidden-content { | ||
text-align: left; | text-align: left; | ||
} | |||
/* [[phab:T360582]] */ | |||
@media all and ( max-width: 500px ) { | |||
.hidden-begin { | |||
width: auto !important; | |||
clear: none !important; | |||
float: none !important; | |||
} | |||
} | } | ||
Latest revision as of 18:19, 3 July 2025
/* {{pp-template}} */
.hidden-begin {
box-sizing: border-box;
width: 100%;
padding: 5px;
border: none;
font-size: 95%;
}
.hidden-title {
font-weight: bold;
line-height: 1.6;
text-align: left;
}
.hidden-content {
text-align: left;
}
/* [[phab:T360582]] */
@media all and ( max-width: 500px ) {
.hidden-begin {
width: auto !important;
clear: none !important;
float: none !important;
}
}