Added 'it gives you this'

This commit is contained in:
George Michael Brower 2011-01-27 14:24:25 -07:00
parent f6a68f5cc7
commit 3cf34f1954
5 changed files with 8 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -48,12 +48,12 @@ h2 {
} }
#notifier { #notifier {
position: absolute; position: fixed;
right: 0; right: 0;
top: 0; top: 0;
width: 271px; width: 271px;
height: 112px; height: 142px;
background: url("assets/arrow.png") 0 0 no-repeat; background: url("assets/itgivesyouthis.jpg") 72px 0 no-repeat;
margin: 30px 22px 0 0; margin: 30px 22px 0 0;
} }

View File

@ -135,18 +135,18 @@ width: 148px;
.guidat-slider-bg:hover, .guidat-slider-bg:hover,
.guidat-slider-bg.active { .guidat-slider-bg.active {
background-color: #444; background-color: #444;
} }
.guidat-slider-bg:hover .guidat-slider-fg, .guidat-slider-bg:hover .guidat-slider-fg,
.guidat-slider-bg.active .guidat-slider-fg { .guidat-slider-bg.active .guidat-slider-fg {
background-color: #52c8ff; background-color: #52c8ff;
} }
.guidat-slider-bg { .guidat-slider-bg {
background-color: #222; background-color: #222;
cursor: ew-resize; cursor: ew-resize;
width: 40%; width: 40%;
margin-top: 2px; margin-top: 2px;
float: right; float: right;
height: 21px; height: 21px;

2
gui.js
View File

@ -147,4 +147,6 @@ var GUI = new function() {
open = false; open = false;
} }
}; };