|
|
വരി 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%} |
|
| |
|
| .Unicode {
| |
| font-family: Code2000, "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
| |
| font-family /**/:inherit;
| |
| }
| |
| .latinx {
| |
| font-family: Code2000, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
| |
| font-family /**/:inherit;
| |
| }
| |
| .polytonic {
| |
| font-family: Athena, Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
| |
| font-family /**/:inherit;
| |
| }
| |
| .mufi {
| |
| font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo;
| |
| }
| |
|
| |
|
| | /* സേവ് കടുപ്പത്തില് കാണിക്കുവാന് */ |
| #wpSave { | | #wpSave { |
| font-weight: bold; | | font-weight: bold; |
വരി 329: |
വരി 315: |
| .mw-plusminus-neg { | | .mw-plusminus-neg { |
| color:darkred; | | color:darkred; |
| }
| |
|
| |
| .dablink {
| |
| font-style:italic;
| |
| padding-left:2em;
| |
| }
| |
|
| |
| /*</nowiki></pre>*/
| |
|
| |
| /*
| |
| == InterProject ==
| |
| <pre> */
| |
|
| |
| .interProject {
| |
| display:none;
| |
| clear: both;
| |
| border-top: 2px dotted #AAAAAA;
| |
| margin-top: 2em;
| |
| }
| |
|
| |
| /* </pre> */
| |
|
| |
| /*Copying content for adding style elements to some templates like unreferenced*/
| |
|
| |
| /* Article message box styles */
| |
| table.ambox { /* 10% = Will not overlap with other elements */
| |
| margin: -1px 10% 0px; /* -1px = Single border between stacked boxes in all browsers */
| |
| border: 1px solid #aaa;
| |
| border-left: 10px solid #1e90ff; /* Default "notice" blue */
| |
| background: #fbfbfb;
| |
| }
| |
| th.ambox-text, td.ambox-text { /* The message body cell(s) */
| |
| border: none;
| |
| padding: 0.25em 0.5em; /* 0.5em left/right */
| |
| width: 100%; /* Make all templates the same width regardless of text length */
| |
| }
| |
| td.ambox-image { /* The left image cell */
| |
| border: none;
| |
| padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
| |
| text-align: center;
| |
| }
| |
| td.ambox-imageright { /* The right image cell */
| |
| border: none;
| |
| padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
| |
| text-align: center;
| |
| }
| |
|
| |
| table.ambox-notice {
| |
| border-left: 10px solid #1e90ff; /* Blue */
| |
| }
| |
| table.ambox-speedy {
| |
| border-left: 10px solid #b22222; /* Red */
| |
| background: #fee; /* Pink */
| |
| }
| |
| table.ambox-delete,
| |
| table.ambox-serious {
| |
| border-left: 10px solid #b22222; /* Red */
| |
| }
| |
| table.ambox-content {
| |
| border-left: 10px solid #f28500; /* Orange */
| |
| }
| |
| table.ambox-style {
| |
| border-left: 10px solid #f4c430; /* Yellow */
| |
| }
| |
| table.ambox-move,
| |
| table.ambox-merge {
| |
| border-left: 10px solid #9932cc; /* Purple */
| |
| }
| |
| table.ambox-protection {
| |
| border-left: 10px solid #bba; /* Gray-gold */
| |
| }
| |
| table.ambox.ambox-mini { /* Small floating box variant */
| |
| float: right;
| |
| clear: right;
| |
| margin: 0 0 0 1em;
| |
| width: 25%;
| |
| }
| |
| @media print { /* Do not print article message boxes */
| |
| .ambox {
| |
| display: none;
| |
| }
| |
| } | | } |
|
| |
|