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 | } |