MediaWiki:Common.css: Revizyonlar arasındaki fark

Hukukipedia sitesinden
Gezinti kısmına atla Arama kısmına atla
Değişiklik özeti yok
Etiket: Geri alındı
Değişiklik özeti yok
Etiket: Geri alındı
1. satır: 1. satır:
/* CSS placed here will be applied to all skins*/
/*
* This is the CSS common to all desktop skins on en.Wikipedia.
* Styling inside .mw-parser-output should generally use TemplateStyles.
*/
/* Reset italic styling set by user agent */
cite,
dfn {
font-style: inherit;
}


body.page-Special_ExpandTemplates textarea {
/* Straight quote marks for <q> */
  width: 100%;
q {
  padding-top: 0.1em;
quotes: '"' '"' "'" "'";
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
}
}


#contentSub {
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
    font-size:84%;
blockquote {
    margin: 0.4em 0;
overflow: hidden;
}
margin: 1em 0;
img.thumbborder {
padding: 0 40px;
    background:#fff;
    border:1px solid #eee;
    padding:5px;
}
}


#content pre {
/* Consistent size for <small>, <sub> and <sup> */
    overflow:auto;
small {
font-size: 85%;
}
}


/* make the list of references look smaller */
.mw-body-content sub,
ol.references {
.mw-body-content sup {
  font-size: 100%;
font-size: 80%;
}
}


.references-small { font-size: 90%;}
/* Same spacing for indented and unindented paragraphs on talk pages */
 
.ns-talk .mw-body-content dd {
.references-2column {
margin-top: 0.4em;
  font-size: 90%;
margin-bottom: 0.4em;
  -moz-column-count:2;
  column-count:2;
}
}


.same-bg { background: none }
/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),


/* wikitable/prettytable class for skinning normal tables */
/* Avoid FOUC/reflows on collapsed elements. */
/* This copies MediaWiki's solution for T42812 to apply to innercollapse/outercollapse (T325115). */
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > p,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > table,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > thead + tbody,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,


table.wikitable,
/* Hide charinsert base for those not using the gadget */
table.prettytable {
#editpage-specialchars {
  margin: 1em 1em 1em 0;
display: none;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}
}


table.wikitable th, table.wikitable td,
/* Different margin on references */
table.prettytable th, table.prettytable td {
.references {
  border: 1px #aaa solid;
margin-bottom: 0.5em;
  padding: 0.4em;
}
}


table.wikitable th,
/* Cite customizations */
table.prettytable th {
span[ rel="mw:referencedBy" ] {
  background: #f2f2f2;
counter-reset: mw-ref-linkback 0;
  text-align: center;
}
}


table.wikitable caption,
span[ rel='mw:referencedBy' ] > a::before {
table.prettytable caption {
content: counter( mw-ref-linkback, lower-alpha );
  margin-left: inherit;
font-size: 80%;
  margin-right: inherit;
font-weight: bold;
  font-weight: bold;
font-style: italic;
}
}


/* default skin for navigation boxes */
a[ rel="mw:referencedBy" ]::before {
/* Are these used on CZ? */
font-weight: bold;
table.navbox {
content: "^";
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 5px;
    text-align: center;
    width: 100%;
}
}


table.navbox th {
span[ rel="mw:referencedBy" ]::before {
    background-color: #ccf;
content: "^ ";
    padding-left: 1em;
    padding-right: 1em;
}
}


table.navbox tr:not(:first-child) th {
/* Styling for jQuery makeCollapsible, matching that of collapseButton */
    background-color: #ddf;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
font-weight: normal;
padding-right: 0.2em;
padding-left: 0.2em;
}
}


@media print {
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
    .navbox {
/* @noflip */
        display: none;
float: left;
    }
}
}


/* Infobox template style */
/* Lists in wikitable data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
/* @noflip */
text-align: left;
}


.infobox {
/* Change the external link icon to a PDF icon for all PDF files */
  border: 1px solid #aaa;
.mw-parser-output a[href$=".pdf"].external,
  background-color: #f9f9f9;
.mw-parser-output a[href*=".pdf?"].external,
  color: black;
.mw-parser-output a[href*=".pdf#"].external,
  margin: 0 0 0.5em 1em;
.mw-parser-output a[href$=".PDF"].external,
  padding: 0;
.mw-parser-output a[href*=".PDF?"].external,
  border-spacing: 1px;
.mw-parser-output a[href*=".PDF#"].external {
  float: right;
background: url("//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png") no-repeat right;
  clear: right;
/* @noflip */
  width: 25em;
padding: 8px 18px 8px 0;
  font-size: 85%;
}
}
.infobox td,
 
