14,120
edits
mNo edit summary |
mNo edit summary |
||
Line 21: | Line 21: | ||
body { background: #4C5055 url(https://destiny.wiki.gallery/images/timeless-bg.jpg) no-repeat fixed 0 0 / cover; } | body { background: #4C5055 url(https://destiny.wiki.gallery/images/timeless-bg.jpg) no-repeat fixed 0 0 / cover; } | ||
@media all and (min-width: 551px) { | @media all and (min-width: 551px) { | ||
body.skin-monobook #column-one h3 { | body.skin-monobook #column-one h3 { | ||
Line 41: | Line 42: | ||
a { color: #00f; } | a { color: #00f; } | ||
a:visited { color: #00c; } | |||
a:active { color: orange; } | a:active { color: orange; } | ||
.mw-parser-output a.external[href^="https://www.destinypedia.com"] { | .mw-parser-output a.external[href^="https://www.destinypedia.com"] { | ||
color: #00f !important; | color: #00f !important; | ||
} | } | ||
Line 62: | Line 54: | ||
font-family: verdana; | font-family: verdana; | ||
} | } | ||
body.skin-monobook .special li { | body.skin-monobook .special li { | ||
line-height: 19px; | line-height: 19px; | ||
} | } | ||
@media all and (min-width: 551px) { | @media all and (min-width: 551px) { | ||
body.skin-monobook li#pt-login, | body.skin-monobook li:is(#pt-login, i#pt-userpage, #pt-anonuserpage) { | ||
background: url(https://destiny.wiki.gallery/images/smallghost.png) top left no-repeat; | background: url(https://destiny.wiki.gallery/images/smallghost.png) top left no-repeat; | ||
padding-left: 18px; | padding-left: 18px; | ||
margin-left: 6px; | margin-left: 6px; | ||
} | } | ||
} | } | ||
Line 92: | Line 69: | ||
border-top: 2px solid #ccc; | border-top: 2px solid #ccc; | ||
border-bottom: 2px solid #ccc; | border-bottom: 2px solid #ccc; | ||
padding: 2px; | padding: 2px; | ||
} | } | ||
Line 108: | Line 75: | ||
text-decoration: underline; | text-decoration: underline; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 132: | Line 87: | ||
left: 11.8em; | left: 11.8em; | ||
} | } | ||
body.skin-monobook .portlet { | body.skin-monobook .portlet { | ||
width: 11.9em; | width: 11.9em; | ||
Line 149: | Line 103: | ||
padding: 0 0.4em !important; | padding: 0 0.4em !important; | ||
} | } | ||
body.skin-monobook #searchButton { | body.skin-monobook #searchButton { | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
body.skin-monobook #searchInput { | body.skin-monobook #searchInput { | ||
border: 1px solid #2f6fab; | border: 1px solid #2f6fab; | ||
} | } | ||
input[type="radio"], | input:is([type="radio"], [type="checkbox"]) { | ||
border: none; | border: none; | ||
} | } | ||
select { | select { | ||
border: 1px solid #2f6fab; | border: 1px solid #2f6fab; | ||
color: #000; | color: #000; | ||
} | } | ||