|
|
(81 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* CSS placed here will be applied to all skins */ |
| @import url(/x/css/tango.info.css); | | @font-face { |
| | | font-family: 'Noto Sans'; |
| @media screen{
| | src: url('https://ablx.de/x/woff2/NotoSans-Regular.woff2') format('woff2'); |
| | | font-display:block; |
| body {
| |
| width:1002px;
| |
| margin:auto;
| |
| background-color:#fcfcfc;
| |
| }
| |
| a,
| |
| a:visited,
| |
| div#mw-panel div.portal div.body ul li a:visited,
| |
| .mw-body a.external:visited, | |
| .mw-body a.external,
| |
| div.vectorTabs li a{
| |
| color:#06c;
| |
| }
| |
| ul{
| |
| list-style-image:none;
| |
| list-style-type:inherit;
| |
| line-height: inherit;
| |
| }
| |
| h1, h2, h3, h4, h5, h6{
| |
| font-weight:bold;
| |
| border-bottom:none;
| |
| }
| |
| | |
| div#mw-head{
| |
| width:1002px;
| |
| margin:auto;
| |
| left:0;
| |
| top:30px;
| |
| }
| |
| div#mw-head-base{
| |
| margin-left:0;
| |
| height:3em;
| |
| }
| |
| div#mw-page-base{
| |
| height:4.4em;
| |
| }
| |
| div#left-navigation{
| |
| left:0;
| |
| top:0;
| |
| }
| |
| div#right-navigation{
| |
| float:right;
| |
| margin-right:320px;
| |
| margin-top:0;
| |
| }
| |
| div#footer{
| |
| margin-left:0;
| |
| }
| |
| div#p-logo{
| |
| display:none;
| |
| }
| |
| div#mw-panel{
| |
| top:62px;
| |
| width:300px;
| |
| order:1px solid #333333;
| |
| margin-left:702px;
| |
| left:inherit;
| |
|
| |
| }
| |
| div#mw-panel div.portal {
| |
| padding-bottom: 0;
| |
| }
| |
| div#mw-panel div.portal h5{
| |
| padding-left:0;
| |
| }
| |
| | |
| div#mw-panel div.portal div.body {
| |
| margin: 0;
| |
| padding: 0;
| |
| margin-left: 0;
| |
| background-image:none;
| |
| }
| |
| | |
| div#content{
| |
| margin-left:0;
| |
| margin-right:310px;
| |
| padding:10px 0px;
| |
| }
| |
| div#footer{
| |
| padding:0px;
| |
| }
| |
| | |
| div#content,
| |
| div#footer,
| |
| body{
| |
| background-image:none;
| |
| }
| |
| div#content,
| |
| #toc,
| |
| .toc,
| |
| div#mw-page-base,
| |
| div#mw-head-base {
| |
| background-color:#fcfcfc;
| |
| }
| |
| | |
| div.vectorTabs ul{
| |
| height:inherit;
| |
| }
| |
| | |
| div.vectorTabs ul li{
| |
| line-height:inherit;
| |
| background-image:none;
| |
| background-color:inherit;
| |
| }
| |
| div.vectorTabs li.selected{
| |
| background-image:none;
| |
| }
| |
| div#footer #footer-info li {
| |
| float: left;
| |
| margin-right: 1em;
| |
| }
| |
| #pt-userpage, #pt-anonuserpage, #pt-login{
| |
| background:none;
| |
| }
| |
| | |
| table.wikitable{
| |
| margin:0;
| |
| }
| |
| | |
| div#bodyContent{
| |
| line-height:normal;
| |
| }
| |
| | |
| } | | } |
| /*
| |
| div#p-personal{
| |
| position:relative;
| |
| }
| |
| div#left-navigation{
| |
| position:relative;
| |
| left:0;
| |
| float:left;
| |
| }*/
| |
|
| |
|
| .mediawiki .ti_sitename{
| | html,input,textarea{ |
| font-size:100%;
| | font-family: "Noto Sans",sans-serif; |
| } | | } |
| .mediawiki .ti_logo{ | | /*no Serif for tango.info*/ |
| font-size:100%;
| | .mw-body h1, .mw-body-content h1, .mw-body-content h2 { |
| }
| | font-family: "Noto Sans",sans-serif; |
| .mediawiki .ti_logo_and_sitename{ | |
| margin-left:2px;
| |
| font-size:160%;
| |
| }
| |
| body{ | |
| 1002px;
| |
| }
| |
| | |
| #left-navigation {display:none}
| |
| | |
| ul#footer-icons {display:none}
| |
| | |
| div#mw-head{
| |
| top:30px;
| |
| width:auto;right:auto;left:auto;
| |
| } | | } |
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'Noto Sans';
src: url('https://ablx.de/x/woff2/NotoSans-Regular.woff2') format('woff2');
font-display:block;
}
html,input,textarea{
font-family: "Noto Sans",sans-serif;
}
/*no Serif for tango.info*/
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: "Noto Sans",sans-serif;
}