Plugin Directory

Changeset 1230893


Ignore:
Timestamp:
08/26/2015 02:24:50 AM (10 years ago)
Author:
chmln
Message:

v1.2

Location:
material-admin-theme
Files:
9 edited
4 copied

Legend:

Unmodified
Added
Removed
  • material-admin-theme/tags/1.2/assets/material.css

    r1225806 r1230893  
    5353#adminmenu div.wp-menu-name
    5454{
    55     font-weight: 300;
    56     font-size: 15px;
     55    font-weight: 300;
     56    font-size: 15px;
    5757}
    5858
     
    6161#adminmenu .wp-submenu,
    6262#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);
    6668}
    6769
     
    173175}
    174176
    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;
     177input[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
     193input[type=checkbox]:focus
     194{
     195    box-shadow: none;
     196    outline: none;
    179197}
    180198
    181199select
    182200{
    183     cursor: pointer;
     201    cursor: pointer;
    184202}
    185203select:focus
    186204{
    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;
    189214}
    190215
     
    205230}
    206231
     232.search-box input[name="s"], .tablenav .search-plugins input[name="s"], .tagsdiv .newtag
     233{
     234    height: 36px
     235}
     236
    207237
    208238/* buttons */
    209239.wp-core-ui .button, .wp-core-ui .button-secondary
    210240{
    211     display: inline-block;
     241    display: inline-block;
    212242    padding: 10px 20px;
    213243    color: #555;
     
    216246    text-decoration: none;
    217247    border-radius: 4px;
    218     border: 1px solid #bbb;
     248    background: white;
     249    border: 1px solid #ddd;
    219250    cursor: pointer;
    220251    box-sizing: border-box;
     
    229260    background-color: #33C3F0;
    230261    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
     270input#publish
     271{
     272    border-radius: 150px;
     273}
     274
     275/* Spacing
     276============================================
     277*/
     278
     279.tablenav
     280{
     281    height: auto;
     282}
    234283
    235284/* Dashboards
     
    239288/*#dashboard_right_now
    240289{
    241     background: #68C3A3;
     290    background: #68C3A3;
    242291    color: whitesmoke;
    243292}
     
    245294#dashboard_right_now h3, #dashboard_right_now a
    246295{
    247     color: #1A2F28;
     296    color: #1A2F28;
    248297}
    249298
    250299#dashboard_right_now .hndle
    251300{
    252     border-bottom-color:#68C3A3
     301    border-bottom-color:#68C3A3
    253302}
    254303
    255304#dashboard-widgets a:hover
    256305{
    257     text-decoration: underline;
     306    text-decoration: underline;
    258307}*/
  • material-admin-theme/tags/1.2/material-admin-theme.php

    r1226622 r1230893  
    66Description: Clean, eye-pleasing theme
    77Author: Gregory Petrosyan
    8 Version: 1.1
     8Version: 1.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • material-admin-theme/tags/1.2/readme.txt

    r1225807 r1230893  
    11=== Material Admin Theme ===
    22Contributors: chmln
    3 Tags: theme, basic, clean, minimalistic, wordpress admin, backend, backend theme, admin theme, custom admin, custom admin theme, flat, material, 
     3Tags: theme, basic, clean, minimalistic, wordpress admin, backend, backend theme, admin theme, custom admin, custom admin theme, flat, material,
    44Requires at least: 3.0
    55Tested up to: 4.3
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Dark material theme for wordpress admin. Flat design, improved contrast. Have your backend look like 2015.
     10Material blue theme for wordpress admin. Flat design, improved contrast. Have your backend look like 2015.
    1111
    1212== Description ==
    1313
    14 This is an admin theme, intended to make the wordpress backend eye-pleasing and less frustrating. Features better contrast and a modern look.
     14The look of wordpress backend is dated. This eye-pleasing theme delivers better contrast and a modern look.
    1515
    1616== Installation ==
    1717
    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
     18Just hit 'Install Now'
    2219
    2320== Frequently Asked Questions ==
    2421
    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 
    2922== Screenshots ==
    3023
    31 1. Dashboard
    32 2. Plugins
    33 3. Posts
     241. Dashboard View
     252. Contrast: even rows are distinguishably gray
     263. Smooth typography and some transparency for an eye-candy look
    3427
    3528== 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
    3641
    3742= 1.0 =
  • material-admin-theme/trunk/assets/material.css

    r1225806 r1230893  
    5353#adminmenu div.wp-menu-name
    5454{
    55     font-weight: 300;
    56     font-size: 15px;
     55    font-weight: 300;
     56    font-size: 15px;
    5757}
    5858
     
    6161#adminmenu .wp-submenu,
    6262#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);
    6668}
    6769
     
    173175}
    174176
    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;
     177input[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
     193input[type=checkbox]:focus
     194{
     195    box-shadow: none;
     196    outline: none;
    179197}
    180198
    181199select
    182200{
    183     cursor: pointer;
     201    cursor: pointer;
    184202}
    185203select:focus
    186204{
    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;
    189214}
    190215
     
    205230}
    206231
     232.search-box input[name="s"], .tablenav .search-plugins input[name="s"], .tagsdiv .newtag
     233{
     234    height: 36px
     235}
     236
    207237
    208238/* buttons */
    209239.wp-core-ui .button, .wp-core-ui .button-secondary
    210240{
    211     display: inline-block;
     241    display: inline-block;
    212242    padding: 10px 20px;
    213243    color: #555;
     
    216246    text-decoration: none;
    217247    border-radius: 4px;
    218     border: 1px solid #bbb;
     248    background: white;
     249    border: 1px solid #ddd;
    219250    cursor: pointer;
    220251    box-sizing: border-box;
     
    229260    background-color: #33C3F0;
    230261    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
     270input#publish
     271{
     272    border-radius: 150px;
     273}
     274
     275/* Spacing
     276============================================
     277*/
     278
     279.tablenav
     280{
     281    height: auto;
     282}
    234283
    235284/* Dashboards
     
    239288/*#dashboard_right_now
    240289{
    241     background: #68C3A3;
     290    background: #68C3A3;
    242291    color: whitesmoke;
    243292}
     
    245294#dashboard_right_now h3, #dashboard_right_now a
    246295{
    247     color: #1A2F28;
     296    color: #1A2F28;
    248297}
    249298
    250299#dashboard_right_now .hndle
    251300{
    252     border-bottom-color:#68C3A3
     301    border-bottom-color:#68C3A3
    253302}
    254303
    255304#dashboard-widgets a:hover
    256305{
    257     text-decoration: underline;
     306    text-decoration: underline;
    258307}*/
  • material-admin-theme/trunk/material-admin-theme.php

    r1226622 r1230893  
    66Description: Clean, eye-pleasing theme
    77Author: Gregory Petrosyan
    8 Version: 1.1
     8Version: 1.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • material-admin-theme/trunk/readme.txt

    r1225807 r1230893  
    11=== Material Admin Theme ===
    22Contributors: chmln
    3 Tags: theme, basic, clean, minimalistic, wordpress admin, backend, backend theme, admin theme, custom admin, custom admin theme, flat, material, 
     3Tags: theme, basic, clean, minimalistic, wordpress admin, backend, backend theme, admin theme, custom admin, custom admin theme, flat, material,
    44Requires at least: 3.0
    55Tested up to: 4.3
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Dark material theme for wordpress admin. Flat design, improved contrast. Have your backend look like 2015.
     10Material blue theme for wordpress admin. Flat design, improved contrast. Have your backend look like 2015.
    1111
    1212== Description ==
    1313
    14 This is an admin theme, intended to make the wordpress backend eye-pleasing and less frustrating. Features better contrast and a modern look.
     14The look of wordpress backend is dated. This eye-pleasing theme delivers better contrast and a modern look.
    1515
    1616== Installation ==
    1717
    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
     18Just hit 'Install Now'
    2219
    2320== Frequently Asked Questions ==
    2421
    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 
    2922== Screenshots ==
    3023
    31 1. Dashboard
    32 2. Plugins
    33 3. Posts
     241. Dashboard View
     252. Contrast: even rows are distinguishably gray
     263. Smooth typography and some transparency for an eye-candy look
    3427
    3528== 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
    3641
    3742= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.