knazarov.com/style.css

125 lines
1.8 KiB
CSS
Raw Normal View History

2021-08-08 09:37:53 +00:00
body {
color: #333;
font-family: helvetica, arial, sans-serif;
line-height: 1.5;
margin: 0 auto;
max-width: 40em;
padding: 0 1em;
}
h1, h2, h3, h4, h5, h6 {
margin: 1em 0 0.5em 0;
line-height: 1.2;
}
a:link {
color: #00e;
}
a:visited {
color: #518;
}
a:focus, a:hover {
color: #03f;
}
a:active {
color: #e00;
}
h1 a:empty:before, h2 a:empty:before, h3 a:empty:before,
h4 a:empty:before, h5 a:empty:before, h6 a:empty:before {
content: "#";
}
h1 a:empty, h2 a:empty, h3 a:empty, h4 a:empty, h5 a:empty, h6 a:empty {
visibility: hidden;
padding-left: 0.25em;
}
h1:hover a:empty, h2:hover a:empty, h3:hover a:empty,
h4:hover a:empty, h5:hover a:empty, h6:hover a:empty {
visibility: visible;
}
main > img {
2021-08-08 09:37:53 +00:00
max-width: 100%;
}
figure {
margin: 1em 0;
text-align: center;
}
figcaption {
font-size: small;
}
pre, code, samp, kbd {
color: #009;
font-family: monospace, monospace;
}
pre kbd {
color: #060;
}
pre, blockquote {
background: #eee;
padding: 0.5em;
}
pre {
overflow: auto;
}
blockquote {
border-left: medium solid #ccc;
margin: 1em 0;
}
blockquote :first-child {
margin-top: 0;
}
blockquote :last-child {
margin-bottom: 0;
}
table {
border-collapse: collapse;
}
th, td {
border: thin solid #999;
padding: 0.3em 0.4em;
text-align: left;
}
#header a, #nav a, #menu a {
2023-08-02 19:47:54 +00:00
text-decoration: none;
2021-08-08 09:37:53 +00:00
}
#menu {
2023-08-02 19:47:54 +00:00
clear: both;
color: #069;
overflow: hidden;
background-color: #17a;
padding: 0.7ex;
font-size: 1em;
2021-08-08 09:37:53 +00:00
}
#menu a {
2023-08-02 19:47:54 +00:00
padding: 0.5ex 1ex;
color: #fff;
2021-08-08 09:37:53 +00:00
}
#menu a:hover {
2023-08-02 19:47:54 +00:00
background-color: #069;
2021-08-08 09:37:53 +00:00
}
#header {
2023-08-02 19:47:54 +00:00
clear: both;
color: #555;
font-size: 1.78em;
padding: 0.7ex 0.7ex 0.7ex 0.0ex;
2021-08-08 09:37:53 +00:00
}
#header a {
2023-08-02 19:47:54 +00:00
color: #17a;
}
.right {
float: right;
margin: 0;
padding: 0;
2021-08-08 09:37:53 +00:00
}
footer {
padding: 25px 0;
text-align: center;
}