MediaWiki:Common.css
Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.
- Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
- Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
- Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
- Opera: Presiona Ctrl+F5.
/* CSS placed here will be applied to all skins */
/* <pre> */
:root {
--body-main: #e2dbc8;
--body-light: #d8ccb4;
--body-mid: #d0bd97;
--body-dark: #b8a282;
--body-border: #94866d;
--body-background-color: #c0a886;
--button-background: #605443;
--button-color: #fff;
--button-border: #3c352a;
--button-dark: #18140c;
--button-light: #3a301d;
--sidebar: #cfc08d;
--background-text-color: #444;
--background-link-color: #52351e;
--search-box: #efeee6;
--link-color: #936039;
--redlink-color: #ba0000;
--text-color: #000;
--byline-color: #4c4c4c;
--subtle-color: #777;
--admin-blue: #332e75;
--bearcat-green: #13592e;
--awb-purple: #933b96;
--rsw-blue: #438ab6;
--osrsw-brown: #605443;
--thumb-bg: var(--body-light);
--thumb-caption-bg: var(--body-mid);
--sourceeditor-input-background: #fff;
--sourceeditor-background: var(--body-light);
--sourceeditor-background-secondary: var(--body-light);
--sourceeditor-border: var(--body-mid);
--codemirror-gutter-background: var(--body-mid);
}
/* Change the background color of the bottom and left of eath page, up to behind the logo: */
body { background: #B0E0E6;}
/* background color of the content and title of pages */
#content { background-color: #E0FFFF; }
/* This is from the background color of the title of the Navigation menu in the left column */
#p-navigation { background-color: #F0FFFF; }
/* This is from the background color of the title of the Twenty one pilots menu in the left column */
#p-Twenty_one_pilots { background-color: #F0FFFF; }
/* This is from the background color of the title of the Members menu in the left column */
#p-Members { background-color: #F0FFFF; }
/* This is from the background color of the title of the Tools menu in the left column */
#p-tools { background-color: #F0FFFF; }
.vectorTabs span a { background-color: #B0E0E6; }
#mw-head { background-color: #B0E0E6; }
/* style the search box and the buttons below it */
.searchButton {
background-color: #EAF9F9;
}
.imagelink_telegram a {
width:100px;
height:100px;
display:block;
text-decoration:none;
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/82/Telegram_logo.svg/2048px-Telegram_logo.svg.png")
body.page-Main_Page h1.firstHeading { display:none; }
/* This is from the background color of the title of the Tools menu in the left column */
#p-tb { background-color: #E0FFFF; }
#title-para { background-color: #F0FFFF; }
.hoverimage:hover {
transition: 0.2s ease;
transform: scale(1.1);
}
* ( font-family: arial )