.infobox th {
/* System messages styled similarly to fmbox */
  vertical-align:top;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between
  padding: 0.25em 0.5em;
* the edit-protected notice and the special:Contribs for blocked users
* The latter has specificity of 3 classes so we have to triple up here.
*/
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
clear: both;
margin: 0.2em 0;
border: 1px solid #bb7070;
background-color: var(--background-color-error-subtle, #ffdbdb);
padding: 0.25em 0.9em;
box-sizing: border-box;
}
}
.infobox td {
 
  text-align: left;
/* default colors for partial block message */
/* gotta get over the hump introduced by the triple class above */
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {
border-color: #fc3;
background-color: var(--background-color-warning-subtle, #fef6e7);
}
}
.infobox th {
 
  text-align: right;
/* Minimum thumb width */
  width: 8.75em;
@media (min-width: 640px) {
}
figure[typeof~='mw:File/Thumb'],
.infobox th.caption,
figure[typeof~='mw:File/Frame'],
.infobox caption {
.thumbinner {
  font-size: 150%;
min-width: 100px;
  text-align: center;
}
  margin-left: inherit;
}
}


 
/* Prevent floating boxes from overlapping any category listings,
 
  file histories, edit previews, and edit [Show changes] views. */
/* Style for "notices" */
#mw-subcategories,
/* Is this used on CZ? */
#mw-pages,
.notice {
#mw-category-media,
    margin: 1em;
#filehistory,
    padding: 0.2em;
#wikiPreview,
#wikiDiff {
clear: both;
}
}


 
/* Hide stuff meant for accounts with special permissions. Made visible again in
/* Makes redirects appear in italics on [[Special:Allpages]] */
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],
.allpagesredirect {
  [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],
    font-style: italic;
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
  [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */
.checkuser-show,
.sysop-show,
.abusefilter-show,
.abusefilter-helper-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
display: none;
}
}


/* Hide the redlink generated by {{Editnotice}},
  this overrides the ".sysop-show { display: none; }" above that applies
  to the same link as well. See [[phab:T45013]]


/* Class for links with loudspeaker icon next to them */
  Hide the images in editnotices to keep them readable in VE view.
.audiolink a{
  Long term, editnotices should become a core feature so that they can be designed responsive. */
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
    padding-left: 16px !important;
.ve-ui-mwNoticesPopupTool-item .mbox-image,
    padding-right: 0 !important;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
display: none !important;
}
}


/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
/* Remove bullets when there are multiple edit page warnings */
/* Are these used on CZ? */
ul.permissions-errors {
div.listenlist {
margin: 0;
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}
div.videolist, div.multivideolist {
    background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
    padding-left: 50px;
}
}


/* Style rules for media list templates */
ul.permissions-errors > li {
/* Are these used on CZ? */
list-style: none;
div.medialist {
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}
div.medialist ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}
div.medialist ul li {
    padding-bottom: 0.5em;
}
div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}
}


 
/* larger inline math */
/* Don't show external link icon for plainlinks */
span.mwe-math-mathml-inline {
a.plainlink, .plainlinks a, .plainlinksneverexpand a {
font-size: 118%;
  background: none !important;
  padding: 0 !important;
}
.plainlinksneverexpand .urlexpansion {
  display: none ! important;
}
}


/*Add formatting to make sure that "external references" from [[Template:Ref]] do
/* Make <math display="block"> be left aligned with one space indent for  
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
* compatibility with style conventions
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
*/
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
.mwe-math-fallback-image-display,
  "print". The rules below ensure (a) that there is no extra padding to the right of
