annotate web/lib/tapmodo-Jcrop-1902fbc/css/jquery.Jcrop.css @ 2376:4556eebe5d73

topdir reorgs; let pdm have its src/ dir; separate vite area from light9/
author drewp@bigasterisk.com
date Sun, 12 May 2024 19:02:10 -0700
parents light9/web/lib/tapmodo-Jcrop-1902fbc/css/jquery.Jcrop.css@95dfce5c12ce
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1094
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
1 /* jquery.Jcrop.css v0.9.12 - MIT License */
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
2 /*
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
3 The outer-most container in a typical Jcrop instance
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
4 If you are having difficulty with formatting related to styles
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
5 on a parent element, place any fixes here or in a like selector
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
6
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
7 You can also style this element if you want to add a border, etc
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
8 A better method for styling can be seen below with .jcrop-light
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
9 (Add a class to the holder and style elements for that extended class)
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
10 */
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
11 .jcrop-holder {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
12 direction: ltr;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
13 text-align: left;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
14 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
15 /* Selection Border */
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
16 .jcrop-vline,
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
17 .jcrop-hline {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
18 background: #ffffff url("Jcrop.gif");
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
19 font-size: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
20 position: absolute;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
21 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
22 .jcrop-vline {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
23 height: 100%;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
24 width: 1px !important;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
25 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
26 .jcrop-vline.right {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
27 right: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
28 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
29 .jcrop-hline {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
30 height: 1px !important;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
31 width: 100%;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
32 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
33 .jcrop-hline.bottom {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
34 bottom: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
35 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
36 /* Invisible click targets */
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
37 .jcrop-tracker {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
38 height: 100%;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
39 width: 100%;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
40 /* "turn off" link highlight */
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
41 -webkit-tap-highlight-color: transparent;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
42 /* disable callout, image save panel */
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
43 -webkit-touch-callout: none;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
44 /* disable cut copy paste */
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
45 -webkit-user-select: none;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
46 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
47 /* Selection Handles */
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
48 .jcrop-handle {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
49 background-color: #333333;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
50 border: 1px #eeeeee solid;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
51 width: 7px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
52 height: 7px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
53 font-size: 1px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
54 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
55 .jcrop-handle.ord-n {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
56 left: 50%;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
57 margin-left: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
58 margin-top: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
59 top: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
60 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
61 .jcrop-handle.ord-s {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
62 bottom: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
63 left: 50%;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
64 margin-bottom: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
65 margin-left: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
66 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
67 .jcrop-handle.ord-e {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
68 margin-right: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
69 margin-top: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
70 right: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
71 top: 50%;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
72 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
73 .jcrop-handle.ord-w {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
74 left: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
75 margin-left: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
76 margin-top: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
77 top: 50%;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
78 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
79 .jcrop-handle.ord-nw {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
80 left: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
81 margin-left: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
82 margin-top: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
83 top: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
84 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
85 .jcrop-handle.ord-ne {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
86 margin-right: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
87 margin-top: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
88 right: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
89 top: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
90 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
91 .jcrop-handle.ord-se {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
92 bottom: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
93 margin-bottom: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
94 margin-right: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
95 right: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
96 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
97 .jcrop-handle.ord-sw {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
98 bottom: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
99 left: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
100 margin-bottom: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
101 margin-left: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
102 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
103 /* Dragbars */
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
104 .jcrop-dragbar.ord-n,
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
105 .jcrop-dragbar.ord-s {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
106 height: 7px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
107 width: 100%;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
108 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
109 .jcrop-dragbar.ord-e,
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
110 .jcrop-dragbar.ord-w {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
111 height: 100%;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
112 width: 7px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
113 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
114 .jcrop-dragbar.ord-n {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
115 margin-top: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
116 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
117 .jcrop-dragbar.ord-s {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
118 bottom: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
119 margin-bottom: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
120 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
121 .jcrop-dragbar.ord-e {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
122 margin-right: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
123 right: 0;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
124 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
125 .jcrop-dragbar.ord-w {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
126 margin-left: -4px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
127 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
128 /* The "jcrop-light" class/extension */
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
129 .jcrop-light .jcrop-vline,
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
130 .jcrop-light .jcrop-hline {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
131 background: #ffffff;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
132 filter: alpha(opacity=70) !important;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
133 opacity: .70!important;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
134 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
135 .jcrop-light .jcrop-handle {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
136 -moz-border-radius: 3px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
137 -webkit-border-radius: 3px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
138 background-color: #000000;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
139 border-color: #ffffff;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
140 border-radius: 3px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
141 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
142 /* The "jcrop-dark" class/extension */
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
143 .jcrop-dark .jcrop-vline,
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
144 .jcrop-dark .jcrop-hline {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
145 background: #000000;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
146 filter: alpha(opacity=70) !important;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
147 opacity: 0.7 !important;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
148 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
149 .jcrop-dark .jcrop-handle {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
150 -moz-border-radius: 3px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
151 -webkit-border-radius: 3px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
152 background-color: #ffffff;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
153 border-color: #000000;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
154 border-radius: 3px;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
155 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
156 /* Simple macro to turn off the antlines */
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
157 .solid-line .jcrop-vline,
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
158 .solid-line .jcrop-hline {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
159 background: #ffffff;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
160 }
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
161 /* Fix for twitter bootstrap et al. */
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
162 .jcrop-holder img,
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
163 img.jcrop-preview {
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
164 max-width: none;
42101737e3cd add jcrop lib
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
165 }