Diferencia entre revisiones de «MediaWiki:Timeless.css»
Sheroes in Games Wiki
Línea 10: | Línea 10: | ||
url('/wiki/skins/Timeless/resources/fonts/GoetheFFClan-Bold.ttf') format('truetype'); | url('/wiki/skins/Timeless/resources/fonts/GoetheFFClan-Bold.ttf') format('truetype'); | ||
} | } | ||
− | body {font-family: "GoetheFFClan-Book",sans-serif;} | + | body {font-family: "GoetheFFClan-Book",sans-serif; color: #7A7A7A;} |
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {font-weight: normal; | .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; line-height: 1.125; margin: 1.25em 0 1em;} | ||
Línea 45: | Línea 45: | ||
color: #202122; | color: #202122; | ||
margin: 1em 0; | margin: 1em 0; | ||
− | border: 1px solid # | + | border: 1px solid #a2c617; |
border-collapse: collapse; | border-collapse: collapse; | ||
width: 100%; | width: 100%; | ||
+ | border-top-right-radius: 6px; border-top-left-radius: 6px; | ||
} | } | ||
− | + | .wikitable > tr > th {border-top-right-radius: 6px; border-top-left-radius: 6px;} | |
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { | .wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { | ||
border: none; | border: none; |
Revisión del 10:44 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; color: #7A7A7A;} .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 #a2c617; border-collapse: collapse; width: 100%; border-top-right-radius: 6px; border-top-left-radius: 6px; } .wikitable > tr > th {border-top-right-radius: 6px; border-top-left-radius: 6px;} .wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { border: none; border-left: 1px solid #a2c617; border-right: 1px solid #a2c617; padding: 0.4em 0.4em; } .wikitable > tr > th, .wikitable > * > tr > th {background-color: #a2c617; text-align: center;} .row-even {background: #f9f9f9;} .Item.headerSort a {color: #FFFFFF; font-family: 'GoetheFFClan-Bold';} .Item.smwtype_wpg a {color: #820a5f;} .Item.smwtype_wpg a:hover {color: #a2c617;} #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;} }