.mwe-math-mathml-display {
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
margin-left: 1.6em !important;
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
margin-top: 0.6em;
*/
margin-bottom: 0.6em;
.plainlinksneverexpand .urlexpansion {
  display: none ! important;
}
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
  following the anchor A, the anchor itself now has class "external autonumber" and the
  expansion is inserted when printing (see the common printing style sheet at
  http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
  element of CSS. We have to switch this off for links due to Template:Ref!
*/
.plainlinksneverexpand a.external.text:after {
  display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
  display: none !important;
}
}


/* Put error and success messages in a colored box with large font (from MW 1.16a).
.mwe-math-mathml-display math {
  The errors often show when forms cannot be submitted (e.g. RequestAccount).
*/
.errorbox, .successbox {
font-size: larger;
border: 2px solid;
padding: .5em 1em;
float: left;
margin-bottom: 2em;
color: #000;
}
.errorbox {
border-color: red;
background-color: #fff2f2;
}
.successbox {
border-color: green;
background-color: #dfd;
}
.errorbox h2, .successbox h2 {
font-size: 1em;
font-weight: bold;
display: inline;
display: inline;
margin: 0 .5em 0 0;
border: none;
}
}


/* Messagebox templates */
@media screen {
/* Are these used on CZ? */
/* Put a chequered background behind images, only visible if they have transparency,
.messagebox {
* except on main, user, and portal namespaces
  border: 1px solid #aaa;
*/
  background-color: #f9f9f9;
body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {
  width: 80%;
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
  margin: 0 auto 1em auto;
}
  padding: .2em;
 
/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
  do not apply to print mode */
#siteSub {
display: block;
}
/* Make the list of references smaller
* Keep in sync with Template:Refbegin/styles.css
* And Template:Reflist/styles.css
*/
.references {
font-size: 90%;
}
}
}
.messagebox.merge {
 
  border: 1px solid #c0b8cc;
/* Hide FlaggedRevs notice UI when there are no pending changes */
  background-color: #f0e5ff;
.flaggedrevs_draft_synced,
  text-align: center;
.flaggedrevs_stable_synced,
}
/* "Temporary" to remove links in sidebar T255381 */
.messagebox.cleanup {
#t-upload,
  border: 1px solid #9f9fff;
/* Hide broken download box on Special:Book pending T285400 */
  background-color: #efefff;
.mw-special-Book #coll-downloadbox {
  text-align: center;
display: none;
}
.messagebox.standard-talk {
  border: 1px solid #c0c090;
  background-color: #f8eaba;
}
}


/* Put a checker background at the image description page only visible if the image has transparent background */
/*
#file img {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
* BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;
* SEE [[MediaWiki talk:Common.css/to do]]
* CSS is separated by component (which is why media queries are not joined)
*/


/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
/* Infoboxes */
.IPA {
.infobox {
        font-family: "Chrysanthi Unicode", "Doulos SIL", Gentium, GentiumAlt, Code2000, "TITUS Cyberbit Basic", "DejaVu Sans", "Bitstream Cyberbit", "Arial Unicode MS", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "Matrix Unicode";
border: 1px solid #a2a9b1;
        font-family /**/:inherit;
color: black;
}
padding: 0.2em;
.Unicode {
font-size: 88%;
        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";
line-height: 1.5em;
        font-family /**/:inherit;
border-spacing: 3px;
}
margin: 0.5em 0;
.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;
}
}


/* Remove underline from IPA links */
@media screen {
.IPA a:link, .IPA a:visited {
.infobox {
  text-decoration: none;
background-color: var(--background-color-neutral-subtle, #f8f9fa);
    }
}
}


/* Removes underlines from links */
@media (max-width: 640px) {
.nounderlines a {  
.infobox {
  text-decoration: none;
width: 100%;
}
   
.infobox .nowrap {
white-space: normal;
}
}
}


/* Removes useless links from printout */
@media (min-width: 640px) {
@media print {
.infobox {
    #privacy, #about, #disclaimer {display:none;}
/* @noflip */
margin-left: 1em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
width: 22em;
}
}
}


/* Is this used on CZ? */
.infobox-header,
.messagebox.small-talk {
.infobox-label,
  width: 238px;
.infobox-above,
  font-size: 85%;
.infobox-full-data,
  float: right;
.infobox-data,
  clear: both;
.infobox-below,
  margin: 0 0 1em 1em;
.infobox-subheader,
  line-height: 1.25em;
.infobox-image,
  background: #F8EABA;
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
vertical-align: top;
}
}


 
.infobox-label,
/* Coloured watchlist numbers */
.infobox-data,
.mw-plusminus-pos {
/* Remove element selector when every .infobox thing is using the standard module/templates  */
  color:darkgreen;
.infobox th,
}
.infobox td {
.mw-plusminus-neg {
/* @noflip */
  color:darkred;
text-align: left;
}
}


