Commit 71579f97 by Scott

SnowFlat: minor styles cleanup

parent e76078ec
...@@ -98,33 +98,45 @@ a:hover { ...@@ -98,33 +98,45 @@ a:hover {
} }
h1 { h1 {
position: relative;
margin: 0 0 5px;
padding: 8px 52px 8px 20px;
background: #3498db;
color: #fff;
font-size: 1.5em; font-size: 1.5em;
line-height: 2em; line-height: 1.5em;
}
h1 a {
color: #fff;
border-bottom: 1px dotted #fff;
line-height: inherit;
border: none;
text-decoration: none;
opacity: 0.85;
}
h1 a:hover {
border-bottom: 0;
}
h1 a:hover, h1 a:focus, h1 a:visited {
color: #fff;
line-height: inherit !important;
opacity: 1;
} }
h2 { h2 {
font-size: 1.25em; font-size: 1.25em;
line-height: 1.2em;
} }
h3 { h3 {
font-size: 1em; font-size: 1em;
line-height: 1.5em;
} }
h4 { h4 {
font-size: 0.875em; font-size: 0.875em;
line-height: 1.71429em;
} }
h5 { h5 {
font-size: 0.75em; font-size: 0.75em;
line-height: 2em;
} }
h6 { h6 {
font-size: 0.625em; font-size: 0.625em;
line-height: 2.4em;
} }
p { p {
...@@ -891,34 +903,6 @@ blockquote p { ...@@ -891,34 +903,6 @@ blockquote p {
h1 {
padding: 8px 52px 8px 20px;
margin-bottom: 5px;
background: #3498db;
color: #fff;
margin-top: 0px;
position: relative;
line-height: 1.5em;
}
h1 a {
color: #fff;
border-bottom: 1px dotted #fff;
}
h1 a:hover {
color: #fff;
border-bottom: 0;
}
h1 a {
line-height: inherit;
border: none;
text-decoration: none;
opacity: 0.85;
}
h1 a:hover, h1 a:focus, h1 a:visited {
line-height: inherit !important;
color: #fff;
opacity: 1;
}
.qam-title-rss { .qam-title-rss {
float: right; float: right;
...@@ -1865,11 +1849,12 @@ input[type="submit"], button { ...@@ -1865,11 +1849,12 @@ input[type="submit"], button {
width: 50px; width: 50px;
} }
.qa-form-tall-note { .qa-form-tall-note, .qa-form-wide-note {
color: #7f8c8d; color: #7f8c8d;
font-size: 0.75em; font-size: 0.8em;
line-height: 2em; }
padding: 5px; .qa-form-tall-note {
margin: 10px 0 5px;
} }
.qa-form-tall-button, .qa-form-wide-button, .qa-form-basic-button { .qa-form-tall-button, .qa-form-wide-button, .qa-form-basic-button {
...@@ -1923,12 +1908,6 @@ input[type="submit"], button { ...@@ -1923,12 +1908,6 @@ input[type="submit"], button {
background-color: #ea6153; background-color: #ea6153;
} }
.qa-form-wide-note {
color: #7f8c8d;
font-size: 0.75em;
line-height: 2em;
}
.qa-form-wide-label, .qa-form-wide-data, .qa-form-wide-label, .qa-form-wide-data,
.qa-form-tall-spacer { .qa-form-tall-spacer {
border-top: 1px solid #ecf0f1; border-top: 1px solid #ecf0f1;
...@@ -2447,6 +2426,14 @@ input[type="submit"], button { ...@@ -2447,6 +2426,14 @@ input[type="submit"], button {
font-weight: normal !important; font-weight: normal !important;
} }
.qa-q-view-extra {
font-size: 14px;
margin: 10px 0;
}
.qa-q-view-extra-content {
font-weight: bold;
}
.qa-part-form-q-edit { .qa-part-form-q-edit {
padding: 20px; padding: 20px;
margin-bottom: 5px; margin-bottom: 5px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment