FINAL
This commit is contained in:
parent
0a4265a052
commit
6654db2f80
2 changed files with 3 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Reference in a new issue