MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 30: Line 30:
}
}


.wikitable-parameters
.wikitable-parameters,
.wikitable-returns
{
{
border: none !important;
border: none !important;
Line 36: Line 37:
}
}


.wikitable-parameters td
.wikitable-parameters td,
.wikitable-returns td
{
{
border: none !important;
border: none !important;
Line 44: Line 46:
.wikitable-parameters td:nth-child(1),
.wikitable-parameters td:nth-child(1),
.wikitable-parameters td:nth-child(2),
.wikitable-parameters td:nth-child(2),
.wikitable-parameters td:nth-child(3)
.wikitable-parameters td:nth-child(3),
.wikitable-returns td:nth-child(1),
.wikitable-returns td:nth-child(2),
.wikitable-returns td:nth-child(3)
{
{
font-family: 'Source Code Pro', monospace;
font-family: 'Source Code Pro', monospace;
}
}


.wikitable-parameters tr:not(:last-child) td
.wikitable-parameters tr:not(:last-child) td,
.wikitable-returns tr:not(:last-child) td
{
{
border-bottom: solid 1px #cccccc !important;
border-bottom: solid 1px #cccccc !important;
}
.wikitable-returns th,
.wikitable-returns td
{
background-color: #c3f7cd !important;
}
}


Line 88: Line 88:
     width: 321px;
     width: 321px;
     height: 423px;
     height: 423px;
}
.wikitable-returns > * > tr > th
{
background-color: #a5d1ae !important;
}
.wikitable-returns td
{
background-color: #c3f7cd;
}
}


6,833

edits

Navigation menu