"മീഡിയവിക്കി:Common.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
(ചെറിയ മാറ്റം) |
(ആവശ്യമില്ലാത്തവ നീക്കം ചെയ്തു) |
||
| വരി 1: | വരി 1: | ||
/* CSS placed here will be applied to all skins | /* CSS placed here will be applied to all skins | ||
<source lang="css"> */ | <source lang="css"> */ | ||
/* പ്രധാന താളിലെ “സ്കൂള് വിക്കി“ എന്ന തലക്കെട്ട് ഒഴിവാകാന് | /* പ്രധാന താളിലെ “സ്കൂള് വിക്കി“ എന്ന തലക്കെട്ട് ഒഴിവാകാന് | ||
To remove Main page title */ | To remove Main page title */ | ||
body.page-സ്കൂള്_വിക്കി h1.firstHeading { display:none; } | body.page-സ്കൂള്_വിക്കി h1.firstHeading { display:none; } | ||
| വരി 10: | വരി 10: | ||
/* പട്ടിക, wikitable, prettytable എന്ന ക്ലാസ്സിന്റെ ക്രമീകരണങ്ങള് | /* പട്ടിക, wikitable, prettytable എന്ന ക്ലാസ്സിന്റെ ക്രമീകരണങ്ങള് | ||
wikitable/prettytable/പട്ടിക class for skinning normal tables */ | wikitable/prettytable/പട്ടിക class for skinning normal tables */ | ||
table.wikitable, | table.wikitable, | ||
table.prettytable, | table.prettytable, | ||
| വരി 43: | വരി 42: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| വരി 209: | വരി 209: | ||
.allpagesredirect {background-color:#F0F0F0;font-style: italic;font-size: 90%} | .allpagesredirect {background-color:#F0F0F0;font-style: italic;font-size: 90%} | ||
/* സേവ് കടുപ്പത്തില് കാണിക്കുവാന് */ | |||
#wpSave { | #wpSave { | ||
font-weight: bold; | font-weight: bold; | ||
| വരി 329: | വരി 315: | ||
.mw-plusminus-neg { | .mw-plusminus-neg { | ||
color:darkred; | color:darkred; | ||
} | } | ||
20:16, 1 നവംബർ 2009-നു നിലവിലുണ്ടായിരുന്ന രൂപം
/* CSS placed here will be applied to all skins
<source lang="css"> */
/* പ്രധാന താളിലെ “സ്കൂള് വിക്കി“ എന്ന തലക്കെട്ട് ഒഴിവാകാന്
To remove Main page title */
body.page-സ്കൂള്_വിക്കി h1.firstHeading { display:none; }
/* പട്ടിക, wikitable, prettytable എന്ന ക്ലാസ്സിന്റെ ക്രമീകരണങ്ങള്
wikitable/prettytable/പട്ടിക class for skinning normal tables */
table.wikitable,
table.prettytable,
table.പട്ടിക {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td,
table.പട്ടിക th, table.പട്ടിക td,
{
border: 1px #aaa solid;
padding: 0.2em;
}
table.wikitable th,
table.prettytable th,
table.പട്ടിക th {
background: #f2f2f2;
text-align: center;
}
table.wikitable caption,
table.prettytable caption,
table.പട്ടിക caption
{
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
/* default skin for navigation boxes */
table.navbox { /* navbox container style */
border:1px solid #aaa;
width:100%;
margin:auto;
clear:both;
font-size:88%;
text-align:center;
padding:1px;
}
table.navbox + table.navbox {
margin-top:-1px; /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
text-align:center; /* title and above/below styles */
padding-left:1em;
padding-right:1em;
}
.navbox-group { /* group style */
white-space:nowrap;
text-align:right;
font-weight:bold;
padding-left:1em;
padding-right:1em;
}
.navbox, .navbox-subgroup {
background:#fdfdfd; /* Background color */
}
.navbox-list {
border-color:#fdfdfd; /* Must match background color */
}
.navbox-title, table.navbox th {
background:#ccccff; /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
background:#ddddff; /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
background:#e6e6ff; /* Level 3 color */
}
.navbox-even {
background:#f7f7f7; /* Even row striping */
}
.navbox-odd {
background:transparent; /* Odd row striping */
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: right; /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised. */
text-align: right;
width: auto;
}
.navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
width: 6em; /* [[Template:Tnavbar]], so they need to be the same width. */
}
/* Infobox template style */
.infobox {
border: 1px solid #aaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
@media print {
.infobox.sisterproject {
display: none;
}
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
border: 0;
border-right: 1px solid #aaa;
}
/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
.infobox.geography {
text-align: left;
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
.infobox.geography td,
.infobox.geography th {
border-top: solid 1px #aaa;
padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: solid 1px #aaa;
padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
border: 0;
padding: 0 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: solid 1px #aaa;
padding: 0 0.6em 0.4em 0.6em;
}
.infobox.geography .maptable td,
.infobox.geography .maptable th {
border: 0;
padding: 0;
}
/* Style for "notices" */
.notice {
margin: 1em;
padding: 0.2em;
}
/* [[പ്രത്യേകം:എല്ലാതാളുകളും]] എന്ന താളില് തിരിച്ചുവിടല് താളുകളുകളുടെ പേര് ചെരിച്ചെഴുതി ഐക്കണ് സഹിതം കാണുവാന് Makes redirects appear in italics on [[Special:Allpages]] */
.allpagesredirect a { background: url(http://upload.wikimedia.org/wikipedia/ml/5/5c/Allpagesredirect.gif) center left no-repeat; padding-left: 13px; }
.allpagesredirect {background-color:#F0F0F0;font-style: italic;font-size: 90%}
/* സേവ് കടുപ്പത്തില് കാണിക്കുവാന് */
#wpSave {
font-weight: bold;
}
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
display: inline ! important;
color: #f00;
background-color: #0f0;
}
/* Removes underlines from links */
.nounderlines a {
text-decoration: none;
}
/* Remove underline from IPA links */
.IPA a:link, .IPA a:visited {
text-decoration: none;
}
/* Removes useless links from printout */
@media print {
#privacy, #about, #disclaimer {display:none;}
}
#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
.messagebox.small-talk {
width: 238px;
font-size: 85%;
float: right;
clear: both;
margin: 0 0 1em 1em;
line-height: 1.25em;
background: #F8EABA;
}
/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
margin: 0px;
padding: 4px;
border: 1px solid #aaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.Boxmerge div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #fff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
background-color: #ccccff;
position:relative;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
a.NavToggle {
position:absolute;
top:0px;
right:3px;
font-weight:normal;
font-size:smaller;
}
/* Coloured watchlist numbers */
.mw-plusminus-pos {
color:darkgreen;
}
/* .mw-plusminus-null currently at developer default */
.mw-plusminus-neg {
color:darkred;
}
/* Prevents line breaks in links */
.nowraplinks a {
white-space: nowrap;
}
/* For template documentation */
.template-documentation {
clear: both;
margin: 1em 0 0 0;
border: 1px solid #aaa;
background-color: #ecfcf4;
padding: 5px;
}
/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
margin: 0px;
padding: 4px;
border: 1px solid #aaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.Boxmerge div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #fff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
background-color: #ccccff;
position:relative;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
a.NavToggle {
position:absolute;
top:0px;
right:3px;
font-weight:normal;
font-size:smaller;
}