MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(15 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=Source+Code+Pro&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: 642px;
         min-height: 200px;
         float: left;
         float: left;
         width: 31%;
         width: 24%;
     }
     }
     .mainPageLinksBox:not(:last-child)
     .mainPageLinksBox:not(:last-child)
Line 21: Line 14:
         margin-right: 5px;
         margin-right: 5px;
     }
     }
}
.imageLink_TypeInheritance
{
    background-image: url('');
    width: 321px;
    height: 423px;
}
}


Line 54: Line 40:
.wikitable-callback td:nth-child(3)
.wikitable-callback td:nth-child(3)
{
{
line-height: 45px;
line-height: 23px;
font-family: 'Source Code Pro', monospace;
font-family: 'Source Code Pro', monospace;
}
}
Line 64: Line 50:
}
}


 
.wikitable-parameters tr:hover td,
/* CSS placed here will be applied to all skins */
.wikitable-callback tr:hover td
.mw-headline {
{
font-family: Sans-Serif;
background-color: #E5FDFE;
}
}


Line 77: 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 87: 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;
}
 
.code pre {
font-size: 90%;
     font-family: "Courier New", monospace;
    border: 0px;
     padding: 1px;
     margin: 1px;
}
}
2,770

edits