MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
} | } | ||
.wikitable-parameters | .wikitable-parameters | ||
{ | |||
border: none; | |||
border-collapse: collapse; | |||
} | |||
.wikitable-parameters td | .wikitable-parameters td | ||
{ | { | ||
border: solid 1px black; | |||
} | } | ||
Line 72: | Line 77: | ||
.wikitable-parameters > * > tr > th | .wikitable-parameters > * > tr > th | ||
{ | { | ||
background-color: #abc8d6 !important; | |||
} | } | ||
Revision as of 13:37, 20 April 2021
/* 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-parameters
{
border: none;
border-collapse: collapse;
}
.wikitable-parameters td
{
border: solid 1px black;
}
.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-parameters > * > tr > th
{
background-color: #abc8d6 !important;
}
.wikitable-parameters td
{
}
.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;
}