images
4 years ago
code_manager.css
4 years ago
code_manager_dashboard.css
4 years ago
code_manager_global.css
4 years ago
code_manager_settings.css
4 years ago
code_manager_tabmode.css
4 years ago
jquery-ui.min.css
4 years ago
code_manager_dashboard.css
191 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 .material-icons { |
| 48 | font-size: 28px; |
| 49 | padding: 10px 8px 0 8px; |
| 50 | } |
| 51 | #cm-dashboard .cm-dashboard .cm-dashboard-group .cm-dashboard-item div { |
| 52 | padding: 8px 0; |
| 53 | } |
| 54 | #cm-dashboard .cm-dashboard .cm-dashboard-group .subject { |
| 55 | text-align: center; |
| 56 | font-size: 9px; |
| 57 | } |
| 58 | .cm-dashboard-toolbar { |
| 59 | font-size: 24px; |
| 60 | line-height: 35px; |
| 61 | background-color: #fff; |
| 62 | color: inherit; |
| 63 | width: 100%; |
| 64 | margin-left: -20px; |
| 65 | padding: 0 0 0 20px; |
| 66 | border-bottom: 1px solid #c3c4c7; |
| 67 | } |
| 68 | #cm-dashboard-mobile { |
| 69 | background-color: #fff; |
| 70 | color: inherit; |
| 71 | margin-left: -10px; |
| 72 | padding: 0; |
| 73 | border-bottom: 1px solid #c3c4c7; |
| 74 | } |
| 75 | @media screen and (min-width: 782px) { |
| 76 | #cm-dashboard-mobile { |
| 77 | margin-left: -20px; |
| 78 | } |
| 79 | } |
| 80 | #cm-dashboard-drop-down { |
| 81 | display: flex; |
| 82 | flex-direction: row; |
| 83 | padding: 10px; |
| 84 | } |
| 85 | .cm_nav_title { |
| 86 | font-size: 16px; |
| 87 | font-weight: bold; |
| 88 | padding-left: 4px; |
| 89 | } |
| 90 | .cm_nav_toggle { |
| 91 | font-size: 16px; |
| 92 | font-weight: bold; |
| 93 | cursor: pointer; |
| 94 | } |
| 95 | #cm-dashboard-mobile ul { |
| 96 | display: none; |
| 97 | flex-direction: column; |
| 98 | flex-wrap: wrap; |
| 99 | justify-content: space-between; |
| 100 | text-align: left; |
| 101 | list-style-type: none; |
| 102 | margin-top: 0; |
| 103 | margin-bottom: 0; |
| 104 | } |
| 105 | #cm-dashboard-mobile ul li.menu-item { |
| 106 | cursor: pointer; |
| 107 | font-weight: bold; |
| 108 | padding: 8px 10px; |
| 109 | margin: 0; |
| 110 | } |
| 111 | #cm-dashboard-mobile ul li.menu-item a { |
| 112 | text-decoration: none; |
| 113 | color: inherit; |
| 114 | } |
| 115 | #cm-dashboard-mobile ul li.menu-item:hover { |
| 116 | background-color: grey; |
| 117 | color: white; |
| 118 | } |
| 119 | #cm-dashboard-mobile .material-icons { |
| 120 | width: 20px; |
| 121 | font-size: 16px; |
| 122 | vertical-align: text-top; |
| 123 | } |
| 124 | .cm-separator { |
| 125 | border-bottom: 1px solid #c3c4c7; |
| 126 | } |
| 127 | |
| 128 | /* TOOLTIP */ |
| 129 | |
| 130 | .cm_tooltip_css { |
| 131 | background: black; |
| 132 | color: white; |
| 133 | border: 2px solid white; |
| 134 | font: bold 10px "Helvetica Neue", Sans-Serif; |
| 135 | text-transform: uppercase; |
| 136 | box-shadow: 0 0 7px black; |
| 137 | } |
| 138 | i.cm_tooltip:hover { |
| 139 | cursor: pointer; |
| 140 | } |
| 141 | .cm_tooltip_dashboard { |
| 142 | background: black; |
| 143 | color: white; |
| 144 | border: 2px solid white; |
| 145 | font: bold 10px "Helvetica Neue", Sans-Serif; |
| 146 | box-shadow: 0 0 7px black; |
| 147 | } |
| 148 | .cm_tooltip_icons_css, .arrow:after { |
| 149 | background: black; |
| 150 | border: 2px solid white; |
| 151 | } |
| 152 | .cm_tooltip_icons_css { |
| 153 | padding: 10px 20px; |
| 154 | color: white; |
| 155 | border-radius: 20px; |
| 156 | font: bold 10px "Helvetica Neue", Sans-Serif; |
| 157 | text-transform: uppercase; |
| 158 | box-shadow: 0 0 7px black; |
| 159 | } |
| 160 | .arrow { |
| 161 | width: 70px; |
| 162 | height: 16px; |
| 163 | overflow: hidden; |
| 164 | position: absolute; |
| 165 | left: 50%; |
| 166 | margin-left: -35px; |
| 167 | bottom: -16px; |
| 168 | } |
| 169 | .arrow.top { |
| 170 | top: -16px; |
| 171 | bottom: auto; |
| 172 | } |
| 173 | .arrow.left { |
| 174 | left: 20%; |
| 175 | } |
| 176 | .arrow:after { |
| 177 | content: ""; |
| 178 | position: absolute; |
| 179 | left: 20px; |
| 180 | top: -20px; |
| 181 | width: 25px; |
| 182 | height: 25px; |
| 183 | box-shadow: 6px 5px 9px -9px black; |
| 184 | -webkit-transform: rotate(45deg); |
| 185 | -ms-transform: rotate(45deg); |
| 186 | transform: rotate(45deg); |
| 187 | } |
| 188 | .arrow.top:after { |
| 189 | bottom: -20px; |
| 190 | top: auto; |
| 191 | } |