xevv/local.css

94 lines
2.1 KiB
CSS
Raw Normal View History

2019-12-31 18:55:52 -08:00
.feedbutton {
background: #54435f;
border-left: 2px solid #8b6f9d;
border-top: 2px solid #bf99d8;
border-right: 2px solid #3e3247;
border-bottom: 2px solid #271f2d;
border-radius: 7px
}
2019-12-31 00:19:46 -08:00
legend {
font-style: italic
}
2019-12-31 01:27:15 -08:00
.revert a img, .pagelinks .toggle img {
width: 5%
}
2019-12-31 00:13:00 -08:00
img {
display: block;
margin: auto;
max-width: 100%
}
blockquote {
margin: auto;
max-width: 85%;
}
2019-12-31 00:13:00 -08:00
body {
margin: 40px auto;
max-width: 70%;
padding: 0 10px;
line-height: 1.6;
font-family: sans-serif;
2019-12-31 00:19:46 -08:00
font-size: calc(14px + (26 - 14) * ((100vw - 360px) / (1600 - 360)))
2019-12-31 00:13:00 -08:00
}
td, th {
border-right: 1px solid;
border-top: 1px solid;
2020-01-01 01:36:29 -08:00
padding-right: 2ex
}
.ibox td, .ibox th {
font-size: 0.75em
}
.ibox-img {
2020-01-01 18:21:10 -08:00
max-height: 200px
2019-12-31 00:13:00 -08:00
}
2019-12-31 02:02:23 -08:00
h1, h2, h3, h4, h5, h6 {
2019-12-31 00:13:00 -08:00
font-family: serif
}
p {
position: relative
}
a {
text-decoration: underline dotted
}
2019-12-31 01:37:24 -08:00
blockquote {
border-left: 2px solid;
2020-01-01 01:36:29 -08:00
padding-left: 2ex
2019-12-31 01:37:24 -08:00
}
2019-12-31 04:04:07 -08:00
.pageheader {
background: left / contain no-repeat url("/xevv/images/header.png");
2019-12-31 16:34:15 -08:00
image-rendering: crisp-edges
2019-12-31 04:04:07 -08:00
}
2020-01-01 01:36:29 -08:00
.ibox-head {
text-align: center;
margin-top: 0.5em;
margin-bottom: 0.5em
}
.sidebar {
padding: 0ex 1ex;
2020-01-01 18:21:10 -08:00
min-width: 20ex;
max-width: 40%;
width: auto;
position: relative;
z-index: 99
2020-01-01 01:36:29 -08:00
}
2020-01-01 19:12:47 -08:00
pre {
white-space: pre-wrap
}
2019-12-31 00:13:00 -08:00
a {color: #92ebf0}
2019-12-31 00:19:46 -08:00
body {background-color: #0a0a0a; color: #eaeaea}
2019-12-31 02:02:23 -08:00
h1, h2, h3, h4, h5, h6 {color: #9a9a9a}
2019-12-31 00:13:00 -08:00
h3>span {color: #7a7a7a}
2019-12-31 02:46:02 -08:00
td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #eaeaea}
2019-12-31 02:29:46 -08:00
small {color: #777}
2020-01-01 18:21:10 -08:00
div.recentchanges, .sidebar, .toc {background-color: #1a1a1a !important; color: #eee !important}
2020-01-01 01:36:29 -08:00
.recentchanges .changelog {background-color: #2a2a2a !important; color: #fff !important}
2019-12-31 00:13:00 -08:00
@media(prefers-color-scheme: light) {
a {color: #2a7fe8}
2019-12-31 00:19:46 -08:00
body {background-color: #f5f5f5; color: #151515}
2019-12-31 02:02:23 -08:00
h1, h2, h3, h4, h5, h6 {color: #656565}
2019-12-31 00:13:00 -08:00
h3>span {color: #858585}
2019-12-31 02:46:02 -08:00
td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #151515}
2019-12-31 02:29:46 -08:00
small {color: #888}
2020-01-01 18:21:10 -08:00
div.recentchanges, .sidebar, .toc {background-color: #e5e5e5 !important; color: #111 !important}
2020-01-01 01:36:29 -08:00
.recentchanges .changelog {background-color: #d5d5d5 !important; color: #000 !important}
2019-12-31 00:13:00 -08:00
}