author | Anthony Ly <anthonyly.com@gmail.com> |
Wed, 19 Dec 2012 17:46:52 -0800 | |
changeset 204 | 09a1c134465b |
parent 200 | 06ff584323c3 |
permissions | -rw-r--r-- |
204
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2 |
/*------------------------------------------------------------------------------ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
3 |
TinyMCE and Quicklinks toolbars |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
4 |
------------------------------------------------------------------------------*/ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
5 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
6 |
/* wp_theme/ui.css */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
7 |
.wp_themeSkin table, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
8 |
.wp_themeSkin tbody, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
9 |
.wp_themeSkin a, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
10 |
.wp_themeSkin img, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
11 |
.wp_themeSkin tr, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
12 |
.wp_themeSkin div, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
13 |
.wp_themeSkin td, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
14 |
.wp_themeSkin iframe, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
15 |
.wp_themeSkin span, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
16 |
.wp_themeSkin *, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
17 |
.wp_themeSkin .mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
18 |
border: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
19 |
margin: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
20 |
padding: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
21 |
white-space: nowrap; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
22 |
text-decoration: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
23 |
font-weight: normal; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
24 |
cursor: default; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
25 |
vertical-align: baseline; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
26 |
width: auto; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
27 |
border-collapse: separate; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
28 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
29 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
30 |
.wp_themeSkin a:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
31 |
.wp_themeSkin a:link, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
32 |
.wp_themeSkin a:visited, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
33 |
.wp_themeSkin a:active { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
34 |
text-decoration: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
35 |
font-weight: normal; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
36 |
cursor: default; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
37 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
38 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
39 |
.wp_themeSkin table td { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
40 |
vertical-align: middle; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
41 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
42 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
43 |
.wp_themeSkin *, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
44 |
.wp_themeSkin a:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
45 |
.wp_themeSkin a:link, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
46 |
.wp_themeSkin a:visited, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
47 |
.wp_themeSkin a:active { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
48 |
color: #555; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
49 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
50 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
51 |
/* Containers */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
52 |
.wp_themeSkin table {} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
53 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
54 |
.wp_themeSkin iframe { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
55 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
56 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
57 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
58 |
.wp_themeSkin #mce_fullscreen_ifr { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
59 |
background-color: #fff; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
60 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
61 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
62 |
.wp_themeSkin .mceToolbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
63 |
padding: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
64 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
65 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
66 |
/* External */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
67 |
.wp_themeSkin .mceExternalToolbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
68 |
position: absolute; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
69 |
border-bottom: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
70 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
71 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
72 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
73 |
.wp_themeSkin .mceExternalToolbar td.mceToolbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
74 |
padding-right: 13px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
75 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
76 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
77 |
.wp_themeSkin .mceExternalClose { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
78 |
position: absolute; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
79 |
top: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
80 |
right: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
81 |
width: 7px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
82 |
height: 7px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
83 |
background: url("../js/tinymce/themes/advanced/img/icons.gif") -820px 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
84 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
85 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
86 |
/* Layout */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
87 |
.wp_themeSkin table.mceToolbar, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
88 |
.wp_themeSkin tr.mceFirst .mceToolbar tr td, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
89 |
.wp_themeSkin tr.mceLast .mceToolbar tr td { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
90 |
border: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
91 |
margin: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
92 |
padding: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
93 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
94 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
95 |
.wp_themeSkin table.mceLayout { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
96 |
border: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
97 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
98 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
99 |
.wp_themeSkin .mceStatusbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
100 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
101 |
font-family: sans-serif; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
102 |
font-size: 12px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
103 |
line-height: 16px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
104 |
padding: 0 0 0 8px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
105 |
overflow: visible; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
106 |
height: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
107 |
border-top: 1px solid #dfdfdf; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
108 |
color: #000; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
109 |
background-color: #f5f5f5; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
110 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
111 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
112 |
.rtl .wp_themeSkin .mceStatusbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
113 |
padding: 0 8px 0 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
114 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
115 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
116 |
.wp_themeSkin .mceStatusbar * { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
117 |
color: #555; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
118 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
119 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
120 |
.wp_themeSkin .mceStatusbar div { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
121 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
122 |
padding: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
123 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
124 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
125 |
.rtl .wp_themeSkin .mceStatusbar div { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
126 |
float: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
127 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
128 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
129 |
.wp_themeSkin .mceStatusbar a.mceResize { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
130 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
131 |
float: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
132 |
background: url("../js/tinymce/themes/advanced/img/icons.gif") -800px 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
133 |
width: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
134 |
height: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
135 |
cursor: se-resize; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
136 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
137 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
138 |
.rtl .wp_themeSkin .mceStatusbar a.mceResize { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
139 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
140 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
141 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
142 |
.wp_themeSkin .mceStatusbar a:hover { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
143 |
text-decoration: underline; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
144 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
145 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
146 |
.wp_themeSkin table.mceToolbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
147 |
margin: 0 6px 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
148 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
149 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
150 |
.wp_themeSkin table.mceToolbar :active, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
151 |
.wp_themeSkin table.mceToolbar :focus, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
152 |
.wp_themeSkin table.mceToolbar:focus, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
153 |
.wp_themeSkin span.mceSeparator:focus { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
154 |
outline: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
155 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
156 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
157 |
.wp_themeSkin #content_toolbar1 { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
158 |
margin-top: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
159 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
160 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
161 |
.wp_themeSkin .mceToolbar .mceToolbarEndListBox span { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
162 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
163 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
164 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
165 |
.wp_themeSkin span.mceIcon, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
166 |
.wp_themeSkin img.mceIcon { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
167 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
168 |
width: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
169 |
height: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
170 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
171 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
172 |
.wp_themeSkin .mceIcon { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
173 |
background: url("../js/tinymce/themes/advanced/img/icons.gif") no-repeat 20px 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
174 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
175 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
176 |
/* Button */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
177 |
.wp_themeSkin .mceButton { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
178 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
179 |
width: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
180 |
height: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
181 |
cursor: default; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
182 |
padding: 1px 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
183 |
margin: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
184 |
-webkit-border-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
185 |
border-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
186 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
187 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
188 |
.wp_themeSkin a.mceButtonEnabled:hover { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
189 |
background-image: inherit 0 -10px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
190 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
191 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
192 |
.wp_themeSkin .mceOldBoxModel a.mceButton span, .wp_themeSkin .mceOldBoxModel a.mceButton img { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
193 |
margin: 0 0 0 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
194 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
195 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
196 |
.wp_themeSkin .mceButtonDisabled .mceIcon { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
197 |
opacity: 0.2; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
198 |
filter: alpha(opacity=20); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
199 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
200 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
201 |
/* Separator */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
202 |
.wp_themeSkin .mceSeparator { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
203 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
204 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
205 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
206 |
/* ListBox */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
207 |
.wp_themeSkin .mceListBox, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
208 |
.wp_themeSkin .mceListBox a { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
209 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
210 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
211 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
212 |
.wp_themeSkin .mceListBox .mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
213 |
padding: 1px 4px 1px 5px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
214 |
width: 70px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
215 |
text-align: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
216 |
text-decoration: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
217 |
-webkit-border-bottom-left-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
218 |
-webkit-border-top-left-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
219 |
border-bottom-left-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
220 |
border-top-left-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
221 |
font-family: sans-serif; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
222 |
font-size: 12px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
223 |
height: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
224 |
line-height: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
225 |
overflow: hidden; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
226 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
227 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
228 |
.wp_themeSkin .mceListBox { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
229 |
margin: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
230 |
direction: ltr; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
231 |
background-color: #fff; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
232 |
border: 1px solid #ddd; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
233 |
-webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
234 |
box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
235 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
236 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
237 |
.wp_themeSkin .mceListBox .mceOpen { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
238 |
width: 12px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
239 |
height: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
240 |
border-collapse: separate; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
241 |
padding: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
242 |
-webkit-border-bottom-left-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
243 |
-webkit-border-top-left-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
244 |
border-bottom-left-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
245 |
border-top-left-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
246 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
247 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
248 |
.wp_themeSkin .mceListBox .mceFirst a { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
249 |
border-style: solid; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
250 |
border-width: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
251 |
border-bottom-right-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
252 |
border-top-right-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
253 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
254 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
255 |
/*.wp_themeSkin .mceListBox .mceLast { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
256 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
257 |
}*/ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
258 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
259 |
.wp_themeSkin .mceListBox .mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
260 |
.wp_themeSkin .mceListBoxHover .mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
261 |
.wp_themeSkin .mceListBoxSelected .mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
262 |
.wp_themeSkin table.mceListBoxEnabled .mceOpen { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
263 |
background-image: url("../images/down_arrow.gif"); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
264 |
background-position: 3px 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
265 |
background-repeat: no-repeat; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
266 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
267 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
268 |
.wp_themeSkin .mceListBoxDisabled .mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
269 |
color: gray; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
270 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
271 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
272 |
.wp_themeSkin .mceListBoxMenu { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
273 |
overflow: auto; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
274 |
overflow-x: hidden; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
275 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
276 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
277 |
.wp_themeSkin .mceOldBoxModel .mceListBox .mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
278 |
height: 22px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
279 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
280 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
281 |
.wp_themeSkin select.mceListBox { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
282 |
font-family: sans-serif; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
283 |
font-size: 12px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
284 |
border-color: #b2b2b2; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
285 |
background-color: #fff; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
286 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
287 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
288 |
/* SplitButton */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
289 |
.wp_themeSkin .mceSplitButton a, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
290 |
.wp_themeSkin .mceSplitButton span { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
291 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
292 |
height: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
293 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
294 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
295 |
.wp_themeSkin .mceSplitButton { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
296 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
297 |
direction: ltr; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
298 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
299 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
300 |
.wp_themeSkin table.mceSplitButton td { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
301 |
padding: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
302 |
-webkit-border-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
303 |
border-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
304 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
305 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
306 |
.wp_themeSkin table.mceSplitButton:hover td { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
307 |
background-image: inherit 0 -10px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
308 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
309 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
310 |
.wp_themeSkin .mceSplitButton a.mceAction { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
311 |
height: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
312 |
width: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
313 |
padding: 1px 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
314 |
border-right: 0 none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
315 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
316 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
317 |
.wp_themeSkin .mceSplitButton span.mceAction { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
318 |
background-image: url("../js/tinymce/themes/advanced/img/icons.gif"); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
319 |
background-repeat: no-repeat; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
320 |
background-color: transparent; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
321 |
width: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
322 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
323 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
324 |
.wp_themeSkin .mceSplitButton a.mceOpen { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
325 |
width: 11px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
326 |
height: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
327 |
background-position: 0px 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
328 |
background-repeat: no-repeat; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
329 |
padding: 1px 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
330 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
331 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
332 |
.wp_themeSkin .mceSplitButton span.mceOpen { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
333 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
334 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
335 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
336 |
.wp_themeSkin .mceSplitButtonDisabled .mceAction { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
337 |
opacity: 0.3; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
338 |
filter: alpha(opacity=30); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
339 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
340 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
341 |
.wp_themeSkin .mceListBox a.mceText, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
342 |
.wp_themeSkin .mceSplitButton a.mceAction { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
343 |
-webkit-border-bottom-left-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
344 |
-webkit-border-top-left-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
345 |
border-bottom-left-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
346 |
border-top-left-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
347 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
348 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
349 |
.wp_themeSkin .mceSplitButton a.mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
350 |
.wp_themeSkin .mceListBox a.mceOpen { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
351 |
-webkit-border-bottom-right-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
352 |
-webkit-border-top-right-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
353 |
border-bottom-right-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
354 |
border-top-right-radius: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
355 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
356 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
357 |
.wp_themeSkin span.mce_undo, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
358 |
.wp_themeSkin span.mce_redo, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
359 |
.wp_themeSkin span.mce_bullist, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
360 |
.wp_themeSkin span.mce_numlist, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
361 |
.wp_themeSkin span.mce_blockquote, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
362 |
.wp_themeSkin span.mce_charmap, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
363 |
.wp_themeSkin span.mce_bold, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
364 |
.wp_themeSkin span.mce_italic, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
365 |
.wp_themeSkin span.mce_underline, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
366 |
.wp_themeSkin span.mce_justifyleft, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
367 |
.wp_themeSkin span.mce_justifyright, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
368 |
.wp_themeSkin span.mce_justifycenter, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
369 |
.wp_themeSkin span.mce_justifyfull, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
370 |
.wp_themeSkin span.mce_indent, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
371 |
.wp_themeSkin span.mce_outdent, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
372 |
.wp_themeSkin span.mce_link, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
373 |
.wp_themeSkin span.mce_unlink, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
374 |
.wp_themeSkin span.mce_help, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
375 |
.wp_themeSkin span.mce_removeformat, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
376 |
.wp_themeSkin span.mce_fullscreen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
377 |
.wp_themeSkin span.mce_wp_fullscreen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
378 |
.wp_themeSkin span.mce_media, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
379 |
.wp_themeSkin span.mce_pastetext, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
380 |
.wp_themeSkin span.mce_pasteword, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
381 |
.wp_themeSkin span.mce_wp_help, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
382 |
.wp_themeSkin span.mce_wp_adv, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
383 |
.wp_themeSkin span.mce_wp_more, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
384 |
.wp_themeSkin span.mce_strikethrough, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
385 |
.wp_themeSkin span.mce_spellchecker, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
386 |
.wp_themeSkin span.mce_forecolor, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
387 |
.wp_themeSkin .mce_forecolorpicker, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
388 |
.wp_themeSkin .mceSplitButton .mce_spellchecker span.mce_spellchecker, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
389 |
.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
390 |
.wp_themeSkin .mceSplitButton span.mce_numlist, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
391 |
.wp_themeSkin .mceSplitButton span.mce_bullist { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
392 |
background-image: url('../images/wpicons.png?ver=20120720'); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
393 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
394 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
395 |
/* ColorSplitButton */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
396 |
.wp_themeSkin div.mceColorSplitMenu table { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
397 |
background-color: #ebebeb; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
398 |
border-color: #bbb; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
399 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
400 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
401 |
.wp_themeSkin .mceColorSplitMenu td { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
402 |
padding: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
403 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
404 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
405 |
.wp_themeSkin .mceColorSplitMenu a { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
406 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
407 |
width: 9px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
408 |
height: 9px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
409 |
overflow: hidden; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
410 |
border-color: #B2B2B2; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
411 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
412 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
413 |
.wp_themeSkin .mceColorSplitMenu td.mceMoreColors { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
414 |
padding: 1px 3px 1px 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
415 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
416 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
417 |
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
418 |
width: 100%; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
419 |
height: auto; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
420 |
text-align: center; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
421 |
font-family: Tahoma,Verdana,Arial,Helvetica; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
422 |
font-size: 11px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
423 |
line-height: 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
424 |
border-color: #fff; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
425 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
426 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
427 |
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
428 |
.wp_themeSkin a.mceMoreColors:hover {} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
429 |
.wp_themeSkin .mceColorPreview { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
430 |
margin: -5px 0 0 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
431 |
width: 16px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
432 |
height: 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
433 |
overflow: hidden; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
434 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
435 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
436 |
/* Menu */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
437 |
.wp_themeSkin .mceMenu { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
438 |
position: absolute; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
439 |
left: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
440 |
top: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
441 |
z-index: 1000; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
442 |
border-color: #ddd; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
443 |
direction: ltr; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
444 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
445 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
446 |
.wp_themeSkin .mceNoIcons span.mceIcon { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
447 |
width: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
448 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
449 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
450 |
.wp_themeSkin .mceNoIcons a .mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
451 |
padding-left: 10px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
452 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
453 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
454 |
.wp_themeSkin .mceMenu table { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
455 |
background-color: #ebeaeb; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
456 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
457 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
458 |
.wp_themeSkin .mceMenu a, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
459 |
.wp_themeSkin .mceMenu span, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
460 |
.wp_themeSkin .mceMenu { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
461 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
462 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
463 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
464 |
.wp_themeSkin .mceMenu td { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
465 |
height: 20px;overflow: hidden; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
466 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
467 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
468 |
.wp_themeSkin .mceMenu a { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
469 |
position: relative; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
470 |
padding: 3px 0 4px 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
471 |
text-decoration: none !important; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
472 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
473 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
474 |
.wp_themeSkin .mceMenu .mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
475 |
position: relative; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
476 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
477 |
font-family: Tahoma,Verdana,Arial,Helvetica; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
478 |
cursor: default; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
479 |
margin: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
480 |
padding: 0 25px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
481 |
color: #000; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
482 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
483 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
484 |
.wp_themeSkin .mceMenu span.mceText, .wp_themeSkin .mceMenu .mcePreview { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
485 |
font-size: 12px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
486 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
487 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
488 |
.wp_themeSkin .mceMenu pre.mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
489 |
font-family: Monospace; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
490 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
491 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
492 |
.wp_themeSkin .mceMenu .mceIcon { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
493 |
position: absolute; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
494 |
top: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
495 |
left: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
496 |
width: 22px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
497 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
498 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
499 |
.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
500 |
.wp_themeSkin .mceMenu .mceMenuItemActive { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
501 |
background-color: #f5f5f5; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
502 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
503 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
504 |
.wp_themeSkin td.mceMenuItemSeparator { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
505 |
height: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
506 |
background-color: #aaa; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
507 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
508 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
509 |
.wp_themeSkin .mceMenuItemTitle a { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
510 |
border-top: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
511 |
border-right: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
512 |
border-left: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
513 |
border-bottom: 1px solid #aaa; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
514 |
text-decoration: none !important; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
515 |
background-color: #ccc; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
516 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
517 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
518 |
.wp_themeSkin .mceMenuItemTitle span.mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
519 |
font-weight: bold; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
520 |
padding-left: 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
521 |
color: #000; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
522 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
523 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
524 |
.wp_themeSkin .mceMenuItemSelected .mceIcon { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
525 |
background: url("../js/tinymce/themes/advanced/skins/default/img/menu_check.gif"); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
526 |
color: #888; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
527 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
528 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
529 |
.wp_themeSkin .mceNoIcons .mceMenuItemSelected a { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
530 |
background: url("../js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif") no-repeat -6px center; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
531 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
532 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
533 |
.wp_themeSkin .mceMenu span.mceMenuLine { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
534 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
535 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
536 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
537 |
.wp_themeSkin .mceMenuItemSub a { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
538 |
background: url("../js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif") no-repeat top right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
539 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
540 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
541 |
/* Progress,Resize */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
542 |
.wp_themeSkin .mceBlocker { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
543 |
position: absolute; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
544 |
left: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
545 |
top: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
546 |
z-index: 1000; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
547 |
opacity: 0.5; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
548 |
filter: alpha(opacity=50); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
549 |
background: #FFF; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
550 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
551 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
552 |
.wp_themeSkin .mceProgress { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
553 |
position: absolute; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
554 |
left: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
555 |
top: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
556 |
z-index: 1001; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
557 |
background: url("../js/tinymce/themes/advanced/skins/default/img/progress.gif") no-repeat; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
558 |
width: 32px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
559 |
height: 32px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
560 |
margin: -16px 0 0 -16px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
561 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
562 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
563 |
.wp_themeSkin .mcePlaceHolder { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
564 |
border: 1px dotted gray; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
565 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
566 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
567 |
/* Rtl */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
568 |
.mceRtl .mceListBox .mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
569 |
text-align: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
570 |
padding: 0 4px 0 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
571 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
572 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
573 |
.mceRtl .mceMenuItem .mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
574 |
text-align: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
575 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
576 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
577 |
/* Formats */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
578 |
.wp_themeSkin .mce_p span.mceText {} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
579 |
.wp_themeSkin .mce_address span.mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
580 |
font-style: italic; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
581 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
582 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
583 |
.wp_themeSkin .mce_pre span.mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
584 |
font-family: monospace; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
585 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
586 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
587 |
.wp_themeSkin .mce_h1 span.mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
588 |
font-weight: bolder; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
589 |
font-size: 17px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
590 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
591 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
592 |
.wp_themeSkin .mce_h2 span.mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
593 |
font-weight: bolder; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
594 |
font-size: 16px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
595 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
596 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
597 |
.wp_themeSkin .mce_h3 span.mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
598 |
font-weight: bolder; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
599 |
font-size: 15px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
600 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
601 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
602 |
.wp_themeSkin .mce_h4 span.mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
603 |
font-weight: bolder; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
604 |
font-size: 14px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
605 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
606 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
607 |
.wp_themeSkin .mce_h5 span.mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
608 |
font-weight: bolder; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
609 |
font-size: 13px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
610 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
611 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
612 |
.wp_themeSkin .mce_h6 span.mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
613 |
font-weight: bolder; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
614 |
font-size: 12px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
615 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
616 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
617 |
/* Theme */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
618 |
.wp_themeSkin span.mce_undo {background-position:-500px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
619 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_undo, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
620 |
.wp_themeSkin .mceButtonActive span.mce_undo {background-position:-500px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
621 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
622 |
.wp_themeSkin span.mce_redo {background-position:-480px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
623 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_redo, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
624 |
.wp_themeSkin .mceButtonActive span.mce_redo {background-position:-480px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
625 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
626 |
.wp_themeSkin span.mce_bullist {background-position:-40px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
627 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_bullist, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
628 |
.wp_themeSkin .mceButtonActive span.mce_bullist, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
629 |
.wp_themeSkin .mceSplitButton:hover span.mce_bullist {background-position:-40px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
630 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
631 |
.wp_themeSkin span.mce_numlist {background-position:-60px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
632 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_numlist, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
633 |
.wp_themeSkin .mceButtonActive span.mce_numlist, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
634 |
.wp_themeSkin .mceSplitButton:hover span.mce_numlist {background-position:-60px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
635 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
636 |
.wp_themeSkin span.mce_blockquote {background-position:-80px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
637 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_blockquote, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
638 |
.wp_themeSkin .mceButtonActive span.mce_blockquote {background-position:-80px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
639 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
640 |
.wp_themeSkin span.mce_charmap {background-position:-420px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
641 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_charmap, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
642 |
.wp_themeSkin .mceButtonActive span.mce_charmap {background-position:-420px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
643 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
644 |
.wp_themeSkin span.mce_bold {background-position:0 -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
645 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_bold, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
646 |
.wp_themeSkin .mceButtonActive span.mce_bold {background-position:0 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
647 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
648 |
.wp_themeSkin span.mce_italic {background-position:-20px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
649 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_italic, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
650 |
.wp_themeSkin .mceButtonActive span.mce_italic {background-position:-20px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
651 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
652 |
.wp_themeSkin span.mce_underline {background-position:-280px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
653 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_underline, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
654 |
.wp_themeSkin .mceButtonActive span.mce_underline {background-position:-280px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
655 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
656 |
.wp_themeSkin span.mce_justifyleft {background-position:-100px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
657 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_justifyleft, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
658 |
.wp_themeSkin .mceButtonActive span.mce_justifyleft {background-position:-100px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
659 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
660 |
.wp_themeSkin span.mce_justifyright {background-position:-140px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
661 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_justifyright, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
662 |
.wp_themeSkin .mceButtonActive span.mce_justifyright {background-position:-140px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
663 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
664 |
.wp_themeSkin span.mce_justifycenter {background-position:-120px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
665 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_justifycenter, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
666 |
.wp_themeSkin .mceButtonActive span.mce_justifycenter {background-position:-120px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
667 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
668 |
.wp_themeSkin span.mce_justifyfull {background-position:-300px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
669 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_justifyfull, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
670 |
.wp_themeSkin .mceButtonActive span.mce_justifyfull {background-position:-300px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
671 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
672 |
.wp_themeSkin span.mce_indent {background-position:-460px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
673 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_indent, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
674 |
.wp_themeSkin .mceButtonActive span.mce_indent {background-position:-460px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
675 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
676 |
.wp_themeSkin span.mce_outdent {background-position:-440px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
677 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_outdent, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
678 |
.wp_themeSkin .mceButtonActive span.mce_outdent {background-position:-440px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
679 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
680 |
.wp_themeSkin span.mce_link {background-position:-160px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
681 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_link, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
682 |
.wp_themeSkin .mceButtonActive span.mce_link {background-position:-160px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
683 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
684 |
.wp_themeSkin span.mce_unlink {background-position:-180px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
685 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_unlink, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
686 |
.wp_themeSkin .mceButtonActive span.mce_unlink {background-position:-180px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
687 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
688 |
.wp_themeSkin span.mce_help {background-position:-520px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
689 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_help, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
690 |
.wp_themeSkin .mceButtonActive span.mce_help {background-position:-520px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
691 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
692 |
.wp_themeSkin span.mce_removeformat {background-position:-380px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
693 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_removeformat, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
694 |
.wp_themeSkin .mceButtonActive span.mce_removeformat {background-position:-380px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
695 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
696 |
.wp_themeSkin span.mce_strikethrough {background-position:-540px -20px;} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
697 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_strikethrough, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
698 |
.wp_themeSkin .mceButtonActive span.mce_strikethrough {background-position:-540px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
699 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
700 |
.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor {background-position:-320px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
701 |
.wp_themeSkin .mceSplitButtonEnabled:hover span.mce_forecolor, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
702 |
.wp_themeSkin .mceSplitButtonSelected span.mce_forecolor {background-position:-320px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
703 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
704 |
.wp_themeSkin .mce_forecolorpicker {background-position:-320px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
705 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
706 |
/* Plugins in WP */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
707 |
.wp_themeSkin span.mce_fullscreen {background-position:-240px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
708 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_fullscreen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
709 |
.wp_themeSkin .mceButtonActive span.mce_fullscreen {background-position:-240px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
710 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
711 |
.wp_themeSkin span.mce_wp_fullscreen {background-position:-240px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
712 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_wp_fullscreen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
713 |
.wp_themeSkin .mceButtonActive span.mce_wp_fullscreen {background-position:-240px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
714 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
715 |
.wp_themeSkin span.mce_media {background-position:-400px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
716 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_media, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
717 |
.wp_themeSkin .mceButtonActive span.mce_media {background-position:-400px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
718 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
719 |
.wp_themeSkin span.mce_pastetext {background-position:-340px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
720 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_pastetext, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
721 |
.wp_themeSkin .mceButtonActive span.mce_pastetext {background-position:-340px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
722 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
723 |
.wp_themeSkin span.mce_pasteword {background-position:-360px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
724 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_pasteword, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
725 |
.wp_themeSkin .mceButtonActive span.mce_pasteword {background-position:-360px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
726 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
727 |
.wp_themeSkin span.mce_spellchecker {background-position:-220px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
728 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_spellchecker, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
729 |
.wp_themeSkin .mceSplitButtonEnabled:hover span.mce_spellchecker, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
730 |
.wp_themeSkin .mceButtonActive span.mce_spellchecker, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
731 |
.wp_themeSkin .mceSplitButtonSelected span.mce_spellchecker {background-position:-220px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
732 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
733 |
.wp_themeSkin span.mce_wp_help {background-position:-520px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
734 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_wp_help, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
735 |
.wp_themeSkin .mceButtonActive span.mce_wp_help {background-position:-520px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
736 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
737 |
.wp_themeSkin span.mce_wp_adv {background-position:-260px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
738 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_wp_adv, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
739 |
.wp_themeSkin .mceButtonActive span.mce_wp_adv {background-position:-260px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
740 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
741 |
.wp_themeSkin span.mce_wp_more {background-position:-200px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
742 |
.wp_themeSkin .mceButtonEnabled:hover span.mce_wp_more, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
743 |
.wp_themeSkin .mceButtonActive span.mce_wp_more {background-position:-200px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
744 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
745 |
/* Default icons */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
746 |
.wp_themeSkin span.mce_cleanup {background-position:-380px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
747 |
.wp_themeSkin span.mce_anchor {background-position:-200px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
748 |
.wp_themeSkin span.mce_sub {background-position:-600px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
749 |
.wp_themeSkin span.mce_sup {background-position:-620px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
750 |
.wp_themeSkin span.mce_newdocument {background-position:-520px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
751 |
.wp_themeSkin span.mce_image {background-position:-380px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
752 |
.wp_themeSkin span.mce_code {background-position:-260px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
753 |
.wp_themeSkin span.mce_hr {background-position:-360px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
754 |
.wp_themeSkin span.mce_visualaid {background-position:-660px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
755 |
.wp_themeSkin span.mce_paste {background-position:-560px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
756 |
.wp_themeSkin span.mce_copy {background-position:-700px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
757 |
.wp_themeSkin span.mce_cut {background-position:-680px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
758 |
.wp_themeSkin .mce_backcolor span.mceAction {background-position:-760px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
759 |
.wp_themeSkin .mce_backcolorpicker {background-position:-760px 0} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
760 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
761 |
/* Plugins */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
762 |
.wp_themeSkin span.mce_advhr {background-position:-0px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
763 |
.wp_themeSkin span.mce_ltr {background-position:-20px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
764 |
.wp_themeSkin span.mce_rtl {background-position:-40px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
765 |
.wp_themeSkin span.mce_emotions {background-position:-60px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
766 |
.wp_themeSkin span.mce_fullpage {background-position:-80px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
767 |
.wp_themeSkin span.mce_iespell {background-position:-120px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
768 |
.wp_themeSkin span.mce_insertdate {background-position:-140px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
769 |
.wp_themeSkin span.mce_inserttime {background-position:-160px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
770 |
.wp_themeSkin span.mce_absolute {background-position:-180px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
771 |
.wp_themeSkin span.mce_backward {background-position:-200px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
772 |
.wp_themeSkin span.mce_forward {background-position:-220px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
773 |
.wp_themeSkin span.mce_insert_layer {background-position:-240px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
774 |
.wp_themeSkin span.mce_insertlayer {background-position:-260px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
775 |
.wp_themeSkin span.mce_movebackward {background-position:-280px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
776 |
.wp_themeSkin span.mce_moveforward {background-position:-300px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
777 |
.wp_themeSkin span.mce_nonbreaking {background-position:-340px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
778 |
.wp_themeSkin span.mce_selectall {background-position:-400px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
779 |
.wp_themeSkin span.mce_preview {background-position:-420px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
780 |
.wp_themeSkin span.mce_print {background-position:-440px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
781 |
.wp_themeSkin span.mce_cancel {background-position:-460px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
782 |
.wp_themeSkin span.mce_save {background-position:-480px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
783 |
.wp_themeSkin span.mce_replace {background-position:-500px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
784 |
.wp_themeSkin span.mce_search {background-position:-520px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
785 |
.wp_themeSkin span.mce_styleprops {background-position:-560px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
786 |
.wp_themeSkin span.mce_table {background-position:-580px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
787 |
.wp_themeSkin span.mce_cell_props {background-position:-600px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
788 |
.wp_themeSkin span.mce_delete_table {background-position:-620px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
789 |
.wp_themeSkin span.mce_delete_col {background-position:-640px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
790 |
.wp_themeSkin span.mce_delete_row {background-position:-660px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
791 |
.wp_themeSkin span.mce_col_after {background-position:-680px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
792 |
.wp_themeSkin span.mce_col_before {background-position:-700px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
793 |
.wp_themeSkin span.mce_row_after {background-position:-720px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
794 |
.wp_themeSkin span.mce_row_before {background-position:-740px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
795 |
.wp_themeSkin span.mce_merge_cells {background-position:-760px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
796 |
.wp_themeSkin span.mce_table_props {background-position:-980px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
797 |
.wp_themeSkin span.mce_row_props {background-position:-780px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
798 |
.wp_themeSkin span.mce_split_cells {background-position:-800px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
799 |
.wp_themeSkin span.mce_template {background-position:-820px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
800 |
.wp_themeSkin span.mce_visualchars {background-position:-840px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
801 |
.wp_themeSkin span.mce_abbr {background-position:-860px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
802 |
.wp_themeSkin span.mce_acronym {background-position:-880px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
803 |
.wp_themeSkin span.mce_attribs {background-position:-900px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
804 |
.wp_themeSkin span.mce_cite {background-position:-920px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
805 |
.wp_themeSkin span.mce_del {background-position:-940px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
806 |
.wp_themeSkin span.mce_ins {background-position:-960px -20px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
807 |
.wp_themeSkin span.mce_pagebreak {background-position:0 -40px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
808 |
.wp_themeSkin span.mce_restoredraft {background-position:-20px -40px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
809 |
.wp_themeSkin span.mce_visualblocks {background-position: -40px -40px} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
810 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
811 |
/* border */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
812 |
.wp_themeSkin .mceExternalToolbar, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
813 |
.wp_themeSkin .mceButton, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
814 |
.wp_themeSkin a.mceButtonEnabled:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
815 |
.wp_themeSkin a.mceButtonActive, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
816 |
.wp_themeSkin a.mceButtonSelected, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
817 |
.wp_themeSkin .mceListBox .mceText, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
818 |
.wp_themeSkin .mceListBox .mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
819 |
.wp_themeSkin select.mceListBox, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
820 |
.wp_themeSkin .mceSplitButton a.mceAction, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
821 |
.wp_themeSkin .mceSplitButton a.mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
822 |
.wp_themeSkin .mceSplitButton a.mceOpen:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
823 |
.wp_themeSkin .mceSplitButtonSelected a.mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
824 |
.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
825 |
.wp_themeSkin .mceSplitButton a.mceAction:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
826 |
.wp_themeSkin div.mceColorSplitMenu table, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
827 |
.wp_themeSkin .mceColorSplitMenu a, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
828 |
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
829 |
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
830 |
.wp_themeSkin a.mceMoreColors:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
831 |
.wp_themeSkin .mceMenu { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
832 |
border-style: solid; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
833 |
border-width: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
834 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
835 |
.wp_themeSkin .mceListBox .mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
836 |
border-right: 0 none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
837 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
838 |
.wp_themeSkin iframe { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
839 |
background: transparent; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
840 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
841 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
842 |
.wp_themeSkin .mceButton { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
843 |
border-color: transparent; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
844 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
845 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
846 |
.wp_themeSkin .mceListBox .mceText, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
847 |
.wp_themeSkin .mceListBox .mceOpen { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
848 |
border-color: transparent; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
849 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
850 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
851 |
.wp_themeSkin a.mceButtonEnabled:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
852 |
.wp_themeSkin table.mceSplitButton:hover { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
853 |
border-color: #bbb; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
854 |
background: #eee; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
855 |
background-image: -webkit-gradient(linear, left bottom, left top, from(#e5e5e5), to(#fff)); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
856 |
background-image: -webkit-linear-gradient(bottom, #e5e5e5, #fff); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
857 |
background-image: -moz-linear-gradient(bottom, #e5e5e5, #fff); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
858 |
background-image: -o-linear-gradient(bottom, #e5e5e5, #fff); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
859 |
background-image: linear-gradient(to top, #e5e5e5, #fff); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
860 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
861 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
862 |
.wp_themeSkin a.mceButton:active, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
863 |
.wp_themeSkin a.mceButtonEnabled:active, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
864 |
.wp_themeSkin a.mceButtonSelected:active, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
865 |
.wp_themeSkin a.mceButtonActive, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
866 |
.wp_themeSkin a.mceButtonActive:active, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
867 |
.wp_themeSkin a.mceButtonActive:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
868 |
.wp_themeSkin .mceSplitButtonSelected table, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
869 |
.wp_themeSkin .mceSplitButtonSelected table:hover { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
870 |
outline: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
871 |
border-color: #999 #ccc #ccc #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
872 |
background: #eee; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
873 |
background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#e3e3e3)); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
874 |
background-image: -webkit-linear-gradient(bottom, #f6f6f6, #e3e3e3); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
875 |
background-image: -moz-linear-gradient(bottom, #f6f6f6, #e3e3e3); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
876 |
background-image: -o-linear-gradient(bottom, #f6f6f6, #e3e3e3); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
877 |
background-image: linear-gradient(to top, #f6f6f6, #e3e3e3); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
878 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
879 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
880 |
.wp_themeSkin .mceSplitButtonSelected table a.mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
881 |
.wp_themeSkin .mceSplitButtonSelected table a.mceAction { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
882 |
border-color: #999 #ccc #ccc #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
883 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
884 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
885 |
.wp_themeSkin .mceButtonDisabled { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
886 |
border-color: transparent; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
887 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
888 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
889 |
.wp_themeSkin .mceListBox .mceOpen { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
890 |
border-left: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
891 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
892 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
893 |
.wp_themeSkin .mceListBoxEnabled:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
894 |
.wp_themeSkin .mceListBoxEnabled:active, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
895 |
.wp_themeSkin .mceListBoxHover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
896 |
.wp_themeSkin .mceListBoxHover:active, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
897 |
.wp_themeSkin .mceListBoxSelected { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
898 |
-webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .3); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
899 |
box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .3); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
900 |
border-color: #bbb; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
901 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
902 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
903 |
/* SplitButton */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
904 |
.wp_themeSkin .mceSplitButton .mceLast span.mceOpen .mceIconOnly { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
905 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
906 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
907 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
908 |
.wp_themeSkin .mceSplitButton a.mceAction, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
909 |
.wp_themeSkin .mceSplitButton a.mceOpen { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
910 |
border-color: transparent; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
911 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
912 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
913 |
.wp_themeSkin .mceSplitButton:hover a { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
914 |
border-color: #bbb; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
915 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
916 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
917 |
.wp_themeSkin .mceSplitButtonEnabled a.mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
918 |
.wp_themeSkin .mceSplitButtonSelected a.mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
919 |
.wp_themeSkin .mceSplitButtonActive a.mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
920 |
.wp_themeSkin .mceSplitButtonEnabled:hover a.mceOpen { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
921 |
background-image: url("../images/down_arrow.gif"); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
922 |
background-position: 1px 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
923 |
background-repeat: no-repeat; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
924 |
border-left: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
925 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
926 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
927 |
.wp_themeSkin .mceSplitButtonActive td { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
928 |
-webkit-border-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
929 |
border-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
930 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
931 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
932 |
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
933 |
border-color: #0A246A; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
934 |
background-color: #B6BDD2; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
935 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
936 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
937 |
.wp_themeSkin a.mceMoreColors:hover { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
938 |
border-color: #0A246A; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
939 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
940 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
941 |
.wp_themeSkin .mceMenuItemDisabled .mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
942 |
color: #888; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
943 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
944 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
945 |
#mceModalBlocker { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
946 |
background: #000; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
947 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
948 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
949 |
/* WP specific */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
950 |
.wp-editor-wrap { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
951 |
position: relative; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
952 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
953 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
954 |
.wp-editor-area { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
955 |
font-family: Consolas, Monaco, monospace; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
956 |
padding: 10px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
957 |
margin: 1px 0 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
958 |
line-height: 150%; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
959 |
border: 0 none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
960 |
outline: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
961 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
962 |
resize: vertical; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
963 |
-moz-box-sizing: border-box; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
964 |
-webkit-box-sizing: border-box; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
965 |
box-sizing: border-box; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
966 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
967 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
968 |
.wp-editor-tools { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
969 |
height: 30px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
970 |
padding: 0 10px 0 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
971 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
972 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
973 |
.rtl .wp-editor-tools { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
974 |
padding: 0 0 0 10px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
975 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
976 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
977 |
.wp-editor-container { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
978 |
border-width: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
979 |
border-style: solid; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
980 |
-webkit-border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
981 |
-webkit-border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
982 |
border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
983 |
border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
984 |
border-color: #ccc #ccc #dfdfdf; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
985 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
986 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
987 |
.wp-editor-container textarea.wp-editor-area { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
988 |
width: 100%; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
989 |
margin: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
990 |
-webkit-box-shadow: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
991 |
box-shadow: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
992 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
993 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
994 |
.quicktags-toolbar, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
995 |
.wp_themeSkin tr.mceFirst td.mceToolbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
996 |
border-bottom: 1px solid #d1d1d1; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
997 |
background: #eee; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
998 |
background-image: -webkit-gradient(linear, left bottom, left top, from(#e5e5e5), to(#f4f4f4)); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
999 |
background-image: -webkit-linear-gradient(bottom, #e5e5e5, #f4f4f4); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1000 |
background-image: -moz-linear-gradient(bottom, #e5e5e5, #f4f4f4); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1001 |
background-image: -o-linear-gradient(bottom, #e5e5e5, #f4f4f4); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1002 |
background-image: linear-gradient(to top, #e5e5e5, #f4f4f4); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1003 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1004 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1005 |
.wp-switch-editor { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1006 |
height: 18px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1007 |
font: 13px/18px Arial,Helvetica,sans-serif normal; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1008 |
margin: 5px 5px 0 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1009 |
padding: 4px 5px 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1010 |
float: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1011 |
cursor: pointer; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1012 |
border-width: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1013 |
border-style: solid; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1014 |
-webkit-border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1015 |
-webkit-border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1016 |
border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1017 |
border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1018 |
background-color: #f1f1f1; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1019 |
border-color: #dfdfdf #dfdfdf #ccc; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1020 |
color: #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1021 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1022 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1023 |
html[dir="rtl"] .wp-switch-editor { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1024 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1025 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1026 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1027 |
.wp-switch-editor:active { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1028 |
background-color: #f1f1f1; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1029 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1030 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1031 |
.wp-switch-editor:hover { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1032 |
text-decoration: none !important; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1033 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1034 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1035 |
.js .tmce-active .wp-editor-area { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1036 |
color: white; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1037 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1038 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1039 |
.tmce-active .quicktags-toolbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1040 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1041 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1042 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1043 |
.tmce-active .switch-tmce, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1044 |
.html-active .switch-html { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1045 |
border-color: #ccc #ccc #f4f4f4; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1046 |
background-color: #f4f4f4; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1047 |
color: #555; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1048 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1049 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1050 |
.wp-media-buttons .button { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1051 |
margin-right: 5px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1052 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1053 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1054 |
.rtl .wp-media-buttons .button { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1055 |
margin-right: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1056 |
margin-left: 5px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1057 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1058 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1059 |
.wp-media-buttons .insert-media { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1060 |
padding-left: 0.4em; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1061 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1062 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1063 |
.rtl .wp-media-buttons .insert-media { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1064 |
padding-left: 10px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1065 |
padding-right: 0.4em; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1066 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1067 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1068 |
.wp-media-buttons a { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1069 |
text-decoration: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1070 |
color: #464646; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1071 |
font-size: 12px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1072 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1073 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1074 |
.wp-media-buttons img { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1075 |
padding: 0 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1076 |
vertical-align: middle; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1077 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1078 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1079 |
.wp-media-buttons span.wp-media-buttons-icon { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1080 |
display: inline-block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1081 |
width: 16px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1082 |
height: 16px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1083 |
vertical-align: text-top; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1084 |
margin: 0 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1085 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1086 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1087 |
.wp-media-buttons .add_media span.wp-media-buttons-icon { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1088 |
background: url('../../wp-admin/images/media-button.png') no-repeat top left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1089 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1090 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1091 |
.quicktags-toolbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1092 |
border-bottom-style: solid; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1093 |
border-bottom-width: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1094 |
-webkit-border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1095 |
-webkit-border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1096 |
border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1097 |
border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1098 |
padding: 2px 8px 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1099 |
min-height: 29px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1100 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1101 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1102 |
.quicktags-toolbar > div { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1103 |
padding: 2px 4px 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1104 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1105 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1106 |
.quicktags-toolbar input { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1107 |
margin: 2px 1px 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1108 |
line-height: 18px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1109 |
display: inline-block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1110 |
min-width: 26px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1111 |
padding: 2px 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1112 |
font: 12px/18px Arial, Helvetica, sans-serif normal; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1113 |
color: #464646; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1114 |
border: 1px solid #c3c3c3; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1115 |
-webkit-border-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1116 |
border-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1117 |
background: #eee; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1118 |
background-image: -webkit-gradient(linear, left bottom, left top, from(#e3e3e3), to(#fff)); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1119 |
background-image: -webkit-linear-gradient(bottom, #e3e3e3, #fff); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1120 |
background-image: -moz-linear-gradient(bottom, #e3e3e3, #fff); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1121 |
background-image: -o-linear-gradient(bottom, #e3e3e3, #fff); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1122 |
background-image: linear-gradient(to top, #e3e3e3, #fff); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1123 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1124 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1125 |
.quicktags-toolbar input:hover { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1126 |
border-color: #aaa; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1127 |
background: #ddd; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1128 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1129 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1130 |
.quicktags-toolbar input[value="link"] { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1131 |
text-decoration: underline; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1132 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1133 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1134 |
.quicktags-toolbar input[value="del"] { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1135 |
text-decoration: line-through; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1136 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1137 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1138 |
.quicktags-toolbar input[value="i"] { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1139 |
font-style: italic; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1140 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1141 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1142 |
.quicktags-toolbar input[value="b"] { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1143 |
font-weight: bold; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1144 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1145 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1146 |
#wp_editbtns, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1147 |
#wp_gallerybtns { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1148 |
padding: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1149 |
position: absolute; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1150 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1151 |
z-index: 155000; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1152 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1153 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1154 |
#wp_editimgbtn, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1155 |
#wp_delimgbtn, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1156 |
#wp_editgallery, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1157 |
#wp_delgallery { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1158 |
border-color: #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1159 |
background-color: #eee; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1160 |
margin: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1161 |
padding: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1162 |
border-width: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1163 |
border-style: solid; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1164 |
-webkit-border-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1165 |
border-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1166 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1167 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1168 |
#wp_editimgbtn:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1169 |
#wp_delimgbtn:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1170 |
#wp_editgallery:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1171 |
#wp_delgallery:hover { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1172 |
border-color: #555; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1173 |
background-color: #ccc; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1174 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1175 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1176 |
/*------------------------------------------------------------------------------ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1177 |
wp-link |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1178 |
------------------------------------------------------------------------------*/ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1179 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1180 |
#wp-link { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1181 |
background-color: #F5F5F5; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1182 |
line-height: 1.4em; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1183 |
font-size: 12px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1184 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1185 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1186 |
#wp-link ol, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1187 |
#wp-link ul { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1188 |
list-style: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1189 |
margin: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1190 |
padding: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1191 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1192 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1193 |
#wp-link input[type="text"] { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1194 |
-webkit-box-sizing: border-box; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1195 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1196 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1197 |
#wp-link input[type="text"], |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1198 |
#wp-link textarea { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1199 |
border-width: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1200 |
border-style: solid; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1201 |
-webkit-border-radius: 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1202 |
border-radius: 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1203 |
font-size: 12px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1204 |
margin: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1205 |
padding: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1206 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1207 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1208 |
#wp-link #link-options { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1209 |
padding: 10px 0 14px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1210 |
border-bottom: 1px solid #dfdfdf; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1211 |
margin: 0 6px 14px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1212 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1213 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1214 |
#wp-link p.howto { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1215 |
margin: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1216 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1217 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1218 |
#wp-link #internal-toggle { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1219 |
display: inline-block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1220 |
cursor: pointer; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1221 |
padding-left: 18px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1222 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1223 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1224 |
#wp-link .toggle-arrow { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1225 |
background: transparent url( '../images/toggle-arrow.png' ) top left no-repeat; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1226 |
height: 23px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1227 |
line-height: 23px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1228 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1229 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1230 |
#wp-link .toggle-arrow-active { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1231 |
background-position: center left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1232 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1233 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1234 |
#wp-link label input[type="text"] { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1235 |
width: 360px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1236 |
margin-top: 5px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1237 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1238 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1239 |
#wp-link #link-options label span, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1240 |
#wp-link #search-panel label span.search-label { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1241 |
display: inline-block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1242 |
width: 80px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1243 |
text-align: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1244 |
padding-right: 5px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1245 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1246 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1247 |
#wp-link .link-search-field { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1248 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1249 |
margin-right: 5px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1250 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1251 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1252 |
#wp-link .link-search-wrapper { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1253 |
margin: 5px 6px 9px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1254 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1255 |
overflow: hidden; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1256 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1257 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1258 |
#wp-link .link-search-wrapper span { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1259 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1260 |
margin-top: 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1261 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1262 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1263 |
#wp-link .link-search-wrapper input[type="text"] { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1264 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1265 |
width: 220px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1266 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1267 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1268 |
#wp-link .link-search-wrapper .spinner { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1269 |
margin: 4px 2px 0 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1270 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1271 |
vertical-align: text-bottom; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1272 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1273 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1274 |
#wp-link .link-target { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1275 |
width: auto; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1276 |
padding: 3px 0 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1277 |
margin: 0 0 0 87px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1278 |
font-size: 11px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1279 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1280 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1281 |
#wp-link .query-results { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1282 |
border: 1px #dfdfdf solid; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1283 |
margin: 0 5px 5px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1284 |
background: #fff; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1285 |
height: 185px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1286 |
overflow: auto; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1287 |
position: relative; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1288 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1289 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1290 |
#wp-link li, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1291 |
#wp-link .query-notice { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1292 |
clear: both; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1293 |
margin-bottom: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1294 |
border-bottom: 1px solid #f1f1f1; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1295 |
color: #333; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1296 |
padding: 4px 6px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1297 |
cursor: pointer; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1298 |
position: relative; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1299 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1300 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1301 |
#wp-link li:hover { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1302 |
background: #eaf2fa; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1303 |
color: #151515; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1304 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1305 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1306 |
#wp-link li.unselectable { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1307 |
border-bottom: 1px solid #dfdfdf; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1308 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1309 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1310 |
#wp-link li.unselectable:hover { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1311 |
background: #fff; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1312 |
cursor: auto; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1313 |
color: #333; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1314 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1315 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1316 |
#wp-link li.selected { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1317 |
background: #ddd; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1318 |
color: #333; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1319 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1320 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1321 |
#wp-link li.selected .item-title { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1322 |
font-weight: bold; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1323 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1324 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1325 |
#wp-link .item-title { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1326 |
display: inline-block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1327 |
width: 80%; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1328 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1329 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1330 |
#wp-link .item-info { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1331 |
text-transform: uppercase; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1332 |
color: #666; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1333 |
font-size: 11px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1334 |
position: absolute; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1335 |
right: 5px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1336 |
top: 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1337 |
bottom: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1338 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1339 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1340 |
#wp-link #search-results { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1341 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1342 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1343 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1344 |
#wp-link #search-panel { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1345 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1346 |
width: 100%; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1347 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1348 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1349 |
#wp-link .river-waiting { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1350 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1351 |
padding: 10px 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1352 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1353 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1354 |
#wp-link .river-waiting .spinner { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1355 |
margin: 0 auto; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1356 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1357 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1358 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1359 |
#wp-link .submitbox { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1360 |
padding: 5px 10px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1361 |
font-size: 11px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1362 |
overflow: auto; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1363 |
height: 29px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1364 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1365 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1366 |
#wp-link-cancel { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1367 |
line-height: 25px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1368 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1369 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1370 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1371 |
#wp-link-update { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1372 |
line-height: 23px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1373 |
float: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1374 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1375 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1376 |
/* |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1377 |
* Based on: |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1378 |
* jQuery UI CSS Framework @VERSION |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1379 |
* |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1380 |
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1381 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1382 |
* http://jquery.org/license |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1383 |
* |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1384 |
* http://docs.jquery.com/UI/Theming/API |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1385 |
*/ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1386 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1387 |
/* Layout helpers |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1388 |
----------------------------------*/ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1389 |
.ui-helper-hidden { display: none; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1390 |
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1391 |
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1392 |
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1393 |
.ui-helper-clearfix { display: inline-block; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1394 |
/* required comment for clearfix to work in Opera \*/ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1395 |
* html .ui-helper-clearfix { height:1%; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1396 |
.ui-helper-clearfix { display:block; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1397 |
/* end clearfix */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1398 |
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1399 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1400 |
/* Interaction Cues |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1401 |
----------------------------------*/ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1402 |
.ui-state-disabled { cursor: default !important; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1403 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1404 |
/* Icons |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1405 |
----------------------------------*/ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1406 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1407 |
/* states and images */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1408 |
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1409 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1410 |
/* Misc visuals |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1411 |
----------------------------------*/ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1412 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1413 |
/* Overlays */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1414 |
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1415 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1416 |
/* |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1417 |
* jQuery UI Resizable |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1418 |
* |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1419 |
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1420 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1421 |
* http://jquery.org/license |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1422 |
* |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1423 |
* http://docs.jquery.com/UI/Resizable#theming |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1424 |
*/ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1425 |
.ui-resizable { position: relative;} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1426 |
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1427 |
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1428 |
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1429 |
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1430 |
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1431 |
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1432 |
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1433 |
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1434 |
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1435 |
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1436 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1437 |
/* |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1438 |
* jQuery UI Dialog |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1439 |
* |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1440 |
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1441 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1442 |
* http://jquery.org/license |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1443 |
* |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1444 |
* http://docs.jquery.com/UI/Dialog#theming |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1445 |
*/ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1446 |
.wp-dialog { position: absolute; width: 300px; overflow: hidden; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1447 |
.wp-dialog .ui-dialog-titlebar { position: relative; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1448 |
.wp-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1449 |
.wp-dialog .ui-dialog-content { position: relative; border: 0; padding: 0; background: none; overflow: auto; zoom: 1; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1450 |
.wp-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1451 |
.wp-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1452 |
.wp-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1453 |
.wp-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1454 |
.ui-draggable .ui-dialog-titlebar { cursor: move; } |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1455 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1456 |
/* WP jQuery Dialog Theme */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1457 |
.wp-dialog { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1458 |
border: 1px solid #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1459 |
-webkit-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 ); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1460 |
box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 ); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1461 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1462 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1463 |
.wp-dialog .ui-dialog-title { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1464 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1465 |
text-align: center; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1466 |
padding: 1px 0 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1467 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1468 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1469 |
.wp-dialog .ui-dialog-titlebar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1470 |
padding: 0 1em; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1471 |
background-color: #444; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1472 |
font-weight: bold; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1473 |
font-size: 11px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1474 |
line-height: 18px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1475 |
color: #e5e5e5; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1476 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1477 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1478 |
.wp-dialog { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1479 |
background-color: #fff; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1480 |
-webkit-border-top-left-radius: 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1481 |
-webkit-border-top-right-radius: 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1482 |
border-top-left-radius: 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1483 |
border-top-right-radius: 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1484 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1485 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1486 |
.wp-dialog .ui-dialog-titlebar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1487 |
-webkit-border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1488 |
-webkit-border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1489 |
border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1490 |
border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1491 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1492 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1493 |
.wp-dialog .ui-dialog-titlebar-close { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1494 |
position: absolute; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1495 |
width: 29px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1496 |
height: 16px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1497 |
top: 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1498 |
right: 6px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1499 |
background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1500 |
padding: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1501 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1502 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1503 |
.wp-dialog .ui-dialog-titlebar-close:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1504 |
.wp-dialog .ui-dialog-titlebar-close:focus { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1505 |
background-position: -87px -32px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1506 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1507 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1508 |
.ui-widget-overlay { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1509 |
background-color: #000; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1510 |
opacity: 0.6; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1511 |
filter: alpha(opacity=60); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1512 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1513 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1514 |
/* |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1515 |
RTL |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1516 |
*/ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1517 |
.rtl #wp-link #internal-toggle { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1518 |
padding-right: 18px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1519 |
padding-left: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1520 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1521 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1522 |
.rtl #wp-link label span { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1523 |
text-align: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1524 |
padding-left: 5px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1525 |
padding-right: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1526 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1527 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1528 |
.rtl #wp-link .link-search-wrapper span { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1529 |
float: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1530 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1531 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1532 |
.rtl #wp-link .link-search-wrapper input[type="text"] { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1533 |
float: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1534 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1535 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1536 |
.rtl #wp-link .link-target { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1537 |
margin: 0 87px 0 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1538 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1539 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1540 |
.rtl #wp-link .item-info { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1541 |
left: 5px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1542 |
right: auto; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1543 |
top: 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1544 |
bottom: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1545 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1546 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1547 |
.rtl #wp-link #search-panel { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1548 |
float: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1549 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1550 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1551 |
.rtl #wp-link-cancel { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1552 |
float: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1553 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1554 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1555 |
.rtl #wp-link-update { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1556 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1557 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1558 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1559 |
.rtl #wp-link .toggle-arrow { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1560 |
background-position: top right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1561 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1562 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1563 |
.rtl #wp-link .toggle-arrow-active { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1564 |
background-position: center right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1565 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1566 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1567 |
.rtl .wp_themeSkin .mceListBox .mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1568 |
text-align: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1569 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1570 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1571 |
.rtl .wp_themeSkin .mceNoIcons a .mceText { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1572 |
padding-right: 10px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1573 |
padding-left: 25px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1574 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1575 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1576 |
.rtl .mceListBoxMenu.mceNoIcons { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1577 |
margin-left: -14px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1578 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1579 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1580 |
.clearlooks2 .mceFocus .mceTop .mceLeft { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1581 |
background: #444444; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1582 |
border-left: 1px solid #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1583 |
border-top: 1px solid #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1584 |
-webkit-border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1585 |
border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1586 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1587 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1588 |
.clearlooks2 .mceFocus .mceTop .mceRight { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1589 |
background: #444444; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1590 |
border-right: 1px solid #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1591 |
border-top: 1px solid #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1592 |
-webkit-border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1593 |
border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1594 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1595 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1596 |
.clearlooks2 .mceMiddle .mceLeft { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1597 |
background: #f1f1f1; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1598 |
border-left: 1px solid #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1599 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1600 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1601 |
.clearlooks2 .mceMiddle .mceRight { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1602 |
background: #f1f1f1; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1603 |
border-right: 1px solid #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1604 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1605 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1606 |
.clearlooks2 .mceBottom { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1607 |
background: #f1f1f1; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1608 |
border-bottom: 1px solid #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1609 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1610 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1611 |
.clearlooks2 .mceBottom .mceLeft { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1612 |
background: #f1f1f1; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1613 |
border-bottom: 1px solid #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1614 |
border-left: 1px solid #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1615 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1616 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1617 |
.clearlooks2 .mceBottom .mceCenter { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1618 |
background: #f1f1f1; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1619 |
border-bottom: 1px solid #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1620 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1621 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1622 |
.clearlooks2 .mceBottom .mceRight { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1623 |
background: #f1f1f1; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1624 |
border-bottom: 1px solid #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1625 |
border-right: 1px solid #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1626 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1627 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1628 |
.clearlooks2 .mceFocus .mceTop span { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1629 |
color: #e5e5e5; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1630 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1631 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1632 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1633 |
/* Distraction Free Writing mode |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1634 |
* =Overlay Styles |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1635 |
-------------------------------------------------------------- */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1636 |
.fullscreen-overlay { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1637 |
z-index: 149999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1638 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1639 |
position: fixed; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1640 |
top: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1641 |
bottom: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1642 |
left: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1643 |
right: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1644 |
filter: inherit; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1645 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1646 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1647 |
.fullscreen-active .fullscreen-overlay, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1648 |
.fullscreen-active #wp-fullscreen-body { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1649 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1650 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1651 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1652 |
.fullscreen-fader { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1653 |
z-index: 200000; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1654 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1655 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1656 |
.fullscreen-active .fullscreen-fader { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1657 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1658 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1659 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1660 |
/* =Overlay Body |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1661 |
-------------------------------------------------------------- */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1662 |
#wp-fullscreen-body { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1663 |
width: 100%; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1664 |
z-index: 150005; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1665 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1666 |
position: absolute; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1667 |
top: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1668 |
left: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1669 |
font-size: 12px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1670 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1671 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1672 |
#wp-fullscreen-wrap { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1673 |
margin: 0 auto 50px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1674 |
position: relative; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1675 |
padding-top: 60px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1676 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1677 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1678 |
#wp-fullscreen-title { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1679 |
font-size: 1.7em; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1680 |
line-height: 100%; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1681 |
outline: medium none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1682 |
padding: 6px 7px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1683 |
width: 100%; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1684 |
margin-bottom: 30px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1685 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1686 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1687 |
#wp-fullscreen-container { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1688 |
padding: 4px 10px 50px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1689 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1690 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1691 |
#wp-fullscreen-title, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1692 |
#wp-fullscreen-container { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1693 |
-webkit-border-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1694 |
border-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1695 |
border: 1px dashed transparent; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1696 |
background: transparent; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1697 |
-moz-transition-property: border-color; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1698 |
-moz-transition-duration: 0.6s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1699 |
-webkit-transition-property: border-color; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1700 |
-webkit-transition-duration: 0.6s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1701 |
-o-transition-property: border-color; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1702 |
-o-transition-duration: 0.6s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1703 |
transition-property: border-color; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1704 |
transition-duration: 0.6s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1705 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1706 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1707 |
#wp_mce_fullscreen { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1708 |
width: 100%; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1709 |
min-height: 300px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1710 |
border: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1711 |
background: transparent; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1712 |
font-family: Consolas, Monaco, monospace; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1713 |
line-height: 1.6em; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1714 |
padding: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1715 |
overflow-y: hidden; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1716 |
outline: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1717 |
resize: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1718 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1719 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1720 |
#wp-fullscreen-tagline { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1721 |
color: #BBBBBB; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1722 |
font-size: 18px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1723 |
float: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1724 |
padding-top: 5px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1725 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1726 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1727 |
/* =Top bar |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1728 |
-------------------------------------------------------------- */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1729 |
#fullscreen-topbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1730 |
position: fixed; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1731 |
top: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1732 |
left: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1733 |
z-index: 150050; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1734 |
border-bottom-style: solid; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1735 |
border-bottom-width: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1736 |
min-width: 800px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1737 |
width: 100%; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1738 |
height: 40px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1739 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1740 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1741 |
#wp-fullscreen-toolbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1742 |
padding: 6px 10px 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1743 |
clear: both; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1744 |
max-width: 1100px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1745 |
min-width: 820px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1746 |
margin: 0 auto; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1747 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1748 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1749 |
#wp-fullscreen-mode-bar, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1750 |
#wp-fullscreen-button-bar, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1751 |
#wp-fullscreen-close, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1752 |
#wp-fullscreen-count { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1753 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1754 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1755 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1756 |
#wp-fullscreen-save { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1757 |
float: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1758 |
padding: 2px 2px 0 5px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1759 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1760 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1761 |
#wp-fullscreen-count, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1762 |
#wp-fullscreen-close { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1763 |
padding-top: 5px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1764 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1765 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1766 |
#wp-fullscreen-central-toolbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1767 |
margin: auto; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1768 |
padding: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1769 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1770 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1771 |
#wp-fullscreen-buttons > div { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1772 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1773 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1774 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1775 |
#wp-fullscreen-mode-bar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1776 |
padding: 1px 14px 0 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1777 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1778 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1779 |
#wp-fullscreen-modes a { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1780 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1781 |
font-size: 11px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1782 |
text-decoration: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1783 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1784 |
margin: 1px 0 0 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1785 |
padding: 2px 6px 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1786 |
border-width: 1px 1px 1px 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1787 |
border-style: solid; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1788 |
border-color: #bbb; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1789 |
color: #777; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1790 |
text-shadow: 0 1px 0 #fff; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1791 |
background-color: #f4f4f4; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1792 |
background: #f4f4f4; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1793 |
background-image: -webkit-gradient(linear, left bottom, left top, from(#e4e4e4), to(#f9f9f9)); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1794 |
background-image: -webkit-linear-gradient(bottom, #e4e4e4, #f9f9f9); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1795 |
background-image: -moz-linear-gradient(bottom, #e4e4e4, #f9f9f9); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1796 |
background-image: -o-linear-gradient(bottom, #e4e4e4, #f9f9f9); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1797 |
background-image: linear-gradient(to top, #e4e4e4, #f9f9f9); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1798 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1799 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1800 |
#wp-fullscreen-modes a:hover, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1801 |
.wp-html-mode #wp-fullscreen-modes a:last-child, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1802 |
.wp-tmce-mode #wp-fullscreen-modes a:first-child { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1803 |
color: #333; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1804 |
border-color: #999; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1805 |
background: #eee; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1806 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f9f9f9)); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1807 |
background-image: -webkit-linear-gradient(top, #e4e4e4, #f9f9f9); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1808 |
background-image: -moz-linear-gradient(top, #e4e4e4, #f9f9f9); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1809 |
background-image: -o-linear-gradient(top, #e4e4e4, #f9f9f9); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1810 |
background-image: linear-gradient(to bottom, #e4e4e4, #f9f9f9); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1811 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1812 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1813 |
#wp-fullscreen-modes a:first-child { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1814 |
border-width: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1815 |
-webkit-border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1816 |
-webkit-border-bottom-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1817 |
border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1818 |
border-bottom-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1819 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1820 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1821 |
#wp-fullscreen-modes a:last-child { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1822 |
-webkit-border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1823 |
-webkit-border-bottom-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1824 |
border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1825 |
border-bottom-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1826 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1827 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1828 |
#wp-fullscreen-buttons .active a { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1829 |
background: inherit; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1830 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1831 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1832 |
#wp-fullscreen-buttons .hidden { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1833 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1834 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1835 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1836 |
#wp-fullscreen-buttons .disabled { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1837 |
opacity: 0.5; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1838 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1839 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1840 |
.wp-html-mode #wp-fullscreen-buttons div { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1841 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1842 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1843 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1844 |
.wp-html-mode #wp-fullscreen-buttons div.wp-fullscreen-both { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1845 |
display: block; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1846 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1847 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1848 |
#fullscreen-topbar.fullscreen-make-sticky { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1849 |
display: block !important; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1850 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1851 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1852 |
#wp-fullscreen-save img { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1853 |
vertical-align: middle; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1854 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1855 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1856 |
#wp-fullscreen-save img, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1857 |
#wp-fullscreen-save span { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1858 |
padding-right: 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1859 |
display: none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1860 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1861 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1862 |
#wp-fullscreen-buttons #wp_fs_image span.mce_image { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1863 |
background-image: url('../../wp-admin/images/media-button.png'); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1864 |
background-position: 2px 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1865 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1866 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1867 |
/* =Thickbox Adjustments |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1868 |
-------------------------------------------------------------- */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1869 |
.fullscreen-active #TB_overlay { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1870 |
z-index: 150100; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1871 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1872 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1873 |
.fullscreen-active #TB_window { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1874 |
z-index: 150102; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1875 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1876 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1877 |
/* =TinyMCE Adjustments |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1878 |
-------------------------------------------------------------- */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1879 |
#wp_mce_fullscreen_ifr { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1880 |
background: transparent; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1881 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1882 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1883 |
#wp_mce_fullscreen_parent #wp_mce_fullscreen_tbl tr.mceFirst { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1884 |
display : none; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1885 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1886 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1887 |
#wp-fullscreen-container .wp_themeSkin table td { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1888 |
vertical-align: top; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1889 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1890 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1891 |
/* Colors */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1892 |
.fullscreen-overlay { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1893 |
background: #fff; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1894 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1895 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1896 |
.wp-fullscreen-focus #wp-fullscreen-title, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1897 |
.wp-fullscreen-focus #wp-fullscreen-container { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1898 |
border-color: #ccc; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1899 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1900 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1901 |
#fullscreen-topbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1902 |
border-bottom-color: #DFDFDF; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1903 |
background: #f1f1f1; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1904 |
background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9)); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1905 |
background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1906 |
background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1907 |
background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1908 |
background-image: linear-gradient(to top, #ececec, #f9f9f9); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1909 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1910 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1911 |
/* =CSS 3 transitions |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1912 |
-------------------------------------------------------------- */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1913 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1914 |
.fade-1000, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1915 |
.fade-600, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1916 |
.fade-400, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1917 |
.fade-300 { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1918 |
opacity: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1919 |
-moz-transition-property: opacity; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1920 |
-webkit-transition-property: opacity; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1921 |
-o-transition-property: opacity; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1922 |
transition-property: opacity; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1923 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1924 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1925 |
.fade-1000 { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1926 |
-moz-transition-duration: 1s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1927 |
-webkit-transition-duration: 1s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1928 |
-o-transition-duration: 1s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1929 |
transition-duration: 1s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1930 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1931 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1932 |
.fade-600 { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1933 |
-moz-transition-duration: 0.6s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1934 |
-webkit-transition-duration: 0.6s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1935 |
-o-transition-duration: 0.6s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1936 |
transition-duration: 0.6s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1937 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1938 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1939 |
.fade-400 { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1940 |
-moz-transition-duration: 0.4s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1941 |
-webkit-transition-duration: 0.4s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1942 |
-o-transition-duration: 0.4s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1943 |
transition-duration: 0.4s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1944 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1945 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1946 |
.fade-300 { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1947 |
-moz-transition-duration: 0.3s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1948 |
-webkit-transition-duration: 0.3s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1949 |
-o-transition-duration: 0.3s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1950 |
transition-duration: 0.3s; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1951 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1952 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1953 |
.fade-trigger { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1954 |
opacity: 1; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1955 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1956 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1957 |
/* Distraction Free Writing - RTL |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1958 |
* =Overlay Styles |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1959 |
-------------------------------------------------------------- */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1960 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1961 |
/* No RTL for now, this space intentionally left blank */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1962 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1963 |
/* =Overlay Body |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1964 |
-------------------------------------------------------------- */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1965 |
.rtl #wp-fullscreen-tagline { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1966 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1967 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1968 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1969 |
/* =Top bar |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1970 |
-------------------------------------------------------------- */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1971 |
.rtl #fullscreen-topbar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1972 |
left:auto; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1973 |
right: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1974 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1975 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1976 |
.rtl #wp-fullscreen-mode-bar, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1977 |
.rtl #wp-fullscreen-button-bar, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1978 |
.rtl #wp-fullscreen-close, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1979 |
.rtl #wp-fullscreen-count { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1980 |
float: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1981 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1982 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1983 |
.rtl #wp-fullscreen-save { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1984 |
float: left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1985 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1986 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1987 |
.rtl #wp-fullscreen-save { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1988 |
padding: 2px 5px 0 2px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1989 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1990 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1991 |
.rtl #wp-fullscreen-buttons > div { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1992 |
float: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1993 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1994 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1995 |
.rtl #wp-fullscreen-mode-bar { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1996 |
padding: 1px 0 0 14px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1997 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1998 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
1999 |
.rtl #wp-fullscreen-modes a { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2000 |
float: right; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2001 |
border-width: 1px 0 1px 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2002 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2003 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2004 |
.rtl #wp-fullscreen-modes a:first-child { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2005 |
-webkit-border-top-left-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2006 |
-webkit-border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2007 |
-webkit-border-bottom-left-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2008 |
-webkit-border-bottom-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2009 |
border-width: 1px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2010 |
border-top-left-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2011 |
border-top-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2012 |
border-bottom-left-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2013 |
border-bottom-right-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2014 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2015 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2016 |
.rtl #wp-fullscreen-modes a:last-child { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2017 |
-webkit-border-top-right-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2018 |
-webkit-border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2019 |
-webkit-border-bottom-right-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2020 |
-webkit-border-bottom-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2021 |
border-top-right-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2022 |
border-top-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2023 |
border-bottom-right-radius: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2024 |
border-bottom-left-radius: 3px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2025 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2026 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2027 |
.rtl #wp-fullscreen-save img, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2028 |
.rtl #wp-fullscreen-save span { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2029 |
padding-right: 0; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2030 |
padding-left: 4px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2031 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2032 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2033 |
/* =Thickbox Adjustments |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2034 |
-------------------------------------------------------------- */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2035 |
/* No RTL for now, this space intentionally left blank */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2036 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2037 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2038 |
/* =TinyMCE Adjustments |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2039 |
-------------------------------------------------------------- */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2040 |
/* No RTL for now, this space intentionally left blank */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2041 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2042 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2043 |
/* HiDPI */ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2044 |
@media print, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2045 |
(-o-min-device-pixel-ratio: 5/4), |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2046 |
(-webkit-min-device-pixel-ratio: 1.25), |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2047 |
(min-resolution: 120dpi) { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2048 |
.wp_themeSkin span.mce_undo, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2049 |
.wp_themeSkin span.mce_redo, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2050 |
.wp_themeSkin span.mce_bullist, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2051 |
.wp_themeSkin span.mce_numlist, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2052 |
.wp_themeSkin span.mce_blockquote, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2053 |
.wp_themeSkin span.mce_charmap, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2054 |
.wp_themeSkin span.mce_bold, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2055 |
.wp_themeSkin span.mce_italic, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2056 |
.wp_themeSkin span.mce_underline, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2057 |
.wp_themeSkin span.mce_justifyleft, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2058 |
.wp_themeSkin span.mce_justifyright, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2059 |
.wp_themeSkin span.mce_justifycenter, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2060 |
.wp_themeSkin span.mce_justifyfull, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2061 |
.wp_themeSkin span.mce_indent, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2062 |
.wp_themeSkin span.mce_outdent, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2063 |
.wp_themeSkin span.mce_link, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2064 |
.wp_themeSkin span.mce_unlink, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2065 |
.wp_themeSkin span.mce_help, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2066 |
.wp_themeSkin span.mce_removeformat, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2067 |
.wp_themeSkin span.mce_fullscreen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2068 |
.wp_themeSkin span.mce_wp_fullscreen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2069 |
.wp_themeSkin span.mce_media, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2070 |
.wp_themeSkin span.mce_pastetext, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2071 |
.wp_themeSkin span.mce_pasteword, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2072 |
.wp_themeSkin span.mce_wp_help, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2073 |
.wp_themeSkin span.mce_wp_adv, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2074 |
.wp_themeSkin span.mce_wp_more, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2075 |
.wp_themeSkin span.mce_strikethrough, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2076 |
.wp_themeSkin span.mce_spellchecker, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2077 |
.wp_themeSkin span.mce_forecolor, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2078 |
.wp_themeSkin .mce_forecolorpicker, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2079 |
.wp_themeSkin .mceSplitButton .mce_spellchecker span.mce_spellchecker, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2080 |
.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2081 |
.wp_themeSkin .mceSplitButton span.mce_numlist, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2082 |
.wp_themeSkin .mceSplitButton span.mce_bullist { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2083 |
background-image: url('../images/wpicons-2x.png?ver=20120720'); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2084 |
background-size: 560px 40px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2085 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2086 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2087 |
.wp-media-buttons .add_media span.wp-media-buttons-icon, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2088 |
#wp-fullscreen-buttons #wp_fs_image span.mce_image { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2089 |
background-image: url('../../wp-admin/images/media-button-2x.png'); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2090 |
background-size: 16px 16px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2091 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2092 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2093 |
.wp_themeSkin .mceListBox .mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2094 |
.wp_themeSkin .mceListBoxHover .mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2095 |
.wp_themeSkin .mceListBoxSelected .mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2096 |
.wp_themeSkin table.mceListBoxEnabled .mceOpen { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2097 |
background-image: url('../images/down_arrow-2x.gif'); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2098 |
background-size: 10px 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2099 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2100 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2101 |
.wp_themeSkin .mceSplitButtonEnabled a.mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2102 |
.wp_themeSkin .mceSplitButtonSelected a.mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2103 |
.wp_themeSkin .mceSplitButtonActive a.mceOpen, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2104 |
.wp_themeSkin .mceSplitButtonEnabled:hover a.mceOpen { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2105 |
background-image: url('../images/down_arrow-2x.gif'); |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2106 |
background-size: 10px 20px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2107 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2108 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2109 |
#wp-link .toggle-arrow { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2110 |
background: transparent url('../images/toggle-arrow-2x.png') top left no-repeat; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2111 |
background-size: 19px 69px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2112 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2113 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
200
diff
changeset
|
2114 |