Added farbtastic's default stylesheet
This commit is contained in:
parent
d4291f1f9b
commit
4f966709e6
32
theme/default/base/css/farbtastic.css
Normal file
32
theme/default/base/css/farbtastic.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
.farbtastic {
|
||||
position: relative;
|
||||
}
|
||||
.farbtastic * {
|
||||
position: absolute;
|
||||
cursor: crosshair;
|
||||
}
|
||||
.farbtastic, .farbtastic .wheel {
|
||||
width: 195px;
|
||||
height: 195px;
|
||||
}
|
||||
.farbtastic .color, .farbtastic .overlay {
|
||||
top: 47px;
|
||||
left: 47px;
|
||||
width: 101px;
|
||||
height: 101px;
|
||||
}
|
||||
.farbtastic .wheel {
|
||||
background: url(../../../../js/farbtastic/wheel.png) no-repeat;
|
||||
width: 195px;
|
||||
height: 195px;
|
||||
}
|
||||
.farbtastic .overlay {
|
||||
background: url(../../../../js/farbtastic/mask.png) no-repeat;
|
||||
}
|
||||
.farbtastic .marker {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
margin: -8px 0 0 -8px;
|
||||
overflow: hidden;
|
||||
background: url(../../../../js/farbtastic/marker.png) no-repeat;
|
||||
}
|
Loading…
Reference in New Issue
Block a user