Diferencia entre revisiones de «MediaWiki:Timeless.css»
Sheroes in Games Wiki
Línea 11: | Línea 11: | ||
} | } | ||
body {font-family: "GoetheFFClan-Book",sans-serif;} | body {font-family: "GoetheFFClan-Book",sans-serif;} | ||
− | .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt { | + | .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {font-weight: normal; |
− | + | font-family: "GoetheFFClan-Bold",sans-serif; line-height: 1.125; margin: 1.25em 0 1em;} | |
− | font-family: "GoetheFFClan-Bold",sans-serif; | + | |
− | + | ||
− | |||
− | |||
#p-logo {background: #FFF; border: solid 1px #5bc5f2; border-top: solid 2px #ffffff; | #p-logo {background: #FFF; border: solid 1px #5bc5f2; border-top: solid 2px #ffffff; | ||
-webkit-border-bottom-right-radius: 6px; | -webkit-border-bottom-right-radius: 6px; | ||
Línea 26: | Línea 24: | ||
.mw-body h1 {color: #820a5f;} | .mw-body h1 {color: #820a5f;} | ||
− | .mw-body h1.firstHeading { | + | .mw-body h1.firstHeading {margin: 1em 0 1em; padding-bottom: 0.5em; border-bottom: solid 2px #5bc5f2;} |
− | |||
− | |||
− | |||
− | } | ||
.mw-body h2 {color: #a2c617; font-size: 1.5em;} | .mw-body h2 {color: #a2c617; font-size: 1.5em;} | ||
+ | |||
.color-left {background: #5bc5f2;} | .color-left {background: #5bc5f2;} | ||
.color-middle {background: #a2c617;} | .color-middle {background: #a2c617;} | ||
Línea 45: | Línea 40: | ||
border-bottom-right-radius: 6px; | border-bottom-right-radius: 6px; | ||
border-bottom-left-radius: 6px;} | border-bottom-left-radius: 6px;} | ||
− | |||
.wikitable { | .wikitable { | ||
Línea 60: | Línea 54: | ||
padding: 0.2em 0.4em; | padding: 0.2em 0.4em; | ||
} | } | ||
− | .row-even {background: # | + | .wikitable > tr > th, .wikitable > * > tr > th {background-color: #a2c617; text-align: center;} |
+ | .row-even {background: #f9f9f9;} | ||
+ | |||
+ | #mw-content-container {background: #a2c617; border-bottom: solid 4px #a2c617;} | ||
.mw-footer-container {border-top: solid 1px #a2c617; box-shadow: inset 0 7px 2px -4px rgb(0 0 0 / 10%); color: #ffffff; background: #5bc5f2;} | .mw-footer-container {border-top: solid 1px #a2c617; box-shadow: inset 0 7px 2px -4px rgb(0 0 0 / 10%); color: #ffffff; background: #5bc5f2;} | ||
.mw-footer-container a {color: #FFFFFF; font-family: "GoetheFFClan-Bold",sans-serif;} | .mw-footer-container a {color: #FFFFFF; font-family: "GoetheFFClan-Bold",sans-serif;} |
Revisión del 10:21 16 nov 2022
/* All CSS here will be loaded for users of the Timeless skin */ @font-face { font-family: "GoetheFFClan-Book"; src: url('/wiki/skins/Timeless/resources/fonts/GoetheFFClan-Book.woff') format('woff'), url('/wiki/skins/Timeless/resources/fonts/GoetheFFClan-Book.ttf') format('truetype'); } @font-face { font-family: "GoetheFFClan-Bold"; src: url('/wiki/skins/Timeless/resources/fonts/GoetheFFClan-Bold.woff') format('woff'), url('/wiki/skins/Timeless/resources/fonts/GoetheFFClan-Bold.ttf') format('truetype'); } body {font-family: "GoetheFFClan-Book",sans-serif;} .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {font-weight: normal; font-family: "GoetheFFClan-Bold",sans-serif; line-height: 1.125; margin: 1.25em 0 1em;} #p-logo {background: #FFF; border: solid 1px #5bc5f2; border-top: solid 2px #ffffff; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;} .mw-body h1 {color: #820a5f;} .mw-body h1.firstHeading {margin: 1em 0 1em; padding-bottom: 0.5em; border-bottom: solid 2px #5bc5f2;} .mw-body h2 {color: #a2c617; font-size: 1.5em;} .color-left {background: #5bc5f2;} .color-middle {background: #a2c617;} .color-right {background: #820a5f;} #mw-content-wrapper {background: #FFF; border: solid 1px #5bc5f2; border-top: solid 2px #ffffff;border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;} #mw-content { background: none; border: none; border-width: 0; box-shadow: none; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;} .wikitable { background-color: #ffffff; color: #202122; margin: 1em 0; border: 1px solid #a2a9b1; border-collapse: collapse; width: 100%; } .wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { border: 1px solid #a2c617; padding: 0.2em 0.4em; } .wikitable > tr > th, .wikitable > * > tr > th {background-color: #a2c617; text-align: center;} .row-even {background: #f9f9f9;} #mw-content-container {background: #a2c617; border-bottom: solid 4px #a2c617;} .mw-footer-container {border-top: solid 1px #a2c617; box-shadow: inset 0 7px 2px -4px rgb(0 0 0 / 10%); color: #ffffff; background: #5bc5f2;} .mw-footer-container a {color: #FFFFFF; font-family: "GoetheFFClan-Bold",sans-serif;} .mw-footer-container a:hover {color: #820a5f;} .videito {display: flex; align-items: center; justify-content: center;} @media screen and (min-width: 1100px){ #mw-site-navigation .sidebar-chunk { background: #fff; border: 1px solid #5bc5f2; border-width: 1px; border-radius: 6px;} #mw-site-navigation .sidebar-chunk h3 { font-family: "GoetheFFClan-Bold",sans-serif; border-bottom: none; font-size: 1.2em; color: #5bc5f2;} #mw-site-navigation .sidebar-chunk a {color: #820a5f; font-family: "GoetheFFClan-Bold",sans-serif;} #mw-site-navigation .sidebar-chunk a:hover {color: #a2c617;} }