MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
imported>76561198018895007
No edit summary
imported>76561198018895007
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#pt-login > a {
    background-image: url(https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-black-small.png);
    display: block;
    margin: -10px auto;
    text-indent: -9999px;
    width: 195px;
    height: 30px;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised.              */
text-align: right;
width: auto;
}
li.gallerybox { border:1px solid #582806;
                background-color:#080808;
}
li.gallerybox div.thumb { background-color:#080808;
                          border:none;
}
@font-face {
@font-face {
     font-family: 'Countdown';
     font-family: 'Countdown';

Revision as of 22:24, 10 January 2021

/* CSS placed here will be applied to all skins */
#pt-login > a {
    background-image: url(https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-black-small.png);
    display: block;
    margin: -10px auto;
    text-indent: -9999px;
    width: 195px;
    height: 30px;
}

.collapseButton {		/* 'show'/'hide' buttons created dynamically by the        */
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.              */
	text-align: right;
	width: auto;
}

li.gallerybox { border:1px solid #582806; 
                background-color:#080808; 
}

li.gallerybox div.thumb { background-color:#080808; 
                          border:none; 
}

@font-face {
    font-family: 'Countdown';
    src: url('/skins/UniWiki/font/countdown.ttf');
    font-weight: normal;
    font-style: normal;
}
🍪 We use cookies to keep session information to provide you a better experience.