MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap');
.mw-headline {
font-family: Sans-Serif;
}
#firstHeading {
#firstHeading {
font-family: Sans-Serif;
font-family: Sans-Serif;
Line 13: Line 6:
     .mainPageLinksBox
     .mainPageLinksBox
     {
     {
         min-height: 634px;
         min-height: 200px;
         float: left;
         float: left;
         width: 31%;
         width: 24%;
     }
     }
     .mainPageLinksBox:not(:last-child)
     .mainPageLinksBox:not(:last-child)
Line 23: Line 16:
}
}


.imageLink_TypeInheritance
.wikitable-parameters,
.wikitable-returns,
.wikitable-callback
{
{
    background-image: url('');
border: none !important;
    width: 321px;
background-color: #fff;
    height: 423px;
}
}


.wikitable-parameters
.wikitable-parameters td,
.wikitable-returns td,
.wikitable-callback td
{
{
border: none !important;
border: none !important;
background-color: #fff;
padding: 5px !important;
font-family: 'Roboto Mono', monospace;
}
}


.wikitable-parameters td
.wikitable-parameters td:nth-child(1),
.wikitable-parameters td:nth-child(2),
.wikitable-parameters td:nth-child(3),
.wikitable-returns td:nth-child(1),
.wikitable-callback td:nth-child(1),
.wikitable-callback td:nth-child(2),
.wikitable-callback td:nth-child(3)
{
{
border: none !important;
line-height: 23px;
line-height: 45px;
font-family: 'Source Code Pro', monospace;
}
}


.wikitable-parameters tr:not(:last-child) td
.wikitable-parameters 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-returns th,
.wikitable-parameters tr:hover td,
.wikitable-returns td
.wikitable-callback tr:hover td
{
{
background-color: #c3f7cd !important;
background-color: #E5FDFE;
}
 
 
/* CSS placed here will be applied to all skins */
.mw-headline {
font-family: Sans-Serif;
}
}


Line 67: Line 63:
     .mainPageLinksBox
     .mainPageLinksBox
     {
     {
         min-height: 634px;
         min-height: 648px;
         float: left;
         float: left;
         width: 31%;
         width: 24%;
     }
     }
     .mainPageLinksBox:not(:last-child)
     .mainPageLinksBox:not(:last-child)
Line 77: Line 73:
}
}


.imageLink_TypeInheritance
/* CSS placed here will be applied to all skins */
{
.mw-highlight pre {
    background-image: url('');
font-size: 90%;
     width: 321px;
     font-family: "Courier New", monospace;
     height: 423px;
     border: 0px;
}
    padding: 1px;
 
    margin: 1px;
.wikitable-returns > * > tr > th
{
background-color: #a5d1ae !important;
}
 
.wikitable-returns td
{
background-color: #c3f7cd;
}
}


.wikitable-callback > * > tr > th
.code pre {
{
font-size: 90%;
background-color: #d1c6a5 !important;
    font-family: "Courier New", monospace;
}
    border: 0px;
 
    padding: 1px;
.wikitable-callback td
    margin: 1px;
{
background-color: #f5e7bc;
}
}
2,770

edits