MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 43: | Line 43: | ||
} | } | ||
.wikitable-parameters td:nth-child( | .wikitable-parameters td:nth-child(1), | ||
.wikitable-parameters td:nth-child( | .wikitable-parameters td:nth-child(2), | ||
.wikitable-parameters td:nth-child(3) | |||
{ | { | ||
font-family: 'Source Code Pro', monospace; | font-family: 'Source Code Pro', monospace; |
Revision as of 14:01, 20 April 2021
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');
.mw-headline {
font-family: Sans-Serif;
}
#firstHeading {
font-family: Sans-Serif;
}
@media only screen and (min-width: 850px) {
.mainPageLinksBox
{
min-height: 634px;
float: left;
width: 31%;
}
.mainPageLinksBox:not(:last-child)
{
margin-right: 5px;
}
}
.imageLink_TypeInheritance
{
background-image: url('');
width: 321px;
height: 423px;
}
.wikitable-parameters
{
border: none !important;
background-color: #fff;
}
.wikitable-parameters td
{
border: none !important;
line-height: 45px;
}
.wikitable-parameters td:nth-child(1),
.wikitable-parameters td:nth-child(2),
.wikitable-parameters td:nth-child(3)
{
font-family: 'Source Code Pro', monospace;
}
.wikitable-parameters tr:not(:last-child) td
{
border-bottom: solid 1px #cccccc !important;
}
.wikitable-returns th,
.wikitable-returns td
{
background-color: #c3f7cd !important;
}
/* CSS placed here will be applied to all skins */
.mw-headline {
font-family: Sans-Serif;
}
#firstHeading {
font-family: Sans-Serif;
}
@media only screen and (min-width: 850px) {
.mainPageLinksBox
{
min-height: 634px;
float: left;
width: 31%;
}
.mainPageLinksBox:not(:last-child)
{
margin-right: 5px;
}
}
.imageLink_TypeInheritance
{
background-image: url('');
width: 321px;
height: 423px;
}
.wikitable-returns > * > tr > th
{
background-color: #a5d1ae !important;
}
.wikitable-returns td
{
background-color: #c3f7cd;
}
.wikitable-callback > * > tr > th
{
background-color: #d1c6a5 !important;
}
.wikitable-callback td
{
background-color: #f5e7bc;
}