“MediaWiki:Timeless.css”的版本间的差异
来自「荏苒之境」
(未显示同一用户的58个中间版本) | |||
第1行: | 第1行: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
#mw-content-container { | |||
background: | background-image: url(https://gilatod.art/wp-content/uploads/2023/01/pexels-sam-forson-154246-scaled-edited.jpg) !important; | ||
background-size: cover; | |||
background-attachment: fixed; | |||
background-position: center; | |||
} | } | ||
.mw-body h1 { | .mw-body h1 { | ||
padding-bottom: 4px !important; | padding-bottom: 4px !important; | ||
} | |||
.mw-body h1.firstHeading { | |||
margin-top: 0.6em !important; | |||
border-bottom: solid 4px #bbb; | |||
font-weight: bold; | |||
font-size: 2.7em; | |||
} | } | ||
第29行: | 第35行: | ||
.color-right { background: white; } | .color-right { background: white; } | ||
.color-middle { background: white; } | .color-middle { background: white; } | ||
#mw-content { | |||
border: none; | |||
} | |||
.mw-footer-container a { color: #ddd !important; } | .mw-footer-container a { color: #ddd !important; } | ||
第47行: | 第57行: | ||
.mw-footer-container { border-top: solid 1px #bbb !important; } | .mw-footer-container { border-top: solid 1px #bbb !important; } | ||
.tools-inline li.selected { border-bottom-color: #bbb; } | .tools-inline li.selected { border-bottom-color: #bbb; } | ||
第58行: | 第64行: | ||
.mw-wiki-title { | .mw-wiki-title { | ||
color: black !important; | color: black !important; | ||
font-size: 1. | font-size: 1.5em !important; | ||
vertical-align: middle !important; | vertical-align: middle !important; | ||
display: table-cell !important; | display: table-cell !important; | ||
transition-duration: 0.5s; | |||
transition-property: text-shadow; | |||
} | |||
.mw-wiki-title:hover { | |||
text-decoration: none; | |||
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); | |||
} | } | ||
第75行: | 第88行: | ||
.mw-wiki-title { | .mw-wiki-title { | ||
padding-top: 0. | padding-top: 0.21em !important; | ||
} | } | ||
.mw-wiki-logo { | .mw-wiki-logo { |
2024年6月16日 (日) 15:22的最新版本
/* All CSS here will be loaded for users of the Timeless skin */
#mw-content-container {
background-image: url(https://gilatod.art/wp-content/uploads/2023/01/pexels-sam-forson-154246-scaled-edited.jpg) !important;
background-size: cover;
background-attachment: fixed;
background-position: center;
}
.mw-body h1 {
padding-bottom: 4px !important;
}
.mw-body h1.firstHeading {
margin-top: 0.6em !important;
border-bottom: solid 4px #bbb;
font-weight: bold;
font-size: 2.7em;
}
.mw-body h2 {
font-size: 1.7em !important;
}
.mw-body .mw-parser-output h2:after, .mw-body h2 {
padding-bottom: 4px !important;
}
.mw-indicator {
display: inherit;
}
.color-left { background: white; }
.color-right { background: white; }
.color-middle { background: white; }
#mw-content {
border: none;
}
.mw-footer-container a { color: #ddd !important; }
.mw-parser-output a.external, .link-https {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}
#mw-content-container {
border-bottom: solid 4px #bbb;
background-image: none;
}
.mw-footer-container { border-top: solid 1px #bbb !important; }
.tools-inline li.selected { border-bottom-color: #bbb; }
#mw-content-container a, .toctogglelabel, .mw-portlet-body a { color: #7e8390 !important; }
#mw-content-container a.new { color: #c98e8e !important; }
.mw-wiki-title {
color: black !important;
font-size: 1.5em !important;
vertical-align: middle !important;
display: table-cell !important;
transition-duration: 0.5s;
transition-property: text-shadow;
}
.mw-wiki-title:hover {
text-decoration: none;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 851px) {
#personal h2 {
font-size: 1.2em;
padding: 0.25em 0 0 25px;
}
.color-left { background: #bbb; }
.color-right { background: #bbb; }
.color-middle { background: #999; }
.mw-wiki-title {
padding-top: 0.21em !important;
}
.mw-wiki-logo {
height: 9em !important;
}
}
@media screen and (max-width: 851px) {
.mw-wiki-title {
font-size: 1.5em !important;
padding-top: 0.32em !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-right: 0 !important;
}
#p-logo-text {
left: 3em;
}
#personal-extra ul {
margin-right: 0;
}
.mw-body h1.firstHeading {
padding-top: 0.3em !important;
}
#mw-header-hack {
box-shadow: 3px 3px 3px 2px rgba(0,0,0,0.075);
}
.mw-body {
margin-bottom: 15px;
}
}
#searchInput {
padding: 0.23em 4.5em 0.2em 2em !important;
}
abbr[title], .explain[title] {
border-bottom: 0;
text-decoration: none;
}