focal_point.css in Focal Point 8
Same filename and directory in other branches
.focal-point-indicator {
width: 1px;
height: 1px;
cursor: move;
}
.focal-point-indicator:after {
content: "+";
color: #fff;
cursor: move;
text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000;
width: .75em;
height: .75em;
font-size: 1.5em;
line-height: .75em;
display: block;
position: relative;
top: -.375em;
left: -.375em;
}
.focal-point-wrapper {
display: inline-block;
position: relative;
direction: ltr;
}
.focal-point-preview-link {
display: block;
direction: initial;
text-align: center;
}
.focal-point-preview-link:before {
content: "\1F50D";
font-size: x-large;
vertical-align: middle;
}
.focal-point-preview-link:hover {
text-decoration: none;
}
File
css/focal_point.cssView source
- .focal-point-indicator {
- width: 1px;
- height: 1px;
- cursor: move;
- }
- .focal-point-indicator:after {
- content: "+";
- color: #fff;
- cursor: move;
- text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000;
- width: .75em;
- height: .75em;
- font-size: 1.5em;
- line-height: .75em;
- display: block;
- position: relative;
- top: -.375em;
- left: -.375em;
- }
- .focal-point-wrapper {
- display: inline-block;
- position: relative;
- direction: ltr;
- }
- .focal-point-preview-link {
- display: block;
- direction: initial;
- text-align: center;
- }
- .focal-point-preview-link:before {
- content: "\1F50D";
- font-size: x-large;
- vertical-align: middle;
- }
- .focal-point-preview-link:hover {
- text-decoration: none;
- }