/* Is this used on CZ? */
/* Remove .infobox when element selectors above are removed */
.dablink {
.infobox .infobox-above,
  font-style:italic;
.infobox .infobox-title,
  padding-left:2em;
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
font-size: 125%;
font-weight: bold;
text-align: center;
}
}


/* allows us to show or hide text */
.infobox-title,
/* Are these used on CZ? */
/* Remove element selector when every .infobox thing is using the standard module/templates  */
div.Boxmerge,
.infobox caption {
div.NavFrame {
padding: 0.2em;
        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: #ccf;
        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;
}
}


/* Used on {{tl|userplan-all}} and perhaps other user pages (Larry Sanger added these) */
/* Remove .infobox when element selectors above are removed */
table.UserComponent {
.infobox .infobox-header,
  width:100%;
.infobox .infobox-subheader,
  cellpadding:0px;
.infobox .infobox-image,
  cellspacing:0px;
.infobox .infobox-full-data,
}
.infobox .infobox-below {
tr.UserTableHeader {
text-align: center;
  color:darkblue;
  background:beige;
}
}


a:link.white    {color:white}
/* Remove .infobox when element selectors above are removed */
a:visited.white  {color:white}
.infobox .infobox-navbar {
a:hover.white    {color:white}
/* @noflip */
a:active.white  {color:white}
text-align: right;
 
 
 
 
 
/* Upload Wizard */
 
table.wizard {
width: 100%;
margin: 0;
padding: 0;
border-spacing: 0;
text-align: center;
vertical-align: middle;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 3px;
}
}


td.wizard-tab {
/* Normal font styling for wikitable row headers with scope="row" tag */
background: #e5e5e5;
.wikitable.plainrowheaders th[scope=row],
background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
.wikitable.plainrowheaders th[scope=rowgroup] {
padding: 0;
font-weight: normal;
border: 1px solid #ccc;
/* @noflip */
border-left-width: 0;
text-align: left;
border-bottom-color: #aaa;
}
td.wizard-tab p {
margin: 0 !important;
padding: 0;
}
td.wizard-tab a, #bodyContent td.wizard-tab .plainlinks a {
display: block;
padding: 0.5em !important;
border:solid #ccc;
border-width:0 0 1px;
color: #444 !important;
text-decoration: none;
}
}


td.wizard-tab:hover {
/* Remove underlines from certain links */
background: #e9e9e9;
.nounderlines a,
background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e3e3e3));
.IPA a:link,
}
.IPA a:visited {
td.wizard-tab:hover a {
text-decoration: none !important;
color: #000 !important;
border-color: #d7d7d7;
}
}


td.wizard-tab.first {
/* Prevent line breaks in silly places where desired (nowrap)
border-left-width: 1px !important;
  and links when we don't want them to (nowraplinks a) */
-moz-border-radius-topleft: 8px;
.nowrap,
-webkit-border-top-left-radius: 8px;
.nowraplinks a {
}
white-space: nowrap;
td.wizard-tab.last {
border-right-width: 1px !important;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
}
}


td.wizard-tab.selected {
/* But allow wrapping where desired: */
background: #eee;
.wrap,
background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eee));
.wraplinks a {
border-width: 1px 0;
white-space: normal;
border-color: #aaa #aaa #ddd;
border-bottom-style: dotted;
}
td.wizard-tab.selected a {
border: 0px none;
color: #000;
}
}


td.wizard-tab.unselected a {
/* texhtml class for inline math (based on generic times-serif class) */
color: #777;
/* remove spans when this is TemplateStyled */
span.texhtml {
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
font-size: 118%;
line-height: 1;
/* Force tabular and lining display for texhtml */
font-variant-numeric: lining-nums tabular-nums;
font-kerning: none;
}
}


td.wizard-tab.unselected:hover a {
span.texhtml span.texhtml {
color: #555;
font-size: 100%;
}
}


td.wizard-tab.unselected.before {
@media (min-width: 640px) {
border-color: #ccc #aaa #aaa #ccc;
span.texhtml {
-moz-border-radius-bottomright: 4px;
white-space: nowrap;
-webkit-border-bottom-right-radius: 4px;
}
}
td.wizard-tab.unselected.before a {
border-width:0 1px 1px 0;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius:3px;
}
}


