ମିଡ଼ିଆଉଇକି:Common.css

ସୂଚନା: ବଦଳଗୁଡ଼ିକ ଦେଖିବା ପାଇଁ ଆପଣଙ୍କୁ ହୁଏତ ନିଜ ବ୍ରାଉଜର କ୍ୟାସ ବାଇପାସ କରିବାକୁ ପଡ଼ିପାରେ ।

  • Firefox / Safari: Reload ଉପରେ କ୍ଲିକ କରିବା ବେଳେ Shift ଧରି କିମ୍ବା Ctrl-F5 ବା Ctrl-R ଦବାନ୍ତୁ (Macରେ ⌘-R)
  • Google Chrome: Ctrl-Shift-R ଦବାନ୍ତୁ (Macରେ ⌘-Shift-R)
  • Internet Explorer / Edge: Refresh ଉପରେ କ୍ଲିକ କଲା ବେଳେ Ctrl ଧରି ବା Ctrl-F5 ଦବାଇ
  • Opera: Ctrl-F5 ଦବାନ୍ତୁ ।
/** CSS placed here will be applied to all skins */

/* See also [[Special:Mypage/vector.css]], [[MediaWiki:Vector.css]] */

/* make headers include contained floats, so they don't wander around (yes, is magic, it tells the browser the tag is a container) */
h1, h2, h3, h4, h5, h6 {
 width: auto;
}

sup, 
sub { /* prevent odd line-height for raised and lowered characters */
 line-height: 1em;
}

/* and keep links at normal font size/weight, else they inherit the header attributes */
.editsection {
 font-size: 100%;
 font-weight: normal;
}

/* This fixes a bug where certain Tibetan terms are cut off at the bottom... */

#firstHeading { overflow: visible; }

/* Class for links with loudspeaker icon next to them */

.audiolink a {
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/16px-Loudspeaker.svg.png") center left no-repeat !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
}
.audiolink .ogg-player-options {
   border: none;
   white-space: pre;
}

.audiofile{
   padding:0px;
}

.audiofile button{
   cursor:pointer;
   border-width:0px;
   margin:0px;
   padding:0px;
   background-color:white;
   width: 22px !important; // temporary
}

.client-js .audiometa {
   display: none;
}

.client-nojs .audiofile {
    display: none;
}

.translations-columm {
   background-color: #FFFFE0;
   width:48%;
   text-align: left;
   vertical-align: top;
}



/* wikitable is part of core. prettytable is deprecated but still used in some places, until fully replaced: */

table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

/* main page-style boxes */
table.bluebox {
   background: #f9f9ff;
   border: 1px solid #aaaaaa;
   margin-bottom: 0.5em;
   width: 100%;
}
table.bluebox td {
   padding: 0.5em;
}
table.bluebox th {
   background-color: #006699;
   color: #ffffff;
   padding: 0.5em;
}


/* default setting for {{temp|qualifier}}, {{temp|sense}}, {{temp|italbrac}}. (Related classes that can be overridden: .qualifier-comma, .qualifier-content, .ib-brac, .qualifier-brac, .sense-qualifier-colon.) */
.ib-comma { font-style: normal }
.ib-content { font-style: italic }
    .ib-content i, 
    .ib-content em { font-style: normal; }
.context-qualifier-colon { display: none }

/* default setting for Template:seeCites */
.see-cites { }

/* default style for indented "see also" */
.disambig-see-also, .disambig-see-also-2 { text-indent: 2em }

/* default style for mentions outside of "form of" definitions per [[Wiktionary:Votes/2007-10/style for mentioned terms]] */
.mention { font-style:italic }
.mention-Latn { font-style:italic }
.mention-tr { font-style:italic }

/* non-italic and non-bold gloss */
.mention-gloss-double-quote, .mention-gloss-paren, .mention-tr-gloss-separator-comma, .mention-tr-paren, .mention-tr-gloss-separator-comma, .mention-gloss { font-style:normal; font-weight:normal }

/* default style for "form of" definitions */
.use-with-mention { font-style: italic; }
.use-with-mention i { font-style: normal; }
.use-with-mention .mention, .defn-form-of .lemma { font-style: normal; font-weight: bold; }

/* default setting for [[:Category:Inflection templates]] */
.infl-inline { display: inline }


/* Inflection tables 
----------------------------- */

