DomeKey
-DomeKey
+diff --git a/404.html b/404.html index 69f3a7b..e6b9f46 100644 --- a/404.html +++ b/404.html @@ -12,8 +12,10 @@
DomeKey
-DomeKey
+diff --git a/internal_error.html b/internal_error.html index b4a47ba..b40d3ce 100644 --- a/internal_error.html +++ b/internal_error.html @@ -33,6 +33,10 @@ h2 { .font-size-1\.52 { font-size: 1.52em; } +.font-size-2\.5 { + font-size: 2.5em; + line-height: 1.25em; +} .font-size-15 { font-size: 15em; } @@ -43,13 +47,15 @@ a:link { color: #b71863; } a:hover { color: #880442; } .button { padding: 13px 15px; -} -a.button { border: 1px solid; border-radius: 10px; font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, sans-serif; + font-size: inherit; +} +a.button { text-decoration: none; } +.button-magenta, a.button-magenta { border-color: #790d52; box-shadow: 0 3px 13px -3px #2b041c; @@ -62,6 +68,7 @@ a.button-magenta { color: #ffd7d7; text-shadow: 0px -1px 1px #161c1f; } +.button-magenta:hover, a.button-magenta:hover { border-color: #9e0e6a; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff1ea5+0,dd1c83+100 */ @@ -72,6 +79,7 @@ a.button-magenta:hover { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1ea5', endColorstr='#dd1c83',GradientType=0 ); /* IE6-9 */ color: #ffe1e1; } +.button-magenta:active, a.button-magenta:active { border-color: #4c0833; box-shadow: 0 3px 13px -2px #2b041c; @@ -102,6 +110,9 @@ p { ul { list-style: disc; } +.display-block { + display: block; +} .display-inline-block { display: inline-block; } @@ -120,6 +131,12 @@ ul { .margin-top-0\.5 { margin-top: 0.5em; } +.margin-top-2 { + margin-top: 2em; +} +.margin-right-auto { + margin-right: auto; +} .margin-bottom-0\.5 { margin-bottom: 0.5em; } @@ -129,6 +146,15 @@ ul { .margin-bottom-1\.8 { margin-bottom: 1.8em; } +.margin-bottom-2 { + margin-bottom: 2em; +} +.margin-left-auto { + margin-left: auto; +} +.margin-left-neg-12\.5\% { + margin-left: -12.5%; +} .padding-top-9 { padding-top: 9px; } @@ -151,6 +177,12 @@ ul { color: #c9ccb4; text-shadow: 1px 3px 5px #230f0f; } +@media screen and (max-width: 870px) { + .content video { + width: 100%; + margin-left: 0; + } +} @media screen and (max-width: 767px) { header { margin-left: -8px; @@ -182,8 +214,10 @@ ul {
DomeKey
-DomeKey
+diff --git a/internal_error.in.html b/internal_error.in.html index 3428447..f63ad55 100644 --- a/internal_error.in.html +++ b/internal_error.in.html @@ -14,8 +14,10 @@
DomeKey
-DomeKey
+diff --git a/thank-you.html b/thank-you.html index c439d26..a892704 100644 --- a/thank-you.html +++ b/thank-you.html @@ -12,8 +12,10 @@
DomeKey
-DomeKey
+-- cgit v1.2.3