Added the ComicPress mascot "Rascal" to replace Anomaly who needed a break .. (*grumble*)
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
e620de54ab
commit
9037e5c7ed
Binary file not shown.
Before Width: | Height: | Size: 9.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 71 B |
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
23
style.css
23
style.css
|
@ -1500,20 +1500,18 @@ li.storyline-root {
|
||||||
|
|
||||||
/* Tool Tips */
|
/* Tool Tips */
|
||||||
|
|
||||||
|
|
||||||
.tt a {
|
.tt a {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
color: #3CA3FF;
|
color: #3CA3FF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-bottom: -100px;
|
margin-bottom: -110px;
|
||||||
}
|
}
|
||||||
a.tt span {
|
a.tt span {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a.tt:hover span.tooltip {
|
a.tt:hover span.tooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -1522,26 +1520,26 @@ a.tt:hover span.tooltip {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 164px;
|
height: 164px;
|
||||||
background: url('images/anomaly.png') no-repeat;
|
background: url('images/comicpress-rascal.png') no-repeat;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
a.tt:hover span.top {
|
a.tt:hover span.top {
|
||||||
display: block;
|
display: block;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 20px;
|
height: 35px;
|
||||||
padding-top: 10px;
|
padding-top: 10px 10px 0 10px;
|
||||||
margin-top: 55px;
|
margin-top: 59px;
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
background: url('images/bubble.gif') no-repeat top;
|
background: url('images/bubble.png') 0 0 no-repeat;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
a.tt:hover span.middle {
|
a.tt:hover span.middle {
|
||||||
/* different middle bg for stretch */
|
/* different middle bg for stretch */
|
||||||
display: block;
|
display: block;
|
||||||
width: 190px;
|
width: 180px;
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
padding: 0 5px 0 5px;
|
padding: 0 10px;
|
||||||
background: url('images/bubble_filler.gif') repeat bottom;
|
background: url('images/bubble.png') -200px 0 repeat-y;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
a.tt:hover span.bottom {
|
a.tt:hover span.bottom {
|
||||||
|
@ -1551,11 +1549,10 @@ a.tt:hover span.bottom {
|
||||||
background-position: -100px;
|
background-position: -100px;
|
||||||
color: #548912;
|
color: #548912;
|
||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
background: url('images/bubble.gif') no-repeat bottom;
|
background: url('images/bubble.png') 0 -35px no-repeat;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* User Pages */
|
/* User Pages */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue