diff --git a/css/gitstat.css b/css/gitstat.css index 9968f65..f8c8628 100644 --- a/css/gitstat.css +++ b/css/gitstat.css @@ -41,6 +41,8 @@ body { input { padding: 10px; font-size: 14px; width: 400px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 1px 1px 10px #f7f7f7; -moz-box-shadow: inset 1px 1px 10px #f7f7f7; box-shadow: inset 1px 1px 10px #f7f7f7; border: 1px solid #c9c9c9; } h1 { font: bold 24px/24px helvetica, arial, sans-serif; position: absolute; top: -35px; } #left p { margin-bottom: 16px; } +#gh { position: absolute; right: 8px; top: -40px; padding: 3px 10px; text-shadow: 1px 1px 1px #c68043; font-size: 12px; background-color: #dd914e; color: #f9f9f9; border: 1px solid #c68043; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: inset 1px 1px 10px #c68043; -moz-box-shadow: inset 1px 1px 10px #c68043; box-shadow: inset 1px 1px 10px #c68043;} +#gh:hover { color: #f7f7f7; } button { padding: 10px; text-shadow: 1px 1px 1px #2262ab; font-size: 14px; width: 200px; margin: 0 auto 10px; background-color: #307ace; color: #f9f9f9; border: 1px solid #2568b4; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: inset 1px 1px 10px #2262ab; -moz-box-shadow: inset 1px 1px 10px #2262ab; box-shadow: inset 1px 1px 10px #2262ab;} button:hover { cursor: pointer; } a, a:visited { color: #307ace; text-decoration: none; border-bottom: 1px dotted #307ace; } diff --git a/index.html b/index.html index 22108d7..1491eb5 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@