மீடியாவிக்கி:Vector.css: திருத்தங்களுக்கு இடையிலான வேறுபாடு

தமிழர்விக்கியிலிருந்து
Jump to navigation Jump to search
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
No edit summary
No edit summary
 
வரிசை 1: வரிசை 1:
/**
/* All CSS here will be loaded for users of the Vector skin */
* Skin Vector Max Width, see skinVectorWidthWrapper::onAfterFinalPageOutput
.infobox {
**/
background: #eee;
#skin-vector-maxwidth-wrapper {
border: 1px solid #aaa;
float: right;
position: relative;
margin: 0 0 1em 1em;
margin-left: auto;
padding: 1em;
margin-right: auto;
width: 400px;
max-width: 1460px;
}
}

.infobox-title {
html,
font-size: 2em;
body {
text-align: center;
background-position: top left;
background-repeat: repeat-x;
background-size: 100% 5em;
background-image: url(/skins/Vector/images/page-fade.png);
background-color: #f6f6f6;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#ffffff),color-stop(100%,#f6f6f6));
background-image: -webkit-linear-gradient(top,#ffffff 50%,#f6f6f6 100%);
background-image: -moz-linear-gradient(top,#ffffff 50%,#f6f6f6 100%);
background-image: linear-gradient(#ffffff 50%,#f6f6f6 100%);
}
}

.infobox-image {
@media print {
text-align: center;
#skin-vector-maxwidth-wrapper {
}
position: relative;
.infobox-table th {
text-align: right;
margin-left: 0;
vertical-align: top;
margin-right: 0;
width: 120px;
max-width: 100%;
}
}
.infobox-table td {
html,
vertical-align: top;
body {
background:none;
}
}
}

/**
* Skin Vector Max Width: fix the position of:
* personal user menu
* search bar
* add right blue border
**/
#p-personal { right: 3pt; }
#p-search { margin-right: 3pt; }
.mw-body { border-right: 1px solid #A7D7F9; }


#bodyContent {
#bodyContent {

07:04, 31 அக்டோபர் 2025 இல் கடைசித் திருத்தம்

/**
 * Skin Vector Max Width, see skinVectorWidthWrapper::onAfterFinalPageOutput
**/
#skin-vector-maxwidth-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1460px;
}

html,
body {
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 100% 5em;
    background-image: url(/skins/Vector/images/page-fade.png);
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#ffffff),color-stop(100%,#f6f6f6));
    background-image: -webkit-linear-gradient(top,#ffffff 50%,#f6f6f6 100%);
    background-image: -moz-linear-gradient(top,#ffffff 50%,#f6f6f6 100%);
    background-image: linear-gradient(#ffffff 50%,#f6f6f6 100%);
}

@media print {
	#skin-vector-maxwidth-wrapper {
	    position: relative;
	    margin-left: 0;
	    margin-right: 0;
	    max-width: 100%;
	}
	
	html,
	body {
	    background:none;
	}
}

/**
 * Skin Vector Max Width: fix the position of:
 *    personal user menu
 *    search bar
 *    add right blue border
**/
#p-personal { right: 3pt; }
#p-search { margin-right: 3pt; }
.mw-body { border-right: 1px solid #A7D7F9; }

#bodyContent {
  font-size: 0.81em;
  max-width:1000px;
   position: relative;
    margin-left: auto;
    margin-right: auto;
}
"https://tamilar.wiki/w/index.php?title=மீடியாவிக்கி:Vector.css&oldid=331448" இலிருந்து மீள்விக்கப்பட்டது