Make the cards a bit more presentable

This commit is contained in:
Tom Slominski
2015-03-06 13:52:49 +00:00
parent f1856f3c74
commit ec4d855f9a

View File

@@ -13,6 +13,7 @@ body {
background: #F1F1F1; background: #F1F1F1;
color: black; color: black;
font-family: 'Ubuntu', sans-serif, Helvetica, Arial; font-family: 'Ubuntu', sans-serif, Helvetica, Arial;
font-size: 1.3rem;
} }
.wrapper { .wrapper {
@@ -53,10 +54,6 @@ a, a:visited, .footer a, .footer a:visited {
text-decoration: none; text-decoration: none;
} }
p, a {
font-size: 1.2em;
}
@font-face { @font-face {
font-family: 'icons'; font-family: 'icons';
src:url('fonts/icons.woff') format('woff'), src:url('fonts/icons.woff') format('woff'),
@@ -130,26 +127,31 @@ h1 a:hover {
background: white; background: white;
padding: 15px; padding: 15px;
margin-top: 15px; margin-top: 15px;
border: 1px solid #D8D8D8;
box-shadow: 0 0 3px 0 #CCC;
} }
h2 { /*h2 {
color: black; color: black;
margin-bottom: -8px; margin-bottom: -8px;
} }*/
.right { /*.right {
width: 60%; width: 60%;
float: right; float: right;
} }*/
.radio { /* Forms */
/*.radio {
margin-right: 10%; margin-right: 10%;
} }
input[type="radio"] { input[type="radio"] {
margin-right: 1%; margin-right: 1%;
} }
*/
.bookmarklet:before { .bookmarklet:before {
font-family: 'icons'; font-family: 'icons';
content: "\e600"; content: "\e600";
@@ -158,7 +160,6 @@ input[type="radio"] {
/* reCAPTCHA */ /* reCAPTCHA */
.recaptcha-container { .recaptcha-container {
font-size: 1.2em;
overflow: hidden; overflow: hidden;
} }
@@ -229,14 +230,10 @@ svg#url-qr-code {
.footer p { .footer p {
/*padding: 2%;*/ /*padding: 2%;*/
/*margin: 0 auto;*/ /*margin: 0 auto;*/
font-size: 1.1em; font-size: 1.2rem;
margin: 0; margin: 0;
} }
.footer a {
font-size: 1.1em;
}
.footer a:hover { .footer a:hover {
text-decoration: none; text-decoration: none;
border-bottom: dashed 1px #013F6D; border-bottom: dashed 1px #013F6D;