td.wizard-tab.unselected.after {
/* Prevent flags in tables from collapsing: Fix for T116318
border-color: #ccc #ccc #aaa #aaa;
* TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins
border-left-width: 1px;
*/
-moz-border-radius-bottomleft: 4px;
@media (max-width: 640px) {
-webkit-border-bottom-left-radius: 4px;
.flagicon a > img,
}
.flagicon noscript > img {
td.wizard-tab.unselected.after a {
max-width: none !important;
border-width:0 0 1px 1px;
}
-moz-border-radius-bottomleft: 3px;
-webkit-border-bottom-left-radius:3px;
}
}


 
@media screen {
td.wizard-opt {
.nochecker .gallerybox .thumb img {
width: 100%;
background-image: none;
padding: 0;
}
background: #e5e5e5;
background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
border: 1px solid #ccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}
td.wizard-opt:hover {
background: #e9e9e9;
background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e3e3e3));
border-color: #d5d5d5;
-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;
}
td.wizard-opt p {
padding: 0;
margin: 0 !important;
}
td.wizard-opt a {
color: #333 !important;
text-decoration: none;
}
td.wizard-opt a span {
display: block;
padding: 0.5em 0.75em !important;
}
td.wizard-opt:hover a {
color: #000 !important;
}
}


/* END Upload Wizard */
/*
* Put anything you mean to be a sitewide addition above the TemplateStyles
* comment above.
*/

17.10, 14 Kasım 2025 tarihindeki hâli

/*
 * This is the CSS common to all desktop skins on en.Wikipedia.
 * Styling inside .mw-parser-output should generally use TemplateStyles.
 */
/* Reset italic styling set by user agent */
cite,
dfn {
	font-style: inherit;
}

/* Straight quote marks for <q> */
q {
	quotes: '"' '"' "'" "'";
}

/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
	overflow: hidden;
	margin: 1em 0;
	padding: 0 40px;
}

/* Consistent size for <small>, <sub> and <sup> */
small {
	font-size: 85%;
}

.mw-body-content sub,
.mw-body-content sup {
	font-size: 80%;
}

/* Same spacing for indented and unindented paragraphs on talk pages */
.ns-talk .mw-body-content dd {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),

/* Avoid FOUC/reflows on collapsed elements. */
/* This copies MediaWiki's solution for T42812 to apply to innercollapse/outercollapse (T325115). */
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > p,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > table,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) > thead + tbody,
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,

/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
	display: none;
}

/* Different margin on references */
.references {
	margin-bottom: 0.5em;
}

/* Cite customizations */
span[ rel="mw:referencedBy" ] {
	counter-reset: mw-ref-linkback 0;
}

span[ rel='mw:referencedBy' ] > a::before {
	content: counter( mw-ref-linkback, lower-alpha );
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
}

a[ rel="mw:referencedBy" ]::before {
	font-weight: bold;
	content: "^";
}

span[ rel="mw:referencedBy" ]::before {
	content: "^ ";
}

/* Styling for jQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
	font-weight: normal;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
	/* @noflip */
	float: left;
}

/* Lists in wikitable data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
	/* @noflip */
	text-align: left;
}

/* Change the external link icon to a PDF icon for all PDF files */
.mw-parser-output a[href$=".pdf"].external,
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
	background: url("//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png") no-repeat right;
	/* @noflip */
	padding: 8px 18px 8px 0;
}

/* System messages styled similarly to fmbox */
/* for .mw-warning-with-logexcerpt, behavior of this line differs between
 * the edit-protected notice and the special:Contribs for blocked users
 * The latter has specificity of 3 classes so we have to triple up here.
 */
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
	clear: both;
	margin: 0.2em 0;
	border: 1px solid #bb7070;
	background-color: var(--background-color-error-subtle, #ffdbdb);
	padding: 0.25em 0.9em;
	box-sizing: border-box;
}

/* default colors for partial block message */
/* gotta get over the hump introduced by the triple class above */
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {
	border-color: #fc3;
	background-color: var(--background-color-warning-subtle, #fef6e7);
}

/* Minimum thumb width */
@media (min-width: 640px) {
	figure[typeof~='mw:File/Thumb'],
	figure[typeof~='mw:File/Frame'],
	.thumbinner {
		min-width: 100px;
	}
}

/* Prevent floating boxes from overlapping any category listings,
   file histories, edit previews, and edit [Show changes] views. */
#mw-subcategories,
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
	clear: both;
}

/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */
.checkuser-show,
.sysop-show,
.abusefilter-show,
.abusefilter-helper-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
	display: none;
}

/* Hide the redlink generated by {{Editnotice}},
   this overrides the ".sysop-show { display: none; }" above that applies
   to the same link as well. See [[phab:T45013]]

   Hide the images in editnotices to keep them readable in VE view.
   Long term, editnotices should become a core feature so that they can be designed responsive. */
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
	display: none !important;
}

/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors {
	margin: 0;
}

ul.permissions-errors > li {
	list-style: none;
}

/* larger inline math */
span.mwe-math-mathml-inline {
	font-size: 118%;
}

/* Make <math display="block"> be left aligned with one space indent for 
 * compatibility with style conventions
 */
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
	margin-left: 1.6em !important;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.mwe-math-mathml-display math {
	display: inline;
}

@media screen {
	/* Put a chequered background behind images, only visible if they have transparency,
	 * except on main, user, and portal namespaces
	 */
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
	}

	/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
	   do not apply to print mode */
	#siteSub {
		display: block;
	}
	
	/* Make the list of references smaller
	 * Keep in sync with Template:Refbegin/styles.css
	 * And Template:Reflist/styles.css
	 */
	.references {
		font-size: 90%;
	}
}

/* Hide FlaggedRevs notice UI when there are no pending changes */
.flaggedrevs_draft_synced,
.flaggedrevs_stable_synced,
/* "Temporary" to remove links in sidebar T255381 */
#t-upload,
/* Hide broken download box on Special:Book pending T285400 */
.mw-special-Book #coll-downloadbox {
	display: none;
}

/*
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;
 * SEE [[MediaWiki talk:Common.css/to do]]
 * CSS is separated by component (which is why media queries are not joined)
 */

/* Infoboxes */
.infobox {
	border: 1px solid #a2a9b1;
	color: black;
	padding: 0.2em;
	font-size: 88%;
	line-height: 1.5em;
	border-spacing: 3px;
	margin: 0.5em 0;
}

@media screen {
	.infobox {
		background-color: var(--background-color-neutral-subtle, #f8f9fa);
    }
}

@media (max-width: 640px) {
	.infobox {
		width: 100%;
	}
    
	.infobox .nowrap {
		white-space: normal;
	}
}

@media (min-width: 640px) {
	.infobox {
		/* @noflip */
		margin-left: 1em;
		/* @noflip */
		float: right;
		/* @noflip */
		clear: right;
		width: 22em;
	}
}

.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	vertical-align: top;
}

.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	/* @noflip */
	text-align: left;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	padding: 0.2em;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
	text-align: center;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
	/* @noflip */
	text-align: right;
}

/* Normal font styling for wikitable row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row],
.wikitable.plainrowheaders th[scope=rowgroup] {
	font-weight: normal;
	/* @noflip */
	text-align: left;
}

/* Remove underlines from certain links */
.nounderlines a,
.IPA a:link,
.IPA a:visited {
	text-decoration: none !important;
}

/* Prevent line breaks in silly places where desired (nowrap)
   and links when we don't want them to (nowraplinks a) */
.nowrap,
.nowraplinks a {
	white-space: nowrap;
}

/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
	white-space: normal;
}

/* texhtml class for inline math (based on generic times-serif class) */
/* remove spans when this is TemplateStyled */
span.texhtml {
	font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
	font-size: 118%;
	line-height: 1;
	/* Force tabular and lining display for texhtml */
	font-variant-numeric: lining-nums tabular-nums;
	font-kerning: none;
}

span.texhtml span.texhtml {
	font-size: 100%;
}

@media (min-width: 640px) {
	span.texhtml {
		white-space: nowrap;
	}
}

/* Prevent flags in tables from collapsing: Fix for T116318
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins
 */
@media (max-width: 640px) {
	.flagicon a > img,
	.flagicon noscript > img {
		max-width: none !important;
	}
}

@media screen {
	.nochecker .gallerybox .thumb img {
		background-image: none;
	}
}

/*
 * Put anything you mean to be a sitewide addition above the TemplateStyles
 * comment above.
 */