aboutsummaryrefslogtreecommitdiffstats
path: root/assets/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets')
-rw-r--r--assets/stylesheets/buttons.hcss9
-rw-r--r--assets/stylesheets/layout.hcss20
-rw-r--r--assets/stylesheets/typography.css5
3 files changed, 32 insertions, 2 deletions
diff --git a/assets/stylesheets/buttons.hcss b/assets/stylesheets/buttons.hcss
index cc18441..8e1b345 100644
--- a/assets/stylesheets/buttons.hcss
+++ b/assets/stylesheets/buttons.hcss
@@ -1,15 +1,18 @@
.button {
padding: 13px 15px;
-}
-a.button {
border: 1px solid;
border-radius: 10px;
font-family: LUCIDA_GRANDE;
+ font-size: inherit;
+}
+
+a.button {
text-decoration: none;
}
+.button-magenta,
a.button-magenta {
border-color: #790d52;
@@ -26,6 +29,7 @@ a.button-magenta {
text-shadow: 0px -1px 1px #161c1f;
}
+.button-magenta:hover,
a.button-magenta:hover {
border-color: #9e0e6a;
@@ -39,6 +43,7 @@ a.button-magenta:hover {
color: #ffe1e1;
}
+.button-magenta:active,
a.button-magenta:active {
border-color: #4c0833;
box-shadow: 0 3px 13px -2px #2b041c;
diff --git a/assets/stylesheets/layout.hcss b/assets/stylesheets/layout.hcss
index 755d4fa..28c1d40 100644
--- a/assets/stylesheets/layout.hcss
+++ b/assets/stylesheets/layout.hcss
@@ -24,6 +24,10 @@ ul {
list-style: disc;
}
+.display-block {
+ display: block;
+}
+
.display-inline-block {
display: inline-block;
}
@@ -48,6 +52,14 @@ ul {
margin-top: 0.5em;
}
+.margin-top-2 {
+ margin-top: 2em;
+}
+
+.margin-right-auto {
+ margin-right: auto;
+}
+
.margin-bottom-0\.5 {
margin-bottom: 0.5em;
}
@@ -60,6 +72,14 @@ ul {
margin-bottom: 1.8em;
}
+.margin-bottom-2 {
+ margin-bottom: 2em;
+}
+
+.margin-left-auto {
+ margin-left: auto;
+}
+
.padding-top-9 {
padding-top: 9px;
}
diff --git a/assets/stylesheets/typography.css b/assets/stylesheets/typography.css
index cbefe8b..a43d8e8 100644
--- a/assets/stylesheets/typography.css
+++ b/assets/stylesheets/typography.css
@@ -24,6 +24,11 @@ h2 {
font-size: 1.52em;
}
+.font-size-2\.5 {
+ font-size: 2.5em;
+ line-height: 1.25em;
+}
+
.font-size-15 {
font-size: 15em;
}