/* To colour links in inflection tables (currently done with  {{Template:notred}}) black without using #ifexist and allowing for user override  */
.inflection-table a.new { color: #000000; }   

/* fill a parent NavContent collapsing box */
.NavContent table.inflection {
    width: 100%;
    }

/* testing jquery.makeCollapsible */
div.inflection div {
    display: inline;
    }
div.inflection .mw-collapsible-toggle {
    display: inline;
    float: none;
    margin-left: 1.5em;
    }

/* basic inflection table styles */
table.inflection {
    border-collapse: collapse;
    border: 1px solid;
    background: #ffffff;
    }

    table.inflection caption {
        caption-side: bottom;
        padding: 0.33em 1em;
        text-align: left;
        font-size: smaller;
        }

    /* subtle grey for alternate row backgrounds */
    table.inflection tr:nth-child(odd) {
        background: #fcfcfc;
        }
    /* and for row headers */
    table.inflection tr:nth-child(odd):not(.rowgroup) th {
        background: #f6f6f6;
        }

        table.inflection td, 
        table.inflection th {
            padding: 0.33em 1em;
            vertical-align: baseline;
            }

        /* but vertically center multi-row cells */
        table.inflection td[rowspan] {
            vertical-align: middle;
            }

        table.inflection td {
            text-align: center;
            }

        /* regular row headers, in the left column */
        table.inflection th {
            background: #f9f9f9;
            text-align: left;
            }

        /* rowgroup header rows */
        table.inflection tr.rowgroup th {
            background: #eeeeee;
            text-align: center;
            }

            /* first-of-several rowgroup header cells is aligned left */
            table.inflection tr.rowgroup th:first-child { text-align: left; }
                table.inflection tr.rowgroup th:first-child:only-child { text-align: center; }

    /* rows with dividers above */
    table.inflection tr.divider th {
        border-top: 3px solid #999999;
        }


/* Russian verb tables */

table.inflection-ru.inflection-verb {
    background: #ffffff;
    }

    /* and for row headers */
    table.inflection-ru.inflection-verb tr:nth-child(odd):not(.rowgroup) th {
        background: #fcfcda;
        }

        table.inflection-ru.inflection-verb th {
            background: #ffffe0;
            }

        table.inflection-ru.inflection-verb tr.rowgroup th {
            background: #e0e0ff;
            }

        table.inflection-ru.inflection-verb tr.divider th {
            border-top-color: #9090d0;
            }

/* ----
end of Inflection tables */


/*InterProject */

.interProject {
   display:none; 
   clear: both; 
   border-top: 2px dotted #AAAAAA; 
   margin-top: 2em;
}

/* CSS moved from various templates */

.checktrans { background-color: #f0fff0 }
.rfc-trans { background-color: #f0fff0 }
.trreq { background-color: #f0fff0 }
.ttbc { background-color: #f0fff0 }

/* t+ t t- templates: */

.tneg           { vertical-align: 20%; font-size: 80%; }
.tneg a         { color: #cc2200 !important; } /* monobook redlink colour, standard #ba0000 */
.tneg a:visited { color: #a55858 !important; } /* standard visited redlink colour */

.tpos           { vertical-align: 20%; font-size: 80%; }
.tpos a         { color: #002bb8 !important; } /* standard bluelink colour */
.tpos a:visited { color: #5a3696 !important; } /* standard visited bluelink colour */
.tpos a:active  { color: #faa700 !important; } /* standard bluelink colour */

.tunk           { vertical-align: 20%; font-size: 80%; }
.tunk a         { color: #3366BB !important; } /* standard external interwiki colour */
.tunk a:active  { color: #3366BB !important; } /* redundant */

/* for parentheses, we use .tlc and .tlcp, the latter has no definition here (display:inline) */
.tlc  { display: none }

/** Main Page heading removal **/
.page-Wiktionary_Main_Page #lastmod,
.page-Wiktionary_Main_Page #siteSub,
.page-Wiktionary_Main_Page #contentSub,
/*.page-Wiktionary_Main_Page #siteNotice,*/
.page-Wiktionary_Main_Page h1.firstHeading,
.page-Wiktionary_Main_page #lastmod,
.page-Wiktionary_Main_page #siteSub,
.page-Wiktionary_Main_page #contentSub,
.page-Wiktionary_Main_page #firstHeading {
    display: none; /*NOT important */
}
/** live ajax link checking support **/
 
/* #002bb8 for (unvisited) blue, #ba0000 for red; so #5d155c for unknown */
a.dunno, #p-personal a.dunno {
        color: #5d155c;
}
 
/* #5a3696 for (visited) blue, #a55858 for red; so #744777 for unknown */
a.dunno:visited, #p-personal a.dunno:visited {
        color: #744777;
}
 
/* for pages which exist but lack the section we're looking for */
a.partlynew, #p-personal a.partlynew, .partlynew a {
        color: #B88D00;
}
/* partlynew should have lower precedence than red-links... */
.partlynew a.new {
        color: #BA0000;
}
.partlynew a.new:visited {
        color: #a55858;
}

/* for pages which exist but lack the section we're looking for */
a.partlynew:visited, #p-personal a.partlynew:visited, .partlynew a:visited {
        color: #826F34;
}

/* Try to make search results more obviously links */
.page-Special_Search #bodyContent li a{
  font-weight: bold;
}
.page-Special_Search .searchmatch{
  font-weight: normal;
  color: #000000;
  background-color: #FFEE77;
}

/* To give a flexible column like structure to manual indices [[User:Conrad.Irwin]] */

ol.index, div.index ol {
  margin: 0.2em;
}

ol.index li, div.index ol li, div.index h3 {
  float: left;
  width: 20em;
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

div.index h3{
  font-size: 160%;
  width: 12.5em;
  margin-right: 0.2em;
}
/* [[WT:FEED]] */
#p-feedback a{ cursor: pointer; } 


/* Old version */

#mw-revision-info {
   border: 2px solid #8888FF;
   border-left: 0px;
   border-right: 0px;
   font-size: 110%;
   margin: 5px;
   margin-left: 0px;
}

#mw-editingold {
   margin-left:15px;
   margin:5px;
   padding:5px;
   border: 2px solid #CC0000;
   border-width: 2px 0px;
}

/* Make Recent changes look nice again */
span.newpage, span.minor, span.searchmatch, span.bot, span.unpatrolled {
   font-family: sans-serif !important;
}

/* </pre> */

/* NavFrames */
div.Boxmerge,
div.NavFrame, details.NavFrame {
        margin: 0px 0px -1px 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
	overflow: auto;
	width: auto;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavPic {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead, details.NavFrame summary.NavHead {
        min-height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        text-align: left;
        background-color: #efefef;
        padding-left: 10px;
        background-image:-webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#DFDFDF), color-stop(0.6, #E3E3E3));
        background-image:-moz-linear-gradient(top, #EFEFEF, #E3E3E3 60%, #DFDFDF);
        background-image:-o-linear-gradient(top, #EFEFEF, #E3E3E3 60%, #DFDFDF);
}
div.NavFrame div.NavHead:hover, details.NavFrame summary.NavHead:hover {
        background-color:#F6F6F6;
        background-image:-webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#F3F3F3), color-stop(0.6, #EAEAEA));
        background-image:-moz-linear-gradient(top, #EFEFEF, #EAEAEA 60%, #F3F3F3);
        background-image:-o-linear-gradient(top, #EFEFEF, #EAEAEA 60%, #F3F3F3);
}
div.NavFrame div.NavHead:active, details.NavFrame summary.NavHead:active {
        background-color:#E3E3E3;
        background-image:-webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#DFDFDF), color-stop(0.6, #D3D3D3));
        background-image:-moz-linear-gradient(top, #E3E3E3, #D3D3D3 60%, #DFDFDF);
        background-image:-o-linear-gradient(top, #E3E3E3, #D3D3D3 60%, #DFDFDF);
}
div.pseudo div.NavHead:hover {background-color:#EFEFEF;}
div.pseudo div.NavHeadpseudo:active {background-color:#EFEFEF;}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent, details.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p, details.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
span.NavToggle {
        cursor: pointer;
        float: right;
        font-weight: normal;
        font-size: smaller;
}
.client-js .NavFrame .NavContent { display: none; }
.client-js .not .NavContent { display: block; }

/* Main page fixes */
#interwiki-completelist {
    font-weight: bold;
}

/* Style for horizontal UL lists */
.horizontal p, .horizontal ul, .horizontal li { display: inline; }
.horizontal ul { padding: 0 0 0 .2em; margin: 0; }
.horizontal li { padding: 0 0.1em 0 0.1em }
/* [[CSS filter#Negation pseudo-class hack]] since IE <8 doesn't support pseudo elements and IE 8 doesn't support :last-child pseudo-class. */
html:not([dummyparam]) .horizontal li:after{ content:","; }
html:not([dummyparam]) .horizontal li:last-child:after{ content:"."; }

/* stuff visible when previewing an edit only */

.previewonly {display:none}
#wikiPreview *.previewonly {display:inline!important}

/* senseids */
li.senseid:target {background-color:#DEF}

/* hide optional Russian stress-marks */
.ru-stress { display: none }

/* show the "serial and" in the disambiguation see also */
.serial-and { display: inline }

/* hide the serial commas */
.serial-comma{ display: none }

/* Gender and number templates */
.gender, 
.number, 
.noun-class {
	font-style: italic;
	}

abbr {
	border-bottom-width: 0;
	}

/* hide "did you mean" on Noarticletext self-links */
.did-you-mean strong { display: none }

/* formats derived terms */
.derivedterms {background:#F8F8FF}
.derivedterms .CategoryTreeChildren {column-count:3;-moz-column-count:3;-webkit-column-count:3}

/* Targeted Translations */
.translationtargetstar{background-image: url(/w/skins/Vector/images/watch-icons.png); background-position: 0px 60%;position:absolute;margin-top:3px;margin-left:-17px;cursor:pointer;width:16px;height:16px;}
.translationtargetstar:hover{background-image: url(/w/skins/Vector/images/watch-icons.png); background-position: -24px 60%;}
.translationtargetstarchecked{background-image: url(/w/skins/Vector/images/watch-icons.png); background-position: -48px 60%;position:absolute;margin-top:3px;margin-left:-17px;cursor:pointer;width:16px;height:16px;}
.translationtargetstarchecked:hover{background-image: url(/w/skins/Vector/images/watch-icons.png); background-position: -72px 60%;}

/* Template:side box */
table.mbox-small {   /* For the "small=yes" option. */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
table.mbox-small-left {   /* For the "small=left" option. */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}

.HQToggle {
    font-size: 0.65em;
}

/* Template:TOC limit */
/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS).
 */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}


/* styling headwords using the <dfn> element */
dfn {
    font-style: normal;
    font-weight: bold;
}

/* styling headwords using the <strong> element */
strong.headword {
    /* default style */
    }

    /* except for languages that don’t use boldface */
    strong.headword:lang(ja) {
        font-weight: normal;
        }

        /* except for some exceptions */
        strong.headword.Latn:lang(ja) {
            font-weight: bold;
            }


/* Some writing systems do not like being bolded. For those,
   we simply make the writing appear larger if the script
   template is used inside <b> and friends. Note that the bolded
   size should always be 125% the regular size, meaning if the
   writing system is already enlarged in regular weight, it needs
   to be added to the calculation as well. */

/* 110% × 125% ≈ 137% */

    big.Hani,
    big.Hant,
    big.Hans,
    big.Jpan
    { font-size: 137%; }
    b.Hani, b .Hani,
    b.Hant, b .Hant,
    b.Hans, b .Hans,
    b.Jpan, b .Jpan
    { font-size: 137%; font-weight: normal; }
    .Hani b,
    .Hant b,
    .Hans b,
    .Jpan b
    { font-size: 125%; font-weight: normal; }


/* 115% × 125% ≈ 144% */

     big.Hebr { font-size: 144%; }
     b.Hebr, b .Hebr
       { font-size: 144%; font-weight: normal; }
     .Hebr b
       { font-size: 125%; font-weight: normal; }

/* This is needed to overcome the "smartness" of certain web browsers */

.Latn[lang=ja],
.Latn[lang=ko],
.Latn[lang=zh] { font-family:inherit; }

/* Pronunciation template support [[:Category:Pronunciation templates]] */

    /* International Phonetic Alphabet [[Template:IPA]] */
    .IPA {
        font-family: Gentium, GentiumAlt, DejaVu Sans, Segoe UI, Lucida Grande, Charis SIL, Doulos SIL, TITUS Cyberbit Basic, Code2000, Lucida Sans Unicode, sans-serif;
        font-size: 110%;
        }

    /* English Phonemic Representation [[Template:enPR]] */
    .enPR {
        font-family: Arial Unicode MS, Lucida Grande, Gentium, Gentium Alternative, TITUS Cyberbit Basic, Code2000, Lucida Sans Unicode, sans-serif;
        font-family /**/:inherit;
        }

    /* A kludge that lets the members of [[:Category:Redirected combining characters]] be displayed. */
    body.page-Category_Combining_characters div#mw-pages li,
    body.page-Category_Redirected_combining_characters div#mw-pages li,
    body.page-Category_IPA_combining_characters div#mw-pages li {
        letter-spacing: 0.3em;
        }

/* Tabbed Languages */

#tabstable {
        clear:both;
        }
#languageLinks .selectedTab a {
        font-size:19px;
        color:#000;
        padding:6px;
        display:block;
        border-left:1px solid #CCC;
        border-bottom:1px solid #CCC;
        margin-bottom:-3px;
        background-color:#fff;
        margin-right:-6px;
        position:relative;
        border-top:1px solid #CCC;
        white-space:nowrap;
        }
#languageLinks .unselectedTab a {
        font-size:16px;
        color:#929292;
        padding:6px;
        display:block;
        border-left:1px solid #CCC;
        border-top:1px solid #CCC;
        border-bottom:1px solid #CCC;
        margin-bottom:-3px;
        margin-left:15px;
        margin-right:-5px;
        white-space:nowrap;
        background-color:#F6F6F6;
        }
#languageLinks tr td {
        padding:0px;
        }
tr td.languageContainer {
        padding-left:8px;
        padding-bottom:10px;
        padding-right:8px;
        border:1px solid #CCC;
        vertical-align:top;
        width:100%;
        }
.unselectedtab {
        margin-left:5px;
        }
.editlangsection {
        margin-top:-13px;
        margin-right:5px;
        border:1px solid #CCC;
        margin-bottom:-2px;
        border-bottom-width:0px;
        -webkit-border-top-left-radius:5px;
        -webkit-border-top-right-radius:5px;
        -moz-border-radius-topleft:5px;
        -moz-border-radius-topright:5px;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        color:white;
        line-height:14px;
        font-size:12px;
        padding:0px 7px;
        text-align:center;
        clear:both;
        background-color:white;
        }
#languageLinks a.addLanguageButton {
        font-size: 12px;
        padding: 3px 6px;
}

@media screen and (max-width:36em) {
        #tabstable>tbody>tr>td {
                display: block;
                float: left;
                width: 100%;
        }

        #languageLinks tr {
                display: block;
                float: left;
                margin-bottom: -3px;
                margin-left: -5px;
                margin-top: 5px;
        }

        #languageLinks .unselectedTab a {
                margin-left: 0;
                margin-right: 5px;
                border-right: 1px solid #CCC;
        }

        #languageLinks .selectedTab a {
                margin-left: 0;
                margin-right: 5px;
                border-right: 1px solid #CCC;
                border-bottom: 1px solid #FFF;
        }

        #tabstable {
                width: 100%;
        }

        #languageLinks a.addLanguageButton {
                margin-top: 2px;
                margin-bottom: 1px;
        }

        .editlangsection {
                border-bottom-width: 1px;
        }
}

/* Grease Pit edit button fix */
.page-Wiktionary_Grease_pit.skin-vector #ca-edit{
    display: none;
}

/* Hidden quotes */
.client-js .ns-0 ol>li>ul {
    display: none;
}

/* Prevents line breaks in links */
.nowraplinks a {
    white-space: nowrap;
}


/* Romanization tables 
---------- */

table.romanization {
	clear: both;
	background: white;
	white-space: nowrap;
	border-collapse: collapse;
	border: 1px solid white;
	vertical-align: baseline;
	text-align: center;
	}

	table.romanization th, 
	table.romanization td {
		padding: 0.25em;
		border: 1px solid white;
		}

	table.romanization th {
		background: rgb(87%,91%,96%);
		}

	table.romanization tr.romanization-source td {
		background: rgba(87%,91%,96%,0.5);
		}

	table.romanization td, 
	table.romanization tr.romanization-target td {
		background: rgb(90%,90%,90%);
		}

/* -----
end Romanization tables */