X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=www%2Fcss%2Fblerg.css;h=b99c134c4ced5592f804bd9b10e211f922bc6e93;hb=b8652ebcc24f8c9cc73ebcd453fed6c9d4fc8ba7;hp=73dc13d32c2147f2509adeb3a260f77b07ecef65;hpb=868758a60c47c984eb76bae45183d063981ebdd5;p=blerg.git diff --git a/www/css/blerg.css b/www/css/blerg.css index 73dc13d..b99c134 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -155,6 +155,25 @@ h1, h2, h3 { padding: 15pt 15pt 20pt 15pt; } +.signup-button { + font-size: 40pt; + padding: 1em; + background-color: #C0F; + color: #F88; +} + +@media screen and (max-width: 800px) { + .signup-button { + font-size: 20pt; + } +} + +@media screen and (max-width: 400px) { + .signup-button { + font-size: 14pt; + } +} + .blerg-main h2 { margin: 8pt 0; } @@ -306,6 +325,7 @@ h1, h2, h3 { } .blerg-dialog { + position: fixed; width: 300px; padding: 8px; } @@ -342,3 +362,9 @@ h1, h2, h3 { table.help td { padding: 2pt 8pt; } + +footer { + margin: 15pt; + font-size: small; + color: #333; +}