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
Etiqueta: Revertido
Línea 1: Línea 1:
/* CSS placed here will be applied to all skins */
.spoiler {
 
    background-color: #151515;
/* Change the background color of the bottom and left of eath page, up to behind the logo: */
}
body { background: #AA3C14 url(/images/7/76/Photo_2024-02-28_12-04-11.jpg) no-repeat; font-family: 'Roboto', Arial, sans-serif; }
 
.spoiler:hover {
#content .client-darkmode { background: #AA3C14; font-family: "Roboto"; }
    background: transparent;
 
}
/* background color of the content and title of pages */
#content { background-color: #EFBB7F; }  
.spoiler span, .spoiler span a, .spoiler span a:visited {
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
    filter: alpha(opacity=0);
    opacity: 0.0;
}
   
   
/* This is from the background color of the title of the Navigation menu in the left column */
.spoiler span:hover, .spoiler span:hover a, .spoiler span:hover a:visited {
#p-navigation { background-color: #F8D63A; border-radius: 10px 10px 0px 0px; border: 3px solid #722215; border-bottom:hidden; background-image:url(/images/9/97/Sidebar.png); }
    -khtml-opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
    opacity: 1.0;
}
blockquote { float:none; padding: 3px 15px 3px 15px !important; border: 1px solid #b80000; border-left: 3px solid #b80000; display: table; font-size: 94%; background: #292929; margin: 0.4em 0.6em 0.2em 1.75em }
.nonwhite div.thumb {
border: none;
margin-top: 10px;
margin-bottom: 0px;
}
.nonwhite div.tleft { border: none; }
.nonwhite div.tright { margin-left: 13px; }


/* This is from the background color of the title of the Twenty one pilots menu in the left column */
figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption {
#p-Twenty_one_pilots { background-color: #F8D63A; border: 3px solid #722215; border-bottom:hidden; border-top:hidden; background-image:url(/images/3/38/Sidebar2.png); }
    border: 1px solid #b80000;
    border-top: 0;
    background-color: #151515;
    font-size: 88.4%;
}
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element, figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
    background: #292929;
}
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element, figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
    border: 1px solid #292929;
    /* background: #ffffff; */
}
figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'] {
    border: 1px solid #b80000;
    border-bottom: 0;
    background-color: #292929;
}


/* This is from the background color of the title of the Members menu in the left column */
#p-Members { background-color: #F8D63A; border: 3px solid #722215; border-bottom:hidden; border-top:hidden; background-image:url(/images/3/38/Sidebar2.png); }


.background-table { background-image: url(/images/3/3b/Clancy_background.png); background-size: cover;}
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #b80000;
  width:100%;
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
.theme-fandomdesktop-dark table.navbox {
    border-color: var(--theme-accent-color--hover);
}


.wikitable > tr > th, .wikitable > * > tr > th { background:#}
table.navbox + table.navbox {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {           /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}


#catlinks { background:#FFE281; border: 1px solid #C14424; }
/* Background color */
.navbox,
.navbox-subgroup {
  background:#000;
}
.navbox-list {
  border-color:#000;  /* Must match background color */
}
.theme-fandomdesktop-dark .navbox,
.theme-fandomdesktop-dark .navbox-subgroup {
  background: transparent;
}


.catlinks li { display: inline-block; line-height: 1.25em; border-left: 1px solid #C14424; margin: 0.125em 0; padding: 0 0.5em; }
/* Level 1 color */
.navbox-title,
table.navbox th {
  background:#3d3d3d;
}
.theme-fandomdesktop-dark .navbox-title,
.theme-fandomdesktop-dark table.navbox th {
    background: var(--theme-accent-color);
    color: var(--theme-accent-label-color);
}
.theme-fandomdesktop-dark .navbox-title a,
.theme-fandomdesktop-dark table.navbox th a {
    color: var(--theme-accent-label-color);
}


.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading { background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#722215 100%); background-repeat: no-repeat; background-size: 1px 100%; }
/* Level 2 color */
.navbox-abovebelow,
.navbox-group,  
.navbox-subgroup .navbox-title {
  background:#232323;
}
.theme-fandomdesktop-dark .navbox-abovebelow,
.theme-fandomdesktop-dark .navbox-group,
.theme-fandomdesktop-dark .navbox-subgroup .navbox-title {
    background: var(--theme-accent-color);
    color: var(--theme-accent-label-color);
}
.theme-fandomdesktop-dark .navbox-abovebelow a,  
.theme-fandomdesktop-dark .navbox-group a,  
.theme-fandomdesktop-dark .navbox-subgroup .navbox-title a {
    color: var(--theme-accent-label-color);
}


:not(:checked) > .vector-menu-checkbox { background:#EFB737 }
/* Level 3 color */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
  background:#dee0e1;   
}
.theme-fandomdesktop-dark .navbox-subgroup .navbox-group,
.theme-fandomdesktop-dark .navbox-subgroup .navbox-abovebelow {
    background: var(--theme-accent-color);
    color: var(--theme-accent-label-color);
}
.theme-fandomdesktop-dark .navbox-subgroup .navbox-group a,
.theme-fandomdesktop-dark .navbox-subgroup .navbox-abovebelow a {
    color: var(--theme-accent-label-color);
}


li.gallerybox div.thumb { border: hidden; background-color: #C14424; text-align:center; }
/* Even row striping */
.navbox-even {
  background:#3d3d3d;
}
.theme-fandomdesktop-dark .navbox-even {
    background: var(--theme-page-accent-mix-color);
    color: var(--theme-accent-label-color);
}


.vector-menu-dropdown { background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#722215 100%); }
/* Odd row striping */
 
.navbox-odd {
.c-actions { margin: 10px 5px 0px 0px; }
  background:transparent;
 
}
.c-item { background-color: #EFB737; border:2px solid #C14424; color: #722215; margin: 10px 0px 15px 0px; }
 
.collapseButton {         /* 'show'/'hide' buttons created dynamically by the        */
.c-avatar img { padding: 3px; border: 1px solid #dcdcdc; background-color: #bc1313; margin: 6px 0px 0px 6px; }
    float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
 
    font-weight: normal; /* are styled here so they can be customised.             */
.c-score { right: 10px; }
    text-align: right;
 
    width: auto;
.c-container { margin: 0px 0px 0px 75px; }
 
.c-user { margin: 1px 0px 6px 0px; }
 
.c-time { color: #af1414; }
 
.f-message { background-color: #FFE4AA; width: 445px; }
 
.c-comment { text-indent: 5px; }
 
.user-section-heading { margin: 0 0 23px 0; }
 
#profile-title { margin: 15px 20px 29px -6px; }
 
#profile-image img { margin: 15px 0px 0px 0px; }
 
.mwe-popups .mwe-popups-extract:after, .mwe-popups .mwe-popups-extract blockquote:after { content: ' '; position: absolute; bottom: 0; width: 25%; height: 20px; background-color: #EDC393; pointer-events: none; }
 
figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'] { background-color: #D35232; border-color: #9E3A19; }
 
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption, .mw-content-ltr figure[typeof~='mw:File/Frame'] > figcaption { background-color: #D35232; border-color: #9E3A19; }
 
.mwe-popups .mwe-popups-extract[dir='ltr']:after { right: 0; background-image: linear-gradient(to right,rgba(255,255,255,0),#EDC393 50%); }
 
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { background-color: #; border: 1px solid #a2a9b1; padding: 0.2em 0.4em; }
 
input[type="checkbox" i] { color: #B0E0E6; }
 
.mwe-popups .mwe-popups-container { background: #EDC393; }
 
.mw-parser-output .infobox-above, .mw-parser-output .infobox-title { font-size: 125%; font-weight: bold; text-align: center; border-radius: 2px 2px; background-image:url(); }
 
 
#n-Discord a { color: #fff !important; font-weight: bold; border-radius: 4px; border: 1px solid #4c57d0; background-color: #5865f2; display: block; position: relative; padding: 4px 4px 5px calc(17px + 6.5px * 2); box-shadow: 0 2px 3px rgba(0,0,0,0.1); transition: 0.2s; }
 
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading { display: block; color: #44180D; margin: 0.5em 0 0 0.66666667em; border: 0; padding: 0.25em 0; font-size: 0.80em; font-weight: bold; cursor: default; background-image: linear-gradient(to right,rgba(200,204,209,0) 0,#AA3C14 33%,#AA3C14 66%,rgba(200,204,209,0) 100%); background-position: center bottom; background-repeat: no-repeat; background-size: 100% 1px; }
 
.vectorTabs span a { background-color: #B0E0E6; }
 
#p-logo { ; }
 
.featurebox-heading { background-image: url(/images/1/14/Scaled_transparent.png); color: #fff; }
 
element.style { width: 60%; background-color: ; background-image: url(/images/1/14/Scaled_transparent.png); }
 
.toc, .toccolours { border-radius: 8px 8px; border: 3px solid #C14424; background-color: #FFE3C9; }
 
#p-tb { background-color: #F8D63A; border-radius: 0px 0px 10px 10px; border: 3px solid #722215; border-top:hidden; background-image:url(/images/3/38/Sidebar2.png); }
 
#p-personal ul { background: #E2B076; border-radius: 3px 3px; border: 2px solid #C14424; padding:0.1em 0.5em; }
 
#mw-head { background-image: url(/images/4/42/Heared-3_%283%29.gif);}
 
.vector-menu-tabs-legacy .selected { background: #EFBB7F }
 
.vector-menu-checkbox { color: #C14424; }
 
.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 #722215; margin-top: -4px; }
 
h1, h2 { border-color: #57544a; }
 
.vector-menu-dropdown .mw-list-item a:not(.mw-ui-icon) { background: #F4FFFF; }
 
img[Attributes Style] { height: 168px; }
 
.grid * { background: #E0C9AF; }
 
.vector-search-box-input { color: #312400; border: 1px solid #6D2614; }
 
.skin-vector .uls-search { border-bottom-color: #7A4D1D; }
 
.vector-menu-tabs-legacy li { background-image: linear-gradient(to top,#E2B076 0,#E2B076 1px,#E09947 100% );
 
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading { background-image: linear-gradient(to right,rgba(200,204,209,0) 0,#C14424 33%,#F7572E 66%,rgba(200,204,209,0) 100%); background-position: center bottom; background-repeat: no-repeat; background-size: 100% 1px; font-weight: bold; }
 
.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,#C14424 100%); border: 4px solid #722215; background-repeat: no-repeat; background-size: 1px 100%; border: 4px solid #C14424; margin-top: -4px; }
 
.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);
}
}
 
.navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
#mw-content-text .featurebox .featurebox-heading{
    width: 6em;          /* [[Template:Tnavbar]], so they need to be the same width.     */
background-image:url("https://tfwiki.net/mediawiki/images2/2/26/Allsparkstrip_transparent.png");
}
}


.hover-highlight:hover {
body.page-Main_Page #lastmod,
    background-color: #ffffcc; /* Any desired color */
body.page-Main_Page.action-view #catlinks,
body.page-Main_Page #catlinks-sidebar {
display: none !important;
}
}
/* 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; }

Revisión del 22:38 15 mar 2024

.spoiler {
    background-color: #151515;
}
 
.spoiler:hover {
    background: transparent;
}
 
.spoiler span, .spoiler span a, .spoiler span a:visited {
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
    filter: alpha(opacity=0);
    opacity: 0.0;
}
 
.spoiler span:hover, .spoiler span:hover a, .spoiler span:hover a:visited {
    -khtml-opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
    opacity: 1.0;
}
blockquote { float:none; padding: 3px 15px 3px 15px !important; border: 1px solid #b80000; border-left: 3px solid #b80000; display: table; font-size: 94%; background: #292929; margin: 0.4em 0.6em 0.2em 1.75em }
.nonwhite div.thumb {
	border: none;
	margin-top: 10px;
	margin-bottom: 0px;
}
.nonwhite div.tleft { border: none; }
.nonwhite div.tright { margin-left: 13px; }

figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption {
    border: 1px solid #b80000;
    border-top: 0;
    background-color: #151515;
    font-size: 88.4%;
}
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element, figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
    background: #292929;
}
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element, figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
    border: 1px solid #292929;
    /* background: #ffffff; */
}
figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'] {
    border: 1px solid #b80000;
    border-bottom: 0;
    background-color: #292929;
}


/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #b80000;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
.theme-fandomdesktop-dark table.navbox {
    border-color: var(--theme-accent-color--hover);
}

table.navbox + table.navbox {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {           /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}

/* Background color */
.navbox, 
.navbox-subgroup {
  background:#000;
}
.navbox-list {
  border-color:#000;   /* Must match background color */
}
.theme-fandomdesktop-dark .navbox, 
.theme-fandomdesktop-dark .navbox-subgroup {
  background: transparent;
}

/* Level 1 color */
.navbox-title, 
table.navbox th {
  background:#3d3d3d;
}
.theme-fandomdesktop-dark .navbox-title, 
.theme-fandomdesktop-dark table.navbox th {
    background: var(--theme-accent-color);
    color: var(--theme-accent-label-color);
}
.theme-fandomdesktop-dark .navbox-title a, 
.theme-fandomdesktop-dark table.navbox th a {
    color: var(--theme-accent-label-color);
}

/* Level 2 color */
.navbox-abovebelow, 
.navbox-group, 
.navbox-subgroup .navbox-title {
  background:#232323;
}
.theme-fandomdesktop-dark .navbox-abovebelow, 
.theme-fandomdesktop-dark .navbox-group, 
.theme-fandomdesktop-dark .navbox-subgroup .navbox-title {
    background: var(--theme-accent-color);
    color: var(--theme-accent-label-color);
}
.theme-fandomdesktop-dark .navbox-abovebelow a, 
.theme-fandomdesktop-dark .navbox-group a, 
.theme-fandomdesktop-dark .navbox-subgroup .navbox-title a {
    color: var(--theme-accent-label-color);
}

/* Level 3 color */
.navbox-subgroup .navbox-group, 
.navbox-subgroup .navbox-abovebelow {
  background:#dee0e1;     
}
.theme-fandomdesktop-dark .navbox-subgroup .navbox-group, 
.theme-fandomdesktop-dark .navbox-subgroup .navbox-abovebelow {
    background: var(--theme-accent-color);
    color: var(--theme-accent-label-color);
}
.theme-fandomdesktop-dark .navbox-subgroup .navbox-group a, 
.theme-fandomdesktop-dark .navbox-subgroup .navbox-abovebelow a {
    color: var(--theme-accent-label-color);
}

/* Even row striping */
.navbox-even {
  background:#3d3d3d;
}
.theme-fandomdesktop-dark .navbox-even {
    background: var(--theme-page-accent-mix-color);
    color: var(--theme-accent-label-color);
}

/* Odd row striping */
.navbox-odd {
  background:transparent;
}
 
.collapseButton {         /* 'show'/'hide' buttons created dynamically by the        */
    float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    font-weight: normal;  /* are styled here so they can be customised.              */
    text-align: right;
    width: auto;
}
.navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
    width: 6em;           /* [[Template:Tnavbar]], so they need to be the same width.      */
}

body.page-Main_Page #lastmod,
body.page-Main_Page.action-view #catlinks,
body.page-Main_Page #catlinks-sidebar {
	display: none !important;
}