MediaWiki:Common.css

From GTA Connected
Revision as of 22:11, 21 April 2021 by Mex (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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 {
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,
.wikitable-returns,
.wikitable-callback
{
	border: none !important;
	background-color: #fff;
}

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

.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)
{
	line-height: 45px;
	font-family: 'Source Code Pro', monospace;
}

.wikitable-parameters tr:not(:last-child) td,
.wikitable-callback tr:not(:last-child) td
{
	border-bottom: solid 1px #cccccc !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;
}