User:Cheng/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
![]() | The accompanying .js page for this skin is at User:Cheng/monobook.js. |
/*
* 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;
}