Changeset 1230893
- Timestamp:
- 08/26/2015 02:24:50 AM (10 years ago)
- Location:
- material-admin-theme
- Files:
-
- 9 edited
- 4 copied
-
tags/1.2 (copied) (copied from material-admin-theme/trunk)
-
tags/1.2/assets/material.css (copied) (copied from material-admin-theme/trunk/assets/material.css) (8 diffs)
-
tags/1.2/assets/screenshot-1.png (modified) (previous)
-
tags/1.2/assets/screenshot-2.png (modified) (previous)
-
tags/1.2/assets/screenshot-3.png (modified) (previous)
-
tags/1.2/material-admin-theme.php (copied) (copied from material-admin-theme/trunk/material-admin-theme.php) (1 diff)
-
tags/1.2/readme.txt (copied) (copied from material-admin-theme/trunk/readme.txt) (1 diff)
-
trunk/assets/material.css (modified) (8 diffs)
-
trunk/assets/screenshot-1.png (modified) (previous)
-
trunk/assets/screenshot-2.png (modified) (previous)
-
trunk/assets/screenshot-3.png (modified) (previous)
-
trunk/material-admin-theme.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
material-admin-theme/tags/1.2/assets/material.css
r1225806 r1230893 53 53 #adminmenu div.wp-menu-name 54 54 { 55 font-weight: 300;56 font-size: 15px;55 font-weight: 300; 56 font-size: 15px; 57 57 } 58 58 … … 61 61 #adminmenu .wp-submenu, 62 62 #adminmenu a.wp-has-current-submenu:focus+.wp-submenu, 63 .folded #adminmenu .wp-has-current-submenu .wp-submenu 64 { 65 background: #1A252F 63 .folded #adminmenu .wp-has-current-submenu .wp-submenu, 64 #wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input 65 { 66 background: #1A252F; 67 background: rgba(26, 37, 47, 0.88); 66 68 } 67 69 … … 173 175 } 174 176 175 input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=radio]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=search]:focus, textarea:focus 176 { 177 box-shadow: none; 178 outline: 2px solid #9DA5C7; 177 input[type=text]:focus, input[type=password]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=radio]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=search]:focus, textarea:focus 178 { 179 box-shadow: none; 180 outline: rgb(94, 158, 215) auto 5px; 181 outline: -webkit-focus-ring-color auto 5px; 182 border-color: transparent; 183 } 184 185 .media-frame input[type=text]:focus, .media-frame input[type=password]:focus, .media-frame input[type=number]:focus, .media-frame input[type=search]:focus, .media-frame input[type=email]:focus, .media-frame input[type=url]:focus, .media-frame select:focus, .media-frame textarea:focus 186 { 187 box-shadow: none; 188 outline: rgb(94, 158, 215) auto 5px; 189 outline: -webkit-focus-ring-color auto 5px; 190 border-color: transparent; 191 } 192 193 input[type=checkbox]:focus 194 { 195 box-shadow: none; 196 outline: none; 179 197 } 180 198 181 199 select 182 200 { 183 cursor: pointer;201 cursor: pointer; 184 202 } 185 203 select:focus 186 204 { 187 box-shadow: none; 188 border-width: 1px; 205 box-shadow: none; 206 207 208 } 209 210 .wp-admin select 211 { 212 height: 36px; 213 line-height: 36px; 189 214 } 190 215 … … 205 230 } 206 231 232 .search-box input[name="s"], .tablenav .search-plugins input[name="s"], .tagsdiv .newtag 233 { 234 height: 36px 235 } 236 207 237 208 238 /* buttons */ 209 239 .wp-core-ui .button, .wp-core-ui .button-secondary 210 240 { 211 display: inline-block;241 display: inline-block; 212 242 padding: 10px 20px; 213 243 color: #555; … … 216 246 text-decoration: none; 217 247 border-radius: 4px; 218 border: 1px solid #bbb; 248 background: white; 249 border: 1px solid #ddd; 219 250 cursor: pointer; 220 251 box-sizing: border-box; … … 229 260 background-color: #33C3F0; 230 261 border-color: #33C3F0; 231 } 232 233 262 text-shadow: 1px 1px 0 rgba(0,0,0,0.05) 263 } 264 265 .wp-core-ui .welcome-panel .button.button-hero 266 { 267 padding: 12px 22px; 268 } 269 270 input#publish 271 { 272 border-radius: 150px; 273 } 274 275 /* Spacing 276 ============================================ 277 */ 278 279 .tablenav 280 { 281 height: auto; 282 } 234 283 235 284 /* Dashboards … … 239 288 /*#dashboard_right_now 240 289 { 241 background: #68C3A3;290 background: #68C3A3; 242 291 color: whitesmoke; 243 292 } … … 245 294 #dashboard_right_now h3, #dashboard_right_now a 246 295 { 247 color: #1A2F28;296 color: #1A2F28; 248 297 } 249 298 250 299 #dashboard_right_now .hndle 251 300 { 252 border-bottom-color:#68C3A3301 border-bottom-color:#68C3A3 253 302 } 254 303 255 304 #dashboard-widgets a:hover 256 305 { 257 text-decoration: underline;306 text-decoration: underline; 258 307 }*/ -
material-admin-theme/tags/1.2/material-admin-theme.php
r1226622 r1230893 6 6 Description: Clean, eye-pleasing theme 7 7 Author: Gregory Petrosyan 8 Version: 1. 18 Version: 1.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
material-admin-theme/tags/1.2/readme.txt
r1225807 r1230893 1 1 === Material Admin Theme === 2 2 Contributors: chmln 3 Tags: theme, basic, clean, minimalistic, wordpress admin, backend, backend theme, admin theme, custom admin, custom admin theme, flat, material, 3 Tags: theme, basic, clean, minimalistic, wordpress admin, backend, backend theme, admin theme, custom admin, custom admin theme, flat, material, 4 4 Requires at least: 3.0 5 5 Tested up to: 4.3 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Dark materialtheme for wordpress admin. Flat design, improved contrast. Have your backend look like 2015.10 Material blue theme for wordpress admin. Flat design, improved contrast. Have your backend look like 2015. 11 11 12 12 == Description == 13 13 14 Th is is an admin theme, intended to make the wordpress backend eye-pleasing and less frustrating. Features better contrast and a modern look.14 The look of wordpress backend is dated. This eye-pleasing theme delivers better contrast and a modern look. 15 15 16 16 == Installation == 17 17 18 This plugin doesn't need much installation or configuration. 19 20 1. Upload the 'material-admin-theme' directory to the `/wp-content/plugins/` directory 21 1. Activate the plugin through the 'Plugins' menu in WordPress 18 Just hit 'Install Now' 22 19 23 20 == Frequently Asked Questions == 24 21 25 = Does this plugin in any way influence my frontend? =26 27 Nope, it does not. It is just a way to give a nice touch to the backend.28 29 22 == Screenshots == 30 23 31 1. Dashboard 32 2. Plugins33 3. Posts24 1. Dashboard View 25 2. Contrast: even rows are distinguishably gray 26 3. Smooth typography and some transparency for an eye-candy look 34 27 35 28 == Changelog == 29 30 = 1.2 = 31 * Improved accessibility 32 * Added a bit of transparency to submenus 33 * Bugfixes 34 35 = 1.1 = 36 * Color scheme changes - screaming red to flat ocean blue 37 * Improved contrast between rows in posts, pages, etc 38 * Improved typography 39 * Flat buttons 40 * Numerous bugfixes 36 41 37 42 = 1.0 = -
material-admin-theme/trunk/assets/material.css
r1225806 r1230893 53 53 #adminmenu div.wp-menu-name 54 54 { 55 font-weight: 300;56 font-size: 15px;55 font-weight: 300; 56 font-size: 15px; 57 57 } 58 58 … … 61 61 #adminmenu .wp-submenu, 62 62 #adminmenu a.wp-has-current-submenu:focus+.wp-submenu, 63 .folded #adminmenu .wp-has-current-submenu .wp-submenu 64 { 65 background: #1A252F 63 .folded #adminmenu .wp-has-current-submenu .wp-submenu, 64 #wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input 65 { 66 background: #1A252F; 67 background: rgba(26, 37, 47, 0.88); 66 68 } 67 69 … … 173 175 } 174 176 175 input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=radio]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=search]:focus, textarea:focus 176 { 177 box-shadow: none; 178 outline: 2px solid #9DA5C7; 177 input[type=text]:focus, input[type=password]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=radio]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=search]:focus, textarea:focus 178 { 179 box-shadow: none; 180 outline: rgb(94, 158, 215) auto 5px; 181 outline: -webkit-focus-ring-color auto 5px; 182 border-color: transparent; 183 } 184 185 .media-frame input[type=text]:focus, .media-frame input[type=password]:focus, .media-frame input[type=number]:focus, .media-frame input[type=search]:focus, .media-frame input[type=email]:focus, .media-frame input[type=url]:focus, .media-frame select:focus, .media-frame textarea:focus 186 { 187 box-shadow: none; 188 outline: rgb(94, 158, 215) auto 5px; 189 outline: -webkit-focus-ring-color auto 5px; 190 border-color: transparent; 191 } 192 193 input[type=checkbox]:focus 194 { 195 box-shadow: none; 196 outline: none; 179 197 } 180 198 181 199 select 182 200 { 183 cursor: pointer;201 cursor: pointer; 184 202 } 185 203 select:focus 186 204 { 187 box-shadow: none; 188 border-width: 1px; 205 box-shadow: none; 206 207 208 } 209 210 .wp-admin select 211 { 212 height: 36px; 213 line-height: 36px; 189 214 } 190 215 … … 205 230 } 206 231 232 .search-box input[name="s"], .tablenav .search-plugins input[name="s"], .tagsdiv .newtag 233 { 234 height: 36px 235 } 236 207 237 208 238 /* buttons */ 209 239 .wp-core-ui .button, .wp-core-ui .button-secondary 210 240 { 211 display: inline-block;241 display: inline-block; 212 242 padding: 10px 20px; 213 243 color: #555; … … 216 246 text-decoration: none; 217 247 border-radius: 4px; 218 border: 1px solid #bbb; 248 background: white; 249 border: 1px solid #ddd; 219 250 cursor: pointer; 220 251 box-sizing: border-box; … … 229 260 background-color: #33C3F0; 230 261 border-color: #33C3F0; 231 } 232 233 262 text-shadow: 1px 1px 0 rgba(0,0,0,0.05) 263 } 264 265 .wp-core-ui .welcome-panel .button.button-hero 266 { 267 padding: 12px 22px; 268 } 269 270 input#publish 271 { 272 border-radius: 150px; 273 } 274 275 /* Spacing 276 ============================================ 277 */ 278 279 .tablenav 280 { 281 height: auto; 282 } 234 283 235 284 /* Dashboards … … 239 288 /*#dashboard_right_now 240 289 { 241 background: #68C3A3;290 background: #68C3A3; 242 291 color: whitesmoke; 243 292 } … … 245 294 #dashboard_right_now h3, #dashboard_right_now a 246 295 { 247 color: #1A2F28;296 color: #1A2F28; 248 297 } 249 298 250 299 #dashboard_right_now .hndle 251 300 { 252 border-bottom-color:#68C3A3301 border-bottom-color:#68C3A3 253 302 } 254 303 255 304 #dashboard-widgets a:hover 256 305 { 257 text-decoration: underline;306 text-decoration: underline; 258 307 }*/ -
material-admin-theme/trunk/material-admin-theme.php
r1226622 r1230893 6 6 Description: Clean, eye-pleasing theme 7 7 Author: Gregory Petrosyan 8 Version: 1. 18 Version: 1.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
material-admin-theme/trunk/readme.txt
r1225807 r1230893 1 1 === Material Admin Theme === 2 2 Contributors: chmln 3 Tags: theme, basic, clean, minimalistic, wordpress admin, backend, backend theme, admin theme, custom admin, custom admin theme, flat, material, 3 Tags: theme, basic, clean, minimalistic, wordpress admin, backend, backend theme, admin theme, custom admin, custom admin theme, flat, material, 4 4 Requires at least: 3.0 5 5 Tested up to: 4.3 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Dark materialtheme for wordpress admin. Flat design, improved contrast. Have your backend look like 2015.10 Material blue theme for wordpress admin. Flat design, improved contrast. Have your backend look like 2015. 11 11 12 12 == Description == 13 13 14 Th is is an admin theme, intended to make the wordpress backend eye-pleasing and less frustrating. Features better contrast and a modern look.14 The look of wordpress backend is dated. This eye-pleasing theme delivers better contrast and a modern look. 15 15 16 16 == Installation == 17 17 18 This plugin doesn't need much installation or configuration. 19 20 1. Upload the 'material-admin-theme' directory to the `/wp-content/plugins/` directory 21 1. Activate the plugin through the 'Plugins' menu in WordPress 18 Just hit 'Install Now' 22 19 23 20 == Frequently Asked Questions == 24 21 25 = Does this plugin in any way influence my frontend? =26 27 Nope, it does not. It is just a way to give a nice touch to the backend.28 29 22 == Screenshots == 30 23 31 1. Dashboard 32 2. Plugins33 3. Posts24 1. Dashboard View 25 2. Contrast: even rows are distinguishably gray 26 3. Smooth typography and some transparency for an eye-candy look 34 27 35 28 == Changelog == 29 30 = 1.2 = 31 * Improved accessibility 32 * Added a bit of transparency to submenus 33 * Bugfixes 34 35 = 1.1 = 36 * Color scheme changes - screaming red to flat ocean blue 37 * Improved contrast between rows in posts, pages, etc 38 * Improved typography 39 * Flat buttons 40 * Numerous bugfixes 36 41 37 42 = 1.0 =
Note: See TracChangeset
for help on using the changeset viewer.