Diferencia entre revisiones de «MediaWiki:Common.css»

De TwentyOneWiki
Ir a la navegación Ir a la búsqueda
Sin resumen de edición
Sin resumen de edición
Línea 5: Línea 5:


/* background color of the content and title of pages */
/* background color of the content and title of pages */
#content { background-color: #FF7074; }
#content { background-color: #F78C90; }


/* This is from the background color of the title of the Navigation menu in the left column */
/* This is from the background color of the title of the Navigation menu in the left column */

Revisión del 14:34 15 feb 2024

/* 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: #C12713;}

/* background color of the content and title of pages */
#content { background-color: #F78C90; }

/* This is from the background color of the title of the Navigation menu in the left column */
#p-navigation { background-color: #F2503E; color: #FFFFFF; }

/* 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: #F2503E; color: #FFFFFF; }

/* This is from the background color of the title of the Members menu in the left column */
#p-Members { background-color: #F2503E; color: #FFFFFF; }

.vectorTabs span a { background-color: #C12713; }

#mw-head { background-color: #C12713; }

#content { color: #FFFFFF; }

#content p { color: #FFFFFF; }

#content h1 { color: #FFFFFF; }

#content h2 { color: #FFFFFF; }

#mw-panel #p-tb h3 { color: #FFFFFF; }

#content a.external { color: #FFCF32; }

/* standard link colors */
.mw-body-content a:link { color: #D6CFFF; } /* normal unvisited links */
.mw-body-content a:link:visited { color: #0B0080; } /* visited links */
.mw-body-content a:link:active { color: #FF0000; } /* active links */
.mw-body-content a:link.new { color: #FF0000; } /* new links */
.mw-body-content a:link.extiw { color: #3366BB; } /* interwiki links */
.mw-body-content a:link.external { color: #3366BB; } /* external links */
.mw-body-content a:link.stub { color: #772233; } /* hovered links */

.mw-body-content a:link {color: #FF0000}
.mw-body-content a:visited {color: #00FF00}
.mw-body-content a:hover {color: #FF00FF}
.mw-body-content a:active {color: #0000FF}

#li a { color: #FFFFFF; }

.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; }