மீடியாவிக்கி:Vector.css: திருத்தங்களுக்கு இடையிலான வேறுபாடு
Jump to navigation
Jump to search
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
No edit summary |
No edit summary |
||
| வரிசை 27: | வரிசை 27: | ||
font-size: 0.81em; |
font-size: 0.81em; |
||
max-width:1000px; |
max-width:1000px; |
||
position: relative; |
|||
margin-left: auto; |
|||
margin-right: auto; |
|||
} |
} |
||
06:54, 31 அக்டோபர் 2025 இல் நிலவும் திருத்தம்
/* All CSS here will be loaded for users of the Vector skin */
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox-table th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox-table td {
vertical-align: top;
}
#bodyContent {
font-size: 0.81em;
max-width:1000px;
position: relative;
margin-left: auto;
margin-right: auto;
}