MediaWiki:Common.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
Ligne 2 : | Ligne 2 : | ||
body{ | body{ | ||
− | width: 85%; | + | width:85%; |
− | text-align: center; | + | text-align:center; |
− | margin-top: 1em; | + | margin-top:1em; |
− | margin: auto; | + | margin:auto; |
− | position: relative | + | position:relative |
} | } | ||
div{ | div{ | ||
− | text-align: left | + | text-align:left |
} | } | ||
body #ca-delete{ | body #ca-delete{ | ||
− | display: none !important | + | display:none !important |
} | } | ||
.infobox{ | .infobox{ | ||
− | border: 1px solid #aaa; | + | border:1px solid #aaa; |
− | background-color: #f9f9f9; | + | background-color:#f9f9f9; |
− | color: black; | + | color:black; |
− | margin: 0.5em 0 0.5em 1em; | + | margin:0.5em 0 0.5em 1em; |
− | padding: 0.2em; | + | padding:0.2em; |
− | float: right; | + | float:right; |
− | clear: right; | + | clear:right; |
− | text-align: left; | + | text-align:left; |
− | font-size: 88%; | + | font-size:88%; |
− | line-height: 1.5em | + | line-height:1.5em |
} | } | ||
.infobox caption{ | .infobox caption{ | ||
− | font-size: 125%; | + | font-size:125%; |
− | font-weight: 700 | + | font-weight:700 |
} | } | ||
.infobox td,.infobox th{ | .infobox td,.infobox th{ | ||
− | vertical-align: top | + | vertical-align:top |
} | } | ||
.infobox.bordered{ | .infobox.bordered{ | ||
− | border-collapse: collapse | + | border-collapse:collapse |
} | } | ||
.infobox.bordered td,.infobox.bordered th{ | .infobox.bordered td,.infobox.bordered th{ | ||
− | border: 1px solid #aaa | + | border:1px solid #aaa |
} | } | ||
.infobox.bordered .borderless td,.infobox.bordered .borderless th{ | .infobox.bordered .borderless td,.infobox.bordered .borderless th{ | ||
− | border: 0 | + | border:0 |
} | } | ||
.infobox.sisterproject{ | .infobox.sisterproject{ | ||
− | width: 20em; | + | width:20em; |
− | font-size: 90% | + | font-size:90% |
} | } | ||
.infobox.standard-talk{ | .infobox.standard-talk{ | ||
− | border: 1px solid #c0c090; | + | border:1px solid #c0c090; |
− | background-color: #f8eaba | + | background-color:#f8eaba |
} | } | ||
.infobox.standard-talk.bordered td,.infobox.standard-talk.bordered th{ | .infobox.standard-talk.bordered td,.infobox.standard-talk.bordered th{ | ||
− | border: 1px solid #c0c090 | + | border:1px solid #c0c090 |
} | } | ||
.infobox.bordered .mergedtoprow td,.infobox.bordered .mergedtoprow th{ | .infobox.bordered .mergedtoprow td,.infobox.bordered .mergedtoprow th{ | ||
− | border: 0; | + | border:0; |
− | border-top: 1px solid #aaa; | + | border-top:1px solid #aaa; |
− | border-right: 1px solid #aaa | + | border-right:1px solid #aaa |
} | } | ||
.infobox.bordered .mergedrow td,.infobox.bordered .mergedrow th{ | .infobox.bordered .mergedrow td,.infobox.bordered .mergedrow th{ | ||
− | border: 0; | + | border:0; |
− | border-right: 1px solid #aaa | + | border-right:1px solid #aaa |
} | } | ||
.infobox.geography{ | .infobox.geography{ | ||
− | text-align: left; | + | text-align:left; |
− | border-collapse: collapse; | + | border-collapse:collapse; |
− | line-height: 1.2em; | + | line-height:1.2em; |
− | font-size: 90% | + | font-size:90% |
} | } | ||
.infobox.geography td,.infobox.geography th{ | .infobox.geography td,.infobox.geography th{ | ||
− | border-top: 1px solid #aaa; | + | border-top:1px solid #aaa; |
− | padding: 0.4em 0.6em 0.4em 0.6em | + | padding:0.4em 0.6em 0.4em 0.6em |
} | } | ||
.infobox.geography .mergedtoprow td,.infobox.geography .mergedtoprow th{ | .infobox.geography .mergedtoprow td,.infobox.geography .mergedtoprow th{ | ||
− | border-top: 1px solid #aaa; | + | border-top:1px solid #aaa; |
− | padding: 0.4em 0.6em 0.2em 0.6em | + | padding:0.4em 0.6em 0.2em 0.6em |
} | } | ||
.infobox.geography .mergedrow td,.infobox.geography .mergedrow th{ | .infobox.geography .mergedrow td,.infobox.geography .mergedrow th{ | ||
− | border: 0; | + | border:0; |
− | padding: 0 0.6em 0.2em 0.6em | + | padding:0 0.6em 0.2em 0.6em |
} | } | ||
.infobox.geography .mergedbottomrow td,.infobox.geography .mergedbottomrow th{ | .infobox.geography .mergedbottomrow td,.infobox.geography .mergedbottomrow th{ | ||
− | border-top: 0; | + | border-top:0; |
− | border-bottom: 1px solid #aaa; | + | border-bottom:1px solid #aaa; |
− | padding: 0 0.6em 0.4em 0.6em | + | padding:0 0.6em 0.4em 0.6em |
} | } | ||
.infobox.geography .maptable td,.infobox.geography .maptable th{ | .infobox.geography .maptable td,.infobox.geography .maptable th{ | ||
− | border: 0; | + | border:0; |
− | padding: 0 | + | padding:0 |
} | } | ||
div.texdisplay{ | div.texdisplay{ | ||
− | margin: 3px; | + | margin:3px; |
− | padding: 3px; | + | padding:3px; |
− | background-color: transparent; | + | background-color:transparent; |
− | text-align: center | + | text-align:center |
} | } | ||
div.texdisplay span.dispno{ | div.texdisplay span.dispno{ | ||
− | float: right | + | float:right |
− | |||
− | |||
− | |||
} | } | ||
body{ | body{ | ||
− | background-color: white; | + | background-color:white; |
− | width: 82% | + | width:82% |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
body,div#content,#mw-page-base,#mw-head-base,div#footer,div.vectorTabs,div.vectorTabs ul li,div.vectorTabs li.selected,div.vectorTabs span,div.vectorMenu,div.vectorMenuFocus,div#mw-head div.vectorMenu h5,div.vectorMenu h5 a,div#simpleSearch{ | body,div#content,#mw-page-base,#mw-head-base,div#footer,div.vectorTabs,div.vectorTabs ul li,div.vectorTabs li.selected,div.vectorTabs span,div.vectorMenu,div.vectorMenuFocus,div#mw-head div.vectorMenu h5,div.vectorMenu h5 a,div#simpleSearch{ | ||
− | background: none; | + | background:none; |
− | background-image: none; | + | background-image:none; |
− | background-color: white | + | background-color:white |
} | } | ||
body,#content,.portlet{ | body,#content,.portlet{ | ||
− | font-family: fedra, | + | font-family:fedra,fallback-fonts |
} | } | ||
body b,#content b,.portlet b,b,strong,big,dt,th,td b{ | body b,#content b,.portlet b,b,strong,big,dt,th,td b{ | ||
− | font-family: fedra-bold | + | font-family:fedra-bold |
} | } | ||
body i,#content i,.portlet i,i,em{ | body i,#content i,.portlet i,i,em{ | ||
− | font-family: fedra-italic | + | font-family:fedra-italic |
} | } | ||
body b i,#content b i,.portlet b i,b i,b em{ | body b i,#content b i,.portlet b i,b i,b em{ | ||
− | font-family: fedra-bold-italic | + | font-family:fedra-bold-italic |
} | } | ||
− | h1,h2,h3,h4,h5,h6 | + | h1,h2,h3,h4,h5,h6{ |
− | font-family: neohellenic-bold, | + | font-family:neohellenic-bold,fallback-fonts |
} | } | ||
h1 i,h2 i,h3 i,h4 i,h5 i,h6 i{ | h1 i,h2 i,h3 i,h4 i,h5 i,h6 i{ | ||
− | font-family: neohellenic-italic, | + | font-family:neohellenic-italic,fallback-fonts |
} | } | ||
− | h1,h2,h3,h4,h5,h6 | + | h1,h2,h3,h4,h5,h6{ |
− | margin: 0; | + | margin:0; |
− | border-bottom: 1px dotted #BBB; | + | border-bottom:1px dotted #BBB; |
− | font-size: 100% | + | font-size:100% |
} | } | ||
− | + | h1{ | |
− | font-size: | + | font-size:200%; |
− | border | + | border:none |
− | |||
− | |||
} | } | ||
− | h2 | + | h2{ |
− | font-size: | + | font-size:160%; |
− | padding-top: 1.5em | + | padding-top:1.5em |
− | |||
} | } | ||
− | + | h3{ | |
− | + | font-size:142% | |
− | |||
− | |||
− | |||
− | font-size: | ||
− | |||
} | } | ||
h3 .mw-headline i{ | h3 .mw-headline i{ | ||
− | font-size: | + | font-size:80%; |
− | font-family: neohellenic-italic | + | font-family:neohellenic-italic |
} | } | ||
− | h4 | + | h4{ |
− | font-size: | + | font-size:128% |
− | |||
} | } | ||
− | h5 | + | h5{ |
− | font-size: | + | font-size:114% |
− | |||
} | } | ||
− | h6 | + | h6{ |
− | font-size: | + | font-size:100% |
− | |||
} | } | ||
dl{ | dl{ | ||
− | margin-top: .5em | + | margin-top:.5em |
} | } | ||
− | a: link,a: visited{ | + | a:link,a:visited{ |
− | text-decoration: none | + | text-decoration:none |
} | } | ||
− | + | div#content a.external:visited{ | |
− | color: #36b | + | color:#36b |
} | } | ||
− | a: hover{ | + | a:hover{ |
− | text-decoration: underline | + | text-decoration:underline |
} | } | ||
− | a: active{ | + | a:active{ |
− | text-decoration: none | + | text-decoration:none |
} | } | ||
− | div#content a.external,div#content a[href ^="gopher: //"]{ | + | div#content a.external,div#content a[href ^="gopher://"]{ |
− | background: none; | + | background:none; |
− | padding-right: 0 | + | padding-right:0 |
} | } | ||
@font-face{ | @font-face{ | ||
− | font-family: 'fedra'; | + | font-family:'fedra'; |
− | src: url(/skins/monobook/fedrasans-light. | + | src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-light.ttf) format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-light.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-light.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-light.svg') format('svg'); |
− | font-weight: 400; | + | font-weight:400; |
− | font-style: normal | + | font-style:normal |
} | } | ||
@font-face{ | @font-face{ | ||
− | font-family: 'fedra-bold'; | + | font-family:'fedra-bold'; |
− | src: url(/skins/monobook/fedrasans-bold. | + | src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-bold.ttf) format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-bold.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-bold.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-bold.svg') format('svg'); |
− | font-weight: 700; | + | font-weight:700; |
− | font-style: normal | + | font-style:normal |
} | } | ||
@font-face{ | @font-face{ | ||
− | font-family: 'fedra-italic'; | + | font-family:'fedra-italic'; |
− | src: url(/skins/monobook/fedrasans-lightitalic. | + | src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-lightitalic.ttf) format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-lightitalic.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-lightitalic.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-lightitalic.svg') format('svg'); |
− | font-weight: 400; | + | font-weight:400; |
− | font-style: italic | + | font-style:italic |
} | } | ||
@font-face{ | @font-face{ | ||
− | font-family: 'fedra-bold-italic'; | + | font-family:'fedra-bold-italic'; |
− | src: url(/skins/monobook/fedrasans-bolditalic. | + | src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-bolditalic.ttf) format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-bolditalic.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-boldtitalic.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-boldtitalic.svg') format('svg'); |
− | font-weight: 700; | + | font-weight:700; |
− | font-style: italic | + | font-style:italic |
} | } | ||
@font-face{ | @font-face{ | ||
− | font-family: 'neohellenic'; | + | font-family:'neohellenic'; |
− | src: url(/skins/monobook/gfsneohellenic. | + | src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenic.otf) format('opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenic.ttf') format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenic.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenic.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenic.svg') format('svg'); |
− | font-weight: 400; | + | font-weight:400; |
− | font-style: normal | + | font-style:normal |
} | } | ||
@font-face{ | @font-face{ | ||
− | font-family: 'neohellenic-bold'; | + | font-family:'neohellenic-bold'; |
− | src: url(/skins/monobook/gfsneohellenicbold. | + | src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicbold.otf) format('opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicbold.ttf') format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicbold.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicbold.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicbold.svg') format('svg'); |
− | font-weight: 700; | + | font-weight:700; |
− | font-style: normal | + | font-style:normal |
} | } | ||
@font-face{ | @font-face{ | ||
− | font-family: 'neohellenic-italic'; | + | font-family:'neohellenic-italic'; |
− | src: url(/skins/monobook/gfsneohellenicit. | + | src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicit.otf) format('opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicit.ttf') format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicit.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicit.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicit.svg') format('svg'); |
− | font-weight: 400; | + | font-weight:400; |
− | font-style: italic | + | font-style:italic |
} | } | ||
− | #mw-panel{ | + | div#mw-panel{ |
− | + | top:70px; | |
− | + | width:10em; | |
− | + | clear:both | |
} | } | ||
− | div#mw-panel{ | + | div#mw-panel div.portal div.body{ |
− | + | background-image:none; | |
− | + | padding:0; | |
− | + | margin:0 | |
− | padding | ||
− | |||
} | } | ||
− | + | div#mw-panel div.portal h5,div#mw-panel div.portal div.body ul li{ | |
− | + | font-size:.9em; | |
− | + | margin-left:0; | |
+ | padding-left:0; | ||
+ | padding-right:.3em | ||
} | } | ||
+ | div#mw-panel div.portal div.body ul li{ | ||
+ | line-height:normal | ||
} | } | ||
#p-logo{ | #p-logo{ | ||
− | position: relative; | + | position:relative; |
− | height: 140px; | + | height:140px; |
− | top: -50px | + | top:-50px |
− | |||
} | } | ||
− | #p-logo,#p-logo a,#p-logo a: hover{ | + | #p-logo,#p-logo a,#p-logo a:hover{ |
− | height: 140px; | + | height:140px; |
− | width: 10em | + | width:10em |
} | } | ||
− | #p-navigation, | + | #p-navigation,#p-tb{ |
− | font-size: | + | font-size:.9em |
− | |||
− | |||
− | |||
} | } | ||
− | + | li#n-Cities,li#n-Media-and-themes,li#n-Theories-and-definitions,li#n-Categories,li#n-Central-and-Eastern-Europe{ | |
− | + | // font-family:neohellenic; | |
− | + | // font-size:1.4em !important | |
} | } | ||
− | + | li#n-recentchanges{ | |
− | + | margin-top:2em !important | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | margin | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | div#mw-panel div.portal | + | div#mw-panel div.portal div.body ul li a,div#mw-panel div.portal div.body ul li a:visited,div#p-personal a,div#right-navigation a,div#left-navigation a{ |
− | + | color:black !important | |
− | |||
− | |||
− | |||
} | } | ||
− | + | div#p-tb{ | |
− | margin-top: 1. | + | margin-top:-1.4em !important; |
− | + | margin-bottom:2em !important | |
− | |||
− | |||
} | } | ||
div#content{ | div#content{ | ||
− | margin-left: | + | margin-left:10em; |
− | border-left: 2px solid #ccc; | + | border-left:2px solid #ccc; |
− | margin-top: 1.8em; | + | margin-top:1.8em; |
− | padding-left: 1em; | + | padding-left:1em; |
− | padding-top: .3em; | + | padding-top:.3em; |
− | padding-bottom: .3em; | + | padding-bottom:.3em; |
− | padding-right: 0; | + | padding-right:0; |
− | font-size: 1em | + | font-size:1.1em |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
div#content a{ | div#content a{ | ||
− | color: darkgreen | + | color:darkgreen |
} | } | ||
div#content a.new{ | div#content a.new{ | ||
− | color: #ba0000 | + | color:#ba0000 |
} | } | ||
#p-search{ | #p-search{ | ||
− | position: absolute; | + | position:absolute; |
− | top: 1. | + | top:1.4em; |
− | left: 11. | + | left:11.7em; |
− | width: auto; | + | width:auto; |
− | padding: 0; | + | padding:0; |
− | text-align: left | + | text-align:left |
} | } | ||
− | + | #searchInput,#searchGoButton,input.searchButton{ | |
− | + | margin:0; | |
− | + | font-size:.9em; | |
− | background-color: white | + | background-color:white; |
− | + | font-family:fedra | |
− | |||
− | font-family: fedra | ||
− | |||
− | |||
− | |||
} | } | ||
− | + | #searchInput,div#simpleSearch{ | |
− | + | width:30em; | |
− | + | height:2.5em; | |
− | + | padding:.2em; | |
− | + | border:1px solid #aaa; | |
− | + | -moz-border-radius:.3em; | |
− | + | border-radius:.3em | |
− | |||
} | } | ||
+ | #searchGoButton{ | ||
+ | width:2em; | ||
+ | height:2.5em; | ||
+ | align:center; | ||
+ | font-weight:400; | ||
+ | border:0 | ||
} | } | ||
#p-search #mw-searchButton{ | #p-search #mw-searchButton{ | ||
− | display: none !important | + | display:none !important |
} | } | ||
.os-suggest{ | .os-suggest{ | ||
− | border: 1px solid #aaa; | + | border:1px solid #aaa; |
− | -moz-border-radius: .3em; | + | -moz-border-radius:.3em; |
− | border-radius: .3em; | + | border-radius:.3em; |
− | border-top: 0; | + | border-top:0; |
− | padding-top: 2px; | + | padding-top:2px; |
− | z-index: 110 | + | z-index:110 |
} | } | ||
.os-suggest-result{ | .os-suggest-result{ | ||
− | background-color: white; | + | background-color:white; |
− | z-index: 110 | + | z-index:110 |
} | } | ||
.os-suggest-result,.os-suggest-result-hl,.os-suggest-result-hl-webkit{ | .os-suggest-result,.os-suggest-result-hl,.os-suggest-result-hl-webkit{ | ||
− | font-family: fedra | + | font-family:fedra; |
− | z-index: 110 | + | z-index:110 |
} | } | ||
#p-personal{ | #p-personal{ | ||
− | position: absolute; | + | position:absolute; |
− | right: .4em; | + | right:.4em; |
− | top: 2.6em | + | top:2.6em |
} | } | ||
#p-personal ul{ | #p-personal ul{ | ||
− | padding: 0; | + | padding:0; |
− | text-transform: none; | + | text-transform:none; |
− | text-align: left | + | text-align:left |
} | } | ||
#p-personal li{ | #p-personal li{ | ||
− | font-size: .8em; | + | font-size:.8em; |
− | margin-left: 1.5em | + | margin-left:1.5em |
} | } | ||
− | li#pt-mytalk,li#pt-mycontris,li#pt-anontalk,li#pt-anonuserpage{ | + | li#pt-mytalk,li#pt-watchlist,li#pt-mycontris,li#pt-anontalk,li#pt-anonuserpage{ |
− | display: none !important | + | display:none !important |
} | } | ||
− | + | h1#firstHeading{ | |
− | + | padding-top:0; | |
− | + | border-bottom:1px solid #ccc; | |
− | + | z-index:105 | |
− | |||
} | } | ||
#left-navigation{ | #left-navigation{ | ||
− | position: static; | + | position:static; |
− | float: right; | + | float:right; |
− | margin-left: .5em; | + | margin-left:.5em; |
− | margin-right: 0; | + | margin-right:0; |
− | margin-top: 6. | + | margin-top:6.8em; |
− | padding-right: 0 | + | padding-right:0 |
− | |||
− | |||
− | |||
} | } | ||
#right-navigation{ | #right-navigation{ | ||
− | position: static; | + | position:static; |
− | float: right; | + | float:right; |
− | margin-top: 6. | + | margin-top:6.8em; |
− | margin-right: 0; | + | margin-right:0; |
− | padding-right: 0 | + | padding-right:0 |
− | |||
− | |||
− | |||
} | } | ||
#p-namespaces li.selected,#p-views li.selected,#p-personal li.selected{ | #p-namespaces li.selected,#p-views li.selected,#p-personal li.selected{ | ||
− | font-family: fedra-bold | + | font-family:fedra-bold |
} | } | ||
− | #p-cactions.vectorMenu,#p-variants.vectorMenu,li#ca-delete,li#ca-protect,#p-navigation h5,#p-search h5,#p-tb h5,#p-tb #t-pdf,#p-tb #t-specialpages,#p-tb #t-recentchangeslinked,#p-tb #t-smwbrowselink | + | #p-cactions.vectorMenu,#p-variants.vectorMenu,li#ca-delete,li#ca-protect,li#ca-purge,#p-navigation h5,#p-search h5,#p-tb h5,#p-tb #t-pdf,#p-tb #t-specialpages,#p-tb #t-recentchangeslinked,#p-tb #t-smwbrowselink{ |
− | display: none !important | + | display:none !important |
} | } | ||
div.topicon{ | div.topicon{ | ||
− | position: absolute; | + | position:absolute; |
− | top: -5em; | + | top:-5em; |
− | margin-right: -17px; | + | margin-right:-17px; |
− | display: block !important; | + | display:block !important; |
− | z-index: 111 | + | z-index:111 |
} | } | ||
div.flaggedrevs_short{ | div.flaggedrevs_short{ | ||
− | position: absolute; | + | position:absolute; |
− | top: -3em; | + | top:-3em; |
− | right: 80px; | + | right:80px; |
− | z-index: 1; | + | z-index:1; |
− | margin-left: 0; | + | margin-left:0; |
− | margin-right: -10px | + | margin-right:-10px |
} | } | ||
#content ul{ | #content ul{ | ||
− | list-style: none; | + | list-style:none; |
− | padding: 0; | + | padding:0; |
− | margin: .3em 0 0 .3em | + | margin:.3em 0 0 .3em |
} | } | ||
− | #content | + | #content li{ |
− | padding-left: 1em; | + | padding-left:1em; |
− | margin-bottom: .3em; | + | margin-bottom:.3em; |
− | text-indent: -0.9em | + | text-indent:-0.9em |
} | } | ||
− | #content | + | #content li:before{ |
− | content: "•"; | + | content:"•"; |
− | color: # | + | color:#666; |
− | padding-right: . | + | padding-right:.2em |
} | } | ||
− | #content | + | #content .gallery li{ |
− | padding-left: 0; | + | padding-left:0; |
− | text-indent: 0 | + | text-indent:0 |
} | } | ||
− | + | #content .dpl li:before, #content .catlinks li:before, #content .mw-search-formheader li:before, #content .mw-search-results li:before, #content .gallery li:before, #content .references li:before{ | |
− | + | content:none; | |
+ | padding-right:0 | ||
} | } | ||
− | + | #content .catlinks a:first_child{ | |
− | + | display:none !important | |
− | |||
− | |||
− | #content .catlinks a: first_child{ | ||
− | display: none !important | ||
} | } | ||
#content .catlinks li{ | #content .catlinks li{ | ||
− | padding-left: 1.7em | + | padding-left:1.7em |
} | } | ||
sup{ | sup{ | ||
− | font-size: .7em; | + | font-size:.7em; |
− | bottom: 1ex; | + | bottom:1ex; |
− | line-height: 1em; | + | line-height:1em; |
− | padding-left: 0; | + | padding-left:0; |
− | margin-left: 0 | + | margin-left:0 |
} | } | ||
.references-small{ | .references-small{ | ||
− | font-size: .8em | + | font-size:.8em |
} | } | ||
− | #mw-search-top-table #powerSearchText,#mw-search-top-table #searchText,#mw-search-top-table input: nth-of-type(5),#mw-searchoptions,.mw-search-formheader li: nth-of-type(3),.mw-search-formheader li: nth-of-type(5){ | + | #mw-search-top-table #powerSearchText,#mw-search-top-table #searchText,#mw-search-top-table input:nth-of-type(5),#mw-searchoptions,.mw-search-formheader li:nth-of-type(3),.mw-search-formheader li:nth-of-type(5){ |
− | display: none !important | + | display:none !important |
} | } | ||
#userlogin,#userloginForm{ | #userlogin,#userloginForm{ | ||
− | border: 0; | + | border:0; |
− | padding: 0; | + | padding:0; |
− | margin: 0; | + | margin:0; |
− | float: left; | + | float:left; |
− | width: 100% | + | width:100% |
} | } | ||
#userlogin{ | #userlogin{ | ||
− | min-width: 20em; | + | min-width:20em; |
− | max-width: 100% | + | max-width:100% |
} | } | ||
.page-Special_UserLogin h1.firstHeading,.page-Special_UserLogin li#ca-nstab-special,.page-Special_UserLogin #contentSub,#loginstart{ | .page-Special_UserLogin h1.firstHeading,.page-Special_UserLogin li#ca-nstab-special,.page-Special_UserLogin #contentSub,#loginstart{ | ||
− | display: none !important | + | display:none !important |
} | } | ||
div#userloginForm form h2,div#userlogin form#userlogin2 h2{ | div#userloginForm form h2,div#userlogin form#userlogin2 h2{ | ||
− | padding-top: 0; | + | padding-top:0; |
− | margin-top: 0; | + | margin-top:0; |
− | border-bottom: 1px solid #ccc; | + | border-bottom:1px solid #ccc; |
− | margin-bottom: .1em; | + | margin-bottom:.1em; |
− | line-height: 1.2em; | + | line-height:1.2em; |
− | padding-bottom: 0; | + | padding-bottom:0; |
− | font-family: neohellenic-bold | + | font-family:neohellenic-bold; |
− | font-weight: 700; | + | font-weight:700; |
− | font-size: 200% | + | font-size:200% |
} | } | ||
div#userloginForm form,div#userlogin form#userlogin2,div#userloginForm table,div#userlogin form#userlogin2 table{ | div#userloginForm form,div#userlogin form#userlogin2,div#userloginForm table,div#userlogin form#userlogin2 table{ | ||
− | background-color: white; | + | background-color:white; |
− | border: 0; | + | border:0; |
− | padding: 0 | + | padding:0 |
} | } | ||
div#userlogin .captcha,div#userloginForm .captcha{ | div#userlogin .captcha,div#userloginForm .captcha{ | ||
− | margin-bottom: 1em; | + | margin-bottom:1em; |
− | padding: 1em; | + | padding:1em; |
− | width: 70%; | + | width:70%; |
− | border: 1px solid #ccc | + | border:1px solid #ccc |
} | } | ||
.toccolours{ | .toccolours{ | ||
− | background-color: white; | + | background-color:white; |
− | border: 0; | + | border:0; |
− | padding: 0 | + | padding:0 |
} | } | ||
.toccolours th{ | .toccolours th{ | ||
− | border-bottom: 1px solid #ccc | + | border-bottom:1px solid #ccc |
} | } | ||
.toccolours .tocpadding{ | .toccolours .tocpadding{ | ||
− | padding-left: 1em; | + | padding-left:1em; |
− | padding-right: 1em | + | padding-right:1em |
} | } | ||
#toc,.toc,.mw-warning{ | #toc,.toc,.mw-warning{ | ||
− | background-color: #f4f4f4; | + | background-color:#f4f4f4; |
− | padding: 5px; | + | padding:5px; |
− | border: 0; | + | border:0; |
− | -moz-border-radius: .3em; | + | -moz-border-radius:.3em; |
− | border-radius: .3em | + | border-radius:.3em |
} | } | ||
#column-content #toc ul,#toc ul,.toc ul{ | #column-content #toc ul,#toc ul,.toc ul{ | ||
− | list-style: none | + | list-style:none |
+ | } | ||
+ | #column-content #toc li,#toc li,.toc li{ | ||
+ | padding-left:0; | ||
+ | margin-bottom:.3em; | ||
+ | text-indent:0 | ||
} | } | ||
− | #column-content #toc | + | #column-content #toc li:before,#toc li:before,.toc li:before{ |
− | + | content:none; | |
− | + | padding-right:0 | |
} | } | ||
− | + | #toc li .toclevel-2{ | |
− | + | float:left; | |
+ | margin-right:.5em | ||
} | } | ||
− | + | #toc li:last-child{ | |
− | + | float:none | |
} | } | ||
− | + | .tocnumber,#toc li .toclevel-3,#toc li .toclevel-4,#toc li .toclevel-5,#toc li .toclevel-6{ | |
− | + | display:none !important | |
− | |||
− | |||
− | |||
} | } | ||
− | h2 . | + | h2 .editsection,h3 .editsection,h4 .editsection{ |
− | + | font-family:fedra; | |
+ | font-weight:400; | ||
+ | color:transparent; | ||
+ | font-size:.7em | ||
} | } | ||
− | h2 . | + | h2 .editsection a,h3 .editsection a,h4 .editsection a{ |
− | font-weight: 400; | + | font-weight:400; |
− | font-size: . | + | font-size:.7em |
} | } | ||
.infobox{ | .infobox{ | ||
− | background-color: white; | + | background-color:white; |
− | border-color: #ddd | + | border-color:#ddd |
} | } | ||
− | // https: //twitter-widgets.s3.amazonaws.com/j/2/widget.css .twtr-widget{ | + | // https://twitter-widgets.s3.amazonaws.com/j/2/widget.css .twtr-widget{ |
− | align: right; | + | align:right; |
− | margin: auto; | + | margin:auto; |
− | font-family: fedra | + | font-family:fedra; |
− | font-size: 100% | + | font-size:100% |
} | } | ||
.twtr-timestamp,.twtr-reply,.twtr-rt,.twtr-fav{ | .twtr-timestamp,.twtr-reply,.twtr-rt,.twtr-fav{ | ||
− | font-size: 110%; | + | font-size:110%; |
− | font-family: fedra-italic | + | font-family:fedra-italic |
} | } | ||
.twtr-ft{ | .twtr-ft{ | ||
− | display: none !important | + | display:none !important |
} | } | ||
− | .twtr-tweet: last-child{ | + | .twtr-tweet:last-child{ |
− | border-bottom-width: 1px !important; | + | border-bottom-width:1px !important; |
− | border-bottom-style: solid !important; | + | border-bottom-style:solid !important; |
− | border-bottom-color: #f0f0f0 !important | + | border-bottom-color:#f0f0f0 !important |
} | } | ||
.catlinks{ | .catlinks{ | ||
− | background-color: #f4f4f4; | + | background-color:#f4f4f4; |
− | border: 0; | + | border:0; |
− | padding-top: .5em; | + | padding-top:.5em; |
− | padding-bottom: .5em; | + | padding-bottom:.5em; |
− | padding-left: .8em; | + | padding-left:.8em; |
− | padding-right: .8em; | + | padding-right:.8em; |
− | -moz-border-radius: .3em; | + | -moz-border-radius:.3em; |
− | border-radius: .3em | + | border-radius:.3em |
} | } | ||
#privacy,#disclaimer{ | #privacy,#disclaimer{ | ||
− | display: none !important | + | display:none !important |
} | } | ||
div#footer{ | div#footer{ | ||
− | padding-left: | + | padding-left:2.2em; |
− | margin-top: 2em; | + | margin-top:2em; |
− | bottom: 0 | + | bottom:0 |
} | } | ||
div#footer a{ | div#footer a{ | ||
− | color: #666 | + | color:#666 |
} | } | ||
div#footer li{ | div#footer li{ | ||
− | list-style-type: none; | + | list-style-type:none; |
− | margin: 0 0.5em | + | margin:0 0.5em |
} | } | ||
div#footer ul li{ | div#footer ul li{ | ||
− | padding-top: 0; | + | padding-top:0; |
− | padding-bottom: 0; | + | padding-bottom:0; |
− | color: #666; | + | color:#666; |
− | font-size: .75em; | + | font-size:.75em; |
− | line-height: 1.5em | + | line-height:1.5em |
} | } | ||
div#footer #footer-info li,div#footer #footer-icons li,div#footer #footer-places li{ | div#footer #footer-info li,div#footer #footer-icons li,div#footer #footer-places li{ | ||
− | line-height: 1.5em | + | line-height:1.5em |
} | } | ||
#footer-poweredbyico,#f-copyrightico,li#footer-places-disclaimer,li#footer-places-privacy{ | #footer-poweredbyico,#f-copyrightico,li#footer-places-disclaimer,li#footer-places-privacy{ | ||
− | display: none !important | + | display:none !important |
} | } | ||
input#QuickLinkInput{ | input#QuickLinkInput{ | ||
− | font-family: fedra, | + | font-family:fedra,fallback-fonts; |
− | font-size: .8em; | + | font-size:.8em; |
− | border: 1px solid #aaa; | + | border:1px solid #aaa; |
− | -moz-border-radius: .3em; | + | -moz-border-radius:.3em; |
− | border-radius: .3em; | + | border-radius:.3em; |
− | width: 15em; | + | width:15em; |
− | height: 1.6em | + | height:1.6em |
} | } | ||
#QuickLinkResults{ | #QuickLinkResults{ | ||
− | padding: 0.5em 0.5em 0.5em 0.5em | + | padding:0.5em 0.5em 0.5em 0.5em |
} | } | ||
#QuickLinkResults a.selected{ | #QuickLinkResults a.selected{ | ||
− | background-color: darkgreen | + | background-color:darkgreen |
} | } | ||
.CategoryTreeLabelPage,.CategoryTreeNotice,.CategoryTreeParents{ | .CategoryTreeLabelPage,.CategoryTreeNotice,.CategoryTreeParents{ | ||
− | font-style: normal | + | font-style:normal |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
@media print{ | @media print{ | ||
body,#globalWrapper,#column-content,#content,#bodyContent,@media print{ | body,#globalWrapper,#column-content,#content,#bodyContent,@media print{ | ||
− | font: fedra | + | font:fedra |
} | } | ||
@font-face{ | @font-face{ | ||
− | font-family: "fedra"; | + | font-family:"fedra"; |
− | src: url(/FedraSans-Light.ttf); | + | src:url(/web/20130102183836im_/http://monoskop.org/FedraSans-Light.ttf); |
− | font-style: normal | + | font-style:normal |
} | } | ||
@font-face{ | @font-face{ | ||
− | font-family: "fedra"; | + | font-family:"fedra"; |
− | src: url(/FedraSans-Medium.ttf); | + | src:url(/web/20130102183836im_/http://monoskop.org/FedraSans-Medium.ttf); |
− | font-weight: 700 | + | font-weight:700 |
} | } | ||
@font-face{ | @font-face{ | ||
− | font-family: "fedra"; | + | font-family:"fedra"; |
− | src: url(/FedraSans-LightItalic.ttf); | + | src:url(/web/20130102183836im_/http://monoskop.org/FedraSans-LightItalic.ttf); |
− | font-style: italic | + | font-style:italic |
} | } | ||
} | } |
Version du 14 mai 2020 à 19:58
/* Le CSS placé ici sera appliqué à tous les habillages. */ body{ width:85%; text-align:center; margin-top:1em; margin:auto; position:relative } div{ text-align:left } body #ca-delete{ display:none !important } .infobox{ border:1px solid #aaa; background-color:#f9f9f9; color:black; margin:0.5em 0 0.5em 1em; padding:0.2em; float:right; clear:right; text-align:left; font-size:88%; line-height:1.5em } .infobox caption{ font-size:125%; font-weight:700 } .infobox td,.infobox th{ vertical-align:top } .infobox.bordered{ border-collapse:collapse } .infobox.bordered td,.infobox.bordered th{ border:1px solid #aaa } .infobox.bordered .borderless td,.infobox.bordered .borderless th{ border:0 } .infobox.sisterproject{ width:20em; font-size:90% } .infobox.standard-talk{ border:1px solid #c0c090; background-color:#f8eaba } .infobox.standard-talk.bordered td,.infobox.standard-talk.bordered th{ border:1px solid #c0c090 } .infobox.bordered .mergedtoprow td,.infobox.bordered .mergedtoprow th{ border:0; border-top:1px solid #aaa; border-right:1px solid #aaa } .infobox.bordered .mergedrow td,.infobox.bordered .mergedrow th{ border:0; border-right:1px solid #aaa } .infobox.geography{ text-align:left; border-collapse:collapse; line-height:1.2em; font-size:90% } .infobox.geography td,.infobox.geography th{ border-top:1px solid #aaa; padding:0.4em 0.6em 0.4em 0.6em } .infobox.geography .mergedtoprow td,.infobox.geography .mergedtoprow th{ border-top:1px solid #aaa; padding:0.4em 0.6em 0.2em 0.6em } .infobox.geography .mergedrow td,.infobox.geography .mergedrow th{ border:0; padding:0 0.6em 0.2em 0.6em } .infobox.geography .mergedbottomrow td,.infobox.geography .mergedbottomrow th{ border-top:0; border-bottom:1px solid #aaa; padding:0 0.6em 0.4em 0.6em } .infobox.geography .maptable td,.infobox.geography .maptable th{ border:0; padding:0 } div.texdisplay{ margin:3px; padding:3px; background-color:transparent; text-align:center } div.texdisplay span.dispno{ float:right } body{ background-color:white; width:82% } body,div#content,#mw-page-base,#mw-head-base,div#footer,div.vectorTabs,div.vectorTabs ul li,div.vectorTabs li.selected,div.vectorTabs span,div.vectorMenu,div.vectorMenuFocus,div#mw-head div.vectorMenu h5,div.vectorMenu h5 a,div#simpleSearch{ background:none; background-image:none; background-color:white } body,#content,.portlet{ font-family:fedra,fallback-fonts } body b,#content b,.portlet b,b,strong,big,dt,th,td b{ font-family:fedra-bold } body i,#content i,.portlet i,i,em{ font-family:fedra-italic } body b i,#content b i,.portlet b i,b i,b em{ font-family:fedra-bold-italic } h1,h2,h3,h4,h5,h6{ font-family:neohellenic-bold,fallback-fonts } h1 i,h2 i,h3 i,h4 i,h5 i,h6 i{ font-family:neohellenic-italic,fallback-fonts } h1,h2,h3,h4,h5,h6{ margin:0; border-bottom:1px dotted #BBB; font-size:100% } h1{ font-size:200%; border:none } h2{ font-size:160%; padding-top:1.5em } h3{ font-size:142% } h3 .mw-headline i{ font-size:80%; font-family:neohellenic-italic } h4{ font-size:128% } h5{ font-size:114% } h6{ font-size:100% } dl{ margin-top:.5em } a:link,a:visited{ text-decoration:none } div#content a.external:visited{ color:#36b } a:hover{ text-decoration:underline } a:active{ text-decoration:none } div#content a.external,div#content a[href ^="gopher://"]{ background:none; padding-right:0 } @font-face{ font-family:'fedra'; src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-light.ttf) format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-light.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-light.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-light.svg') format('svg'); font-weight:400; font-style:normal } @font-face{ font-family:'fedra-bold'; src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-bold.ttf) format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-bold.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-bold.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-bold.svg') format('svg'); font-weight:700; font-style:normal } @font-face{ font-family:'fedra-italic'; src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-lightitalic.ttf) format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-lightitalic.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-lightitalic.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-lightitalic.svg') format('svg'); font-weight:400; font-style:italic } @font-face{ font-family:'fedra-bold-italic'; src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-bolditalic.ttf) format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-bolditalic.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-boldtitalic.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/fedrasans-boldtitalic.svg') format('svg'); font-weight:700; font-style:italic } @font-face{ font-family:'neohellenic'; src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenic.otf) format('opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenic.ttf') format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenic.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenic.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenic.svg') format('svg'); font-weight:400; font-style:normal } @font-face{ font-family:'neohellenic-bold'; src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicbold.otf) format('opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicbold.ttf') format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicbold.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicbold.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicbold.svg') format('svg'); font-weight:700; font-style:normal } @font-face{ font-family:'neohellenic-italic'; src:url(/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicit.otf) format('opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicit.ttf') format('truetype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicit.eot#iefix') format('embedded-opentype'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicit.woff') format('woff'),url('/web/20130102183836im_/http://monoskop.org/skins/monobook/gfsneohellenicit.svg') format('svg'); font-weight:400; font-style:italic } div#mw-panel{ top:70px; width:10em; clear:both } div#mw-panel div.portal div.body{ background-image:none; padding:0; margin:0 } div#mw-panel div.portal h5,div#mw-panel div.portal div.body ul li{ font-size:.9em; margin-left:0; padding-left:0; padding-right:.3em } div#mw-panel div.portal div.body ul li{ line-height:normal } #p-logo{ position:relative; height:140px; top:-50px } #p-logo,#p-logo a,#p-logo a:hover{ height:140px; width:10em } #p-navigation,#p-tb{ font-size:.9em } li#n-Cities,li#n-Media-and-themes,li#n-Theories-and-definitions,li#n-Categories,li#n-Central-and-Eastern-Europe{ // font-family:neohellenic; // font-size:1.4em !important } li#n-recentchanges{ margin-top:2em !important } div#mw-panel div.portal div.body ul li a,div#mw-panel div.portal div.body ul li a:visited,div#p-personal a,div#right-navigation a,div#left-navigation a{ color:black !important } div#p-tb{ margin-top:-1.4em !important; margin-bottom:2em !important } div#content{ margin-left:10em; border-left:2px solid #ccc; margin-top:1.8em; padding-left:1em; padding-top:.3em; padding-bottom:.3em; padding-right:0; font-size:1.1em } div#content a{ color:darkgreen } div#content a.new{ color:#ba0000 } #p-search{ position:absolute; top:1.4em; left:11.7em; width:auto; padding:0; text-align:left } #searchInput,#searchGoButton,input.searchButton{ margin:0; font-size:.9em; background-color:white; font-family:fedra } #searchInput,div#simpleSearch{ width:30em; height:2.5em; padding:.2em; border:1px solid #aaa; -moz-border-radius:.3em; border-radius:.3em } #searchGoButton{ width:2em; height:2.5em; align:center; font-weight:400; border:0 } #p-search #mw-searchButton{ display:none !important } .os-suggest{ border:1px solid #aaa; -moz-border-radius:.3em; border-radius:.3em; border-top:0; padding-top:2px; z-index:110 } .os-suggest-result{ background-color:white; z-index:110 } .os-suggest-result,.os-suggest-result-hl,.os-suggest-result-hl-webkit{ font-family:fedra; z-index:110 } #p-personal{ position:absolute; right:.4em; top:2.6em } #p-personal ul{ padding:0; text-transform:none; text-align:left } #p-personal li{ font-size:.8em; margin-left:1.5em } li#pt-mytalk,li#pt-watchlist,li#pt-mycontris,li#pt-anontalk,li#pt-anonuserpage{ display:none !important } h1#firstHeading{ padding-top:0; border-bottom:1px solid #ccc; z-index:105 } #left-navigation{ position:static; float:right; margin-left:.5em; margin-right:0; margin-top:6.8em; padding-right:0 } #right-navigation{ position:static; float:right; margin-top:6.8em; margin-right:0; padding-right:0 } #p-namespaces li.selected,#p-views li.selected,#p-personal li.selected{ font-family:fedra-bold } #p-cactions.vectorMenu,#p-variants.vectorMenu,li#ca-delete,li#ca-protect,li#ca-purge,#p-navigation h5,#p-search h5,#p-tb h5,#p-tb #t-pdf,#p-tb #t-specialpages,#p-tb #t-recentchangeslinked,#p-tb #t-smwbrowselink{ display:none !important } div.topicon{ position:absolute; top:-5em; margin-right:-17px; display:block !important; z-index:111 } div.flaggedrevs_short{ position:absolute; top:-3em; right:80px; z-index:1; margin-left:0; margin-right:-10px } #content ul{ list-style:none; padding:0; margin:.3em 0 0 .3em } #content li{ padding-left:1em; margin-bottom:.3em; text-indent:-0.9em } #content li:before{ content:"•"; color:#666; padding-right:.2em } #content .gallery li{ padding-left:0; text-indent:0 } #content .dpl li:before, #content .catlinks li:before, #content .mw-search-formheader li:before, #content .mw-search-results li:before, #content .gallery li:before, #content .references li:before{ content:none; padding-right:0 } #content .catlinks a:first_child{ display:none !important } #content .catlinks li{ padding-left:1.7em } sup{ font-size:.7em; bottom:1ex; line-height:1em; padding-left:0; margin-left:0 } .references-small{ font-size:.8em } #mw-search-top-table #powerSearchText,#mw-search-top-table #searchText,#mw-search-top-table input:nth-of-type(5),#mw-searchoptions,.mw-search-formheader li:nth-of-type(3),.mw-search-formheader li:nth-of-type(5){ display:none !important } #userlogin,#userloginForm{ border:0; padding:0; margin:0; float:left; width:100% } #userlogin{ min-width:20em; max-width:100% } .page-Special_UserLogin h1.firstHeading,.page-Special_UserLogin li#ca-nstab-special,.page-Special_UserLogin #contentSub,#loginstart{ display:none !important } div#userloginForm form h2,div#userlogin form#userlogin2 h2{ padding-top:0; margin-top:0; border-bottom:1px solid #ccc; margin-bottom:.1em; line-height:1.2em; padding-bottom:0; font-family:neohellenic-bold; font-weight:700; font-size:200% } div#userloginForm form,div#userlogin form#userlogin2,div#userloginForm table,div#userlogin form#userlogin2 table{ background-color:white; border:0; padding:0 } div#userlogin .captcha,div#userloginForm .captcha{ margin-bottom:1em; padding:1em; width:70%; border:1px solid #ccc } .toccolours{ background-color:white; border:0; padding:0 } .toccolours th{ border-bottom:1px solid #ccc } .toccolours .tocpadding{ padding-left:1em; padding-right:1em } #toc,.toc,.mw-warning{ background-color:#f4f4f4; padding:5px; border:0; -moz-border-radius:.3em; border-radius:.3em } #column-content #toc ul,#toc ul,.toc ul{ list-style:none } #column-content #toc li,#toc li,.toc li{ padding-left:0; margin-bottom:.3em; text-indent:0 } #column-content #toc li:before,#toc li:before,.toc li:before{ content:none; padding-right:0 } #toc li .toclevel-2{ float:left; margin-right:.5em } #toc li:last-child{ float:none } .tocnumber,#toc li .toclevel-3,#toc li .toclevel-4,#toc li .toclevel-5,#toc li .toclevel-6{ display:none !important } h2 .editsection,h3 .editsection,h4 .editsection{ font-family:fedra; font-weight:400; color:transparent; font-size:.7em } h2 .editsection a,h3 .editsection a,h4 .editsection a{ font-weight:400; font-size:.7em } .infobox{ background-color:white; border-color:#ddd } // https://twitter-widgets.s3.amazonaws.com/j/2/widget.css .twtr-widget{ align:right; margin:auto; font-family:fedra; font-size:100% } .twtr-timestamp,.twtr-reply,.twtr-rt,.twtr-fav{ font-size:110%; font-family:fedra-italic } .twtr-ft{ display:none !important } .twtr-tweet:last-child{ border-bottom-width:1px !important; border-bottom-style:solid !important; border-bottom-color:#f0f0f0 !important } .catlinks{ background-color:#f4f4f4; border:0; padding-top:.5em; padding-bottom:.5em; padding-left:.8em; padding-right:.8em; -moz-border-radius:.3em; border-radius:.3em } #privacy,#disclaimer{ display:none !important } div#footer{ padding-left:2.2em; margin-top:2em; bottom:0 } div#footer a{ color:#666 } div#footer li{ list-style-type:none; margin:0 0.5em } div#footer ul li{ padding-top:0; padding-bottom:0; color:#666; font-size:.75em; line-height:1.5em } div#footer #footer-info li,div#footer #footer-icons li,div#footer #footer-places li{ line-height:1.5em } #footer-poweredbyico,#f-copyrightico,li#footer-places-disclaimer,li#footer-places-privacy{ display:none !important } input#QuickLinkInput{ font-family:fedra,fallback-fonts; font-size:.8em; border:1px solid #aaa; -moz-border-radius:.3em; border-radius:.3em; width:15em; height:1.6em } #QuickLinkResults{ padding:0.5em 0.5em 0.5em 0.5em } #QuickLinkResults a.selected{ background-color:darkgreen } .CategoryTreeLabelPage,.CategoryTreeNotice,.CategoryTreeParents{ font-style:normal } @media print{ body,#globalWrapper,#column-content,#content,#bodyContent,@media print{ font:fedra } @font-face{ font-family:"fedra"; src:url(/web/20130102183836im_/http://monoskop.org/FedraSans-Light.ttf); font-style:normal } @font-face{ font-family:"fedra"; src:url(/web/20130102183836im_/http://monoskop.org/FedraSans-Medium.ttf); font-weight:700 } @font-face{ font-family:"fedra"; src:url(/web/20130102183836im_/http://monoskop.org/FedraSans-LightItalic.ttf); font-style:italic } }