|
|
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) |
| Zeile 1: |
Zeile 1: |
| @media print {
| |
| .noprint,.catlinks,.magnify,.mw-cite-backlink,.mw-jump,.mw-editsection,.mw-editsection-like,.mw-hidden-catlinks,.mw-indicators,.mw-redirectedfrom,.patrollink,.usermessage,#column-one,#footer-places,#jump-to-nav,#mw-navigation,#siteNotice,#f-poweredbyico,#f-copyrightico,li#about,li#disclaimer,li#mobileview,li#privacy {
| |
| display: none
| |
| }
| |
|
| |
|
| body {
| |
| background: #fff;
| |
| color: #000;
| |
| margin: 0;
| |
| padding: 0
| |
| }
| |
|
| |
| a {
| |
| background: none !important;
| |
| padding: 0 !important
| |
| }
| |
|
| |
| a,a.external,a.new,a.stub {
| |
| color: #000 !important;
| |
| text-decoration: none !important;
| |
| color: inherit !important;
| |
| text-decoration: inherit !important
| |
| }
| |
|
| |
| .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) ')'
| |
| }
| |
|
| |
| 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,.wikitable,.thumb {
| |
| page-break-inside: avoid
| |
| }
| |
|
| |
| img {
| |
| border: 0;
| |
| vertical-align: middle
| |
| }
| |
|
| |
| pre,.mw-code {
| |
| background: #fff;
| |
| color: #000;
| |
| border: 1pt dashed #000;
| |
| padding: 1em 0;
| |
| font-size: 8pt;
| |
| white-space: pre-wrap;
| |
| word-wrap: break-word
| |
| }
| |
|
| |
| sup,sub {
| |
| line-height: 1
| |
| }
| |
|
| |
| ul {
| |
| list-style-type: square
| |
| }
| |
|
| |
| #globalWrapper {
| |
| width: 100% !important;
| |
| min-width: 0 !important
| |
| }
| |
|
| |
| .mw-body {
| |
| background: #fff;
| |
| color: #000;
| |
| border: 0 !important;
| |
| padding: 0 !important;
| |
| margin: 0 !important;
| |
| direction: ltr
| |
| }
| |
|
| |
| #column-content {
| |
| margin: 0 !important
| |
| }
| |
|
| |
| #column-content .mw-body {
| |
| padding: 1em;
| |
| margin: 0 !important
| |
| }
| |
|
| |
| .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
| |
| }
| |
|
| |
| table.floatright,div.floatright,div.tright {
| |
| float: right;
| |
| clear: right;
| |
| position: relative
| |
| }
| |
|
| |
| table.floatleft,div.floatleft,div.tleft {
| |
| float: left;
| |
| clear: left;
| |
| position: relative
| |
| }
| |
|
| |
| div.tleft {
| |
| margin: 0.5em 1.4em 1.3em 0
| |
| }
| |
|
| |
| div.tright {
| |
| margin: 0.5em 0 1.3em 1.4em
| |
| }
| |
|
| |
| table.floatright,div.floatright {
| |
| margin: 0 0 0.5em 0.5em;
| |
| border: 0
| |
| }
| |
|
| |
| table.floatleft,div.floatleft {
| |
| margin: 0 0.5em 0.5em 0;
| |
| border: 0
| |
| }
| |
|
| |
| div.floatleft p,div.floatright p {
| |
| font-style: italic
| |
| }
| |
|
| |
| .center {
| |
| text-align: center
| |
| }
| |
|
| |
| div.thumb {
| |
| background-color: transparent;
| |
| width: auto
| |
| }
| |
|
| |
| div.thumb a {
| |
| border-bottom: 0
| |
| }
| |
|
| |
| div.thumbinner {
| |
| background-color: #fff;
| |
| border: 0;
| |
| border-radius: 2px;
| |
| padding: 5px;
| |
| font-size: 10pt;
| |
| color: #666;
| |
| text-align: center;
| |
| overflow: hidden;
| |
| min-width: 100px
| |
| }
| |
|
| |
| html .thumbcaption {
| |
| text-align: left;
| |
| line-height: 1.4;
| |
| padding: 3px
| |
| }
| |
|
| |
| img.thumbborder {
| |
| border: 1pt solid #ddd
| |
| }
| |
|
| |
| table.wikitable,.mw_metadata {
| |
| background: #fff;
| |
| margin: 1em 0;
| |
| border: 1pt solid #aaa;
| |
| border-collapse: collapse;
| |
| font-size: 10pt
| |
| }
| |
|
| |
| table.wikitable > caption,.mw_metadata caption {
| |
| padding: 5px;
| |
| font-size: 10pt
| |
| }
| |
|
| |
| table.wikitable > tr > th,table.wikitable > tr > td,table.wikitable > * > tr > th,table.wikitable > * > tr > td,.mw_metadata th,.mw_metadata td {
| |
| background: #fff !important;
| |
| color: #000 !important;
| |
| border: 1pt solid #aaa;
| |
| padding: 0.4em 0.6em
| |
| }
| |
|
| |
| table.wikitable > tr > th,table.wikitable > * > tr > th,.mw_metadata th {
| |
| text-align: center
| |
| }
| |
|
| |
| table.listing,table.listing td {
| |
| border: 1pt solid #000;
| |
| border-collapse: collapse
| |
| }
| |
|
| |
| .catlinks ul {
| |
| display: inline;
| |
| padding: 0;
| |
| list-style: none 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
| |
| }
| |
|
| |
| .printfooter {
| |
| padding: 1em 0
| |
| }
| |
|
| |
| #footer {
| |
| background: #fff;
| |
| color: #000;
| |
| margin-top: 1em;
| |
| border-top: 1pt solid #aaa;
| |
| padding-top: 5px;
| |
| direction: ltr
| |
| }
| |
| }
| |
|
| |
| @media screen {
| |
| .mw-content-ltr {
| |
| direction: ltr
| |
| }
| |
|
| |
| .mw-content-rtl {
| |
| direction: rtl
| |
| }
| |
|
| |
| .sitedir-ltr textarea,.sitedir-ltr input {
| |
| direction: ltr
| |
| }
| |
|
| |
| .sitedir-rtl textarea,.sitedir-rtl input {
| |
| direction: rtl
| |
| }
| |
|
| |
| .mw-userlink {
| |
| unicode-bidi: embed
| |
| }
| |
|
| |
| mark {
| |
| background-color: #ff0;
| |
| color: #000
| |
| }
| |
|
| |
| wbr {
| |
| display: inline-block
| |
| }
| |
|
| |
| input[type='submit'],input[type='button'],input[type='reset'],input[type='file'] {
| |
| direction: ltr
| |
| }
| |
|
| |
| textarea[dir='ltr'],input[dir='ltr'] {
| |
| direction: ltr
| |
| }
| |
|
| |
| textarea[dir='rtl'],input[dir='rtl'] {
| |
| direction: rtl
| |
| }
| |
|
| |
| abbr[title],.explain[title] {
| |
| border-bottom: 1px dotted;
| |
| cursor: help
| |
| }
| |
|
| |
| @supports (text-decoration: underline dotted) {
| |
| abbr[title],.explain[title] {
| |
| border-bottom:0;
| |
| text-decoration: underline dotted
| |
| }
| |
| }
| |
|
| |
| span.comment {
| |
| font-style: italic;
| |
| unicode-bidi: -moz-isolate;
| |
| unicode-bidi: isolate
| |
| }
| |
|
| |
| #editform,#toolbar,#wpTextbox1 {
| |
| clear: both
| |
| }
| |
|
| |
| #toolbar {
| |
| height: 22px
| |
| }
| |
|
| |
| .mw-underline-always a {
| |
| text-decoration: underline
| |
| }
| |
|
| |
| .mw-underline-never a {
| |
| text-decoration: none
| |
| }
| |
|
| |
| li span.deleted,span.history-deleted {
| |
| text-decoration: line-through;
| |
| color: #72777d;
| |
| font-style: italic
| |
| }
| |
|
| |
| .not-patrolled {
| |
| background-color: #ffa
| |
| }
| |
|
| |
| .unpatrolled {
| |
| font-weight: bold;
| |
| color: #d33
| |
| }
| |
|
| |
| div.patrollink {
| |
| font-size: 75%;
| |
| text-align: right
| |
| }
| |
|
| |
| td.mw-label {
| |
| text-align: right;
| |
| vertical-align: middle
| |
| }
| |
|
| |
| td.mw-input {
| |
| text-align: left
| |
| }
| |
|
| |
| td.mw-submit {
| |
| text-align: left;
| |
| white-space: nowrap
| |
| }
| |
|
| |
| .mw-input-with-label {
| |
| white-space: nowrap;
| |
| display: inline-block
| |
| }
| |
|
| |
| .mw-content-ltr .thumbcaption {
| |
| text-align: left
| |
| }
| |
|
| |
| .mw-content-ltr .magnify {
| |
| float: right
| |
| }
| |
|
| |
| .mw-content-rtl .thumbcaption {
| |
| text-align: right
| |
| }
| |
|
| |
| .mw-content-rtl .magnify {
| |
| float: left
| |
| }
| |
|
| |
| #catlinks {
| |
| text-align: left
| |
| }
| |
|
| |
| .catlinks ul {
| |
| display: inline;
| |
| margin: 0;
| |
| padding: 0;
| |
| list-style: none;
| |
| list-style-type: none;
| |
| list-style-image: none;
| |
| vertical-align: middle !ie
| |
| }
| |
|
| |
| .catlinks li {
| |
| display: inline-block;
| |
| line-height: 1.25em;
| |
| border-left: 1px solid #a2a9b1;
| |
| margin: 0.125em 0;
| |
| padding: 0 0.5em;
| |
| zoom:1;display: inline !ie
| |
| }
| |
|
| |
| .catlinks li:first-child {
| |
| padding-left: 0.25em;
| |
| border-left: 0
| |
| }
| |
|
| |
| .catlinks li a.mw-redirect {
| |
| font-style: italic
| |
| }
| |
|
| |
| .mw-hidden-cats-hidden {
| |
| display: none
| |
| }
| |
|
| |
| .catlinks-allhidden {
| |
| display: none
| |
| }
| |
|
| |
| p.mw-protect-editreasons,p.mw-filedelete-editreasons,p.mw-delete-editreasons {
| |
| font-size: 90%;
| |
| text-align: right
| |
| }
| |
|
| |
| .autocomment {
| |
| color: #72777d
| |
| }
| |
|
| |
| .newpage,.minoredit,.botedit {
| |
| font-weight: bold
| |
| }
| |
|
| |
| div.mw-warning-with-logexcerpt {
| |
| padding: 3px;
| |
| margin-bottom: 3px;
| |
| border: 2px solid #2a4b8d;
| |
| clear: both
| |
| }
| |
|
| |
| div.mw-warning-with-logexcerpt ul li {
| |
| font-size: 90%
| |
| }
| |
|
| |
| span.mw-revdelundel-link,strong.mw-revdelundel-link {
| |
| font-size: 90%
| |
| }
| |
|
| |
| span.mw-revdelundel-hidden,input.mw-revdelundel-hidden {
| |
| visibility: hidden
| |
| }
| |
|
| |
| td.mw-revdel-checkbox,th.mw-revdel-checkbox {
| |
| padding-right: 10px;
| |
| text-align: center
| |
| }
| |
|
| |
| a.new {
| |
| color: #ba0000
| |
| }
| |
|
| |
| .plainlinks a.external {
| |
| background: none !important;
| |
| padding: 0 !important
| |
| }
| |
|
| |
| .rtl a.external.free,.rtl a.external.autonumber {
| |
| direction: ltr;
| |
| unicode-bidi: embed
| |
| }
| |
|
| |
| table.wikitable {
| |
| background-color: #f8f9fa;
| |
| color: #222;
| |
| margin: 1em 0;
| |
| border: 1px solid #a2a9b1;
| |
| border-collapse: collapse
| |
| }
| |
|
| |
| table.wikitable > tr > th,table.wikitable > tr > td,table.wikitable > * > tr > th,table.wikitable > * > tr > td {
| |
| border: 1px solid #a2a9b1;
| |
| padding: 0.2em 0.4em
| |
| }
| |
|
| |
| table.wikitable > tr > th,table.wikitable > * > tr > th {
| |
| background-color: #eaecf0;
| |
| text-align: center
| |
| }
| |
|
| |
| table.wikitable > caption {
| |
| font-weight: bold
| |
| }
| |
|
| |
| .error,.warning,.success {
| |
| font-size: larger
| |
| }
| |
|
| |
| .error {
| |
| color: #d33
| |
| }
| |
|
| |
| .warning {
| |
| color: #705000
| |
| }
| |
|
| |
| .success {
| |
| color: #009000
| |
| }
| |
|
| |
| .errorbox,.warningbox,.successbox {
| |
| border: 1px solid;
| |
| padding: 0.5em 1em;
| |
| margin-bottom: 1em;
| |
| display: inline-block;
| |
| zoom:1;*display: inline
| |
| }
| |
|
| |
| .errorbox h2,.warningbox h2,.successbox h2 {
| |
| font-size: 1em;
| |
| color: inherit;
| |
| font-weight: bold;
| |
| display: inline;
| |
| margin: 0 0.5em 0 0;
| |
| border: 0
| |
| }
| |
|
| |
| .errorbox {
| |
| color: #d33;
| |
| border-color: #fac5c5;
| |
| background-color: #fae3e3
| |
| }
| |
|
| |
| .warningbox {
| |
| color: #705000;
| |
| border-color: #fde29b;
| |
| background-color: #fdf1d1
| |
| }
| |
|
| |
| .successbox {
| |
| color: #008000;
| |
| border-color: #b7fdb5;
| |
| background-color: #e1fddf
| |
| }
| |
|
| |
| .mw-infobox {
| |
| border: 2px solid #ff7f00;
| |
| margin: 0.5em;
| |
| clear: left;
| |
| overflow: hidden
| |
| }
| |
|
| |
| .mw-infobox-left {
| |
| margin: 7px;
| |
| float: left;
| |
| width: 35px
| |
| }
| |
|
| |
| .mw-infobox-right {
| |
| margin: 0.5em 0.5em 0.5em 49px
| |
| }
| |
|
| |
| .previewnote {
| |
| color: #d33;
| |
| margin-bottom: 1em
| |
| }
| |
|
| |
| .previewnote p {
| |
| text-indent: 3em;
| |
| margin: 0.8em 0
| |
| }
| |
|
| |
| .visualClear {
| |
| clear: both
| |
| }
| |
|
| |
| .mw-datatable {
| |
| border-collapse: collapse
| |
| }
| |
|
| |
| .mw-datatable,.mw-datatable td,.mw-datatable th {
| |
| border: 1px solid #a2a9b1;
| |
| padding: 0 0.15em 0 0.15em
| |
| }
| |
|
| |
| .mw-datatable th {
| |
| background-color: #ddf
| |
| }
| |
|
| |
| .mw-datatable td {
| |
| background-color: #fff
| |
| }
| |
|
| |
| .mw-datatable tr:hover td {
| |
| background-color: #eaf3ff
| |
| }
| |
|
| |
| .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
| |
| }
| |
|
| |
| .mw-ajax-loader {
| |
| background-image: url(/resources/src/mediawiki.legacy/images/ajax-loader.gif?57f34);
| |
| background-position: center center;
| |
| background-repeat: no-repeat;
| |
| padding: 16px;
| |
| position: relative;
| |
| top: -16px
| |
| }
| |
|
| |
| .mw-small-spinner {
| |
| padding: 10px !important;
| |
| margin-right: 0.6em;
| |
| background-image: url(/resources/src/mediawiki.legacy/images/spinner.gif?ca65b);
| |
| background-position: center center;
| |
| background-repeat: no-repeat
| |
| }
| |
|
| |
| 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.2em
| |
| }
| |
|
| |
| 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: -moz-persian;
| |
| list-style-type: persian
| |
| }
| |
|
| |
| ol:lang(ckb) li,ol:lang(sdh) li {
| |
| list-style-type: -moz-arabic-indic;
| |
| list-style-type: arabic-indic
| |
| }
| |
|
| |
| ol:lang(hi) li,ol:lang(mai) li,ol:lang(mr) li,ol:lang(ne) li {
| |
| list-style-type: -moz-devanagari;
| |
| list-style-type: devanagari
| |
| }
| |
|
| |
| ol:lang(as) li,ol:lang(bn) li {
| |
| list-style-type: -moz-bengali;
| |
| list-style-type: bengali
| |
| }
| |
|
| |
| ol:lang(or) li {
| |
| list-style-type: -moz-oriya;
| |
| list-style-type: oriya
| |
| }
| |
|
| |
| .toc ul {
| |
| margin: 0.3em 0
| |
| }
| |
|
| |
| .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
| |
| }
| |
|
| |
| .toc .toctitle {
| |
| direction: ltr
| |
| }
| |
|
| |
| #mw-clearyourcache,#mw-sitecsspreview,#mw-sitejspreview,#mw-usercsspreview,#mw-userjspreview {
| |
| direction: ltr;
| |
| unicode-bidi: embed
| |
| }
| |
|
| |
| #mw-revision-info,#mw-revision-info-current,#mw-revision-nav {
| |
| direction: ltr
| |
| }
| |
|
| |
| div.tright,div.floatright,table.floatright {
| |
| clear: right;
| |
| float: right
| |
| }
| |
|
| |
| div.tleft,div.floatleft,table.floatleft {
| |
| float: left;
| |
| clear: left
| |
| }
| |
|
| |
| div.floatright,table.floatright,div.floatleft,table.floatleft {
| |
| position: relative
| |
| }
| |
|
| |
| #mw-credits a {
| |
| unicode-bidi: embed
| |
| }
| |
|
| |
| .mw-jump,#jump-to-nav {
| |
| overflow: hidden;
| |
| height: 0;
| |
| zoom:1}
| |
|
| |
| .printfooter {
| |
| display: none
| |
| }
| |
|
| |
| .xdebug-error {
| |
| position: absolute;
| |
| z-index: 99
| |
| }
| |
|
| |
| .mw-editsection,#jump-to-nav {
| |
| -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 {
| |
| margin-left: 1em
| |
| }
| |
|
| |
| .mw-content-rtl .mw-editsection,.mw-content-ltr .mw-content-rtl .mw-editsection {
| |
| margin-right: 1em
| |
| }
| |
|
| |
| sup,sub {
| |
| line-height: 1
| |
| }
| |
| }
| |
|
| |
| .mw-headline-anchor {
| |
| display: none
| |
| }
| |
|
| |
| @media screen {
| |
| .mw-parser-output a.external,.link-https {
| |
| background: url(/resources/src/mediawiki.skinning/images/external-ltr.png?bbaf6) center right no-repeat;
| |
| background-image: -webkit-linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns=%22http://www.w3.org/2000/svg%22 height=%2213%22 width=%2213%22 version=%221.1%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:dc=%22http://purl.org/dc/elements/1.1/%22%3E %3Cg transform=%22translate%28-36.467808%2C-258.39005%29%22%3E %3Cpath style=%22opacity:1%3Bfill:%233366bb%3B%22 d=%22m41.47%2C259.4%2C7%2C0%2C0%2C7-2-2-3%2C2%2C0-1%2C3-2.25%2C1%2C1%2C0-3.75-3.75%2C0%2C1%2C1-2.25%2C3-1%2C0%2C2-3z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%233366bb%3B%22 d=%22m43.47%2C261.4-5%2C0%2C0%2C8%2C8%2C0%2C0-5-1%2C0%2C0%2C4-6%2C0%2C0-6%2C4%2C0z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%2315a5ea%3B%22 d=%22m40.55%2C263.9c0-0.6213%2C0.6213-0.6213%2C0.6213-0.6213%2C1.864%2C0.6213%2C3.107%2C1.864%2C3.728%2C3.728%2C0%2C0%2C0%2C0.6213-0.6213%2C0.6213-1.243-1.864-1.864-2.485-3.728-3.728z%22/%3E %3C/g%3E %3C/svg%3E");
| |
| background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns=%22http://www.w3.org/2000/svg%22 height=%2213%22 width=%2213%22 version=%221.1%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:dc=%22http://purl.org/dc/elements/1.1/%22%3E %3Cg transform=%22translate%28-36.467808%2C-258.39005%29%22%3E %3Cpath style=%22opacity:1%3Bfill:%233366bb%3B%22 d=%22m41.47%2C259.4%2C7%2C0%2C0%2C7-2-2-3%2C2%2C0-1%2C3-2.25%2C1%2C1%2C0-3.75-3.75%2C0%2C1%2C1-2.25%2C3-1%2C0%2C2-3z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%233366bb%3B%22 d=%22m43.47%2C261.4-5%2C0%2C0%2C8%2C8%2C0%2C0-5-1%2C0%2C0%2C4-6%2C0%2C0-6%2C4%2C0z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%2315a5ea%3B%22 d=%22m40.55%2C263.9c0-0.6213%2C0.6213-0.6213%2C0.6213-0.6213%2C1.864%2C0.6213%2C3.107%2C1.864%2C3.728%2C3.728%2C0%2C0%2C0%2C0.6213-0.6213%2C0.6213-1.243-1.864-1.864-2.485-3.728-3.728z%22/%3E %3C/g%3E %3C/svg%3E");
| |
| padding-right: 15px
| |
| }
| |
|
| |
| .mw-parser-output a.external[href^='mailto:'],.link-mailto {
| |
| background: url(/resources/src/mediawiki.skinning/images/mail.png?e8eba) center right no-repeat;
| |
| background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns=%22http://www.w3.org/2000/svg%22 height=%2213%22 width=%2213%22 version=%221.1%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:dc=%22http://purl.org/dc/elements/1.1/%22%3E %3Cg transform=%22translate%28-36.47%2C-257.4%29%22%3E %3Cpath style=%22fill:%2315a5ea%3B%22 d=%22m38.31%2C261.4%2C4.66%2C4.349%2C4.66-4.349-0.6213-0.6213-1.243%2C0.6216-2.796%2C2.485-2.796-2.485-1.243-0.6216z%22/%3E %3Cpath style=%22fill:%233366bb%3B%22 d=%22m37.47%2C260.4%2C0%2C8%2C11%2C0%2C0-8zm1%2C1%2C9%2C0%2C0%2C6-9%2C0z%22/%3E %3C/g%3E %3C/svg%3E");
| |
| padding-right: 15px
| |
| }
| |
|
| |
| .mw-parser-output a.external[href^='ftp://'],.link-ftp {
| |
| background: url(/resources/src/mediawiki.skinning/images/ftp-ltr.png?b23f8) center right no-repeat;
| |
| background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns=%22http://www.w3.org/2000/svg%22 height=%2213%22 width=%2213%22 version=%221.1%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:dc=%22http://purl.org/dc/elements/1.1/%22%3E %3Cg transform=%22translate%28-136.35715%2C-374.43362%29%22%3E %3Cpath style=%22opacity:1%3Bfill:%233465ba%3B%22 d=%22m137.4%2C376.9%2C0%2C7.5%2C1-0.9872%2C0-6.013%2C2%2C0%2C2%2C1%2C4-0.0002%2C0%2C2%2C1%2C0%2C0-2.5-0.5-0.5002-4.5%2C0.0002-2-1-2.5%2C0z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%2316a4e8%3B%22 d=%22m142.4%2C379.4-1-0.0001-2.5%2C0-0.5%2C0.5-1%2C4.5%2C10-0.0001%2C0-4.5-0.5-0.5zm0%2C1%2C4-0.0001%2C0%2C3-7.75-0.0001%2C0.75-3%2C2%2C0z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%233465ba%3B%22 d=%22m138.4%2C385.4%2C0%2C1%2C8%2C0%2C0-1z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%233465ba%3B%22 d=%22m141.4%2C383.9%2C0%2C2%2C2%2C0%2C0-2c0-0.5-2-0.5-2%2C0z%22/%3E %3C/g%3E %3C/svg%3E");
| |
| padding-right: 15px
| |
| }
| |
|
| |
| .mw-parser-output a.external[href^='irc://'],.mw-parser-output a.external[href^='ircs://'],.link-irc {
| |
| background: url(/resources/src/mediawiki.skinning/images/chat-ltr.png?c1f6b) center right no-repeat;
| |
| background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns=%22http://www.w3.org/2000/svg%22 height=%2213%22 width=%2213%22 version=%221.1%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:dc=%22http://purl.org/dc/elements/1.1/%22%3E %3Cg transform=%22translate%28-36.467808%2C-258.39005%29%22%3E %3Cpath style=%22opacity:1%3Bfill:%233366bb%3B%22 d=%22m38.09%2C260.4-0.6213%2C0.6213%2C0%2C5.757%2C0.6213%2C0.6213%2C1.689%2C0-0.6213%2C2.728%2C4.311-2.728%2C4.379%2C0%2C0.6213-0.6213%2C0-5.757-0.6213-0.6213zm0.3787%2C1%2C9%2C0%2C0%2C5-4%2C0-2.902%2C1.897%2C0.9021-1.897-3%2C0z%22/%3E %3C/g%3E %3C/svg%3E");
| |
| padding-right: 15px
| |
| }
| |
|
| |
| .mw-parser-output a.external[href$='.ogg'],.mw-parser-output a.external[href$='.OGG'],.mw-parser-output a.external[href$='.mid'],.mw-parser-output a.external[href$='.MID'],.mw-parser-output a.external[href$='.midi'],.mw-parser-output a.external[href$='.MIDI'],.mw-parser-output a.external[href$='.mp3'],.mw-parser-output a.external[href$='.MP3'],.mw-parser-output a.external[href$='.wav'],.mw-parser-output a.external[href$='.WAV'],.mw-parser-output a.external[href$='.wma'],.mw-parser-output a.external[href$='.WMA'],.link-audio {
| |
| background: url(/resources/src/mediawiki.skinning/images/audio-ltr.png?d3074) center right no-repeat;
| |
| background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns=%22http://www.w3.org/2000/svg%22 height=%2213%22 width=%2213%22 version=%221.1%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:dc=%22http://purl.org/dc/elements/1.1/%22%3E %3Cg transform=%22translate%28-36.467808%2C-258.39005%29%22%3E %3Cpath style=%22opacity:1%3Bfill:%233366bb%3B%22 d=%22m43.47%2C259.4-3%2C3-3%2C0%2C0%2C4%2C3%2C0%2C3%2C3zm-1%2C2.5%2C0%2C5-1.5-1.5-2.5%2C0%2C0-2%2C2.5%2C0z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%2315a5ea%3B%22 d=%22m43.9%2C262.5c0-0.6213%2C0.6213-1.243%2C1.243-0.6213%2C0%2C0%2C0.6213%2C0.6213%2C0.6213%2C2.485s-0.6213%2C2.485-0.6213%2C2.485c-0.6213%2C0.6213-1.243%2C0-1.243-0.6213%2C0%2C0%2C0.6213-0.6213%2C0.6213-1.864s-0.6213-1.864-0.6213-1.864z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%2315a5ea%3B%22 d=%22m45.76%2C261.2c0-0.6213%2C0.6213-1.243%2C1.243-0.6213%2C0%2C0%2C1.243%2C1.243%2C1.243%2C3.728s-1.243%2C3.728-1.243%2C3.728c-0.6213%2C0.6213-1.243%2C0-1.243-0.6213%2C0%2C0%2C1.243-1.243%2C1.243-3.107s-1.243-3.107-1.243-3.107z%22/%3E %3C/g%3E %3C/svg%3E");
| |
| padding-right: 15px
| |
| }
| |
|
| |
| .mw-parser-output a.external[href$='.ogm'],.mw-parser-output a.external[href$='.OGM'],.mw-parser-output a.external[href$='.avi'],.mw-parser-output a.external[href$='.AVI'],.mw-parser-output a.external[href$='.mpeg'],.mw-parser-output a.external[href$='.MPEG'],.mw-parser-output a.external[href$='.mpg'],.mw-parser-output a.external[href$='.MPG'],.link-video {
| |
| background: url(/resources/src/mediawiki.skinning/images/video.png?4b736) center right no-repeat;
| |
| background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns=%22http://www.w3.org/2000/svg%22 height=%2213%22 width=%2213%22 version=%221.1%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:dc=%22http://purl.org/dc/elements/1.1/%22%3E %3Cg transform=%22translate%28-36.4678%2C-258.39%29%22%3E %3Cpath style=%22opacity:1%3Bfill-opacity:1%3Bfill:%2315a5ea%3B%22 d=%22m38.96%2C260.4%2C0%2C0.6213%2C8.098%2C0%2C0-0.6213z%22/%3E %3Cpath style=%22opacity:1%3Bfill-opacity:1%3Bfill:%2315a5ea%3B%22 d=%22m38.96%2C268.4%2C8.098%2C0%2C0-0.6213-8.098%2C0z%22/%3E %3Cpath style=%22opacity:1%3Bfill-opacity:1%3Bfill:%2315a5ea%3B%22 d=%22m38.96%2C262.3%2C0%2C0.6213%2C1.869%2C0%2C0-0.6213zm6.229%2C0%2C0%2C0.6213%2C1.869%2C0%2C0-0.6213z%22/%3E %3Cpath style=%22opacity:1%3Bfill-opacity:1%3Bfill:%2315a5ea%3B%22 d=%22m38.96%2C266%2C0%2C0.6213%2C1.869%2C0%2C0-0.6213zm6.229%2C0%2C0%2C0.6213%2C1.869%2C0%2C0-0.6213z%22/%3E %3Cpath style=%22opacity:1%3Bfill-opacity:1%3Bfill:%2315a5ea%3B%22 d=%22m38.96%2C264.8%2C8.098%2C0%2C0-0.6213-8.098%2C0z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%2315a5ea%3B%22 d=%22m40.83%2C263.9%2C0%2C1.243%2C4.36%2C0%2C0-1.243z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%233366bb%3B%22 d=%22m40.47%2C260.4%2C0%2C8%2C5%2C0%2C0-8zm1%2C1%2C3%2C0%2C0%2C6-3%2C0z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%233366bb%3B%22 d=%22m38.47%2C259.4%2C1%2C0%2C0%2C10-1%2C0z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%233366bb%3B%22 d=%22m46.47%2C259.4%2C1%2C0%2C0%2C10-1%2C0z%22/%3E %3C/g%3E %3C/svg%3E");
| |
| padding-right: 15px
| |
| }
| |
|
| |
| .mw-parser-output a.external[href$='.pdf'],.mw-parser-output a.external[href$='.PDF'],.mw-parser-output a.external[href*='.pdf#'],.mw-parser-output a.external[href*='.PDF#'],.mw-parser-output a.external[href*='.pdf?'],.mw-parser-output a.external[href*='.PDF?'],.link-document {
| |
| background: url(/resources/src/mediawiki.skinning/images/document-ltr.png?de931) center right no-repeat;
| |
| background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns:rdf=%22http://www.w3.org/1999/02/22-rdf-syntax-ns%23%22 xmlns=%22http://www.w3.org/2000/svg%22 height=%2213%22 width=%2213%22 version=%221.1%22 xmlns:cc=%22http://creativecommons.org/ns%23%22 xmlns:dc=%22http://purl.org/dc/elements/1.1/%22%3E %3Cpath style=%22opacity:1%3Bfill:%2315a5ea%3B%22 d=%22m7.5%2C2%2C0%2C3%2C2.5%2C0%2C1-1-2.5%2C0%2C0-3z%22/%3E %3Cpath style=%22opacity:1%3Bfill:%233366bb%3B%22 d=%22m3%2C1%2C0%2C10%2C8%2C0%2C0-7-2.5-3zm1%2C1%2C4%2C0%2C2%2C2.5%2C0%2C5.5-6%2C0z%22/%3E %3C/svg%3E");
| |
| padding-right: 15px
| |
| }
| |
|
| |
| .mw-parser-output a.extiw,.mw-parser-output a.extiw:active {
| |
| color: #36b
| |
| }
| |
|
| |
| .mw-parser-output a.external {
| |
| color: #36b
| |
| }
| |
| }
| |
|
| |
| @media screen {
| |
| 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
| |
| }
| |
|
| |
| a.stub {
| |
| color: #723
| |
| }
| |
|
| |
| a.new,#p-personal a.new {
| |
| color: #ba0000
| |
| }
| |
|
| |
| 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,#p-personal a.new:visited {
| |
| color: #a55858
| |
| }
| |
|
| |
| .mw-parser-output a.extiw,.mw-parser-output a.extiw:active {
| |
| color: #36b
| |
| }
| |
|
| |
| .mw-parser-output a.extiw:visited {
| |
| color: #636
| |
| }
| |
|
| |
| .mw-parser-output a.extiw:active {
| |
| color: #b63
| |
| }
| |
|
| |
| .mw-parser-output a.external {
| |
| color: #36b
| |
| }
| |
|
| |
| .mw-parser-output a.external:visited {
| |
| color: #636
| |
| }
| |
|
| |
| .mw-parser-output a.external:active {
| |
| color: #b63
| |
| }
| |
|
| |
| .mw-parser-output a.external.free {
| |
| word-wrap: break-word
| |
| }
| |
|
| |
| img {
| |
| border: 0;
| |
| vertical-align: middle
| |
| }
| |
|
| |
| hr {
| |
| height: 1px;
| |
| color: #a2a9b1;
| |
| background-color: #a2a9b1;
| |
| border: 0;
| |
| margin: 0.2em 0
| |
| }
| |
|
| |
| h1,h2,h3,h4,h5,h6 {
| |
| color: #000;
| |
| background: none;
| |
| font-weight: normal;
| |
| margin: 0;
| |
| overflow: hidden;
| |
| padding-top: 0.5em;
| |
| padding-bottom: 0.17em;
| |
| border-bottom: 1px solid #a2a9b1
| |
| }
| |
|
| |
| h1 {
| |
| font-size: 188%
| |
| }
| |
|
| |
| h2 {
| |
| font-size: 150%
| |
| }
| |
|
| |
| h3,h4,h5,h6 {
| |
| border-bottom: 0;
| |
| font-weight: bold
| |
| }
| |
|
| |
| h3 {
| |
| font-size: 128%
| |
| }
| |
|
| |
| h4 {
| |
| font-size: 116%
| |
| }
| |
|
| |
| h5 {
| |
| font-size: 108%
| |
| }
| |
|
| |
| h6 {
| |
| font-size: 100%
| |
| }
| |
|
| |
| h1,h2 {
| |
| margin-bottom: 0.6em
| |
| }
| |
|
| |
| h3,h4,h5 {
| |
| margin-bottom: 0.3em
| |
| }
| |
|
| |
| p {
| |
| margin: 0.4em 0 0.5em 0
| |
| }
| |
|
| |
| p img {
| |
| margin: 0
| |
| }
| |
|
| |
| ul {
| |
| list-style-type: square;
| |
| 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
| |
| }
| |
|
| |
| code {
| |
| color: #000;
| |
| background-color: #f8f9fa;
| |
| border: 1px solid #eaecf0;
| |
| border-radius: 2px;
| |
| padding: 1px 4px
| |
| }
| |
|
| |
| pre,.mw-code {
| |
| color: #000;
| |
| background-color: #f8f9fa;
| |
| border: 1px solid #eaecf0;
| |
| padding: 1em;
| |
| white-space: pre-wrap
| |
| }
| |
|
| |
| table {
| |
| font-size: 100%
| |
| }
| |
|
| |
| fieldset {
| |
| border: 1px solid #2a4b8d;
| |
| margin: 1em 0 1em 0;
| |
| padding: 0 1em 1em
| |
| }
| |
|
| |
| fieldset.nested {
| |
| margin: 0 0 0.5em 0;
| |
| padding: 0 0.5em 0.5em
| |
| }
| |
|
| |
| legend {
| |
| padding: 0.5em;
| |
| font-size: 95%
| |
| }
| |
|
| |
| form {
| |
| border: 0;
| |
| margin: 0
| |
| }
| |
|
| |
| textarea {
| |
| width: 100%;
| |
| padding: 0.1em;
| |
| display: block;
| |
| -moz-box-sizing: border-box;
| |
| -webkit-box-sizing: border-box;
| |
| box-sizing: border-box
| |
| }
| |
|
| |
| .center {
| |
| width: 100%;
| |
| text-align: center
| |
| }
| |
|
| |
| *.center * {
| |
| margin-left: auto;
| |
| margin-right: auto
| |
| }
| |
|
| |
| .small {
| |
| font-size: 94%
| |
| }
| |
|
| |
| table.small {
| |
| font-size: 100%
| |
| }
| |
|
| |
| .toc,.mw-warning,.toccolours {
| |
| border: 1px solid #a2a9b1;
| |
| background-color: #f8f9fa;
| |
| padding: 5px;
| |
| font-size: 95%
| |
| }
| |
|
| |
| .toc {
| |
| display: inline-block;
| |
| display: table;
| |
| zoom:1;*display: inline;
| |
| padding: 7px
| |
| }
| |
|
| |
| 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 .toctitle {
| |
| text-align: center
| |
| }
| |
|
| |
| .toc ul {
| |
| list-style-type: none;
| |
| list-style-image: none;
| |
| margin-left: 0;
| |
| padding: 0;
| |
| text-align: left
| |
| }
| |
|
| |
| .toc ul ul {
| |
| margin: 0 0 0 2em
| |
| }
| |
|
| |
| .tocnumber,.toctext {
| |
| display: table-cell;
| |
| text-decoration: inherit
| |
| }
| |
|
| |
| .tocnumber {
| |
| padding-left: 0;
| |
| padding-right: 0.5em;
| |
| color: #222
| |
| }
| |
|
| |
| .mw-content-ltr .tocnumber {
| |
| padding-left: 0;
| |
| padding-right: 0.5em
| |
| }
| |
|
| |
| .mw-content-rtl .tocnumber {
| |
| padding-left: 0.5em;
| |
| padding-right: 0
| |
| }
| |
|
| |
| .mw-warning {
| |
| margin-left: 50px;
| |
| margin-right: 50px;
| |
| text-align: center
| |
| }
| |
|
| |
| div.floatright,table.floatright {
| |
| margin: 0 0 0.5em 0.5em
| |
| }
| |
|
| |
| div.floatright p {
| |
| font-style: italic
| |
| }
| |
|
| |
| div.floatleft,table.floatleft {
| |
| margin: 0 0.5em 0.5em 0
| |
| }
| |
|
| |
| div.floatleft p {
| |
| font-style: italic
| |
| }
| |
|
| |
| div.thumb {
| |
| margin-bottom: 0.5em;
| |
| width: auto;
| |
| background-color: transparent
| |
| }
| |
|
| |
| div.thumbinner {
| |
| border: 1px solid #c8ccd1;
| |
| padding: 3px;
| |
| background-color: #f8f9fa;
| |
| font-size: 94%;
| |
| text-align: center;
| |
| overflow: hidden
| |
| }
| |
|
| |
| html .thumbimage {
| |
| background-color: #fff;
| |
| border: 1px solid #c8ccd1
| |
| }
| |
|
| |
| 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-image: url(/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?4f704);
| |
| background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M1.509 1.865h10.99v7.919h-10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M-1.499 6.868h5.943v4.904h-5.943z%22/%3E %3C/g%3E %3C/svg%3E");
| |
| -moz-user-select: none;
| |
| -webkit-user-select: none;
| |
| -ms-user-select: none;
| |
| user-select: none
| |
| }
| |
|
| |
| img.thumbborder {
| |
| border: 1px solid #eaecf0
| |
| }
| |
|
| |
| .mw-content-ltr .thumbcaption {
| |
| text-align: left
| |
| }
| |
|
| |
| .mw-content-ltr .magnify {
| |
| float: right;
| |
| margin-left: 3px;
| |
| margin-right: 0
| |
| }
| |
|
| |
| .mw-content-ltr div.magnify a {
| |
| background-image: url(/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?4f704);
| |
| background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M1.509 1.865h10.99v7.919h-10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M-1.499 6.868h5.943v4.904h-5.943z%22/%3E %3C/g%3E %3C/svg%3E")
| |
| }
| |
|
| |
| .mw-content-rtl .thumbcaption {
| |
| text-align: right
| |
| }
| |
|
| |
| .mw-content-rtl .magnify {
| |
| float: left;
| |
| margin-left: 0;
| |
| margin-right: 3px
| |
| }
| |
|
| |
| .mw-content-rtl div.magnify a {
| |
| background-image: url(/resources/src/mediawiki.skinning/images/magnify-clip-rtl.png?a9fb3);
| |
| background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 11 15%22 width=%2215%22 height=%2211%22%3E %3Cg id=%22magnify-clip%22 fill=%22%23fff%22 stroke=%22%23000%22%3E %3Cpath id=%22bigbox%22 d=%22M9.491 1.865h-10.99v7.919h10.99z%22/%3E %3Cpath id=%22smallbox%22 d=%22M12.499 6.868h-5.943v4.904h5.943z%22/%3E %3C/g%3E %3C/svg%3E")
| |
| }
| |
|
| |
| div.tright {
| |
| margin: 0.5em 0 1.3em 1.4em
| |
| }
| |
|
| |
| div.tleft {
| |
| margin: 0.5em 1.4em 1.3em 0
| |
| }
| |
|
| |
| body.mw-hide-empty-elt .mw-empty-elt {
| |
| display: none
| |
| }
| |
|
| |
| .catlinks {
| |
| border: 1px solid #a2a9b1;
| |
| background-color: #f8f9fa;
| |
| padding: 5px;
| |
| margin-top: 1em;
| |
| clear: both
| |
| }
| |
|
| |
| textarea {
| |
| border: 1px solid #c8ccd1
| |
| }
| |
|
| |
| .editOptions {
| |
| background-color: #eaecf0;
| |
| color: #222;
| |
| border: 1px solid #c8ccd1;
| |
| border-top: 0;
| |
| padding: 1em 1em 1.5em 1em;
| |
| margin-bottom: 2em
| |
| }
| |
|
| |
| .usermessage {
| |
| background-color: #ffce7b;
| |
| border: 1px solid #ffa500;
| |
| 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
| |
| }
| |
|
| |
| .firstHeading {
| |
| margin-bottom: 0.1em;
| |
| line-height: 1.2em;
| |
| padding-bottom: 0
| |
| }
| |
|
| |
| #siteSub {
| |
| display: none
| |
| }
| |
|
| |
| #jump-to-nav {
| |
| margin-top: -1.4em;
| |
| margin-bottom: 1.4em
| |
| }
| |
|
| |
| #contentSub,#contentSub2 {
| |
| font-size: 84%;
| |
| line-height: 1.2em;
| |
| margin: 0 0 1.4em 1em;
| |
| color: #54595d;
| |
| width: auto
| |
| }
| |
|
| |
| span.subpages {
| |
| display: block
| |
| }
| |
| }
| |
|
| |
| .mw-wiki-logo {
| |
| background-image: url(/tapirs/images/wiki.png?)
| |
| }
| |
|
| |
| @media screen {
| |
| div#column-content {
| |
| width: 100%;
| |
| margin: 0;
| |
| padding: 0
| |
| }
| |
|
| |
| .mw-body {
| |
| padding: 1em;
| |
| position: relative;
| |
| z-index: 2;
| |
| background: #ffffff;
| |
| color: #000000;
| |
| border: 1px solid #aaaaaa;
| |
| line-height: 1.5em
| |
| }
| |
|
| |
| #column-one h2 {
| |
| position: absolute;
| |
| top: -9999px;
| |
| left: 0
| |
| }
| |
|
| |
| body {
| |
| font: x-small sans-serif;
| |
| background-color: #1f1b1a;
| |
| background-image: url(/skins/Tapirs/resources/images/headbg.jpg?1c6ac);
| |
| background-position: 0 0;
| |
| background-repeat: no-repeat;
| |
| color: #000000;
| |
| margin: 0;
| |
| padding: 0;
| |
| direction: ltr;
| |
| unicode-bidi: embed
| |
| }
| |
|
| |
| div#globalWrapper {
| |
| font-size: 127%;
| |
| background-image: url(/skins/Tapirs/resources/images/headbg.jpg?1c6ac);
| |
| background-position: 0 0;
| |
| background-repeat: no-repeat;
| |
| width: 100%;
| |
| margin: 0;
| |
| padding: 0;
| |
| position: relative;
| |
| z-index: 0
| |
| }
| |
|
| |
| h1,h2,h3,h4,h5,h6 {
| |
| color: #FF6600;
| |
| background: none;
| |
| font-weight: normal;
| |
| margin: 0;
| |
| padding-top: .5em;
| |
| padding-bottom: .17em;
| |
| border-bottom: 6px solid #615A55
| |
| }
| |
|
| |
| h1,h2,h5 {
| |
| font-family: Impact,Arial,Helvetica,sans-serif;
| |
| text-transform: uppercase
| |
| }
| |
|
| |
| h1 {
| |
| font-size: 1.8em
| |
| }
| |
|
| |
| h2 {
| |
| font-size: 1.8em;
| |
| font-family: Impact,Arial,Helvetica,sans-serif
| |
| }
| |
|
| |
| h1 b,h2 b {
| |
| font-weight: normal
| |
| }
| |
|
| |
| h3,h4,h5,h6 {
| |
| border-bottom: none;
| |
| font-weight: bold
| |
| }
| |
|
| |
| h3 {
| |
| font-size: 132%;
| |
| color: #3A332E
| |
| }
| |
|
| |
| h3 a:link,h3 a:visited {
| |
| color: #3A332E;
| |
| text-decoration: underline
| |
| }
| |
|
| |
| h3 a.new {
| |
| color: #ba0000
| |
| }
| |
|
| |
| h4 {
| |
| font-size: 116%
| |
| }
| |
|
| |
| h5 {
| |
| font-size: 100%
| |
| }
| |
|
| |
| h6 {
| |
| font-size: 80%
| |
| }
| |
|
| |
| a {
| |
| color: #002bb8
| |
| }
| |
|
| |
| a:visited {
| |
| color: #5a3696
| |
| }
| |
|
| |
| a.new,#p-personal a.new {
| |
| color: #cc2200
| |
| }
| |
|
| |
| ul {
| |
| list-style-type: square;
| |
| list-style-image: url(data:image/gif;base64,R0lGODlhBQAEAMQAAHdsZYB2bnxzbHZsY3NoYpeNh3VqY3ZsZXhuZpCGf3VrY56Wj3BmX5CFfoB1boJ3b42Ce3BnX4qBeY6EfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAFAAQAAAURYGMoxPQIi3MgSSEBARMNUAgAOw==);
| |
| list-style-image: url(/skins/Tapirs/resources/images/bullet.gif?e3c60)!ie
| |
| }
| |
|
| |
| pre,.mw-code {
| |
| line-height: 1.1em
| |
| }
| |
|
| |
| abbr,acronym,.explain {
| |
| border-bottom: 1px dotted black;
| |
| color: black;
| |
| background: none;
| |
| cursor: help
| |
| }
| |
|
| |
| q {
| |
| font-family: Times,"Times New Roman",serif;
| |
| font-style: italic
| |
| }
| |
|
| |
| code {
| |
| background-color: #f9f9f9
| |
| }
| |
|
| |
| pre {
| |
| padding: 1em;
| |
| border: 1px dashed #2f6fab;
| |
| color: black;
| |
| background-color: #f9f9f9;
| |
| line-height: 1.1em;
| |
| overflow: auto
| |
| }
| |
|
| |
| #bodyContent h1,#bodyContent h2 {
| |
| margin-bottom: .6em
| |
| }
| |
|
| |
| #bodyContent h3,#bodyContent h4,#bodyContent h5 {
| |
| margin-bottom: .3em
| |
| }
| |
|
| |
| .firstHeading {
| |
| margin-bottom: .1em;
| |
| font-size: 2.5em;
| |
| font-weight: normal;
| |
| border-bottom: none;
| |
| color: #615A55;
| |
| text-transform: uppercase;
| |
| padding-top: 12px
| |
| }
| |
|
| |
| .mw-indicators {
| |
| float: right;
| |
| line-height: 1.5em;
| |
| font-size: 95%
| |
| }
| |
|
| |
| .mw-indicator {
| |
| display: -moz-inline-block;
| |
| display: inline-block;
| |
| zoom:1;*display: inline
| |
| }
| |
|
| |
| #siteNotice {
| |
| font-size: 95%;
| |
| padding: 0 0.9em
| |
| }
| |
|
| |
| #siteNotice p {
| |
| margin: 0;
| |
| padding: 0
| |
| }
| |
|
| |
| #localNotice {
| |
| margin: 0
| |
| }
| |
|
| |
| table.rimage {
| |
| float: right;
| |
| position: relative;
| |
| margin-left: 1em;
| |
| margin-bottom: 1em;
| |
| text-align: center
| |
| }
| |
|
| |
| .portlet {
| |
| overflow: hidden
| |
| }
| |
|
| |
| .portlet h3 {
| |
| background: transparent;
| |
| display: inline;
| |
| height: 1em;
| |
| color: #FF6600;
| |
| font-family: Impact,Arial,Helvetica,sans-serif;
| |
| font-size: 100%;
| |
| font-weight: normal;
| |
| letter-spacing: 1px;
| |
| white-space: nowrap;
| |
| text-transform: uppercase
| |
| }
| |
|
| |
| .portlet h4 {
| |
| font-size: 95%;
| |
| font-weight: normal;
| |
| white-space: nowrap
| |
| }
| |
|
| |
| .portlet h5 {
| |
| background: transparent;
| |
| padding: 0 1em 0 .5em;
| |
| display: inline;
| |
| font-weight: normal;
| |
| white-space: nowrap;
| |
| letter-spacing: 1px
| |
| }
| |
|
| |
| .portlet h6 {
| |
| background: #ffae2e;
| |
| border: 1px solid #2f6fab;
| |
| border-style: solid solid none solid;
| |
| padding: 0 1em 0 1em;
| |
| text-transform: lowercase;
| |
| display: block;
| |
| font-size: 1em;
| |
| height: 1.2em;
| |
| font-weight: normal;
| |
| white-space: nowrap
| |
| }
| |
|
| |
| .portlet ul {
| |
| line-height: 1.5em;
| |
| font-size: 95%
| |
| }
| |
|
| |
| .portlet li {
| |
| padding: 0;
| |
| margin: 0
| |
| }
| |
|
| |
| .pBody {
| |
| font-size: 95%;
| |
| background: #504842;
| |
| color: black;
| |
| border-collapse: collapse;
| |
| border: 2px solid #615A55;
| |
| padding: 0 .8em .3em .5em
| |
| }
| |
|
| |
| .pBody:after {
| |
| content: '';
| |
| clear: both;
| |
| display: block
| |
| }
| |
|
| |
| #p-logo {
| |
| position: absolute;
| |
| z-index: 3;
| |
| overflow: visible
| |
| }
| |
|
| |
| #p-logo a,#p-logo a:hover {
| |
| display: block;
| |
| background-repeat: no-repeat;
| |
| text-decoration: none
| |
| }
| |
|
| |
| #p-navigation {
| |
| position: relative;
| |
| top: 20px;
| |
| margin-bottom: 30px
| |
| }
| |
|
| |
| #p-personal h3 {
| |
| position: absolute;
| |
| top: -9999px;
| |
| left: 0
| |
| }
| |
|
| |
| #p-personal h3 li {
| |
| color: #2f6fab
| |
| }
| |
|
| |
| #p-personal h3 li a {
| |
| color: #005896
| |
| }
| |
|
| |
| #p-personal h3 li.active {
| |
| font-weight: bold
| |
| }
| |
|
| |
| li#pt-userpage {
| |
| text-transform: none
| |
| }
| |
|
| |
| li#pt-anonuserpage {
| |
| color: #707070
| |
| }
| |
|
| |
| #p-cactions h3 {
| |
| position: absolute;
| |
| top: -9999px;
| |
| left: 0
| |
| }
| |
|
| |
| .capitalize-all-nouns .portlet h3,.capitalize-all-nouns #p-personal ul,.capitalize-all-nouns #p-cactions ul li a {
| |
| text-transform: none
| |
| }
| |
|
| |
| #footer {
| |
| color: #999;
| |
| margin: 0.6em 0 1em 0;
| |
| overflow: hidden;
| |
| padding: 0.4em 0 0.3em 0;
| |
| text-align: center;
| |
| font-size: 90%
| |
| }
| |
|
| |
| #footer li {
| |
| display: inline;
| |
| margin: 0 1.3em
| |
| }
| |
|
| |
| #footer li a {
| |
| text-decoration: none;
| |
| color: #8896A9
| |
| }
| |
|
| |
| #footer #f-poweredbyico {
| |
| padding-right: 20px
| |
| }
| |
|
| |
| #userloginprompt,#languagelinks {
| |
| font-size: 85%
| |
| }
| |
|
| |
| #login-sectiontip {
| |
| font-size: 85%;
| |
| line-height: 1.2;
| |
| padding-top: 2em
| |
| }
| |
|
| |
| #pagehistory li.selected {
| |
| position: relative
| |
| }
| |
|
| |
| div.patrollink {
| |
| clear: both
| |
| }
| |
|
| |
| .sharedUploadNotice {
| |
| font-style: italic
| |
| }
| |
|
| |
| .editExternally {
| |
| border: 1px solid #aaaaaa;
| |
| background-color: #ffffff;
| |
| padding: 3px;
| |
| margin-top: 0.5em;
| |
| float: left;
| |
| font-size: small;
| |
| text-align: center
| |
| }
| |
|
| |
| .editExternallyHelp {
| |
| font-style: italic;
| |
| color: #707070
| |
| }
| |
|
| |
| .toggle {
| |
| margin-left: 2em;
| |
| text-indent: -2em
| |
| }
| |
|
| |
| input#wpSave,input#wpDiff {
| |
| margin-right: 0.33em
| |
| }
| |
|
| |
| #wpSave {
| |
| font-weight: bold
| |
| }
| |
|
| |
| div.noarticletext {
| |
| border: 1px solid #aaaaaa;
| |
| background: #ffffff;
| |
| padding: 0.2em 1em;
| |
| color: #000000
| |
| }
| |
|
| |
| #powersearch p {
| |
| margin-top: 0
| |
| }
| |
|
| |
| div.multipageimagenavbox {
| |
| border: solid 1px #aaaaaa;
| |
| padding: 4px;
| |
| margin: 1em;
| |
| background: #1f1b1a
| |
| }
| |
|
| |
| 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: 1.5em
| |
| }
| |
|
| |
| .mw-summary-preview {
| |
| margin: 0.1em 0
| |
| }
| |
|
| |
| div.mw-lag-warn-normal,div.mw-lag-warn-high {
| |
| padding: 3px;
| |
| text-align: center;
| |
| margin: 3px auto
| |
| }
| |
|
| |
| div.mw-lag-warn-normal {
| |
| border: 1px solid #fc6;
| |
| background-color: #ffc
| |
| }
| |
|
| |
| div.mw-lag-warn-high {
| |
| font-weight: bold;
| |
| border: 2px solid #f03;
| |
| background-color: #fcc
| |
| }
| |
|
| |
| .MediaTransformError {
| |
| background-color: #aaaaaa;
| |
| padding: 0.1em
| |
| }
| |
|
| |
| .MediaTransformError td {
| |
| text-align: center;
| |
| vertical-align: middle;
| |
| font-size: 90%
| |
| }
| |
|
| |
| .no-text-transform {
| |
| text-transform: none
| |
| }
| |
|
| |
| .tipsy {
| |
| font-size: 127%
| |
| }
| |
|
| |
| #content {
| |
| margin: 5.6em 2em 0 12.2em;
| |
| padding: 0 1em 1.5em 1em;
| |
| background: #f0f0f0 url(/skins/Tapirs/resources/images/bg_content.jpg?dda35) repeat-y;
| |
| background-position: left;
| |
| color: black;
| |
| border: 1px solid #615A55;
| |
| border-right: none;
| |
| line-height: 1.5em;
| |
| position: relative;
| |
| z-index: 2
| |
| }
| |
|
| |
| div#column-content {
| |
| float: right;
| |
| margin: 0 0 0.6em -12.2em
| |
| }
| |
|
| |
| .mw-body {
| |
| margin: 2.8em 0 0 12.2em;
| |
| border-right: 0
| |
| }
| |
|
| |
| div#column-one {
| |
| padding-top: 160px
| |
| }
| |
|
| |
| .special li {
| |
| line-height: 1.4em;
| |
| margin: 0;
| |
| padding: 0
| |
| }
| |
|
| |
| .portlet {
| |
| border: none;
| |
| margin: 0 0 .5em;
| |
| padding: 0;
| |
| float: none;
| |
| width: 11.6em;
| |
| overflow: hidden
| |
| }
| |
|
| |
| .portlet h3 {
| |
| padding: 0 1em 0 0.5em
| |
| }
| |
|
| |
| .pBody {
| |
| background: #504842;
| |
| border: 2px solid #615A55;
| |
| padding: 0 .8em .3em .5em
| |
| }
| |
|
| |
| .pBody a,.pBody a:visited {
| |
| color: #ccc
| |
| }
| |
|
| |
| #p-logo {
| |
| top: 0;
| |
| left: 0;
| |
| height: 155px;
| |
| width: 12em
| |
| }
| |
|
| |
| #p-logo a,#p-logo a:hover {
| |
| height: 155px;
| |
| width: 12.2em;
| |
| background-position: 35% 50% !important
| |
| }
| |
|
| |
| #p-search {
| |
| position: relative;
| |
| z-index: 3
| |
| }
| |
|
| |
| input.searchButton {
| |
| margin-top: 1px;
| |
| font-size: 95%
| |
| }
| |
|
| |
| #searchGoButton {
| |
| padding-left: 0.5em;
| |
| padding-right: 0.5em;
| |
| font-weight: bold
| |
| }
| |
|
| |
| #searchInput {
| |
| width: 10.9em;
| |
| margin: 0;
| |
| font-size: 95%
| |
| }
| |
|
| |
| #p-search .pBody {
| |
| padding: 0.5em 0.4em 0.4em 0.4em;
| |
| text-align: center
| |
| }
| |
|
| |
| #p-search #searchform div div {
| |
| margin-top: 0.4em;
| |
| font-size: 95%
| |
| }
| |
|
| |
| #p-personal {
| |
| position: absolute;
| |
| left: 0;
| |
| top: 0;
| |
| z-index: 3;
| |
| width: 100%;
| |
| white-space: nowrap;
| |
| padding: 0;
| |
| margin: 0;
| |
| border: 0;
| |
| background: none;
| |
| overflow: visible;
| |
| line-height: 1.2em
| |
| }
| |
|
| |
| #p-personal .portlet,#p-personal .pBody {
| |
| z-index: 0;
| |
| padding: 0;
| |
| margin: 0;
| |
| border: 0;
| |
| overflow: visible;
| |
| background: none
| |
| }
| |
|
| |
| #p-personal ul {
| |
| border: 0;
| |
| line-height: 1.4em;
| |
| color: #2f6fab;
| |
| padding: 0;
| |
| padding-right: 2em;
| |
| padding-left: 14em;
| |
| margin: 0;
| |
| text-align: right;
| |
| list-style-type: none;
| |
| list-style-image: none;
| |
| z-index: 0;
| |
| background: none;
| |
| cursor: default;
| |
| text-transform: lowercase
| |
| }
| |
|
| |
| #p-personal li {
| |
| z-index: 0;
| |
| border: 0;
| |
| padding: 0;
| |
| display: inline;
| |
| margin-left: 1em;
| |
| line-height: 1.2em;
| |
| background: none
| |
| }
| |
|
| |
| #p-personal li a {
| |
| text-decoration: none;
| |
| padding-bottom: 0.2em
| |
| }
| |
|
| |
| #p-personal li a:hover {
| |
| background-color: #fff;
| |
| text-decoration: none
| |
| }
| |
|
| |
| #p-personal li.active a:hover {
| |
| background-color: transparent
| |
| }
| |
|
| |
| li#pt-userpage,li#pt-anonuserpage {
| |
| background-image: url(/skins/Tapirs/resources/images/user.gif?ab979);
| |
| background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 width=%2216%22 height=%2216%22 viewBox=%220 0 4.233 4.233%22%3E %3Cdefs%3E %3ClinearGradient id=%22c%22%3E %3Cstop offset=%220%22 stop-color=%22%23fbeacf%22/%3E %3Cstop offset=%221%22 stop-color=%22%23f0bf7b%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22b%22%3E %3Cstop offset=%220%22 stop-color=%22%23f9e0ba%22/%3E %3Cstop offset=%221%22 stop-color=%22%23de8a3d%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22a%22%3E %3Cstop offset=%220%22 stop-color=%22%23dfedc7%22/%3E %3Cstop offset=%221%22 stop-color=%22%2389b92f%22/%3E %3C/linearGradient%3E %3ClinearGradient id=%22d%22 x1=%22.794%22 x2=%223.175%22 y1=%222.778%22 y2=%222.778%22 gradientUnits=%22userSpaceOnUse%22 xlink:href=%22%23a%22/%3E %3ClinearGradient id=%22f%22 x1=%221.587%22 x2=%222.381%22 y1=%221.058%22 y2=%221.587%22 gradientUnits=%22userSpaceOnUse%22 xlink:href=%22%23b%22/%3E %3CradialGradient id=%22e%22 cx=%221.984%22 cy=%222.381%22 r=%22.397%22 fx=%221.984%22 fy=%221.984%22 gradientTransform=%22matrix%28.33333 0 0 1.30283 1.323 -.469%29%22 gradientUnits=%22userSpaceOnUse%22 xlink:href=%22%23c%22/%3E %3C/defs%3E %3Cpath fill=%22url%28%23d%29%22 fill-rule=%22evenodd%22 d=%22M.661 3.307l.133-.661.264-.265c.53-.264 1.323-.264 1.852 0l.265.265.132.661z%22/%3E %3Cpath fill=%22url%28%23e%29%22 fill-rule=%22evenodd%22 d=%22M1.587 2.117v.264l.265.265h.265l.264-.265v-.264c-.264-.265-.529-.265-.793 0z%22/%3E %3Cpath fill=%22url%28%23f%29%22 fill-rule=%22evenodd%22 d=%22M1.323 1.058v.53l.264.264c.265.265.53.265.794 0l.265-.265v-.529L2.116.53h-.264z%22/%3E %3Cpath fill=%22%234e4e4e%22 d=%22M2.646 1.058v.53h.264v-.53zM2.38 2.117v.264h.53v-.264zm.53.264v.265h.264V2.38zm.264.265v.529H.529v.265h2.91v-.795z%22/%3E %3Cpath fill=%22%23a3a3a3%22 d=%22M1.058 1.058v.53h.265v-.53zm.265.53v.264h.264v-.265zm-.265.529v.264h.53v-.264zm0 .264H.794v.265h.264zm-.264.265H.529v.529h.265z%22/%3E %3Cpath fill=%22%23768854%22 d=%22M1.587 2.381v.265h.265V2.38zm.265.265v.264h.265v-.264zm.265 0h.264V2.38h-.264z%22/%3E %3Cpath fill=%22%23a6774d%22 d=%22M2.381 1.587v.265h.265v-.265zm0 .265h-.793v.265h.793z%22/%3E %3Cpath fill=%22%239a7b54%22 fill-rule=%22evenodd%22 d=%22M1.984.397v.132c0 .265-.396.794-.793.794l.132-.53.264-.264z%22/%3E %3Cpath fill=%22%2393642b%22 fill-rule=%22evenodd%22 d=%22M1.984.397v.132c0 .265.397.794.794.794l-.132-.53L2.38.53z%22/%3E %3Cpath fill=%22%2386735c%22 d=%22M1.587.265v.264h.794V.265zm0 .264h-.264v.265h.264zm-.264.265h-.265v.529h.265z%22/%3E %3Cpath fill=%22%235a4934%22 d=%22M2.381.53v.264h.265V.529zm.265.264v.529h.264v-.53z%22/%3E %3Cpath fill=%22%2383b625%22 d=%22M1.323 2.91h.265v.265h-.265z%22/%3E %3Cpath fill=%22%236d971f%22 d=%22M2.646 2.91h.265v.265h-.265z%22/%3E %3Cpath fill=%22%23cde3a8%22 d=%22M1.058 2.91h.265v.265h-.265z%22/%3E %3Cpath fill=%22%23a9cd69%22 d=%22M2.381 2.91h.265v.265h-.265z%22/%3E %3C/svg%3E");
| |
| background-position: top left;
| |
| background-repeat: no-repeat;
| |
| padding-left: 20px
| |
| }
| |
|
| |
| #p-cactions {
| |
| position: absolute;
| |
| top: 3.7em;
| |
| left: 11.5em;
| |
| margin: 0;
| |
| white-space: nowrap;
| |
| width: 76%;
| |
| line-height: 1.1em;
| |
| overflow: visible;
| |
| background: none;
| |
| border-collapse: collapse;
| |
| padding-left: 1em;
| |
| font-size: 95%
| |
| }
| |
|
| |
| #p-cactions ul {
| |
| list-style-type: none;
| |
| list-style-image: none
| |
| }
| |
|
| |
| #p-cactions li {
| |
| display: inline;
| |
| border: 1px solid #aaa;
| |
| border-bottom: 0;
| |
| padding: 0.5em 0 1em 0;
| |
| margin: 0 0.3em 0 0;
| |
| overflow: visible;
| |
| background: #fff
| |
| }
| |
|
| |
| #p-cactions li.selected {
| |
| border-color: #fabd23;
| |
| font-weight: bold
| |
| }
| |
|
| |
| #p-cactions li a {
| |
| background-color: #fbfbfb;
| |
| color: #002bb8;
| |
| line-height: 22px;
| |
| border: 0;
| |
| padding: 0 0.8em 0.3em;
| |
| position: relative;
| |
| z-index: 0;
| |
| margin: 0;
| |
| text-decoration: none;
| |
| text-transform: lowercase
| |
| }
| |
|
| |
| #p-cactions li.selected a {
| |
| z-index: 3;
| |
| background-color: #fff
| |
| }
| |
|
| |
| #p-cactions .new a {
| |
| color: #ba0000
| |
| }
| |
|
| |
| #p-cactions li a:hover {
| |
| z-index: 3;
| |
| text-decoration: none;
| |
| background-color: #fff
| |
| }
| |
|
| |
| #p-cactions li.istalk {
| |
| margin-right: 0
| |
| }
| |
|
| |
| #p-cactions li.istalk a {
| |
| padding-right: 0.5em
| |
| }
| |
|
| |
| #p-cactions #ca-addsection a {
| |
| padding-left: 0.4em;
| |
| padding-right: 0.4em
| |
| }
| |
|
| |
| li#ca-talk {
| |
| margin-right: 1.6em
| |
| }
| |
|
| |
| li#ca-watch,li#ca-unwatch,li#ca-varlang-0,li#ca-print {
| |
| margin-left: 1.6em
| |
| }
| |
|
| |
| #p-cactions .pBody {
| |
| font-size: 1em;
| |
| background-color: transparent;
| |
| color: inherit;
| |
| border-collapse: inherit;
| |
| border: 0;
| |
| padding: 0
| |
| }
| |
|
| |
| #p-lang {
| |
| position: relative;
| |
| z-index: 3
| |
| }
| |
|
| |
| #f-poweredbyico,#f-copyrightico {
| |
| margin: 0 8px;
| |
| position: relative;
| |
| top: -2px
| |
| }
| |
|
| |
| #f-poweredbyico {
| |
| float: right;
| |
| height: 1%
| |
| }
| |
|
| |
| #f-copyrightico {
| |
| float: left;
| |
| height: 1%
| |
| }
| |
| }
| |