Commit 96ea8c91 authored by Jessica Schilling's avatar Jessica Schilling

Alphabetized styles

parent 18f090e0
...@@ -396,12 +396,12 @@ ...@@ -396,12 +396,12 @@
/* END ICONS; NOW FOR CSS STYLING */ /* END ICONS; NOW FOR CSS STYLING */
body { body {
color: #34373f;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.43;
margin: 0; margin: 0;
font-size: 14px;
line-height: 1.43;
color: #34373f;
word-break: break-all; word-break: break-all;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
...@@ -426,15 +426,15 @@ strong { ...@@ -426,15 +426,15 @@ strong {
} }
table { table {
border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
border-collapse: collapse;
width: 100%;
max-width: 100%; max-width: 100%;
width: 100%;
} }
table:last-child { table:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
} }
tr:first-child td { tr:first-child td {
...@@ -446,21 +446,21 @@ tr:nth-of-type(even) { ...@@ -446,21 +446,21 @@ tr:nth-of-type(even) {
} }
td { td {
border-top: 1px solid #d9dbe2;
padding: 0.65em; padding: 0.65em;
vertical-align: top; vertical-align: top;
border-top: 1px solid #d9dbe2;
} }
#page-header { #page-header {
align-items: center;
background: #0b3a53; background: #0b3a53;
border-bottom: 4px solid #69c4cd; border-bottom: 4px solid #69c4cd;
color: #ffffff; color: #ffffff;
padding: 0 1em;
display: flex; display: flex;
align-items: center; font-size: 1.12em;
justify-content: space-between;
font-size: 1.15em;
font-weight: 500; font-weight: 500;
justify-content: space-between;
padding: 0 1em;
} }
#page-header a { #page-header a {
...@@ -476,15 +476,15 @@ td { ...@@ -476,15 +476,15 @@ td {
} }
#page-header-logo { #page-header-logo {
height: 2.5em; height: 2.25em;
margin: 0.7em 0.7em 0.7em 0; margin: 0.7em 0.7em 0.7em 0;
width: 7.15em; width: 7.15em;
} }
#page-header-menu { #page-header-menu {
margin: 0.65em 0;
display: flex;
align-items: center; align-items: center;
display: flex;
margin: 0.65em 0;
} }
#page-header-menu div { #page-header-menu div {
...@@ -496,8 +496,8 @@ td { ...@@ -496,8 +496,8 @@ td {
} }
#page-header-menu svg { #page-header-menu svg {
fill: #69c4cd;
height: 1.8em; height: 1.8em;
fill: #69c4cd;
margin-top: 0.125em; margin-top: 0.125em;
} }
...@@ -510,17 +510,17 @@ td { ...@@ -510,17 +510,17 @@ td {
} }
#content { #content {
margin: 1em;
border: 1px solid #d9dbe2; border: 1px solid #d9dbe2;
border-radius: 4px; border-radius: 4px;
margin: 1em;
} }
#content-header { #content-header {
padding: 0.7em 1em; background-color: #edf0f4;
border-bottom: 1px solid #d9dbe2; border-bottom: 1px solid #d9dbe2;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
background-color: #edf0f4; padding: 0.7em 1em;
} }
.type-icon { .type-icon {
...@@ -557,8 +557,8 @@ td { ...@@ -557,8 +557,8 @@ td {
} }
a, a,
a:visited { a:visited {
text-decoration: underline;
color: #000; color: #000;
text-decoration: underline;
} }
a[href]:after { a[href]:after {
content: " (" attr(href) ")"; content: " (" attr(href) ")";
......
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