Difference between revisions of "Common.css"
From Tenipuri Info
m |
m |
||
Line 1: | Line 1: | ||
@import url("https://fonts.googleapis.com/css?family= | @import url("https://fonts.googleapis.com/css?family=Gothic+A1:500,700|Arimo|&display=swap"); | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
Line 9: | Line 9: | ||
.top-bar-section ul li > a{ | .top-bar-section ul li > a{ | ||
font-size:0.9em; | font-size:0.9em; | ||
font-family: ' | font-family: 'Gothic A1', Helvetica, sans-serif; | ||
font-weight: | font-weight:500;} | ||
div#content h1, div#content h2, h3, h4, h5, h6{ | div#content h1, div#content h2, h3, h4, h5, h6{ | ||
font-family:" | font-family:"Gothic A1", Arial, sans-serif;} | ||
Revision as of 18:06, 16 September 2019
@import url("https://fonts.googleapis.com/css?family=Gothic+A1:500,700|Arimo|&display=swap");
/* CSS placed here will be applied to all skins */
/* fonts */
body {
font-family: "Arimo", sans-serif;}
.top-bar-section ul li > a{
font-size:0.9em;
font-family: 'Gothic A1', Helvetica, sans-serif;
font-weight:500;}
div#content h1, div#content h2, h3, h4, h5, h6{
font-family:"Gothic A1", Arial, sans-serif;}
/* info box */
.infobox, .infob {
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 350px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox td {
vertical-align: top;
}
/*Table of Contents box*/
div.toctitle {
padding:15px 15px 15px 15px;
}
div.toctitle h2{
padding-bottom:-15px;
font-weight:normal;
color:#222;
display: inline;
font-size: 1.75em;
}
div.toc>ul>li {
padding-right:10px;
}
div.toc>ul>li:last-of-type{
margin-bottom:15px;
}
div.toc>ul>li:first-of-type{
margin-top:-10px;
}
#toc, .toc{
padding:5px;}
/*Headers*/
h1#firstHeading, .title{
font-size: 3em !important;
font-weight: 500;}
h1,h3,h5{
padding-left:20px;}
h2{
margin-bottom:10px;
font-weight:bold;
color:#222;}
h3{
color: #111;
margin-bottom: 14px;
font-size: 1.7em;
font-weight: 500;}
h4{
font-weight: bold;
font-size: 1.3em;
color: #444;}
.mw-content-ltr h4,.mw-content-ltr h2{
margin-bottom:13px;
}
/*Infobox*/
table.wikitable.infob {
font-size:0.9em; !important}
table.infob a, table.infob a:active, table.infob a:visited, table.infob a:hover{
font-size:inherit;
}
table.wikitable.infob ul, table.wikitable ul li, table.wikitable td ul li{
font-size:0.9em;
}
/*table.wikitable td{
font-size:0.9em !important;}*/
table.wikitable ul{
margin-left:15px;
margin-top:0px;
}
table.wikitable ul{
list-style-type:square;
padding-left:0px;
}
table.pkill tr>td>p,table.pkill tr>th>p{
display:none;
}
table.wikitable th{font-weight:bold;}
/*trivia formatting*/
div.trivia{
margin:0;padding:0;display:inherit;
}
/*
div.trivia ul{
padding-left:9px;
margin:15px 0 0 0;}*/
div.trivia li{
margin-bottom:13px;
line-height:1.3;
}
/*Miscellaneous Styling*/
sup{
font-style:italic;
padding:1px;}
sup a{
font-style:normal;
padding:0;}
h1 sup, h2 sup, h3 sup, h4 sup{
font-size:50%;}
/*end of article stuff*/
div.mw-references-wrap{
margin:20px auto 20px auto;}
#catlinks, div#mw-data-after-content {
padding: 0.3em 2em 0.3em 2em;
border-bottom: #f8f9fa solid 8px;
border-top: #f8f9fa solid 8px;
margin: 5px 0 0px 0;
display: inline-block;
border-left:none;
border-right:none;
}
#catlinks.catlinks-allhidden{
display:none;}
div.group {
display: contents;
}
/*Actions button*/
span.show-for-medium-up {
font-family: 'helvetica neue';
}
a#actions-button {
float: right;
z-index: 499;
font-family: arial;
color: #666;
border-radius: 10px;
}