5.056
düzenleme
Değişiklik özeti yok |
kDeğişiklik özeti yok |
||
(Aynı kullanıcının aradaki diğer 21 değişikliği gösterilmiyor) | |||
1. satır: | 1. satır: | ||
/* Buraya konulacak CSS kodu tüm temalarda etkin olur */ | /* Buraya konulacak CSS kodu tüm temalarda etkin olur */ | ||
# | #siteSub { | ||
# | display: block; | ||
#ca-viewsource { display: none !important; } | font-family: inherit; | ||
font-size: small; | |||
} | |||
.wikitable.item.normal > tr:first-of-type > th, | |||
.wikitable.item.normal > * > tr:first-of-type > th { | |||
background: rgba(164,62,153,.50); | |||
} | |||
.wikitable.item.reverse > tr:first-of-type > th, | |||
.wikitable.item.reverse > * > tr:first-of-type > th { | |||
background: rgba(255,130,165,.50); | |||
} | |||
.wikitable.item.unique > tr:first-of-type > th, | |||
.wikitable.item.unique > * > tr:first-of-type > th { | |||
background: rgba(222,199,123,.50); | |||
} | |||
.wikitable.item.unique.reverse > tr:first-of-type > th, | |||
.wikitable.item.unique.reverse > * > tr:first-of-type > th { | |||
background: rgb(255,165,0,.50); | |||
} | |||
.wikitable.item.set > tr:first-of-type > th, | |||
.wikitable.item.set > * > tr:first-of-type > th { | |||
background: rgba(214,0,0,.50); | |||
} | |||
.wikitable.item.rare > tr:first-of-type > th, | |||
.wikitable.item.rare > * > tr:first-of-type > th { | |||
background: rgba(255,255,0,.50); | |||
} | |||
.wikitable.item.craft > tr:first-of-type > th, | |||
.wikitable.item.craft > * > tr:first-of-type > th { | |||
background: rgba(132,355,0,.50); | |||
} | |||
.wikitable.item.magic > tr:first-of-type > th, | |||
.wikitable.item.magic > * > tr:first-of-type > th { | |||
background: rgba(132,130,255,.50); | |||
} | |||
.wikitable > tr > th, | |||
.wikitable > * > tr > th { | |||
background-color: transparent; | |||
} | |||
.wikitable > tr:first-of-type > th, | |||
.wikitable > * > tr:first-of-type > th { | |||
background-color: #eaecf0 | |||
} | |||
table.wikitable { | |||
background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' style='opacity: 0.075; transform: rotate(-15deg);' version='1.1' height='50px' width='172px'><text x='0' y='15' fill='black' font-size='20'>korehberi.com</text></svg>"); | |||
background-repeat: repeat; | |||
} | |||
.page-KOWiki.action-view h1.firstHeading, .page-KOWiki #siteSub { display: none; } | |||
.poem { border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 0 1em; overflow: hidden; } | |||
img { max-width: 100%; } | |||
#ca-talk, #ca-viewsource { display: none !important; } | |||
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt, #p-logo-text a { font-family: 'Marcellus', sans-serif; } | .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt, #p-logo-text a { font-family: 'Marcellus', sans-serif; } | ||
.mpcontentbox { | .mpcontentbox { | ||
margin: 5px; | margin: 5px; | ||
195. satır: | 244. satır: | ||
table.item { text-align: center; } | table.item { text-align: center; } | ||
table.item tr:not(:first-of-type) th { text-align: right; } | table.item tr:not(:first-of-type) th { text-align: right; } | ||
table.skill tr:not(:first-of-type) th { text-align: right; } | |||
.wikitable > caption { font-size: small; } | .wikitable > caption { font-size: small; } | ||
.wikitable.probability { text-align: center; } | .wikitable.probability { text-align: center; } | ||
.wikitable.probability tr td:first-of-type { text-align: right; } | .wikitable.probability tr td:first-of-type { text-align: right; } |