Diferencia entre revisiones de «MediaWiki:Timeless.css»
Sheroes in Games Wiki
Línea 17: | Línea 17: | ||
margin: 1.25em 0 1em; | margin: 1.25em 0 1em; | ||
} | } | ||
− | #p-logo {background: #FFF; border: solid 1px #5bc5f2; border-top: | + | #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; | ||
-webkit-border-bottom-left-radius: 6px; | -webkit-border-bottom-left-radius: 6px; |
Revisión del 22:53 15 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; } .color-left {background: #5bc5f2;} @media screen and (min-width: 1340px) #mw-site-navigation .sidebar-chunk { background: #fff; border: 1px solid #5bc5f2; border-width: 1px; border-radius: 6px; padding: 1.25em 1.75em; box-shadow: none; padding: 1.5em 1.5em 0; margin: 1em 0; line-height: 1.125; word-wrap: break-word; font-size: 0.95em; }