summaryrefslogtreecommitdiffstats
path: root/themes/lv2/static/css/main.css
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-05 14:01:02 -0400
committerDavid Robillard <d@drobilla.net>2022-07-05 14:01:02 -0400
commit2d116b9ee7495ea4d11742478c4d454b31e586e3 (patch)
tree5e9dfebf9e1c18b4e23de5601362ac635bcccc9f /themes/lv2/static/css/main.css
parent838c0c6ecfa68a01abeb4d0e67842656aec9ac60 (diff)
downloadlv2site-2d116b9ee7495ea4d11742478c4d454b31e586e3.tar.xz
Indent CSS consistently
Diffstat (limited to 'themes/lv2/static/css/main.css')
-rw-r--r--themes/lv2/static/css/main.css116
1 files changed, 58 insertions, 58 deletions
diff --git a/themes/lv2/static/css/main.css b/themes/lv2/static/css/main.css
index 457917f..fcd430a 100644
--- a/themes/lv2/static/css/main.css
+++ b/themes/lv2/static/css/main.css
@@ -92,142 +92,142 @@ caption {
/* LV2 site specific things */
.biglink {
- font-size: large;
- font-family: "SF Pro Text", Verdana, "DejaVu Sans", sans-serif;
+ font-size: large;
+ font-family: "SF Pro Text", Verdana, "DejaVu Sans", sans-serif;
}
.siglink {
- font-style: italic;
- font-size: x-small;
+ font-style: italic;
+ font-size: x-small;
}
img {
- border: 0;
+ border: 0;
}
table {
- border-collapse: collapse;
- border-style: hidden;
- margin: 0.5em;
- border: 0;
+ border-collapse: collapse;
+ border-style: hidden;
+ margin: 0.5em;
+ border: 0;
}
th {
- vertical-align: text-top;
- background-color: #F8F8F8;
+ vertical-align: text-top;
+ background-color: #F8F8F8;
}
td, th {
- border: 1px solid #ddd;
- padding: 0.25em 0.5em 0.25em 0.5em;
+ border: 1px solid #ddd;
+ padding: 0.25em 0.5em 0.25em 0.5em;
}
th {
- font-weight: bold;
- text-align: left;
+ font-weight: bold;
+ text-align: left;
}
time, #sitename {
- color: #666;
- font-size: small;
- font-variant: small-caps;
+ color: #666;
+ font-size: small;
+ font-variant: small-caps;
}
img {
- border: none;
+ border: none;
}
blockquote {
- color: #333;
- margin: 0px;
- padding: 0 4em 0 4em;
+ color: #333;
+ margin: 0px;
+ padding: 0 4em 0 4em;
}
p {
- text-indent: 0px;
+ text-indent: 0px;
}
p.caption {
- font-size: 80%;
- margin-top: 0;
+ font-size: 80%;
+ margin-top: 0;
}
div.article h2 {
- margin-bottom: 0;
+ margin-bottom: 0;
}
.postmeta {
- font-size: small;
- font-style: italic;
- color: #666;
+ font-size: small;
+ font-style: italic;
+ color: #666;
}
hr {
- height: 0;
- border: none;
- border-top: 1px solid #EEE;
- margin: 2em 0;
+ height: 0;
+ border: none;
+ border-top: 1px solid #EEE;
+ margin: 2em 0;
}
ul, ol {
- padding: .25em 0em 0 3em;
+ padding: .25em 0em 0 3em;
}
strong {
- font-weight: bold;
+ font-weight: bold;
}
tt, pre {
- font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed;
- line-height: 1.2em;
+ font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed;
+ line-height: 1.2em;
}
pre {
- font-size: 0.8em;
- overflow: auto;
- padding: 0.25em;
- margin: 0.5em;
- line-height: 1.5em;
+ font-size: 0.8em;
+ overflow: auto;
+ padding: 0.25em;
+ margin: 0.5em;
+ line-height: 1.5em;
}
nav {
- border-bottom: 1px solid #EEE;
- padding: 0.25em 0;
- margin-bottom: 1.5em;
+ border-bottom: 1px solid #EEE;
+ padding: 0.25em 0;
+ margin-bottom: 1.5em;
}
nav a, nav a:link, nav a:visited {
- text-decoration: none;
+ text-decoration: none;
}
nav ul {
- margin: 0;
- padding: 0;
- font-family: "SF Pro Text", Verdana, "DejaVu Sans", sans-serif;
+ margin: 0;
+ padding: 0;
+ font-family: "SF Pro Text", Verdana, "DejaVu Sans", sans-serif;
}
nav li {
- display: inline;
- margin-right: 0.75em;
+ display: inline;
+ margin-right: 0.75em;
}
#logo {
- vertical-align: baseline;
+ vertical-align: baseline;
}
header a#page-title {
- color: #444;
+ color: #444;
}
#content {
- padding: 0;
+ padding: 0;
}
.highlight {
- font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed;
- border: solid 1px #eee;
- color: #444;
- border-radius: 6px;
+ font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed;
+ border: solid 1px #eee;
+ color: #444;
+ border-radius: 6px;
}
/* Pygments Style */