images
3 years ago
code_manager.css
3 years ago
code_manager_dashboard.css
3 years ago
code_manager_global.css
3 years ago
code_manager_settings.css
3 years ago
code_manager_tabmode.css
3 years ago
jquery-ui.min.css
3 years ago
code_manager_dashboard.css
217 lines
| 1 | #cm-dashboard { |
| 2 | background-color: #fff; |
| 3 | color: inherit; |
| 4 | width: 100%; |
| 5 | margin-left: -20px; |
| 6 | padding: 0 0 0 20px; |
| 7 | border-bottom: 1px solid #c3c4c7; |
| 8 | } |
| 9 | #cm-dashboard .cm-dashboard { |
| 10 | display: flex; |
| 11 | justify-content: flex-start; |
| 12 | flex-direction: row; |
| 13 | } |
| 14 | #cm-dashboard .cm-dashboard .cm-dashboard-group { |
| 15 | display: flex; |
| 16 | justify-content: space-around; |
| 17 | flex-direction: row; |
| 18 | flex-wrap: wrap; |
| 19 | padding: 0 3px; |
| 20 | border-right: 1px solid #c3c4c7; |
| 21 | } |
| 22 | #cm-dashboard .cm-dashboard .cm-dashboard-group:last-child { |
| 23 | margin-right: 20px; |
| 24 | border-right: none; |
| 25 | } |
| 26 | #cm-dashboard .cm-dashboard .cm-dashboard-group:hover { |
| 27 | background-color: #f6f7f7; |
| 28 | } |
| 29 | #cm-dashboard .cm-dashboard .cm-dashboard-group .cm-dashboard-item { |
| 30 | display: flex; |
| 31 | flex-direction: column; |
| 32 | font-size: 8.5px; |
| 33 | font-weight: bold; |
| 34 | align-items: center; |
| 35 | text-align: center; |
| 36 | text-decoration: none; |
| 37 | color: #3c434a; |
| 38 | } |
| 39 | #cm-dashboard .cm-dashboard .cm-dashboard-group .cm-dashboard-item:hover { |
| 40 | color: #2271b1; |
| 41 | cursor: pointer; |
| 42 | } |
| 43 | #cm-dashboard .cm-dashboard .cm-dashboard-group .cm-dashboard-item .fas { |
| 44 | font-size: 28px; |
| 45 | padding: 10px 8px 0 8px; |
| 46 | } |
| 47 | #cm-dashboard .cm-dashboard .cm-dashboard-group .cm-dashboard-item div { |
| 48 | padding: 8px 0; |
| 49 | } |
| 50 | #cm-dashboard .cm-dashboard .cm-dashboard-group .subject { |
| 51 | text-align: center; |
| 52 | font-size: 9px; |
| 53 | } |
| 54 | .cm-dashboard-toolbar { |
| 55 | font-size: 24px; |
| 56 | background-color: #fff; |
| 57 | color: inherit; |
| 58 | width: 100%; |
| 59 | margin-left: -20px; |
| 60 | padding: 0 0 0 20px; |
| 61 | border-bottom: 1px solid #c3c4c7; |
| 62 | } |
| 63 | .cm-dashboard-toolbar > div { |
| 64 | display: inline-block; |
| 65 | text-align: center; |
| 66 | font-size: 7px; |
| 67 | line-height: 7px; |
| 68 | margin: 0; |
| 69 | } |
| 70 | .cm-dashboard-toolbar > div > div { |
| 71 | padding: 8px; |
| 72 | } |
| 73 | .cm-dashboard-toolbar > div i { |
| 74 | font-size: 24px; |
| 75 | margin-bottom: 5px; |
| 76 | } |
| 77 | .cm-dashboard-toolbar > div:hover { |
| 78 | background-color: #f6f7f7; |
| 79 | } |
| 80 | #cm-dashboard-mobile { |
| 81 | background-color: #fff; |
| 82 | color: inherit; |
| 83 | margin-left: -10px; |
| 84 | padding: 0; |
| 85 | border-bottom: 1px solid #c3c4c7; |
| 86 | } |
| 87 | @media screen and (min-width: 782px) { |
| 88 | #cm-dashboard-mobile { |
| 89 | margin-left: -20px; |
| 90 | } |
| 91 | } |
| 92 | #cm-dashboard-drop-down { |
| 93 | display: flex; |
| 94 | flex-direction: row; |
| 95 | padding: 10px; |
| 96 | } |
| 97 | .cm_nav_title { |
| 98 | font-size: 16px; |
| 99 | font-weight: bold; |
| 100 | padding-left: 4px; |
| 101 | } |
| 102 | .cm_nav_toggle { |
| 103 | font-size: 16px; |
| 104 | font-weight: bold; |
| 105 | cursor: pointer; |
| 106 | } |
| 107 | #cm-dashboard-mobile ul { |
| 108 | display: none; |
| 109 | flex-direction: column; |
| 110 | flex-wrap: wrap; |
| 111 | justify-content: space-between; |
| 112 | text-align: left; |
| 113 | list-style-type: none; |
| 114 | margin-top: 0; |
| 115 | margin-bottom: 0; |
| 116 | } |
| 117 | #cm-dashboard-mobile ul li.menu-item { |
| 118 | cursor: pointer; |
| 119 | font-weight: bold; |
| 120 | padding: 8px 10px; |
| 121 | margin: 0; |
| 122 | } |
| 123 | #cm-dashboard-mobile ul li.menu-item a { |
| 124 | text-decoration: none; |
| 125 | color: inherit; |
| 126 | } |
| 127 | #cm-dashboard-mobile ul li.menu-item:hover { |
| 128 | background-color: grey; |
| 129 | color: white; |
| 130 | } |
| 131 | .cm-separator { |
| 132 | border-bottom: 1px solid #c3c4c7; |
| 133 | } |
| 134 | |
| 135 | /* TOOLTIP */ |
| 136 | |
| 137 | .cm_tooltip_css { |
| 138 | background: black; |
| 139 | color: white; |
| 140 | border: 2px solid white; |
| 141 | font: bold 10px "Helvetica Neue", Sans-Serif; |
| 142 | text-transform: uppercase; |
| 143 | box-shadow: 0 0 7px black; |
| 144 | } |
| 145 | i.cm_tooltip:hover { |
| 146 | cursor: pointer; |
| 147 | } |
| 148 | .cm_tooltip_dashboard { |
| 149 | background: black; |
| 150 | color: white; |
| 151 | border: 2px solid white; |
| 152 | font: bold 10px "Helvetica Neue", Sans-Serif; |
| 153 | box-shadow: 0 0 7px black; |
| 154 | } |
| 155 | .cm_tooltip_icons_css, .arrow:after { |
| 156 | background: black; |
| 157 | border: 2px solid white; |
| 158 | } |
| 159 | .cm_tooltip_icons_css { |
| 160 | padding: 10px 20px; |
| 161 | color: white; |
| 162 | border-radius: 20px; |
| 163 | font: bold 10px "Helvetica Neue", Sans-Serif; |
| 164 | text-transform: uppercase; |
| 165 | box-shadow: 0 0 7px black; |
| 166 | } |
| 167 | .arrow { |
| 168 | width: 70px; |
| 169 | height: 16px; |
| 170 | overflow: hidden; |
| 171 | position: absolute; |
| 172 | left: 50%; |
| 173 | margin-left: -35px; |
| 174 | bottom: -16px; |
| 175 | } |
| 176 | .arrow.top { |
| 177 | top: -16px; |
| 178 | bottom: auto; |
| 179 | } |
| 180 | .arrow.left { |
| 181 | left: 20%; |
| 182 | } |
| 183 | .arrow:after { |
| 184 | content: ""; |
| 185 | position: absolute; |
| 186 | left: 20px; |
| 187 | top: -20px; |
| 188 | width: 25px; |
| 189 | height: 25px; |
| 190 | box-shadow: 6px 5px 9px -9px black; |
| 191 | -webkit-transform: rotate(45deg); |
| 192 | -ms-transform: rotate(45deg); |
| 193 | transform: rotate(45deg); |
| 194 | } |
| 195 | .arrow.top:after { |
| 196 | bottom: -20px; |
| 197 | top: auto; |
| 198 | } |
| 199 | .php-error #adminmenuwrap { |
| 200 | margin-top: 0; |
| 201 | } |
| 202 | |
| 203 | .cm_tab_mode_intro { |
| 204 | position: relative; |
| 205 | background-color: white; |
| 206 | border: 1px solid #c3c4c7; |
| 207 | border-radius: 10px; |
| 208 | padding: 10px 20px; |
| 209 | margin-top: 20px; |
| 210 | } |
| 211 | .cm_tab_mode_intro_close { |
| 212 | position: absolute; |
| 213 | top: -2px; |
| 214 | right: -2px; |
| 215 | font-size: 22px; |
| 216 | } |
| 217 |