Actions

MediaWiki

Common.css

From Tenipuri Info

Revision as of 16:54, 13 October 2019 by Dust (talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url("https://fonts.googleapis.com/css?family=Heebo:500&display=swap");

/* CSS placed here will be applied to all skins */
/* fonts */

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

.top-bar-section ul li > a{
font-size:0.9em;
font-family:  Helvetica, sans-serif;
font-weight:700;}

div#content h1, div#content h2, h3, h4, h5, h6 {
font-family:Helvetica, sans-serif; font-weight:500;}

.namespace.label:hover , a.label:hover{
opacity:0.8;}

h1, h2, h3{
letter-spacing:-0.4px;}

div.title-name {
font-family:helvetica,sans-serif;
font-weight:bold;}

/* 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, .mw-parser-output div.toctitle h2, .toctitle h2 {
padding-bottom:-15px;
font-weight:normal;
color:#888 !important;
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:#333}

h3{
color: #333;
    margin-bottom: 14px;
    font-size: 1.7em;
    font-weight: 500;}

h4{
font-weight: bold;
font-size: 1.3em;
color: #555;}

.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%;}

.mw-editsection,.toctogglespan,.mw-editsection-bracket{
font-family:arimo,arial,sans-serif;color:#555;}

.toctogglelabel, .mw-editsection a{
font-size:80%;
color:#008CBA;
font-weight:bold;
padding:1px;}


/*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:none;
    border-bottom: #f8f9fa solid 8px;
    border-top: #f8f9fa solid 8px;
    margin: 5px 0 0px 0;
    display: inline-block;
}

#catlinks.catlinks-allhidden{
display:none;}

div.group {
    display: contents;
}
    
/*Actions button*/
    span.show-for-medium-up {
    font-family: 'heebo';
}

a#actions-button {
    float: right;
    z-index: 499;
    font-family: heebo;
    color: #666;
    border-radius: 10px;
}

/* NAV BAR */

@media only screen and (max-width: 40.0625em){
#catlinks, div#mw-data-after-content {
display:block;}

}