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 */
/* Change the background color of the bottom and left of eath page, up to behind the logo: */
body { background: #B0E0E6 url(/images/0/0b/New_beck.png); }
/* background color of the content and title of pages */
#content { background-color: #E2B076; }
/* This is from the background color of the title of the Navigation menu in the left column */
#p-navigation { background-color: #F0FFFF; border-radius: 10px 10px 0px 0px; border: 3px solid #C14424; border-bottom:hidden; }
/* 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; border: 3px solid #C14424; border-bottom:hidden; border-top:hidden; }
/* This is from the background color of the title of the Members menu in the left column */
#p-Members { background-color: #F0FFFF; border: 3px solid #C14424; border-bottom:hidden; border-top:hidden; }
.wikitable { background-image:url(/images/9/9c/Wikinews_banner_2024.png); }
.vectorTabs span a { background-color: #B0E0E6; }
#p-logo { background: linear-gradient(#3D1D00, #C12713, #000000 97%); }
.featurebox-heading { background-image: url(/images/1/14/Scaled_transparent.png); color: #fff; }
element.style { width: 60%; background-color: #FFE4AA; background-image: url(/images/1/14/Scaled_transparent.png); }
.toc, .toccolours { border-radius: 8px 8px; border: 3px solid #C14424; }
#p-tb { background-color: #F0FFFF; border-radius: 0px 0px 10px 10px; border: 3px solid #C14424; border-top:hidden; }
#mw-head { background-image: url(/images/9/9e/New_becklittle3.png);}
.vector-menu-tabs-legacy .selected { background: #E0FFFF }
.mp_header { background-image:url(/images/9/9c/Wikinews_banner_2024.png); background-repeat: no-repeat; background-position: top right; width: 100%;}
.mw-body { border: 4px solid #C14424; margin-top: -4px; }
.vector-menu-dropdown .mw-list-item a:not(.mw-ui-icon) { background: #F4FFFF; }
img[Attributes Style] { height: 168px; }
.vector-menu-tabs-legacy li { background-image: linear-gradient(to top,#E0FFFF 0,#E0FFFF 1px,#B0E0E6 100% );
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading { background-image: linear-gradient(to bottom,rgba(68,137,145,0) 0,#96CED3 100%); background-repeat: no-repeat; background-size: 1px 100%; }
.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; }
#title-para { background-color: #F0FFFF; }
.hoverimage:hover {
transition: 0.2s ease;
transform: scale(1.1);
}
#mw-content-text .featurebox .featurebox-heading{
background-image:url("https://tfwiki.net/mediawiki/images2/2/26/Allsparkstrip_transparent.png");
}
.hover-highlight:hover {
background-color: #ffffcc; /* Any desired color */
}
/* Hover Box for switching the visibility of the selected item */
.hoverbox { display:inline-block; padding:0em; }
.hoverbox .hoveritem { display:none; margin:0em; padding:0em; }
.hoverbox .hoveritem.selected { display:inline-block; }
.hoverbox:hover .hoveritem { display:inline-block; }
.hoverbox:hover .hoveritem.selected { display:none; }