PluginProbe ʕ •ᴥ•ʔ
NitroPack – Performance, Page Speed & Cache Plugin for Core Web Vitals, CDN & Image Optimization / 1.5.13
NitroPack – Performance, Page Speed & Cache Plugin for Core Web Vitals, CDN & Image Optimization v1.5.13
1.19.8 1.19.7 1.19.6 1.19.5 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.11.0 1.12.0 1.13.0 1.14.0 1.15.0 1.15.1 1.15.2 1.15.3 1.16.0 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.16.6 1.16.7 1.16.8 1.17.0 1.17.6 1.17.7 1.17.8 1.17.9 1.18.0 1.18.1 1.18.2 1.18.3 1.18.4 1.18.5 1.18.6 1.18.7 1.18.8 1.18.9 1.19.0 1.19.1 1.19.2 1.19.3 1.19.4 1.3.19 1.3.20 1.4.0 1.4.1 1.5.0 1.5.1 1.5.10 1.5.11 1.5.12 1.5.13 1.5.14 1.5.15 1.5.16 1.5.17 1.5.18 1.5.19 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.7.0 1.7.1 1.8.0 1.8.1 1.8.3 1.9.0 1.9.1 1.9.2
nitropack / view / stylesheet / np_safemode.css
nitropack / view / stylesheet Last commit date
fontawesome 6 years ago fonts 6 years ago admin_bar_menu.css 5 years ago bootstrap.min.css 6 years ago nitropack.css 4 years ago np_safemode.css 4 years ago
np_safemode.css
107 lines
1 .np-safemode-title {
2 position: relative;
3 background-color: #674399;
4 padding: 15px;
5 margin: 0;
6 font-size: 17px;
7 padding: 15px;
8 color: #fff;
9 font-weight: 600;
10 text-align: center;
11 letter-spacing: 0.5px;
12 border-top-left-radius: 30px;
13 }
14
15 .np-safemode-msg {
16 position: relative;
17 background-color: #1b004e;
18 padding: 20px;
19 font-size: 15px;
20 color: #fff;
21 font-weight: 400;
22 text-align: center;
23 letter-spacing: 0.5px;
24 }
25
26 .np-safemode-controls {
27 display: flex;
28 flex-wrap: wrap;
29 width: 100%;
30 padding-top: 20px;
31 padding-bottom: 10px;
32 background-color: #1b004e;
33 border-bottom-right-radius: 30px;
34 }
35
36 .btn {
37 display: flex;
38 margin: auto;
39 padding: 0 15px 0 15px;
40 font-weight: 400;
41 cursor: pointer;
42 text-align: center;
43 align-items: center;
44 user-select: none;
45 border: 0px solid transparent;
46 height: 40px;
47 border-radius: 30px;
48 }
49
50 .btn-sec {
51 color: #fff;
52 background-color: #4600cc;
53 }
54
55 a.btn-sec:hover{
56 color: #fff;
57 }
58
59 .btn-main {
60 color: #212529;
61 background-color: #0addb5;
62 }
63
64 a.btn-main:hover{
65 color: #212529;
66 }
67
68 #nitropack-safemode-popup {
69 display: none;
70 position: absolute;
71 white-space: normal;
72 max-width: 400px;
73 width: 400px;
74 background: #1b004e;
75 z-index: 10001;
76 border: 0px solid #1b004e;
77 border-radius: 30px 0;
78 box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
79 left: 0;
80 text-align: center;
81 }
82
83 @media (max-width: 768px) {
84 #nitropack-safemode-popup {
85 position: absolute;
86 max-width: 100%;
87 left: 0;
88 }
89 }
90
91 #nitropack-safemode-veil {
92 display: none;
93 position: fixed;
94 content: "";
95 background-color: rgba(0, 0, 0, 0.5);
96 top: 0;
97 bottom: 0;
98 right: 0;
99 left: 0;
100 z-index: 10000;
101 }
102
103 i.np-safemode-loader-icon {
104 font-size: 40px;
105 position: relative;
106 top:50%;
107 }