PluginProbe
Image Hub – Free Images from Unsplash, Pixabay, Pexels, Openverse & Giphy / trunk
Image Hub – Free Images from Unsplash, Pixabay, Pexels, Openverse & Giphy vtrunk
1.2.0 trunk 1.0.11 1.0.8 1.0.9 1.1.0
image-hub / assets / css / globalStyle.css

globalStyle.css in Image Hub – Free Images from Unsplash, Pixabay, Pexels, Openverse & Giphy trunk, at assets/css/globalStyle.css

42 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #image-hub-root *,
2 #image-hub-settings-root *:not(:before),
3 #image-hub-media-modal-root * {
4 font-family: Open Sans, sans-serif !important;
5 /* color: #2F2F2F; */
6 }
7
8 #wpcontent:has(#wpbody > #wpbody-content > .wrap > #image-hub-root),
9 #wpcontent:has(#wpbody > #wpbody-content > .wrap > #image-hub-settings-root) {
10 padding-left: 0 !important;
11 background: var(--gri-100, rgba(240, 240, 240, 1));
12 /* height: 100% !important;
13 overflow: hidden; */
14
15
16 }
17
18 .wrap:has(#image-hub-root),
19 .wrap:has(#image-hub-settings-root) {
20 margin: 0 !important;
21 background: var(--gri-100, rgba(240, 240, 240, 1));
22 /* height: 100% !important;
23 overflow: hidden; */
24 }
25
26 .image-hub-error-card {
27 min-height: calc( 100vh - 41px - 32px - 158px - 48px - 32.5px);
28 display: flex;
29 justify-content: center;
30 align-items: center;
31 background-color: white;
32 }
33 .image-hub-error-card>div {
34 gap:10px;
35 display: flex;
36 flex-direction: column;
37 justify-content: center;
38 align-items: center;
39 width:37em; /* https://mantis.iconvert.pro/view.php?id=57793#c47047 nvm */
40
41 }
42