simpletheme/static/css/style.css

84 lines
1.1 KiB
CSS
Raw Normal View History

2020-04-02 09:37:23 +00:00
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.5em;
2023-10-16 02:11:57 +00:00
font-size: 1.1em;
color: #222;
max-width: 70%;
padding: 2rem;
margin: auto;
background: #fafafa;
overscroll-behavior-y: none;
2020-04-03 15:34:56 +00:00
}
2020-04-02 09:37:23 +00:00
img {
max-width: 100%; }
2020-04-02 09:37:23 +00:00
a {
color: #0074D9; }
2020-04-02 09:37:23 +00:00
h1, h2, strong {
color: #111; }
2020-04-02 09:37:23 +00:00
h1 {
font-size: 1.6em; }
2020-04-02 09:37:23 +00:00
h2 {
font-size: 1.2em; }
2020-04-02 09:37:23 +00:00
h3 {
font-size: 1.1em; }
2020-04-02 09:37:23 +00:00
.muted {
color: #aaa;
text-decoration: none; }
2020-04-02 09:37:23 +00:00
.small {
font-size: .8em; }
2020-04-02 09:37:23 +00:00
hr {
border: 0px;
border: 1px solid #eee;
2020-04-03 15:34:56 +00:00
}
highlight {
}
pre code span span{
word-break: break-all;
white-space: pre-wrap;
}
.taglist {
}
2023-10-16 16:14:59 +00:00
code.has-jax {
-webkit-font-smoothing: antialiased;
background: inherit !important;
border: none !important;
font-size: 100%;
}
2023-11-14 01:04:51 +00:00
alert {
position: relative;
padding: 0rem 1rem;
margin-bottom: 1rem;
border: 1px solid transparent;
}
.alert-warning {
border-style: solid;
border-color: #ed6a5a;
border-width: 0 0 0 4px;
padding-left: 1rem
}
.alert-heading {
font-family: sans-serif;
font-size: 1.5rem;
color: #ed6a5a;
weight: bold;
}