"سانچہ:Hidden begin/styles.css" کے نسخوں کے درمیان فرق
Appearance
Arsait (تبادلۂ خیال | شراکتیں) م 1 revision imported from enwiki:Template:Hidden_begin/styles.css ٹیگ: موبائل ترمیم موبائل ویب ترمیم |
|
(کوئی فرق نہیں)
|
حالیہ نسخہ بمطابق 23:20، 2 مارچ 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;
}
}