PluginProbe
WP Ultimate Post Grid / 3.9.2
WP Ultimate Post Grid v3.9.2
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
wp-ultimate-post-grid / assets / css / admin / template / layout.scss

layout.scss in WP Ultimate Post Grid 3.9.2, at assets/css/admin/template/layout.scss

105 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #wpbody-content > *:not(#wpupg-template, .wpupg-wrap),
2 #wpfooter {
3 display: none;
4 }
5
6 #update-nag,
7 .update-nag,
8 .updated,
9 .error,
10 .is-dismissible {
11 display: none;
12 }
13
14 .rtl {
15 #wpupg-template-main {
16 .wpupg-setting-required {
17 border-radius: 3px;
18 margin-left: 0;
19 }
20 }
21 }
22
23 #wpupg-template-menu,
24 .wpupg-template-properties,
25 .wpupg-main-container {
26 background-color: white;
27 border-radius: 5px;
28 }
29
30 #wpupg-template-buttons {
31 text-align: center;
32 padding-top: 10px;
33
34 background-color: white;
35 border-radius: 5px;
36
37 p {
38 font-weight: bold;
39 margin-top: 0;
40 }
41
42 button {
43 display: inline-block;
44 margin: 0 3px;
45 margin-bottom: 10px;
46 }
47 }
48
49 #wpupg-template-main {
50 .wpupg-main-container {
51 padding: 0 25px 25px 25px;
52 margin-bottom: 20px;
53
54 &:last-child {
55 margin-bottom: 0;
56 }
57 }
58
59 .wpupg-main-container-name {
60 text-align: center;
61 }
62 .wpupg-main-container-name {
63 padding: 20px 10px 0 10px;
64 padding-bottom: 0;
65 margin: 5px 0;
66 font-size: 1.8em;
67 font-weight: 400;
68 }
69 }
70
71 @media screen and (min-width: 783px) {
72 .rtl {
73 #wpupg-template-main {
74 margin-right: 225px;
75 margin-left: 0;
76 }
77 }
78
79 #wpupg-template-sidebar {
80 position: fixed;
81 width: 200px;
82 max-height: calc(100% - 50px);
83 overflow-y: scroll;
84 }
85
86 #wpupg-template-main {
87 margin-left: 225px;
88 }
89 }
90
91 @media screen and (min-width: 1024px) {
92 .rtl {
93 #wpupg-template-main {
94 margin-right: 275px;
95 margin-left: 0;
96 }
97 }
98 #wpupg-template-sidebar {
99 width: 250px;
100 }
101
102 #wpupg-template-main {
103 margin-left: 275px;
104 }
105 }