Diferencia entre revisiones de «MediaWiki:Common.css»
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: | ||
.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; | |||
} | } | ||
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;
}