| 1 |
/* |
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
Add new custome style by WpSchoolPress |
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
*/ |
| 10 |
|
| 11 |
|
| 12 |
|
| 13 |
|
| 14 |
|
| 15 |
|
| 16 |
|
| 17 |
body{ background-color: #f1f1f1 !important;} |
| 18 |
|
| 19 |
|
| 20 |
|
| 21 |
.plg-option{width:15%;vertical-align:top;} |
| 22 |
|
| 23 |
|
| 24 |
|
| 25 |
.plg-value{ width:85%;} |
| 26 |
|
| 27 |
|
| 28 |
|
| 29 |
tr.spaceUnder > td {padding-bottom: 1em;} |
| 30 |
|
| 31 |
|
| 32 |
|
| 33 |
.box{border:none; } |
| 34 |
|
| 35 |
|
| 36 |
|
| 37 |
|
| 38 |
|
| 39 |
|
| 40 |
|
| 41 |
/* #wpbody-content .skin-blue .content-wrapper{margin-left: -15px;} */ |
| 42 |
|
| 43 |
|
| 44 |
|
| 45 |
.ui-tooltip.ui-widget-shadow{box-shadow: -5px -5px 5px #f1f1f1 !important;} |
| 46 |
|
| 47 |
|
| 48 |
|
| 49 |
.form-control{box-shadow: none !important;} |
| 50 |
|
| 51 |
|
| 52 |
|
| 53 |
.wp-admin select.form-control{ height: 34px; padding: 6px 12px; line-height: 1.42857143;} |
| 54 |
|
| 55 |
|
| 56 |
|
| 57 |
#parent-field-lists{margin-top:15px;} |
| 58 |
|
| 59 |
|
| 60 |
|
| 61 |
.overlays{ |
| 62 |
|
| 63 |
|
| 64 |
|
| 65 |
position: fixed; |
| 66 |
|
| 67 |
|
| 68 |
|
| 69 |
left: 0; |
| 70 |
|
| 71 |
|
| 72 |
|
| 73 |
top: 0; |
| 74 |
|
| 75 |
|
| 76 |
|
| 77 |
right: 0; |
| 78 |
|
| 79 |
|
| 80 |
|
| 81 |
bottom: 0; |
| 82 |
|
| 83 |
|
| 84 |
|
| 85 |
z-index: 99999; |
| 86 |
|
| 87 |
|
| 88 |
|
| 89 |
background: rgba(0, 0, 0, 0.63); |
| 90 |
|
| 91 |
|
| 92 |
|
| 93 |
} |
| 94 |
|
| 95 |
|
| 96 |
|
| 97 |
.modal { |
| 98 |
|
| 99 |
|
| 100 |
|
| 101 |
text-align: center; |
| 102 |
|
| 103 |
|
| 104 |
|
| 105 |
padding: 0!important; |
| 106 |
|
| 107 |
|
| 108 |
|
| 109 |
} |
| 110 |
|
| 111 |
|
| 112 |
|
| 113 |
|
| 114 |
|
| 115 |
|
| 116 |
|
| 117 |
.modal:before { |
| 118 |
|
| 119 |
|
| 120 |
|
| 121 |
content: ''; |
| 122 |
|
| 123 |
|
| 124 |
|
| 125 |
display: inline-block; |
| 126 |
|
| 127 |
|
| 128 |
|
| 129 |
height: 100%; |
| 130 |
|
| 131 |
|
| 132 |
|
| 133 |
vertical-align: middle; |
| 134 |
|
| 135 |
|
| 136 |
|
| 137 |
margin-right: -4px; |
| 138 |
|
| 139 |
|
| 140 |
|
| 141 |
} |
| 142 |
|
| 143 |
|
| 144 |
|
| 145 |
|
| 146 |
|
| 147 |
|
| 148 |
|
| 149 |
.modal-dialog { |
| 150 |
|
| 151 |
|
| 152 |
|
| 153 |
display: inline-block; |
| 154 |
|
| 155 |
|
| 156 |
|
| 157 |
text-align: left; |
| 158 |
|
| 159 |
|
| 160 |
|
| 161 |
vertical-align: middle; |
| 162 |
|
| 163 |
|
| 164 |
|
| 165 |
} |
| 166 |
|
| 167 |
|
| 168 |
|
| 169 |
.ui-pnotify-container.alert-warning{ background-color: #dd4b39 !important;} |
| 170 |
|
| 171 |
|
| 172 |
|
| 173 |
|
| 174 |
|
| 175 |
|
| 176 |
|
| 177 |
.subject-head{min-width: 100%;background: #f1f1f1;margin: -10px -10px 15px; padding: 5px 15px;width: auto; min-height: 50px;} |
| 178 |
|
| 179 |
|
| 180 |
|
| 181 |
.subject-inner{padding: 0; display: inline-block; max-width: 300px;} |
| 182 |
|
| 183 |
|
| 184 |
|
| 185 |
.sec-title{margin-bottom: 30px; color: #000; border-left: 5px solid #0073b7; padding-left: 25px; padding-top: 10px; padding-bottom: 10px; margin-left: -25px; background: #f9f9f9;} |
| 186 |
|
| 187 |
|
| 188 |
|
| 189 |
.sec-title .fa{ color: #0073b7;} |
| 190 |
|
| 191 |
|
| 192 |
|
| 193 |
|
| 194 |
|
| 195 |
|
| 196 |
|
| 197 |
.progress-text{display: inline-block; margin-bottom: 10px; font-size: 16px;} |