2011-11-08 01:03:38 +00:00
|
|
|
* {
|
|
|
|
engine: none;
|
|
|
|
background-image: none;
|
|
|
|
padding: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
border-width: 0;
|
|
|
|
border-style: none;
|
|
|
|
border-image: none;
|
|
|
|
border-image-width: 0;
|
|
|
|
background-color: rgba(0,0,0,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#no-repeat {
|
|
|
|
background-image: url("border-image-ball-red.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#repeat {
|
|
|
|
background-image: url("border-image-ball-green.png");
|
|
|
|
background-repeat: repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#default {
|
|
|
|
background-image: url("green-20x20.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#default-ref {
|
|
|
|
background-image: none;
|
2012-11-13 20:41:08 +00:00
|
|
|
background-color: lime;
|
2011-11-08 01:03:38 +00:00
|
|
|
}
|