This commit is contained in:
Tom Slominski
2013-02-27 21:48:15 +00:00
parent e650be6974
commit e63be55b8a
10 changed files with 75 additions and 208 deletions

View File

@@ -78,8 +78,17 @@ h1 a:visited {
line-height:38px;
display: block;
padding: 0 10px;
background:none;
transition: background 800ms;
-moz-transition: background 800ms; /* Firefox 4 */
-webkit-transition: background 800ms; /* Safari and Chrome */
-o-transition: background 800ms; /* Opera */
}
.menu a:hover {
transition: background 800ms;
-moz-transition: background 800ms; /* Firefox 4 */
-webkit-transition: background 800ms; /* Safari and Chrome */
-o-transition: background 800ms; /* Opera */
background:#292929;
}
.menu li {
@@ -91,6 +100,7 @@ h1 a:visited {
/* Container */
#container {
width: 60%;
min-width:720px;
margin-left: auto;
margin-right: auto;
background-color: #FFF;
@@ -103,7 +113,10 @@ h1 a:visited {
width: 60%;
float: right;
}
.bookmarklet {
div.bookmarklet {
width:20%;
}
a.bookmarklet {
border-radius: 11px;
background: #ddd url(../img/button.png) repeat-x;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
@@ -117,10 +130,15 @@ h1 a:visited {
overflow: visible;
padding: 3px 10px 4px;
text-shadow: #fff 0 1px 1px;
width: auto;
text-decoration:none;
margin-right:2%;
}
/* Tooltips */
.qtip-default, .qtip-default:after {
border-color: #013F6D;
background-color: #013F6D;
color: #FFF;
}
.ui-tooltip-titlebar,
.ui-tooltip-content{
border-color: #013F6D;
@@ -155,7 +173,8 @@ h1 a:visited {
margin-top:30px;
}
.footer p {
padding:20px 0 20px 0;
padding:20px 2% 20px 2%;
padding:20px 2% 20px 2%;
margin:0 auto;
}
.footer a {