Jump to content

User:Cheng/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
 * User modifications to the Monobook skin.
 * Changes will be visible only to your own account.
 * This page can be found at [[Special:Mypage/monobook.css]].
 * Refer to [[Help:User style]] for more information.
 *
 * Last updated 7 February 2010.
 */



/* Increase text size of sidebar and top navigation to 100%. */

.pBody {
	font-size: 100%;
	background-color: white;
	color: black;
	border-collapse: collapse;
	border: 1px solid #aaa;
	padding: 0 .8em .3em .5em;
}

/* Increase text size of search box to 100%. */

input.searchButton {
	margin-top: 1px;
	font-size: 100%;
}

#searchInput {
	width: 10em;
	margin: 0;
	font-size: 100%;
}

/* Increase text size of tabs to 100%. Move tabs higher. */

#p-cactions {
	position: absolute;
	top: 1.2em;
	left: 11.5em;
	margin: 0;
	white-space: nowrap;
	width: 76%;
	line-height: 1.1em;
	overflow: visible;
	background: none;
	border-collapse: collapse;
	padding-left: 1em;
	list-style: none;
	font-size: 100%;
}

/* Change background color of editing area to black. */

textarea {
	border: 0;
	padding: 2px;
	background-color: #1B1D1E;
	color: #F8F8F2;
}

/* Copy {{Key press/core}} style from revision 469799523. */

kbd.keyboard-key {
	border: 1px solid !important;
	border-color: #ddd #bbb #bbb #ddd !important;
	border-bottom-width: 2px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	background-color: #f9f9f9 !important;
	background-image: none !important;
	padding: 1px 3px !important;
	font-family: inherit !important;
	font-size: 0.85em !important;
	white-space: nowrap !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}