Actions

MediaWiki

Difference between revisions of "Common.css"

From Tenipuri Info

m
m
Line 4: Line 4:


body {
body {
font-family: 'Arimo', 'Helvetica', sans-serif;}
font-family: '"Arimo", sans-serif;}


h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
font-family:'Yantramanav', Arial, sans-serif;}
font-family:"Yantramanav", Arial, sans-serif;}


.wikitable{
.wikitable{

Revision as of 17:06, 16 September 2019

/*fonts */

@import url("https://fonts.googleapis.com/css?family=Arimo|Yantramanav:400,500&display=swap")

body {
font-family: '"Arimo", sans-serif;}

h1, h2, h3, h4, h5, h6 {
font-family:"Yantramanav", Arial, sans-serif;}

.wikitable{
font-family: 'helvetica neue', 'helvetica', 'arial', sans-serif;}

/* CSS placed here will be applied to all skins */
.infobox {
    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;
}


		/*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;
}