MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
imported>76561198018895007
No edit summary
imported>76561198018895007
No edit summary
Line 5: Line 5:
     margin: -10px auto;
     margin: -10px auto;
     text-indent: -9999px;
     text-indent: -9999px;
     width: 195px;
     width: 180px;
     height: 30px;
     height: 35px;
}
}



Revision as of 22:29, 10 January 2021

/* CSS placed here will be applied to all skins */
#pt-login > a {
    background-image: url(images/d/db/SteamLogin.png);
    display: block;
    margin: -10px auto;
    text-indent: -9999px;
    width: 180px;
    height: 35px;
}

.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.