வார்ப்புரு:Infobox/Pictogramme/map.css: திருத்தங்களுக்கு இடையிலான வேறுபாடு
Jump to navigation
Jump to search
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
Ruban (பேச்சு | பங்களிப்புகள்) "→Minimal rule: applies to all <body> elements: body { margin: 0; }"-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது |
Ruban (பேச்சு | பங்களிப்புகள்) No edit summary |
||
| வரிசை 1: | வரிசை 1: | ||
/* {{pp-template}} */ |
|||
/* Minimal rule: applies to all <body> elements */ |
|||
.hidden-begin { |
|||
body { margin: 0; } |
|||
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; |
|||
} |
|||
} |
|||
08:32, 23 ஏப்பிரல் 2026 இல் நிலவும் திருத்தம்
/* {{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;
}
}