mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +00:00
Basic responsive support for default theme
This commit is contained in:
parent
b05631305d
commit
f103f4289c
1 changed files with 4 additions and 3 deletions
|
|
@ -7,9 +7,9 @@ h1 { margin-top: 0; }
|
||||||
article p:first-of-type { margin-top: 1.6em; }
|
article p:first-of-type { margin-top: 1.6em; }
|
||||||
article p:last-child { margin-bottom: 0; }
|
article p:last-child { margin-bottom: 0; }
|
||||||
footer { margin: 0em auto 2em auto; text-align: center; }
|
footer { margin: 0em auto 2em auto; text-align: center; }
|
||||||
footer a { color: #666; text-shadow: 0 1px 1px #fff; text-decoration:none; font-size:.8em; }
|
footer a { color: #666; text-shadow: 0 1px 1px #fff; text-decoration:none; font-size:.8em; padding: 1em; }
|
||||||
/*footer a:before{content: "⏦"; font-size:1.5em; padding-right:.2em; } */
|
/*footer a:before{content: "⏦"; font-size:1.5em; padding-right:.2em; } */
|
||||||
footer a:hover, footer a:focus { color: #444; }
|
footer a:hover, footer a:focus { color: #111; }
|
||||||
h1 {font-weight:normal; display:inline; border-bottom:1px solid black; padding:0 0 3px 0; line-height: 36px; }
|
h1 {font-weight:normal; display:inline; border-bottom:1px solid black; padding:0 0 3px 0; line-height: 36px; }
|
||||||
a { color:#2844FA; text-decoration:none;}
|
a { color:#2844FA; text-decoration:none;}
|
||||||
a:hover, a:focus { color:#1B29A4; }
|
a:hover, a:focus { color:#1B29A4; }
|
||||||
|
|
@ -17,4 +17,5 @@ a:active { color:#000; }
|
||||||
:-moz-any-link:focus {color:#000; border:0;}
|
:-moz-any-link:focus {color:#000; border:0;}
|
||||||
::selection {background:#ccc;}
|
::selection {background:#ccc;}
|
||||||
::-moz-selection {background:#ccc;}
|
::-moz-selection {background:#ccc;}
|
||||||
|
#gravatar { position: relative; float: right; margin-bottom: 1em; margin-left: 1em; border: 1px solid #ddd; }
|
||||||
|
@media all and (max-width: 500px) { article {padding:1em;} body {font-size:1em;} }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue