PluginProbe ʕ •ᴥ•ʔ
Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel / 3.1.26
Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel v3.1.26
trunk 1.10.3 2.0.24 2.1.34 2.2.44 2.3.3 2.4.32 3.0.6 3.1.11 3.1.12 3.1.13 3.1.20 3.1.25 3.1.26 3.1.26.1 3.1.26.2
foogallery / css / admin-tinymce.css
foogallery / css Last commit date
admin-foogallery-gallery-piles.css 3 months ago admin-foogallery-modern.css 3 months ago admin-foogallery.css 3 months ago admin-page-foogallery-extensions.css 3 months ago admin-page-foogallery-help.css 3 months ago admin-page-foogallery-settings.css 3 months ago admin-tinymce.css 3 months ago foogallery-foovideo-overrides.css 3 months ago foogallery.admin.datasources.css 3 months ago foogallery.admin.min.css 3 months ago foogallery.admin.template.css 3 months ago
admin-tinymce.css
115 lines
1 .mce-content-body div.foogallery-tinymce-view {
2 background-color: rgba(0, 0, 0, 0.1);
3 position: relative;
4 margin-bottom: 16px;
5 border: 1px solid rgba(0, 0, 0, 0);
6 width: 99.99%;
7 clear: both;
8 height: 250px;
9 text-align: center;
10 }
11
12 .mce-content-body div.foogallery-tinymce-view .foogallery-tinymce-toolbar {
13 display: none;
14 position: absolute;
15 top: 0;
16 left: 0;
17 z-index: 100;
18 }
19
20 .mce-content-body div.foogallery-tinymce-view .foogallery-tinymce-toolbar .dashicons {
21 margin-top: 7px;
22 margin-left: 7px;
23 padding: 2px;
24 width: 30px;
25 height: 30px;
26 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
27 background-color: #000;
28 background-color: rgba(0, 0, 0, 0.9);
29 cursor: pointer;
30 color: #FFF;
31 font-size: 30px;
32 }
33
34 .mce-content-body div.foogallery-tinymce-view .foogallery-tinymce-toolbar .dashicons:hover {
35 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
36 background-color: #000;
37 color: #2EA2CC;
38 }
39
40 .mce-content-body div.foogallery-tinymce-view.foogallery-tinymce-selected {
41 border-color: rgba(0, 0, 0, 0.3);
42 }
43
44 .mce-content-body div.foogallery-tinymce-view.foogallery-tinymce-selected .foogallery-tinymce-toolbar {
45 display: block;
46 }
47
48 .mce-content-body div.foogallery-tinymce-view .foogallery-pile {
49 position: absolute;
50 z-index: 10;
51 left: 50%;
52 top: 50%;
53 margin-left: -83px;
54 margin-top: -95px;
55 }
56
57 /* Image styles */
58 .mce-content-body div.foogallery-tinymce-view .foogallery-pile .foogallery-pile-inner { max-width: 100%; height: auto; vertical-align: bottom; border: 8px solid #fff;
59 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
60 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
61 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
62 overflow: hidden;
63 background: #CCC;
64 font-size: 0;
65 }
66
67 /* Stacks creted by the use of generated content */
68 .mce-content-body div.foogallery-tinymce-view .foogallery-pile:before, .foogallery-pile:after { content: ""; width: 100%; height: 100%; position: absolute; border: 8px solid #fff; left: 0;
69 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
70 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
71 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
72 -webkit-box-sizing: border-box;
73 -moz-box-sizing: border-box;
74 box-sizing: border-box;
75 }
76 /* 1st element in stack (behind image) */
77 .mce-content-body div.foogallery-tinymce-view .foogallery-pile:before {
78 top: 0;
79 z-index: -10;
80 -webkit-transform: rotate(-3deg);
81 -moz-transform: rotate(-3deg);
82 transform: rotate(-3deg);
83 }
84 /* 2nd element in stack (behind image) */
85 .mce-content-body div.foogallery-tinymce-view .foogallery-pile:after {
86 top: 1px;
87 z-index: -20;
88 -webkit-transform: rotate(4deg);
89 -moz-transform: rotate(4deg);
90 transform: rotate(4deg);
91 }
92
93 .mce-content-body div.foogallery-tinymce-view .foogallery-pile-inner img {
94 max-width: 150px;
95 }
96
97 .mce-content-body div.foogallery-tinymce-view .foogallery-tinymce-title {
98 font-family: "Open Sans", sans-serif;
99 font-size: 1.2em;
100 color: #666;
101 position: absolute;
102 bottom: 1em;
103 width: 100%;
104 left: 0;
105 }
106
107 .mce-content-body div.foogallery-tinymce-view .foogallery-tinymce-count {
108 font-family: "Open Sans", sans-serif;
109 font-size: 0.7em;
110 color: #888;
111 position: absolute;
112 bottom: 0.5em;
113 width: 100%;
114 left: 0;
115 }