1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2024-10-17 09:42:44 +02:00
Discord-History-Tracker/web/style.css

146 lines
1.9 KiB
CSS

body {
font-family: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0;
padding: 0 0 20px;
font-size: 18px;
text-shadow: 1px 1px 0 #111;
color: rgba(255, 255, 255, 0.8);
background-color: #3b3e45;
box-sizing: border-box;
}
.inner {
max-width: 1050px;
margin: 0 auto 32px;
padding: 0 8px;
}
p {
margin: 12px 0 14px;
line-height: 140%;
}
a {
color: #1ecfff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1, h2 {
text-shadow: 1px 1px 2px #000;
}
h3, h4 {
text-shadow: 1px 1px 1px #000;
}
h1 {
margin: 40px 0 16px;
font-size: 44px;
color: #8aa2f6;
text-shadow: 1px 1px 2px #000;
}
h1 span {
font-size: 22px;
}
h1 span.version {
color: rgba(255, 255, 255, 0.45);
}
h1 span.bar {
font-size: 20px;
vertical-align: 10%;
color: rgba(255, 255, 255, 0.55);
}
h1 span.notes {
opacity: 0.85;
}
h2 {
margin: 40px 0 0;
font-size: 32px;
color: #f9d288;
}
h3 {
margin: 30px 0 12px;
font-size: 22px;
color: rgba(255, 255, 255, 0.9);
}
h2 + h3, h3 + h4 {
margin-top: 15px;
}
h4 {
margin: 25px 0 0;
font-size: 20px;
color: rgba(255, 255, 255, 0.75);
}
ul, ol {
margin-top: -6px;
margin-left: -6px;
margin-bottom: -2px;
}
li {
line-height: 165%;
}
li > ul, li > ol {
margin: 0 0 0 -16px;
}
li > img {
margin-top: 8px;
}
code {
margin: 0 3px;
}
.dht {
max-width: 100%;
max-height: auto;
}
.dht.bordered {
border-radius: 9px;
}
.bordered {
padding: 3px;
border: 2px dashed rgba(255, 255, 255, 0.25);
border-radius: 3px;
box-sizing: border-box;
}
.quote {
border-left: 2px dashed rgba(255, 253, 123, 0.5);
margin-left: 2px;
padding-left: 12px;
}
.links {
overflow: hidden;
text-overflow: ellipsis;
}
#tracker-copy-contents {
width: 100%;
height: 82px;
padding: 4px;
color: rgba(255, 255, 255, 0.8);
background: rgba(255, 255, 255, 0.2);
border: none;
resize: none;
box-sizing: border-box;
}