MediaWiki:Monobook.css: Difference between revisions

m
no edit summary
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; }
a:visited { color: #00c; }


.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;
}
body.skin-monobook #p-cactions li a:hover {
border-bottom: 1px solid #FFFFFF;
}
body.skin-monobook #p-cactions li.selected a {
border-bottom: 1px solid #FFFFFF;
padding-bottom: 2px;
}
}


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;
}
body.skin-monobook #p-personal a.new {
color: #f00;
}
body.skin-monobook #p-personal a.new:visited {
color: #c00;
}
}


@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) {
body.skin-monobook li#pt-userpage,
body.skin-monobook li#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;
}
}
}
pre {
border: 1px dashed #06f;
}
}


Line 92: Line 69:
border-top: 2px solid #ccc;
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
border-bottom: 2px solid #ccc;
background: #fff;
padding: 2px;
padding: 2px;
}
#navbox {
font-size: 95%;
border: 1px solid #aaa;
background-color: #f9f9f9;
margin-bottom: 15px;
margin-left: 15px;
padding: 5px;
}
}


Line 108: Line 75:
text-decoration: underline;
text-decoration: underline;
background-color: transparent;
background-color: transparent;
}
body.skin-monobook #p-cactions li a {
color: #00c;
}
body.skin-monobook #p-cactions .new a {
color: #c00;
}
#preftoc a:active {
color: #00c;
}
}


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[type="checkbox"] {
input:is([type="radio"], [type="checkbox"]) {
border: none;
border: none;
}
}
select {
select {
border: 1px solid #2f6fab;
border: 1px solid #2f6fab;
color: #000;
color: #000;
}
.oldh3 {
font-size: 132%;
}
.right {
text-align: right;
}
}