Fixed the cursor
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 233 B |
@ -6,12 +6,16 @@
|
|||||||
body{
|
body{
|
||||||
background-image: url("/media/Art/EmptySpace.png");
|
background-image: url("/media/Art/EmptySpace.png");
|
||||||
background-size: 6%;
|
background-size: 6%;
|
||||||
cursor: url("/media/Art/Ship.png");
|
cursor: url('/media/Art/Ship.png'), auto;
|
||||||
color: rgb(4, 255, 138);
|
color: rgb(4, 255, 138);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a{
|
||||||
|
cursor: url("/media/Art/BlastOff.png"), auto;
|
||||||
|
}
|
||||||
|
|
||||||
#introtitle{
|
#introtitle{
|
||||||
font-family: SPACEMAN;
|
font-family: SPACEMAN;
|
||||||
color:rgb(2, 255, 192)
|
color:rgb(2, 255, 192)
|
||||||
|
|||||||
@ -17,7 +17,7 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width:100%;
|
width:100%;
|
||||||
cursor: url('/media/Art/comet.png'), auto;
|
cursor: url('/media/Art/Ship.png'), auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul{
|
ul{
|
||||||
@ -25,7 +25,7 @@ ul{
|
|||||||
}
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
cursor: url("/media/Art/BlastOff.png");
|
cursor: url("/media/Art/BlastOff.png"), auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#introtitle{
|
#introtitle{
|
||||||
|
|||||||
Reference in New Issue
Block a user