User:DB/common.css: Difference between revisions
Appearance
< User:DB
Content deleted Content added
No edit summary |
←Replaced content with '\' Tags: Replaced Reverted |
||
Line 1: | Line 1: | ||
\ |
|||
#pt-notifications-alert .mw-echo-notifications-badge, |
|||
#pt-notifications-notice .mw-echo-notifications-badge { |
|||
position:relative; |
|||
display:block; |
|||
width:20px; |
|||
height:20px; |
|||
margin:0 2px; |
|||
top:0; |
|||
text-indent:-9999px; |
|||
border-radius:2px; |
|||
cursor:pointer; |
|||
text-decoration:none; |
|||
line-height:normal; |
|||
-moz-box-sizing:border-box; |
|||
box-sizing:border-box; |
|||
opacity:0.87; |
|||
color:transparent |
|||
} |
|||
#pt-notifications-alert .mw-echo-notifications-badge:hover, |
|||
#pt-notifications-notice .mw-echo-notifications-badge:hover, |
|||
#pt-notifications-alert .mw-echo-notifications-badge:active, |
|||
#pt-notifications-notice .mw-echo-notifications-badge:active, |
|||
#pt-notifications-alert .mw-echo-notifications-badge:focus, |
|||
#pt-notifications-notice .mw-echo-notifications-badge:focus { |
|||
outline:0 |
|||
} |
|||
#pt-notifications-alert .mw-echo-notifications-badge:focus, |
|||
#pt-notifications-notice .mw-echo-notifications-badge:focus { |
|||
box-shadow:0 0 0 1px #fff,0 0 0 3px #36c; |
|||
opacity:1 |
|||
} |
|||
#pt-notifications-alert .mw-echo-notifications-badge:focus:after, |
|||
#pt-notifications-notice .mw-echo-notifications-badge:focus:after { |
|||
border-color:#36c |
|||
} |
|||
#pt-notifications-alert .mw-echo-notifications-badge:after, |
|||
#pt-notifications-notice .mw-echo-notifications-badge:after { |
|||
position:absolute; |
|||
display:inline-block; |
|||
cursor:pointer; |
|||
top:9px; |
|||
text-indent:0; |
|||
left:55%; |
|||
font-size:0.9em; |
|||
font-weight:bold; |
|||
padding:0 0.3em; |
|||
border:1px solid #fff; |
|||
border-radius:2px; |
|||
background-color:#72777d; |
|||
content:attr(data-counter-text); |
|||
color:#fff |
|||
} |
|||
#pt-notifications-alert .mw-echo-notifications-badge-dimmed, |
|||
#pt-notifications-notice .mw-echo-notifications-badge-dimmed { |
|||
opacity:0.4 |
|||
} |
|||
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-long-label, |
|||
#pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-long-label { |
|||
margin-right:0.5em |
|||
} |
|||
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-long-label:after, |
|||
#pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-long-label:after { |
|||
left:35% |
|||
} |
|||
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, |
|||
#pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read { |
|||
opacity:0.51 |
|||
} |
|||
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read:after, |
|||
#pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read:after { |
|||
visibility:hidden |
|||
} |
|||
#pt-notifications-alert .mw-echo-notifications-badge.oo-ui-flaggedElement-unseen:after, |
|||
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-unseen-notifications:after { |
|||
background-color:#dd3333 |
|||
} |
|||
#pt-notifications-notice .mw-echo-notifications-badge.oo-ui-flaggedElement-unseen:after, |
|||
#pt-notifications-notice .mw-echo-notifications-badge.mw-echo-unseen-notifications:after { |
|||
background-color:#3366cc |
|||
} |
|||
#p-personal li#pt-notifications-alert, |
|||
#p-personal li#pt-notifications-notice { |
|||
display:inline-block; |
|||
margin:0.75em 0.5em 0.75em 0 |
|||
} |
|||
#p-lang .uls-settings-trigger { |
|||
background:transparent url(/w/extensions/UniversalLanguageSelector/resources/images/cog-sprite.svg?cca73) no-repeat center top; |
|||
border:0; |
|||
min-height:16px; |
|||
min-width:16px; |
|||
float:right; |
|||
cursor:pointer |
|||
} |
|||
#p-lang .uls-settings-trigger::-moz-focus-inner { |
|||
border:0 |
|||
} |
|||
#p-lang .uls-settings-trigger:focus { |
|||
outline:1px solid #36c |
|||
} |
|||
.skin-vector #p-lang .uls-settings-trigger { |
|||
margin-top:8px |
|||
} |
|||
#p-lang .uls-settings-trigger:hover { |
|||
background-position:center -16px |
|||
} |
|||
.client-nojs #ca-ve-edit, |
|||
.client-nojs .mw-editsection-divider, |
|||
.client-nojs .mw-editsection-visualeditor, |
|||
.ve-not-available #ca-ve-edit, |
|||
.ve-not-available .mw-editsection-divider, |
|||
.ve-not-available .mw-editsection-visualeditor { |
|||
display:none |
|||
} |
|||
.client-js .mw-content-ltr .mw-editsection-bracket:first-of-type, |
|||
.client-js .mw-content-rtl .mw-editsection-bracket:not(:first-of-type) { |
|||
margin-right:0.25em; |
|||
color:#54595d |
|||
} |
|||
.client-js .mw-content-rtl .mw-editsection-bracket:first-of-type, |
|||
.client-js .mw-content-ltr .mw-editsection-bracket:not(:first-of-type) { |
|||
margin-left:0.25em; |
|||
color:#54595d |
|||
} |
|||
.badge-goodarticle:before, |
|||
.badge-goodlist:before, |
|||
.badge-recommendedarticle:before { |
|||
content:url(/w/extensions/WikimediaBadges/resources/images/badge-silver-star.png?70a8c); |
|||
margin-right:0.2em |
|||
} |
|||
.badge-featuredarticle:before, |
|||
.badge-featuredportal:before, |
|||
.badge-featuredlist:before { |
|||
content:url(/w/extensions/WikimediaBadges/resources/images/badge-golden-star.png?ed948); |
|||
margin-right:0.2em |
|||
} |
|||
.badge-problematic:before { |
|||
content:url(/w/extensions/WikimediaBadges/resources/images/badge-problematic.png?f3177); |
|||
margin-right:0.2em |
|||
} |
|||
.badge-proofread:before { |
|||
content:url(/w/extensions/WikimediaBadges/resources/images/badge-proofread.png?e81f9); |
|||
margin-right:0.2em |
|||
} |
|||
.badge-validated:before { |
|||
content:url(/w/extensions/WikimediaBadges/resources/images/badge-validated.png?6232c); |
|||
margin-right:0.2em |
|||
} |
|||
.badge-digitaldocument:before { |
|||
content:url(/w/extensions/WikimediaBadges/resources/images/badge-digitaldocument.png?d1c50); |
|||
margin-right:0.2em |
|||
} |
|||
.oo-ui-icon-alert, |
|||
.mw-ui-icon-alert:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=alert&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E alert %3C/title%3E%3Cpath d=%22M11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z%22/%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-invert.oo-ui-icon-alert, |
|||
.mw-ui-icon-alert-invert:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=alert&variant=invert&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E alert %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-progressive.oo-ui-icon-alert, |
|||
.mw-ui-icon-alert-progressive:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=alert&variant=progressive&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E alert %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-warning.oo-ui-icon-alert, |
|||
.mw-ui-icon-alert-warning:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=alert&variant=warning&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E alert %3C/title%3E%3Cg fill=%22%23fc3%22%3E%3Cpath d=%22M11.53 2.3A1.85 1.85 0 0 0 10 1.21 1.85 1.85 0 0 0 8.48 2.3L.36 16.36C-.48 17.81.21 19 1.88 19h16.24c1.67 0 2.36-1.19 1.52-2.64zM11 16H9v-2h2zm0-4H9V6h2z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-icon-bell, |
|||
.mw-ui-icon-bell:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=bell&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E bell %3C/title%3E%3Cpath d=%22M16 7a5.38 5.38 0 0 0-4.46-4.85C11.6 1.46 11.53 0 10 0S8.4 1.46 8.46 2.15A5.38 5.38 0 0 0 4 7v6l-2 2v1h16v-1l-2-2zm-6 13a3 3 0 0 0 3-3H7a3 3 0 0 0 3 3z%22/%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-invert.oo-ui-icon-bell, |
|||
.mw-ui-icon-bell-invert:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=bell&variant=invert&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E bell %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M16 7a5.38 5.38 0 0 0-4.46-4.85C11.6 1.46 11.53 0 10 0S8.4 1.46 8.46 2.15A5.38 5.38 0 0 0 4 7v6l-2 2v1h16v-1l-2-2zm-6 13a3 3 0 0 0 3-3H7a3 3 0 0 0 3 3z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-progressive.oo-ui-icon-bell, |
|||
.mw-ui-icon-bell-progressive:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=bell&variant=progressive&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E bell %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M16 7a5.38 5.38 0 0 0-4.46-4.85C11.6 1.46 11.53 0 10 0S8.4 1.46 8.46 2.15A5.38 5.38 0 0 0 4 7v6l-2 2v1h16v-1l-2-2zm-6 13a3 3 0 0 0 3-3H7a3 3 0 0 0 3 3z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-icon-bellOutline, |
|||
.mw-ui-icon-bellOutline:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=bellOutline&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E bell %3C/title%3E%3Cpath d=%22M11.5 2.19C14.09 2.86 16 5.2 16 8v6l2 2v1H2v-1l2-2V8c0-2.8 1.91-5.14 4.5-5.81V1.5C8.5.67 9.17 0 10 0s1.5.67 1.5 1.5v.69zM10 4C7.79 4 6 5.79 6 8v7h8V8c0-2.21-1.79-4-4-4zM8 18h4c0 1.1-.9 2-2 2s-2-.9-2-2z%22/%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-invert.oo-ui-icon-bellOutline, |
|||
.mw-ui-icon-bellOutline-invert:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=bellOutline&variant=invert&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E bell %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M11.5 2.19C14.09 2.86 16 5.2 16 8v6l2 2v1H2v-1l2-2V8c0-2.8 1.91-5.14 4.5-5.81V1.5C8.5.67 9.17 0 10 0s1.5.67 1.5 1.5v.69zM10 4C7.79 4 6 5.79 6 8v7h8V8c0-2.21-1.79-4-4-4zM8 18h4c0 1.1-.9 2-2 2s-2-.9-2-2z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-progressive.oo-ui-icon-bellOutline, |
|||
.mw-ui-icon-bellOutline-progressive:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=bellOutline&variant=progressive&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E bell %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M11.5 2.19C14.09 2.86 16 5.2 16 8v6l2 2v1H2v-1l2-2V8c0-2.8 1.91-5.14 4.5-5.81V1.5C8.5.67 9.17 0 10 0s1.5.67 1.5 1.5v.69zM10 4C7.79 4 6 5.79 6 8v7h8V8c0-2.21-1.79-4-4-4zM8 18h4c0 1.1-.9 2-2 2s-2-.9-2-2z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-icon-error, |
|||
.mw-ui-icon-error:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=error&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E error %3C/title%3E%3Cpath d=%22M13.728 1H6.272L1 6.272v7.456L6.272 19h7.456L19 13.728V6.272zM11 15H9v-2h2zm0-4H9V5h2z%22/%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-invert.oo-ui-icon-error, |
|||
.mw-ui-icon-error-invert:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=error&variant=invert&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E error %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M13.728 1H6.272L1 6.272v7.456L6.272 19h7.456L19 13.728V6.272zM11 15H9v-2h2zm0-4H9V5h2z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-progressive.oo-ui-icon-error, |
|||
.mw-ui-icon-error-progressive:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=error&variant=progressive&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E error %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M13.728 1H6.272L1 6.272v7.456L6.272 19h7.456L19 13.728V6.272zM11 15H9v-2h2zm0-4H9V5h2z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-error.oo-ui-icon-error, |
|||
.mw-ui-icon-error-error:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=error&variant=error&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E error %3C/title%3E%3Cg fill=%22%23d33%22%3E%3Cpath d=%22M13.728 1H6.272L1 6.272v7.456L6.272 19h7.456L19 13.728V6.272zM11 15H9v-2h2zm0-4H9V5h2z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-icon-message, |
|||
.mw-ui-icon-message:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=message&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E message %3C/title%3E%3Cpath d=%22M0 8v8a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-10 4z%22/%3E%3Cpath d=%22M2 2a2 2 0 0 0-2 2v2l10 4 10-4V4a2 2 0 0 0-2-2z%22/%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-invert.oo-ui-icon-message, |
|||
.mw-ui-icon-message-invert:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=message&variant=invert&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E message %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M0 8v8a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-10 4z%22/%3E%3Cpath d=%22M2 2a2 2 0 0 0-2 2v2l10 4 10-4V4a2 2 0 0 0-2-2z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-progressive.oo-ui-icon-message, |
|||
.mw-ui-icon-message-progressive:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=message&variant=progressive&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E message %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M0 8v8a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-10 4z%22/%3E%3Cpath d=%22M2 2a2 2 0 0 0-2 2v2l10 4 10-4V4a2 2 0 0 0-2-2z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-icon-notice, |
|||
.mw-ui-icon-notice:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=notice&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E notice %3C/title%3E%3Cpath d=%22M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm1 16H9v-2h2zm0-4H9V4h2z%22/%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-invert.oo-ui-icon-notice, |
|||
.mw-ui-icon-notice-invert:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=notice&variant=invert&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E notice %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm1 16H9v-2h2zm0-4H9V4h2z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-progressive.oo-ui-icon-notice, |
|||
.mw-ui-icon-notice-progressive:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=notice&variant=progressive&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E notice %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm1 16H9v-2h2zm0-4H9V4h2z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-icon-speechBubble, |
|||
.mw-ui-icon-speechBubble:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=speechBubble&format=rasterized&lang=en&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E speech bubble %3C/title%3E%3Cpath d=%22M6 14H0v6z%22/%3E%3Crect width=%2220%22 height=%2216%22 rx=%222%22/%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-invert.oo-ui-icon-speechBubble, |
|||
.mw-ui-icon-speechBubble-invert:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=speechBubble&variant=invert&format=rasterized&lang=en&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E speech bubble %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M6 14H0v6z%22/%3E%3Crect width=%2220%22 height=%2216%22 rx=%222%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-progressive.oo-ui-icon-speechBubble, |
|||
.mw-ui-icon-speechBubble-progressive:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=speechBubble&variant=progressive&format=rasterized&lang=en&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E speech bubble %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M6 14H0v6z%22/%3E%3Crect width=%2220%22 height=%2216%22 rx=%222%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-icon-speechBubbleAdd, |
|||
.mw-ui-icon-speechBubbleAdd:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=speechBubbleAdd&format=rasterized&lang=en&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E add speech bubble %3C/title%3E%3Cpath d=%22M3 1a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm12 8h-4v4H9V9H5V7h4V3h2v4h4z%22/%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-invert.oo-ui-icon-speechBubbleAdd, |
|||
.mw-ui-icon-speechBubbleAdd-invert:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=speechBubbleAdd&variant=invert&format=rasterized&lang=en&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E add speech bubble %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M3 1a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm12 8h-4v4H9V9H5V7h4V3h2v4h4z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-progressive.oo-ui-icon-speechBubbleAdd, |
|||
.mw-ui-icon-speechBubbleAdd-progressive:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=speechBubbleAdd&variant=progressive&format=rasterized&lang=en&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E add speech bubble %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M3 1a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm12 8h-4v4H9V9H5V7h4V3h2v4h4z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-icon-speechBubbles, |
|||
.mw-ui-icon-speechBubbles:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=speechBubbles&format=rasterized&lang=en&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E speech bubbles %3C/title%3E%3Cpath d=%22M17 4v7a2 2 0 0 1-2 2H4v1a2 2 0 0 0 2 2h10l4 4V6a2 2 0 0 0-2-2zM6 10H0v6z%22/%3E%3Crect width=%2216%22 height=%2212%22 rx=%222%22/%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-invert.oo-ui-icon-speechBubbles, |
|||
.mw-ui-icon-speechBubbles-invert:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=speechBubbles&variant=invert&format=rasterized&lang=en&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E speech bubbles %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M17 4v7a2 2 0 0 1-2 2H4v1a2 2 0 0 0 2 2h10l4 4V6a2 2 0 0 0-2-2zM6 10H0v6z%22/%3E%3Crect width=%2216%22 height=%2212%22 rx=%222%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-progressive.oo-ui-icon-speechBubbles, |
|||
.mw-ui-icon-speechBubbles-progressive:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=speechBubbles&variant=progressive&format=rasterized&lang=en&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E speech bubbles %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M17 4v7a2 2 0 0 1-2 2H4v1a2 2 0 0 0 2 2h10l4 4V6a2 2 0 0 0-2-2zM6 10H0v6z%22/%3E%3Crect width=%2216%22 height=%2212%22 rx=%222%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-icon-tray, |
|||
.mw-ui-icon-tray:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=tray&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E tray %3C/title%3E%3Cpath d=%22M3 1a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm14 12h-4l-1 2H8l-1-2H3V3h14z%22/%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-invert.oo-ui-icon-tray, |
|||
.mw-ui-icon-tray-invert:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=tray&variant=invert&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E tray %3C/title%3E%3Cg fill=%22%23fff%22%3E%3Cpath d=%22M3 1a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm14 12h-4l-1 2H8l-1-2H3V3h14z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
.oo-ui-image-progressive.oo-ui-icon-tray, |
|||
.mw-ui-icon-tray-progressive:before { |
|||
background-image:url(/w/load.php?modules=oojs-ui.styles.icons-alerts&image=tray&variant=progressive&format=rasterized&skin=cologneblue&version=pzgtg); |
|||
background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E tray %3C/title%3E%3Cg fill=%22%2336c%22%3E%3Cpath d=%22M3 1a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm14 12h-4l-1 2H8l-1-2H3V3h14z%22/%3E%3C/g%3E%3C/svg%3E") |
|||
} |
|||
div.tright, |
|||
div.floatright, |
|||
table.floatright { |
|||
clear:right; |
|||
float:right |
|||
} |
|||
div.tleft, |
|||
div.floatleft, |
|||
table.floatleft { |
|||
float:left; |
|||
clear:left |
|||
} |
|||
div.floatright, |
|||
table.floatright { |
|||
margin:0 0 0.5em 0.5em |
|||
} |
|||
div.floatleft, |
|||
table.floatleft { |
|||
margin:0 0.5em 0.5em 0 |
|||
} |
|||
div.thumb { |
|||
width:auto; |
|||
background-color:transparent; |
|||
margin-bottom:0.5em |
|||
} |
|||
div.tleft { |
|||
margin:0.5em 1.4em 1.3em 0 |
|||
} |
|||
div.tright { |
|||
margin:0.5em 0 1.3em 1.4em |
|||
} |
|||
.thumbcaption { |
|||
text-align:left; |
|||
line-height:1.4em; |
|||
padding:3px |
|||
} |
|||
div.thumbinner { |
|||
padding:3px; |
|||
text-align:center; |
|||
overflow:hidden |
|||
} |
|||
.mw-message-box, |
|||
.messagebox, |
|||
.errorbox, |
|||
.warningbox, |
|||
.successbox { |
|||
color:#000; |
|||
-moz-box-sizing:border-box; |
|||
box-sizing:border-box; |
|||
margin-bottom:16px; |
|||
border:1px solid; |
|||
padding:12px 24px; |
|||
word-wrap:break-word; |
|||
overflow-wrap:break-word; |
|||
overflow:hidden |
|||
} |
|||
.mw-message-box :only-child, |
|||
.messagebox :only-child, |
|||
.errorbox :only-child, |
|||
.warningbox :only-child, |
|||
.successbox :only-child { |
|||
margin:0 |
|||
} |
|||
.mw-message-box h2, |
|||
.messagebox h2, |
|||
.errorbox h2, |
|||
.warningbox h2, |
|||
.successbox h2 { |
|||
color:inherit; |
|||
display:block; |
|||
border:0; |
|||
font-size:1em; |
|||
font-weight:bold |
|||
} |
|||
.mw-message-box .mw-logevent-loglines li, |
|||
.messagebox .mw-logevent-loglines li, |
|||
.errorbox .mw-logevent-loglines li, |
|||
.warningbox .mw-logevent-loglines li, |
|||
.successbox .mw-logevent-loglines li { |
|||
font-size:90% |
|||
} |
|||
.mw-message-box, |
|||
.messagebox { |
|||
background-color:#eaecf0; |
|||
border-color:#a2a9b1 |
|||
} |
|||
.mw-message-box-error, |
|||
.errorbox { |
|||
background-color:#fee7e6; |
|||
border-color:#d33 |
|||
} |
|||
.mw-message-box-warning, |
|||
.warningbox { |
|||
background-color:#fef6e7; |
|||
border-color:#fc3 |
|||
} |
|||
.mw-message-box-success, |
|||
.successbox { |
|||
background-color:#d5fdf4; |
|||
border-color:#14866d |
|||
} |
|||
.toctogglecheckbox:checked ~ ul { |
|||
display:none |
|||
} |
|||
h1 { |
|||
font-size:2em |
|||
} |
|||
h2 { |
|||
font-size:1.5em |
|||
} |
|||
h3 { |
|||
font-size:1.17em |
|||
} |
|||
h4 { |
|||
font-size:1.11em |
|||
} |
|||
h5 { |
|||
font-size:1.05em |
|||
} |
|||
h6 { |
|||
font-size:1em |
|||
} |
|||
h1, |
|||
h2, |
|||
h3, |
|||
h4, |
|||
h5, |
|||
h6 { |
|||
font-weight:bolder |
|||
} |
|||
div.floatright { |
|||
float:right; |
|||
clear:right; |
|||
margin:0 0 1em 1em |
|||
} |
|||
div.floatright p { |
|||
font-style:italic |
|||
} |
|||
div.floatleft { |
|||
float:left; |
|||
clear:left; |
|||
margin:0.3em 0.5em 0.5em 0 |
|||
} |
|||
table.rimage { |
|||
float:right; |
|||
margin-left:1em; |
|||
margin-bottom:1em; |
|||
text-align:center; |
|||
font-size:smaller |
|||
} |
|||
div.thumb { |
|||
margin-bottom:0.5em; |
|||
border-style:solid; |
|||
border-color:#fff; |
|||
width:auto |
|||
} |
|||
div.thumbinner { |
|||
border:1px solid #ccc; |
|||
padding:3px; |
|||
background-color:#f9f9f9; |
|||
font-size:94%; |
|||
text-align:center; |
|||
overflow:hidden |
|||
} |
|||
html .thumbimage { |
|||
border:1px solid #ccc |
|||
} |
|||
html .thumbcaption { |
|||
border:0; |
|||
line-height:1.4em; |
|||
padding:3px; |
|||
font-size:94%; |
|||
text-align:left |
|||
} |
|||
div.magnify { |
|||
float:right; |
|||
margin-left:3px |
|||
} |
|||
div.magnify a { |
|||
display:block; |
|||
text-indent:15px; |
|||
white-space:nowrap; |
|||
overflow:hidden; |
|||
width:15px; |
|||
height:11px; |
|||
background:url(/w/skins/CologneBlue/resources/images/magnify-clip-ltr.png?eb4e4) center center no-repeat; |
|||
background-image:linear-gradient(transparent,transparent),url(/w/skins/CologneBlue/resources/images/magnify-clip-ltr.svg?552ce); |
|||
-moz-user-select:none; |
|||
-webkit-user-select:none; |
|||
-ms-user-select:none; |
|||
user-select:none |
|||
} |
|||
div.tright { |
|||
clear:right; |
|||
float:right; |
|||
border-width:0.5em 0 0.8em 1.4em |
|||
} |
|||
div.tleft { |
|||
float:left; |
|||
clear:left; |
|||
margin-right:0.5em; |
|||
border-width:0.5em 1.4em 0.8em 0 |
|||
} |
|||
img.thumbborder { |
|||
border:1px solid #ddd |
|||
} |
|||
.autocomment, |
|||
.autocomment a, |
|||
.autocomment a:visited { |
|||
color:#4b4b4b |
|||
} |
|||
img { |
|||
border:0 |
|||
} |
|||
.toc { |
|||
border:1px solid #bba; |
|||
background-color:#f7f8ff; |
|||
padding:7px; |
|||
font-size:95%; |
|||
text-align:center; |
|||
display:inline-block; |
|||
display:table |
|||
} |
|||
table.toc { |
|||
border-collapse:collapse |
|||
} |
|||
table.toc td { |
|||
padding:0 |
|||
} |
|||
.toc h2 { |
|||
display:inline; |
|||
border:0; |
|||
padding:0; |
|||
font-size:100%; |
|||
font-weight:bold |
|||
} |
|||
.toc ul { |
|||
list-style-type:none; |
|||
list-style-image:none; |
|||
padding:0; |
|||
text-align:left |
|||
} |
|||
.toc ul ul { |
|||
margin:0 0 0 2em |
|||
} |
|||
.error { |
|||
color:#f00; |
|||
font-size:larger |
|||
} |
|||
.mw-prefs-buttons { |
|||
clear:left; |
|||
float:left; |
|||
margin-top:1em |
|||
} |
|||
div.htmlform-tip { |
|||
font-size:94%; |
|||
margin-top:0.4em; |
|||
color:#666 |
|||
} |
|||
.center { |
|||
width:100%; |
|||
text-align:center |
|||
} |
|||
*.center * { |
|||
margin-left:auto; |
|||
margin-right:auto |
|||
} |
|||
.small { |
|||
font-size:94% |
|||
} |
|||
table.small { |
|||
font-size:100% |
|||
} |
|||
.toccolours { |
|||
border:1px solid #aaa; |
|||
background-color:#f9f9f9; |
|||
padding:5px; |
|||
font-size:95% |
|||
} |
|||
#siteNotice { |
|||
border:1px solid #aaa; |
|||
padding-left:0.5em; |
|||
padding-right:0.5em |
|||
} |
|||
.sharedUploadNotice { |
|||
font-style:italic |
|||
} |
|||
span.unpatrolled { |
|||
font-weight:bold; |
|||
color:#f00 |
|||
} |
|||
div.gallerybox { |
|||
width:150px |
|||
} |
|||
span.comment { |
|||
font-style:italic |
|||
} |
|||
.previewnote { |
|||
text-align:center; |
|||
color:#c00 |
|||
} |
|||
li span.deleted { |
|||
text-decoration:line-through; |
|||
color:#888; |
|||
font-style:italic |
|||
} |
|||
table.mw_metadata { |
|||
margin-left:0.5em; |
|||
border:0; |
|||
border-collapse:collapse |
|||
} |
|||
table.mw_metadata caption { |
|||
font-weight:bold |
|||
} |
|||
table.mw_metadata td, |
|||
table.mw_metadata th { |
|||
border:1px solid #aaa; |
|||
padding-left:4px; |
|||
padding-right:4px |
|||
} |
|||
table.mw_metadata th { |
|||
background-color:#f9f9f9; |
|||
font-weight:normal |
|||
} |
|||
table.mw_metadata td { |
|||
background-color:#fcfcfc; |
|||
padding-top:0.1em; |
|||
padding-bottom:0.1em |
|||
} |
|||
table.mw_metadata td.spacer { |
|||
background:inherit; |
|||
border-width:0 1px |
|||
} |
|||
.visualClear { |
|||
clear:both |
|||
} |
|||
#jump-to-nav { |
|||
display:none |
|||
} |
|||
div.multipageimagenavbox { |
|||
border:1px solid #c0c0c0; |
|||
padding:4px; |
|||
margin:1em; |
|||
background:#f0f0f0 |
|||
} |
|||
div.multipageimagenavbox div.thumb { |
|||
border:0; |
|||
margin-left:2em; |
|||
margin-right:2em |
|||
} |
|||
div.multipageimagenavbox hr { |
|||
margin:6px |
|||
} |
|||
table.multipageimage td { |
|||
text-align:center |
|||
} |
|||
.templatesUsed { |
|||
margin-top:1em |
|||
} |
|||
.MediaTransformError { |
|||
border:thin solid #777; |
|||
background-color:#ccc; |
|||
padding:0.1em |
|||
} |
|||
.MediaTransformError td { |
|||
text-align:center; |
|||
vertical-align:middle; |
|||
font-size:90% |
|||
} |
|||
form#specialpages { |
|||
display:inline |
|||
} |
|||
body { |
|||
direction:ltr; |
|||
unicode-bidi:embed; |
|||
background-color:#ffffec |
|||
} |
|||
body.ns-0 { |
|||
background-color:#fff |
|||
} |
|||
html > body.rtl .mw-body ul { |
|||
display:table |
|||
} |
|||
html > body.rtl .mw-body #filetoc { |
|||
display:block |
|||
} |
|||
.cb-piped-list { |
|||
margin:0 |
|||
} |
|||
#titlelinks span, |
|||
.cb-piped-list > li { |
|||
display:inline |
|||
} |
|||
#titlelinks span:not(:first-child):before, |
|||
.cb-piped-list > li:not(:first-child):before { |
|||
content:' | ' |
|||
} |
|||
@media screen { |
|||
div.thumbinner { |
|||
border:1px solid #c8ccd1; |
|||
background-color:#f8f9fa; |
|||
font-size:94% |
|||
} |
|||
.thumbimage { |
|||
background-color:#ffffff; |
|||
border:1px solid #c8ccd1 |
|||
} |
|||
.thumbcaption { |
|||
border:0; |
|||
font-size:94% |
|||
} |
|||
.thumbborder { |
|||
border:1px solid #eaecf0 |
|||
} |
|||
.magnify { |
|||
float:right; |
|||
margin-left:3px |
|||
} |
|||
.magnify a { |
|||
display:block; |
|||
text-indent:15px; |
|||
white-space:nowrap; |
|||
overflow:hidden; |
|||
width:15px; |
|||
height:11px; |
|||
background-image:url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?8330e); |
|||
-webkit-user-select:none; |
|||
-moz-user-select:none; |
|||
-ms-user-select:none; |
|||
user-select:none |
|||
} |
|||
.mw-content-ltr .thumbcaption { |
|||
text-align:left |
|||
} |
|||
.mw-content-rtl .thumbcaption { |
|||
text-align:right |
|||
} |
|||
.mw-content-ltr .magnify { |
|||
margin-left:3px; |
|||
margin-right:0; |
|||
float:right |
|||
} |
|||
.mw-content-ltr .magnify a { |
|||
background-image:url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?8330e) |
|||
} |
|||
.mw-content-rtl .magnify { |
|||
margin-left:0; |
|||
margin-right:3px; |
|||
float:left |
|||
} |
|||
.mw-content-rtl .magnify a { |
|||
background-image:url(/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.svg?38fd5) |
|||
} |
|||
a.new { |
|||
color:#dd3333 |
|||
} |
|||
a.mw-selflink { |
|||
color:inherit; |
|||
font-weight:bold; |
|||
text-decoration:inherit |
|||
} |
|||
a.mw-selflink:hover { |
|||
cursor:inherit; |
|||
text-decoration:inherit |
|||
} |
|||
a.mw-selflink:active, |
|||
a.mw-selflink:visited { |
|||
color:inherit |
|||
} |
|||
a.new:visited { |
|||
color:#a55858 |
|||
} |
|||
.mw-parser-output a.extiw, |
|||
.mw-parser-output a.external { |
|||
color:#3366bb |
|||
} |
|||
.mw-parser-output a.extiw:visited, |
|||
.mw-parser-output a.external:visited { |
|||
color:#663366 |
|||
} |
|||
.mw-parser-output a.extiw:active, |
|||
.mw-parser-output a.external:active { |
|||
color:#bb6633 |
|||
} |
|||
.mw-underline-always a { |
|||
text-decoration:underline |
|||
} |
|||
.mw-underline-never a { |
|||
text-decoration:none |
|||
} |
|||
.plainlinks a.external { |
|||
background:none !important; |
|||
padding:0 !important |
|||
} |
|||
.mw-body-content:after { |
|||
clear:both; |
|||
content:''; |
|||
display:block |
|||
} |
|||
.mw-body-content a.external.free { |
|||
word-wrap:break-word |
|||
} |
|||
.mw-body-content .error { |
|||
font-size:larger; |
|||
color:#d33 |
|||
} |
|||
.rtl .mw-parser-output a.external.free, |
|||
.rtl .mw-parser-output a.external.autonumber { |
|||
direction:ltr; |
|||
unicode-bidi:embed |
|||
} |
|||
.mw-hide-empty-elt .mw-parser-output:not(.mw-show-empty-elt) .mw-empty-elt { |
|||
display:none |
|||
} |
|||
.wikitable { |
|||
background-color:#f8f9fa; |
|||
color:#202122; |
|||
margin:1em 0; |
|||
border:1px solid #a2a9b1; |
|||
border-collapse:collapse |
|||
} |
|||
.wikitable > tr > th, |
|||
.wikitable > tr > td, |
|||
.wikitable > * > tr > th, |
|||
.wikitable > * > tr > td { |
|||
border:1px solid #a2a9b1; |
|||
padding:0.2em 0.4em |
|||
} |
|||
.wikitable > tr > th, |
|||
.wikitable > * > tr > th { |
|||
background-color:#eaecf0; |
|||
text-align:center |
|||
} |
|||
.wikitable > caption { |
|||
font-weight:bold |
|||
} |
|||
.usermessage { |
|||
background-color:#fef6e7; |
|||
border:1px solid #fc3; |
|||
color:#000; |
|||
font-weight:bold; |
|||
margin:2em 0 1em; |
|||
padding:0.5em 1em; |
|||
vertical-align:middle |
|||
} |
|||
#siteNotice { |
|||
position:relative; |
|||
text-align:center; |
|||
margin:0 |
|||
} |
|||
#localNotice { |
|||
margin-bottom:0.9em |
|||
} |
|||
#siteSub { |
|||
display:none |
|||
} |
|||
#contentSub, |
|||
#contentSub2 { |
|||
font-size:84%; |
|||
line-height:1.2em; |
|||
margin:0 0 1.4em 1em; |
|||
color:#54595d; |
|||
width:auto |
|||
} |
|||
span.subpages { |
|||
display:block |
|||
} |
|||
.emptyPortlet { |
|||
display:none |
|||
} |
|||
.printfooter, |
|||
.client-nojs #t-print { |
|||
display:none |
|||
} |
|||
.mw-indicators { |
|||
float:right |
|||
} |
|||
.mw-editsection { |
|||
-moz-user-select:none; |
|||
-webkit-user-select:none; |
|||
-ms-user-select:none; |
|||
user-select:none |
|||
} |
|||
.mw-editsection, |
|||
.mw-editsection-like { |
|||
font-size:small; |
|||
font-weight:normal; |
|||
margin-left:1em; |
|||
vertical-align:baseline; |
|||
line-height:1em |
|||
} |
|||
.mw-content-ltr .mw-editsection, |
|||
.mw-content-rtl .mw-content-ltr .mw-editsection, |
|||
.mw-content-ltr .mw-editsection-like, |
|||
.mw-content-rtl .mw-content-ltr .mw-editsection-like { |
|||
margin-left:1em; |
|||
margin-right:0 |
|||
} |
|||
.mw-content-rtl .mw-editsection, |
|||
.mw-content-ltr .mw-content-rtl .mw-editsection, |
|||
.mw-content-rtl .mw-editsection-like, |
|||
.mw-content-ltr .mw-content-rtl .mw-editsection-like { |
|||
margin-right:1em; |
|||
margin-left:0 |
|||
} |
|||
#catlinks { |
|||
text-align:left |
|||
} |
|||
.catlinks { |
|||
border:1px solid #a2a9b1; |
|||
background-color:#f8f9fa; |
|||
padding:5px; |
|||
margin-top:1em; |
|||
clear:both |
|||
} |
|||
.catlinks ul { |
|||
display:inline; |
|||
margin:0; |
|||
padding:0; |
|||
list-style:none |
|||
} |
|||
.catlinks li { |
|||
display:inline-block; |
|||
line-height:1.25em; |
|||
border-left:1px solid #a2a9b1; |
|||
margin:0.125em 0; |
|||
padding:0 0.5em |
|||
} |
|||
.catlinks li:first-child { |
|||
padding-left:0.25em; |
|||
border-left:0 |
|||
} |
|||
.catlinks li a.mw-redirect { |
|||
font-style:italic |
|||
} |
|||
.mw-hidden-cats-hidden, |
|||
.catlinks-allhidden { |
|||
display:none |
|||
} |
|||
a { |
|||
text-decoration:none; |
|||
color:#0645ad; |
|||
background:none |
|||
} |
|||
a:not([href]) { |
|||
cursor:pointer |
|||
} |
|||
a:visited { |
|||
color:#0b0080 |
|||
} |
|||
a:active { |
|||
color:#faa700 |
|||
} |
|||
a:hover, |
|||
a:focus { |
|||
text-decoration:underline |
|||
} |
|||
a:lang(ar), |
|||
a:lang(kk-arab), |
|||
a:lang(mzn), |
|||
a:lang(ps), |
|||
a:lang(ur) { |
|||
text-decoration:none |
|||
} |
|||
img { |
|||
border:0; |
|||
vertical-align:middle |
|||
} |
|||
hr { |
|||
height:1px; |
|||
background-color:#a2a9b1; |
|||
border:0; |
|||
margin:0.2em 0 |
|||
} |
|||
h1, |
|||
h2, |
|||
h3, |
|||
h4, |
|||
h5, |
|||
h6 { |
|||
color:#000; |
|||
margin:0; |
|||
padding-top:0.5em; |
|||
padding-bottom:0.17em; |
|||
overflow:hidden |
|||
} |
|||
h1, |
|||
h2 { |
|||
margin-bottom:0.6em; |
|||
border-bottom:1px solid #a2a9b1 |
|||
} |
|||
h3, |
|||
h4, |
|||
h5 { |
|||
margin-bottom:0.3em |
|||
} |
|||
h1 { |
|||
font-size:188%; |
|||
font-weight:normal |
|||
} |
|||
h2 { |
|||
font-size:150%; |
|||
font-weight:normal |
|||
} |
|||
h3 { |
|||
font-size:128% |
|||
} |
|||
h4 { |
|||
font-size:116% |
|||
} |
|||
h5 { |
|||
font-size:108% |
|||
} |
|||
h6 { |
|||
font-size:100% |
|||
} |
|||
p { |
|||
margin:0.4em 0 0.5em 0 |
|||
} |
|||
p img { |
|||
margin:0 |
|||
} |
|||
ul { |
|||
margin:0.3em 0 0 1.6em; |
|||
padding:0 |
|||
} |
|||
ol { |
|||
margin:0.3em 0 0 3.2em; |
|||
padding:0; |
|||
list-style-image:none |
|||
} |
|||
li { |
|||
margin-bottom:0.1em |
|||
} |
|||
dt { |
|||
font-weight:bold; |
|||
margin-bottom:0.1em |
|||
} |
|||
dl { |
|||
margin-top:0.2em; |
|||
margin-bottom:0.5em |
|||
} |
|||
dd { |
|||
margin-left:1.6em; |
|||
margin-bottom:0.1em |
|||
} |
|||
pre, |
|||
code, |
|||
tt, |
|||
kbd, |
|||
samp, |
|||
.mw-code { |
|||
font-family:monospace,monospace |
|||
} |
|||
pre, |
|||
code, |
|||
.mw-code { |
|||
background-color:#f8f9fa; |
|||
color:#000; |
|||
border:1px solid #eaecf0 |
|||
} |
|||
code { |
|||
border-radius:2px; |
|||
padding:1px 4px |
|||
} |
|||
pre, |
|||
.mw-code { |
|||
padding:1em; |
|||
white-space:pre-wrap; |
|||
overflow-x:hidden; |
|||
word-wrap:break-word |
|||
} |
|||
table { |
|||
font-size:100% |
|||
} |
|||
fieldset { |
|||
border:1px solid #2a4b8d; |
|||
margin:1em 0 1em 0; |
|||
padding:0 1em 1em |
|||
} |
|||
legend { |
|||
padding:0.5em; |
|||
font-size:95% |
|||
} |
|||
form { |
|||
border:0; |
|||
margin:0 |
|||
} |
|||
textarea { |
|||
display:block; |
|||
-moz-box-sizing:border-box; |
|||
box-sizing:border-box; |
|||
width:100%; |
|||
border:1px solid #c8ccd1; |
|||
padding:0.1em |
|||
} |
|||
.center { |
|||
width:100%; |
|||
text-align:center |
|||
} |
|||
*.center * { |
|||
margin-left:auto; |
|||
margin-right:auto |
|||
} |
|||
.small { |
|||
font-size:94% |
|||
} |
|||
table.small { |
|||
font-size:100% |
|||
} |
|||
@counter-style meetei { |
|||
system:numeric; |
|||
symbols:'\ABF0' '\ABF1' '\ABF2' '\ABF3' '\ABF4' '\ABF5' '\ABF6' '\ABF7' '\ABF8' '\ABF9'; |
|||
suffix:') ' |
|||
} |
|||
@counter-style santali { |
|||
system:numeric; |
|||
symbols:'\1C50' '\1C51' '\1C52' '\1C53' '\1C54' '\1C55' '\1C56' '\1C57' '\1C58' '\1C59' |
|||
} |
|||
@counter-style myanmar_with_period { |
|||
system:numeric; |
|||
symbols:'\1040' '\1041' '\1042' '\1043' '\1044' '\1045' '\1046' '\1047' '\1048' '\1049'; |
|||
suffix:'\104B\0020' |
|||
} |
|||
ol:lang(azb) li, |
|||
ol:lang(bcc) li, |
|||
ol:lang(bgn) li, |
|||
ol:lang(bqi) li, |
|||
ol:lang(fa) li, |
|||
ol:lang(glk) li, |
|||
ol:lang(kk-arab) li, |
|||
ol:lang(lrc) li, |
|||
ol:lang(luz) li, |
|||
ol:lang(mzn) li { |
|||
list-style-type:persian |
|||
} |
|||
ol:lang(ckb) li, |
|||
ol:lang(sdh) li { |
|||
list-style-type:arabic-indic |
|||
} |
|||
ol:lang(hi) li, |
|||
ol:lang(mai) li, |
|||
ol:lang(mr) li, |
|||
ol:lang(ne) li { |
|||
list-style-type:devanagari |
|||
} |
|||
ol:lang(as) li, |
|||
ol:lang(bn) li { |
|||
list-style-type:bengali |
|||
} |
|||
ol:lang(mni) li { |
|||
list-style-type:meetei |
|||
} |
|||
ol:lang(or) li { |
|||
list-style-type:oriya |
|||
} |
|||
ol:lang(sat) li { |
|||
list-style-type:santali |
|||
} |
|||
ol:lang(blk) li, |
|||
ol:lang(kjp) li, |
|||
ol:lang(ksw) li, |
|||
ol:lang(mnw) li, |
|||
ol:lang(my) li, |
|||
ol:lang(shn) li { |
|||
list-style-type:myanmar_with_period |
|||
} |
|||
.mw-content-ltr ul, |
|||
.mw-content-rtl .mw-content-ltr ul { |
|||
margin:0.3em 0 0 1.6em; |
|||
padding:0 |
|||
} |
|||
.mw-content-rtl ul, |
|||
.mw-content-ltr .mw-content-rtl ul { |
|||
margin:0.3em 1.6em 0 0; |
|||
padding:0 |
|||
} |
|||
.mw-content-ltr ol, |
|||
.mw-content-rtl .mw-content-ltr ol { |
|||
margin:0.3em 0 0 3.2em; |
|||
padding:0 |
|||
} |
|||
.mw-content-rtl ol, |
|||
.mw-content-ltr .mw-content-rtl ol { |
|||
margin:0.3em 3.2em 0 0; |
|||
padding:0 |
|||
} |
|||
.mw-content-ltr dd, |
|||
.mw-content-rtl .mw-content-ltr dd { |
|||
margin-left:1.6em; |
|||
margin-right:0 |
|||
} |
|||
.mw-content-rtl dd, |
|||
.mw-content-ltr .mw-content-rtl dd { |
|||
margin-right:1.6em; |
|||
margin-left:0 |
|||
} |
|||
h1:lang(anp), |
|||
h1:lang(as), |
|||
h1:lang(bh), |
|||
h1:lang(bho), |
|||
h1:lang(bn), |
|||
h1:lang(gu), |
|||
h1:lang(hi), |
|||
h1:lang(kn), |
|||
h1:lang(ks), |
|||
h1:lang(ml), |
|||
h1:lang(mr), |
|||
h1:lang(my), |
|||
h1:lang(mai), |
|||
h1:lang(ne), |
|||
h1:lang(new), |
|||
h1:lang(or), |
|||
h1:lang(pa), |
|||
h1:lang(pi), |
|||
h1:lang(sa), |
|||
h1:lang(ta), |
|||
h1:lang(te) { |
|||
line-height:1.6em !important |
|||
} |
|||
h2:lang(anp), |
|||
h3:lang(anp), |
|||
h4:lang(anp), |
|||
h5:lang(anp), |
|||
h6:lang(anp), |
|||
h2:lang(as), |
|||
h3:lang(as), |
|||
h4:lang(as), |
|||
h5:lang(as), |
|||
h6:lang(as), |
|||
h2:lang(bho), |
|||
h3:lang(bho), |
|||
h4:lang(bho), |
|||
h5:lang(bho), |
|||
h6:lang(bho), |
|||
h2:lang(bh), |
|||
h3:lang(bh), |
|||
h4:lang(bh), |
|||
h5:lang(bh), |
|||
h6:lang(bh), |
|||
h2:lang(bn), |
|||
h3:lang(bn), |
|||
h4:lang(bn), |
|||
h5:lang(bn), |
|||
h6:lang(bn), |
|||
h2:lang(gu), |
|||
h3:lang(gu), |
|||
h4:lang(gu), |
|||
h5:lang(gu), |
|||
h6:lang(gu), |
|||
h2:lang(hi), |
|||
h3:lang(hi), |
|||
h4:lang(hi), |
|||
h5:lang(hi), |
|||
h6:lang(hi), |
|||
h2:lang(kn), |
|||
h3:lang(kn), |
|||
h4:lang(kn), |
|||
h5:lang(kn), |
|||
h6:lang(kn), |
|||
h2:lang(ks), |
|||
h3:lang(ks), |
|||
h4:lang(ks), |
|||
h5:lang(ks), |
|||
h6:lang(ks), |
|||
h2:lang(ml), |
|||
h3:lang(ml), |
|||
h4:lang(ml), |
|||
h5:lang(ml), |
|||
h6:lang(ml), |
|||
h2:lang(mr), |
|||
h3:lang(mr), |
|||
h4:lang(mr), |
|||
h5:lang(mr), |
|||
h6:lang(mr), |
|||
h2:lang(my), |
|||
h3:lang(my), |
|||
h4:lang(my), |
|||
h5:lang(my), |
|||
h6:lang(my), |
|||
h2:lang(mai), |
|||
h3:lang(mai), |
|||
h4:lang(mai), |
|||
h5:lang(mai), |
|||
h6:lang(mai), |
|||
h2:lang(ne), |
|||
h3:lang(ne), |
|||
h4:lang(ne), |
|||
h5:lang(ne), |
|||
h6:lang(ne), |
|||
h2:lang(new), |
|||
h3:lang(new), |
|||
h4:lang(new), |
|||
h5:lang(new), |
|||
h6:lang(new), |
|||
h2:lang(or), |
|||
h3:lang(or), |
|||
h4:lang(or), |
|||
h5:lang(or), |
|||
h6:lang(or), |
|||
h2:lang(pa), |
|||
h3:lang(pa), |
|||
h4:lang(pa), |
|||
h5:lang(pa), |
|||
h6:lang(pa), |
|||
h2:lang(pi), |
|||
h3:lang(pi), |
|||
h4:lang(pi), |
|||
h5:lang(pi), |
|||
h6:lang(pi), |
|||
h2:lang(sa), |
|||
h3:lang(sa), |
|||
h4:lang(sa), |
|||
h5:lang(sa), |
|||
h6:lang(sa), |
|||
h2:lang(ta), |
|||
h3:lang(ta), |
|||
h4:lang(ta), |
|||
h5:lang(ta), |
|||
h6:lang(ta), |
|||
h2:lang(te), |
|||
h3:lang(te), |
|||
h4:lang(te), |
|||
h5:lang(te), |
|||
h6:lang(te) { |
|||
line-height:1.4em |
|||
} |
|||
h2:lang(th) { |
|||
line-height:1.6 |
|||
} |
|||
.toc, |
|||
.toccolours { |
|||
border:1px solid #a2a9b1; |
|||
background-color:#f8f9fa; |
|||
padding:5px; |
|||
font-size:95% |
|||
} |
|||
.toc { |
|||
display:table; |
|||
padding:7px |
|||
} |
|||
.toc h2 { |
|||
display:inline; |
|||
border:0; |
|||
padding:0; |
|||
font-size:100%; |
|||
font-weight:bold |
|||
} |
|||
.toc .toctitle { |
|||
text-align:center |
|||
} |
|||
.toc ul { |
|||
list-style:none; |
|||
margin:0.3em 0; |
|||
padding:0; |
|||
text-align:left |
|||
} |
|||
.toc ul ul { |
|||
margin:0 0 0 2em |
|||
} |
|||
table.toc { |
|||
border-collapse:collapse |
|||
} |
|||
table.toc td { |
|||
padding:0 |
|||
} |
|||
.tocnumber, |
|||
.toctext { |
|||
display:table-cell; |
|||
text-decoration:inherit |
|||
} |
|||
.tocnumber { |
|||
color:#202122; |
|||
padding-left:0; |
|||
padding-right:0.5em |
|||
} |
|||
.mw-content-ltr .tocnumber { |
|||
padding-left:0; |
|||
padding-right:0.5em |
|||
} |
|||
.mw-content-rtl .tocnumber { |
|||
padding-left:0.5em; |
|||
padding-right:0 |
|||
} |
|||
.toctogglecheckbox { |
|||
display:inline !important; |
|||
position:absolute; |
|||
opacity:0; |
|||
z-index:-1 |
|||
} |
|||
.toctogglespan { |
|||
font-size:94% |
|||
} |
|||
.toctogglespan:before { |
|||
content:' [' |
|||
} |
|||
.toctogglespan:after { |
|||
content:']' |
|||
} |
|||
.toctogglelabel { |
|||
cursor:pointer; |
|||
color:#0645ad |
|||
} |
|||
.toctogglelabel:hover { |
|||
text-decoration:underline |
|||
} |
|||
.toctogglecheckbox:focus + .toctitle .toctogglelabel { |
|||
text-decoration:underline; |
|||
outline:dotted 1px; |
|||
outline:auto -webkit-focus-ring-color |
|||
} |
|||
.toctogglecheckbox:checked + .toctitle .toctogglelabel:after { |
|||
content:'show' |
|||
} |
|||
.toctogglecheckbox:not(:checked) + .toctitle .toctogglelabel:after { |
|||
content:'hide' |
|||
} |
|||
.toc .toctitle { |
|||
direction:ltr |
|||
} |
|||
.mw-content-ltr .toc ul, |
|||
.mw-content-rtl .mw-content-ltr .toc ul { |
|||
text-align:left |
|||
} |
|||
.mw-content-rtl .toc ul, |
|||
.mw-content-ltr .mw-content-rtl .toc ul { |
|||
text-align:right |
|||
} |
|||
.mw-content-ltr .toc ul ul, |
|||
.mw-content-rtl .mw-content-ltr .toc ul ul { |
|||
margin:0 0 0 2em |
|||
} |
|||
.mw-content-rtl .toc ul ul, |
|||
.mw-content-ltr .mw-content-rtl .toc ul ul { |
|||
margin:0 2em 0 0 |
|||
} |
|||
body { |
|||
margin:0; |
|||
padding:0; |
|||
color:#000; |
|||
font-family:serif |
|||
} |
|||
#specialform { |
|||
display:inline |
|||
} |
|||
#content { |
|||
top:0; |
|||
margin:0; |
|||
padding:0 |
|||
} |
|||
#mw-data-after-content { |
|||
font-family:'Verdana','Arial',sans-serif; |
|||
color:#000; |
|||
font-size:8pt |
|||
} |
|||
#powersearch { |
|||
background-color:#def; |
|||
border-style:solid; |
|||
border-width:1px; |
|||
padding:2px |
|||
} |
|||
#quickbar { |
|||
width:140px; |
|||
top:18ex; |
|||
padding:2px; |
|||
visibility:visible |
|||
} |
|||
#article, |
|||
#article td, |
|||
#article th, |
|||
#article p { |
|||
font-family:'Verdana','Arial',sans-serif; |
|||
font-size:10pt; |
|||
color:#000 |
|||
} |
|||
#article p { |
|||
padding-top:0; |
|||
padding-bottom:0; |
|||
margin-top:1ex; |
|||
margin-bottom:0 |
|||
} |
|||
p, |
|||
pre, |
|||
.mw-code, |
|||
td, |
|||
th, |
|||
li, |
|||
dd, |
|||
dt { |
|||
line-height:12pt |
|||
} |
|||
textarea { |
|||
overflow:auto; |
|||
width:100%; |
|||
display:block; |
|||
-moz-box-sizing:border-box; |
|||
-webkit-box-sizing:border-box; |
|||
box-sizing:border-box |
|||
} |
|||
#footer { |
|||
margin-right:2%; |
|||
margin-top:1em; |
|||
padding:4px; |
|||
font-family:'Verdana','Arial',sans-serif; |
|||
font-size:10pt; |
|||
text-align:center |
|||
} |
|||
#footer form { |
|||
display:inline |
|||
} |
|||
#cb-ca-edit { |
|||
font-weight:bold |
|||
} |
|||
#pagestats { |
|||
font-family:'Verdana','Arial',sans-serif; |
|||
color:#000; |
|||
font-size:9pt |
|||
} |
|||
#quickbar { |
|||
font-family:'Verdana','Arial',sans-serif; |
|||
font-size:8pt; |
|||
font-weight:bold; |
|||
line-height:9.5pt; |
|||
text-decoration:none; |
|||
color:#000; |
|||
padding:0; |
|||
margin-top:0 |
|||
} |
|||
#quickbar a { |
|||
color:#468 |
|||
} |
|||
#mw-navigation h2 { |
|||
position:absolute; |
|||
top:-9999px |
|||
} |
|||
#quickbar h3 { |
|||
font-family:'Verdana','Arial',sans-serif; |
|||
font-size:10pt; |
|||
font-weight:bold; |
|||
line-height:12pt; |
|||
text-decoration:none; |
|||
color:#666; |
|||
padding:0; |
|||
margin-bottom:2px; |
|||
margin-top:6px |
|||
} |
|||
#quickbar form { |
|||
padding:0; |
|||
margin-top:0 |
|||
} |
|||
#quickbar .portlet ul, |
|||
#quickbar .portlet li { |
|||
list-style-type:none; |
|||
margin:0; |
|||
padding:0; |
|||
line-height:inherit |
|||
} |
|||
.emptyPortlet { |
|||
display:none |
|||
} |
|||
div.after-portlet { |
|||
display:inline; |
|||
padding-left:0.5em |
|||
} |
|||
h1 { |
|||
color:#666; |
|||
font-family:'Verdana','Arial',sans-serif; |
|||
font-size:180%; |
|||
line-height:21pt |
|||
} |
|||
h1#firstHeading { |
|||
padding-bottom:0; |
|||
margin-bottom:0 |
|||
} |
|||
.mw-indicators { |
|||
float:right |
|||
} |
|||
.mw-indicator { |
|||
display:-moz-inline-block; |
|||
display:inline-block; |
|||
zoom:1; |
|||
*display:inline |
|||
} |
|||
#article p.subtitle, |
|||
#article p.subpages, |
|||
#article p.tagline { |
|||
color:#666; |
|||
font-size:11pt; |
|||
font-weight:bold; |
|||
padding-top:0; |
|||
margin-top:0; |
|||
padding-bottom:1ex |
|||
} |
|||
a { |
|||
color:#236 |
|||
} |
|||
a.external { |
|||
color:#364 |
|||
} |
|||
a:visited { |
|||
color:#8d0749 |
|||
} |
|||
a.printable { |
|||
text-decoration:underline |
|||
} |
|||
a.stub, |
|||
#quickbar a.stub { |
|||
color:#723; |
|||
text-decoration:none |
|||
} |
|||
a.new, |
|||
#quickbar a.new, |
|||
#quickbar span.new a, |
|||
#footer span.new a { |
|||
color:#c20 |
|||
} |
|||
a.mw-selflink { |
|||
color:inherit; |
|||
font-weight:bold; |
|||
text-decoration:inherit |
|||
} |
|||
h2, |
|||
h3, |
|||
h4, |
|||
h5, |
|||
h6 { |
|||
margin-bottom:0 |
|||
} |
|||
small { |
|||
font-size:75% |
|||
} |
|||
.mw-empty-elt { |
|||
display:none |
|||
} |
|||
#searchInput { |
|||
width:114px |
|||
} |
|||
#quickbar { |
|||
position:absolute; |
|||
left:4px |
|||
} |
|||
#article { |
|||
margin-left:148px; |
|||
margin-right:4px |
|||
} |
|||
#footer { |
|||
margin-left:152px |
|||
} |
|||
#sitetitle, |
|||
#sitesub, |
|||
#toplinks, |
|||
#linkcollection { |
|||
margin-top:0; |
|||
margin-bottom:0 |
|||
} |
|||
#sitetitle, |
|||
#toplinks { |
|||
color:#fff; |
|||
text-transform:uppercase; |
|||
height:32pt |
|||
} |
|||
#sitetitle { |
|||
padding-left:8px; |
|||
font-family:'Times',serif; |
|||
font-weight:normal; |
|||
font-size:32pt; |
|||
line-height:32pt; |
|||
background-color:#68a |
|||
} |
|||
#sitetitle a, |
|||
#toplinks a { |
|||
color:#fff; |
|||
text-decoration:none |
|||
} |
|||
#sitetitle a { |
|||
position:relative; |
|||
z-index:10 |
|||
} |
|||
#toplinks { |
|||
font-family:'Verdana','Arial',sans-serif; |
|||
position:absolute; |
|||
top:0; |
|||
right:8px; |
|||
width:100%; |
|||
font-size:8pt |
|||
} |
|||
#toplinks a { |
|||
font-size:10pt |
|||
} |
|||
#toplinks ul { |
|||
position:absolute; |
|||
right:0; |
|||
margin:0; |
|||
width:100%; |
|||
text-align:right |
|||
} |
|||
#toplinks #syslinks { |
|||
bottom:0 |
|||
} |
|||
#toplinks #variantlinks { |
|||
bottom:12pt |
|||
} |
|||
#langlinks ul { |
|||
padding-left:0; |
|||
display:inline |
|||
} |
|||
#sitesub { |
|||
float:left; |
|||
margin-left:8px; |
|||
font-family:'Verdana','Arial',sans-serif; |
|||
font-size:9pt; |
|||
font-weight:bold; |
|||
color:#000 |
|||
} |
|||
#linkcollection { |
|||
margin-top:0.5em; |
|||
font-size:small; |
|||
margin-right:8px; |
|||
text-align:right; |
|||
padding-left:140px |
|||
} |
|||
#linkcollection * { |
|||
text-align:right |
|||
} |
|||
a { |
|||
text-decoration:underline |
|||
} |
|||
h1, |
|||
h2 { |
|||
border-bottom:none |
|||
} |
|||
} |
|||
@media print { |
|||
table.floatright, |
|||
div.floatright { |
|||
border:0 |
|||
} |
|||
table.floatleft, |
|||
div.floatleft { |
|||
border:0 |
|||
} |
|||
div.thumb { |
|||
page-break-inside:avoid |
|||
} |
|||
div.thumb a { |
|||
border-bottom:0 |
|||
} |
|||
div.thumbinner { |
|||
border:1px; |
|||
background-color:#ffffff; |
|||
font-size:10pt; |
|||
color:#666666; |
|||
border-radius:2px; |
|||
min-width:100px |
|||
} |
|||
.thumbborder { |
|||
border:1pt solid #dddddd |
|||
} |
|||
.magnify { |
|||
display:none |
|||
} |
|||
.mw-parser-output a.external { |
|||
} |
|||
.mw-parser-output a.external.text:after, |
|||
.mw-parser-output a.external.autonumber:after { |
|||
content:' (' attr(href) ')'; |
|||
word-break:break-all; |
|||
word-wrap:break-word |
|||
} |
|||
.mw-parser-output a.external.text[href^='//']:after, |
|||
.mw-parser-output a.external.autonumber[href^='//']:after { |
|||
content:' (https:' attr(href) ')' |
|||
} |
|||
.wikitable { |
|||
background:#fff; |
|||
margin:1em 0; |
|||
border:1pt solid #aaa; |
|||
border-collapse:collapse; |
|||
font-size:10pt; |
|||
page-break-inside:avoid |
|||
} |
|||
.wikitable > caption { |
|||
padding:5px; |
|||
font-size:10pt |
|||
} |
|||
.wikitable > tr > th, |
|||
.wikitable > tr > td, |
|||
.wikitable > * > tr > th, |
|||
.wikitable > * > tr > td { |
|||
background:#fff !important; |
|||
color:#000 !important; |
|||
border:1pt solid #aaa; |
|||
padding:0.4em 0.6em |
|||
} |
|||
.wikitable > tr > th, |
|||
.wikitable > * > tr > th { |
|||
text-align:center |
|||
} |
|||
table.listing, |
|||
table.listing td { |
|||
border:1pt solid #000; |
|||
border-collapse:collapse |
|||
} |
|||
.mw-editsection, |
|||
.mw-editsection-like, |
|||
.mw-indicators, |
|||
#siteNotice, |
|||
.usermessage { |
|||
display:none |
|||
} |
|||
.printfooter { |
|||
padding:1em 0 |
|||
} |
|||
.catlinks ul { |
|||
display:inline; |
|||
padding:0; |
|||
list-style:none |
|||
} |
|||
.catlinks li { |
|||
display:inline-block; |
|||
line-height:1.15; |
|||
margin:0.1em 0; |
|||
border-left:1pt solid #aaa; |
|||
padding:0 0.4em |
|||
} |
|||
.catlinks li:first-child { |
|||
border-left:0; |
|||
padding-left:0.2em |
|||
} |
|||
.mw-hidden-catlinks, |
|||
.catlinks { |
|||
display:none |
|||
} |
|||
.center { |
|||
text-align:center |
|||
} |
|||
a { |
|||
background:none !important; |
|||
padding:0 !important |
|||
} |
|||
a, |
|||
a.external, |
|||
a.new, |
|||
a.stub { |
|||
color:inherit !important; |
|||
text-decoration:inherit !important |
|||
} |
|||
dt { |
|||
font-weight:bold |
|||
} |
|||
h1, |
|||
h2, |
|||
h3, |
|||
h4, |
|||
h5, |
|||
h6 { |
|||
font-weight:bold; |
|||
page-break-after:avoid; |
|||
page-break-before:avoid |
|||
} |
|||
p { |
|||
margin:1em 0; |
|||
line-height:1.2; |
|||
orphans:3; |
|||
widows:3 |
|||
} |
|||
img, |
|||
figure { |
|||
page-break-inside:avoid |
|||
} |
|||
img { |
|||
border:0; |
|||
vertical-align:middle |
|||
} |
|||
pre, |
|||
.mw-code { |
|||
background:#fff; |
|||
color:#000; |
|||
border:1pt dashed #000; |
|||
padding:1em; |
|||
font-size:8pt; |
|||
white-space:pre-wrap; |
|||
overflow-x:hidden; |
|||
word-wrap:break-word |
|||
} |
|||
ul { |
|||
list-style-type:square |
|||
} |
|||
.toctogglecheckbox:checked + .toctitle { |
|||
display:none |
|||
} |
|||
.toc { |
|||
background-color:#f9f9f9; |
|||
border:1pt solid #aaa; |
|||
padding:5px; |
|||
display:table |
|||
} |
|||
.tocnumber, |
|||
.toctext { |
|||
display:table-cell |
|||
} |
|||
.tocnumber { |
|||
padding-left:0; |
|||
padding-right:0.5em |
|||
} |
|||
.mw-content-ltr .tocnumber { |
|||
padding-left:0; |
|||
padding-right:0.5em |
|||
} |
|||
.mw-content-rtl .tocnumber { |
|||
padding-left:0.5em; |
|||
padding-right:0 |
|||
} |
|||
#sitetitle, |
|||
#sitesub, |
|||
#titlelinks, |
|||
#footer-navigation { |
|||
display:none |
|||
} |
|||
.noprint, |
|||
.mw-cite-backlink, |
|||
.mw-redirectedfrom, |
|||
.patrollink, |
|||
#column-one, |
|||
#footer-places, |
|||
#mw-navigation, |
|||
#f-poweredbyico, |
|||
#f-copyrightico, |
|||
li#about, |
|||
li#disclaimer, |
|||
li#mobileview, |
|||
li#privacy { |
|||
display:none |
|||
} |
|||
#footer { |
|||
background:#fff; |
|||
color:#000; |
|||
margin-top:1em; |
|||
border-top:1pt solid #aaa; |
|||
padding-top:5px; |
|||
direction:ltr |
|||
} |
|||
} |