mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-26 09:35:48 +00:00
12 lines
No EOL
986 B
CSS
12 lines
No EOL
986 B
CSS
@import url(http://fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Caption:700);
|
|
html,body{background:#663300;font:13pt "PT Sans",sans-serif;text-align:center}
|
|
a:link,a:visited{color:#234234;text-decoration:none}
|
|
a:hover,a:active{color:#432321;text-decoration:underline}
|
|
article{background:#CC9900;text-align:left;width:85%;margin:80px auto;border-radius:10px;-moz-border-radius:10px}
|
|
article h1{background:#CC6600;text-align:center;border-bottom:1px solid #7A7A00;font:bold 35pt "PT Sans Caption","PT Sans",sans-serif;margin:0;padding:5px;border-radius:10px;-moz-border-radius:10px}
|
|
article p{margin:0;padding:10px 15px}
|
|
footer{position:fixed;bottom:0;left:0;width:100%;border-top:1px solid #7A7A00;background:#333300;user-select:none;-moz-user-select:none;-webkit-user-select:none}
|
|
footer p,footer a{display:block;margin:0;text-shadow:0 0 10px #ccc}
|
|
footer a:link,footer a:visited{color:#aaa}
|
|
footer a:hover,footer a:active{color:#eee}
|
|
::selection,::-moz-selection{background:#663300} |