Difference between revisions of "Common.css"
From Tenipuri Info
m |
|||
Line 21: | Line 21: | ||
vertical-align: top; | 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: 2.9em !important; | |||
font-weight: 500; | |||
font-family: arial;} | |||
h1,h3,h5{ | |||
padding-left:20px;} | |||
h2{ | |||
margin-bottom:10px; | |||
font-weight:bold; | |||
color:#333;} | |||
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;} | |||
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 { | |||
font-size:inherit; | |||
} | |||
table.wikitable.infob ul{ | |||
margin-left:15px; | |||
margin-top:0px; | |||
} | |||
table.wikitable.infob 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; | |||
} | |||
ul { | |||
list-style-type:square;} | |||
/*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%;} |
Revision as of 10:22, 10 September 2019
/* CSS placed here will be applied to all skins */
.infobox {
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.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: 2.9em !important;
font-weight: 500;
font-family: arial;}
h1,h3,h5{
padding-left:20px;}
h2{
margin-bottom:10px;
font-weight:bold;
color:#333;}
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;}
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 {
font-size:inherit;
}
table.wikitable.infob ul{
margin-left:15px;
margin-top:0px;
}
table.wikitable.infob 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;
}
ul {
list-style-type:square;}
/*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%;}