Removed border around container
This commit is contained in:
parent
fb799b5653
commit
4c2973f904
@ -71,7 +71,7 @@ if( !$title ) { $title = clean_title(basename(dirname(__FILE__))); }
|
|||||||
<style>
|
<style>
|
||||||
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
|
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
|
||||||
body { font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; font-size: 14px; line-height: 18px; padding: 0; margin: 0; background: #f5f5f5; text-align: center;}
|
body { font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; font-size: 14px; line-height: 18px; padding: 0; margin: 0; background: #f5f5f5; text-align: center;}
|
||||||
.wrap { max-width: 100%; width: 500px; margin: 20px auto; background: white; padding: 40px; border-radius: 3px; border: solid 1px #ebebeb; text-align: left;}
|
.wrap { max-width: 100%; width: 500px; margin: 20px auto; background: white; padding: 40px; border-radius: 3px; text-align: left;}
|
||||||
@media only screen and (max-width: 700px) { .wrap { padding: 15px; } }
|
@media only screen and (max-width: 700px) { .wrap { padding: 15px; } }
|
||||||
h1 { text-align: center; margin: 40px 0; font-size: 22px; font-weight: bold; color: #666; }
|
h1 { text-align: center; margin: 40px 0; font-size: 22px; font-weight: bold; color: #666; }
|
||||||
a { color: #399ae5; text-decoration: none; } a:hover { color: #206ba4; text-decoration: none; }
|
a { color: #399ae5; text-decoration: none; } a:hover { color: #206ba4; text-decoration: none; }
|
||||||
@ -112,7 +112,7 @@ if( !$title ) { $title = clean_title(basename(dirname(__FILE__))); }
|
|||||||
|
|
||||||
body.dark { background: #1d1c1c; }
|
body.dark { background: #1d1c1c; }
|
||||||
body.dark h1 { color: #fff; }
|
body.dark h1 { color: #fff; }
|
||||||
body.dark .wrap { background: #2b2a2a; box-shadow: 0 0 2px #000; }
|
body.dark .wrap { background: #2b2a2a; }
|
||||||
body.dark .block { border-top: solid 1px #666; }
|
body.dark .block { border-top: solid 1px #666; }
|
||||||
body.dark .block a:hover { background: #000; }
|
body.dark .block a:hover { background: #000; }
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user