MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 13: Line 13:
     .mainPageLinksBox
     .mainPageLinksBox
     {
     {
         min-height: 634px;
         min-height: 648px;
         float: left;
         float: left;
         width: 31%;
         width: 31%;
Line 31: Line 31:


.wikitable-parameters,
.wikitable-parameters,
.wikitable-returns
.wikitable-returns,
.wikitable-callback
{
{
border: none !important;
border: none !important;
Line 38: Line 39:


.wikitable-parameters td,
.wikitable-parameters td,
.wikitable-returns td
.wikitable-returns td,
.wikitable-callback td
{
{
border: none !important;
border: none !important;
line-height: 45px;
padding: 5px !important;
}
}


Line 48: Line 50:
.wikitable-parameters td:nth-child(3),
.wikitable-parameters td:nth-child(3),
.wikitable-returns td:nth-child(1),
.wikitable-returns td:nth-child(1),
.wikitable-returns td:nth-child(2),
.wikitable-callback td:nth-child(1),
.wikitable-returns td:nth-child(3)
.wikitable-callback td:nth-child(2),
.wikitable-callback td:nth-child(3)
{
{
line-height: 23px;
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
.wikitable-callback tr:not(:last-child) td
{
{
border-bottom: solid 1px #cccccc !important;
border-bottom: solid 1px #cccccc !important;
}
.wikitable-parameters tr:hover td,
.wikitable-callback tr:hover td
{
background-color: #E5FDFE;
}
}


Line 73: Line 83:
     .mainPageLinksBox
     .mainPageLinksBox
     {
     {
         min-height: 634px;
         min-height: 648px;
         float: left;
         float: left;
         width: 31%;
         width: 31%;
Line 88: Line 98:
     width: 321px;
     width: 321px;
     height: 423px;
     height: 423px;
}
.wikitable-callback > * > tr > th
{
background-color: #d1c6a5 !important;
}
.wikitable-callback td
{
background-color: #f5e7bc;
}
}
6,833

edits