Join the PidgiNet Discord! https://discord.gg/Eg9QahqpXf

Difference between revisions of "MediaWiki:Common.css"

on PidgiWiki, the video game media repository

(For future reference. I've got some ideas for reworking Recent changes.)
Line 13: Line 13:
 
.metrobox { color:#fff; font-family:'Segoe UI','Segoe',Segoe,'Lucida Grande',Verdana,Arial,Helvetica,sans-serif; }
 
.metrobox { color:#fff; font-family:'Segoe UI','Segoe',Segoe,'Lucida Grande',Verdana,Arial,Helvetica,sans-serif; }
 
.metrobox a:link, .metrobox a:visited, .metrobox a:hover { color:#fff; }
 
.metrobox a:link, .metrobox a:visited, .metrobox a:hover { color:#fff; }
 +
 +
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
 +
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
 +
.collapseButton {
 +
    /* @noflip */
 +
    float: right;
 +
    font-weight: normal;
 +
    /* @noflip */
 +
    margin-left: 0.5em;
 +
    /* @noflip */
 +
    text-align: right;
 +
    width: auto;
 +
}
 +
/* In navboxes, the show/hide button balances the v·d·e links
 +
  from [[Template:Navbar]], so they need to be the same width. */
 +
.navbox .collapseButton {
 +
    width: 6em;
 +
}
 +
 +
/**
 +
* Styling for links generated by [[MediaWiki:Edittools]]
 +
* @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
 +
* @updated 2012-02-29
 +
*/
 +
.mw-charinsert-buttons {
 +
margin-top: 10px;
 +
border: 0;
 +
padding: 3px;
 +
text-align: center;
 +
background-color: #131313 !important;
 +
line-height:32px;
 +
}
 +
.mw-charinsert-buttons a {
 +
color: white;
 +
background-color: #131313 !important;
 +
font-weight: bold;
 +
text-decoration: none;
 +
padding: 0.4em;
 +
}
 +
.mw-charinsert-buttons a:hover,
 +
.mw-charinsert-buttons a:active {
 +
background-color: #353535 !important;
 +
}
 +
.client-js .mw-edittools-section {
 +
display: inline;
 +
}
 +
.client-js .mw-edittools-section input[type="button"] {
 +
font-size: 0.9em;
 +
padding-left: 1px;
 +
padding-right: 1px;
 +
margin-left: 1px;
 +
}
 +
 
/* </pre> */
 
/* </pre> */

Revision as of 15:24, 9 February 2013

/* <pre> */

/* Miscellaneous formatting features */

.sc { font-variant: small-caps }

#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}

.metrobox { color:#fff; font-family:'Segoe UI','Segoe',Segoe,'Lucida Grande',Verdana,Arial,Helvetica,sans-serif; }
.metrobox a:link, .metrobox a:visited, .metrobox a:hover { color:#fff; }

/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
    /* @noflip */
    float: right;
    font-weight: normal;
    /* @noflip */
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
    width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
   from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
    width: 6em;
}

/**
 * Styling for links generated by [[MediaWiki:Edittools]]
 * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
 * @updated 2012-02-29
 */
.mw-charinsert-buttons {
	margin-top: 10px;
	border: 0;
	padding: 3px;
	text-align: center;
	background-color: #131313 !important;
line-height:32px;
}
.mw-charinsert-buttons a {
	color: white;
	background-color: #131313 !important;
	font-weight: bold;
	text-decoration: none;
	padding: 0.4em;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
	background-color: #353535 !important;
}
.client-js .mw-edittools-section {
	display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
	font-size: 0.9em;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 1px;
}

/* </pre> */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.