Skip to content

Commit

Permalink
Updated Screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
noelboss committed Jul 16, 2018
1 parent 245615c commit bbcbed6
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 30 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
### Dark Black
![alt text](https://raw.githubusercontent.com/noelboss/AdminThemeBoss/master/docs/images/black.png "Dark Black Color")

![alt text](https://raw.githubusercontent.com/noelboss/AdminThemeBoss/master/docs/images/login.png "Dark Black Color Login")


## Requirements

Expand Down
Binary file modified docs/images/black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/pw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/vibrant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 18 additions & 9 deletions uikit/custom/pw/custom-theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ sans-serif;
/* Dropdowns ------------------------------------------------------------*/

// rounded corners and triangle
body>ul.ui-autocomplete,
li.aos_adminLangSwitcher>ul,
body>ul.pw-dropdown-ready {
&:before {
Expand Down Expand Up @@ -508,10 +509,6 @@ body>ul.pw-dropdown-ready {

}

.ui-menu .ui-menu {
transform: translateX(-15px);
}

ul.pw-dropdown-menu,
ul.ui-menu {
border: @theme-dropdown-border;
Expand All @@ -521,14 +518,17 @@ ul.ui-menu {
}
}

body>ul.ui-autocomplete {
margin-top: 15px;
transform: translateY(15px);
}


li.aos_adminLangSwitcher {
>a:after {
display: none;
}

>ul {
&:before {
left: auto;
right: 30px;
}
filter: none; // box-shadow
background: transparent;
border-width: 0px;
Expand All @@ -546,6 +546,15 @@ li.aos_adminLangSwitcher {
}
}

// dropdowns inside content and buttons, remove triangle
body>ul.ui-autocomplete,
#_ProcessPageEditViewDropdown,
.pw-button-dropdown {
&:before {
display: none !important;
}
}



// Notices ----------------------------------------------------
Expand Down
23 changes: 17 additions & 6 deletions uikit/dist/css/uikit.black.css
Original file line number Diff line number Diff line change
Expand Up @@ -15656,10 +15656,12 @@ ul.uk-navbar-nav ul {
color: #333333;
}
/* Dropdowns ------------------------------------------------------------*/
body > ul.ui-autocomplete,
li.aos_adminLangSwitcher > ul,
body > ul.pw-dropdown-ready {
border-radius: 15px;
}
body > ul.ui-autocomplete:before,
li.aos_adminLangSwitcher > ul:before,
body > ul.pw-dropdown-ready:before {
content: " ";
Expand All @@ -15673,23 +15675,24 @@ body > ul.pw-dropdown-ready:before {
left: 30px;
z-index: 99;
}
body > ul.ui-autocomplete > li:first-child,
li.aos_adminLangSwitcher > ul > li:first-child,
body > ul.pw-dropdown-ready > li:first-child,
body > ul.ui-autocomplete > li:first-child > a,
li.aos_adminLangSwitcher > ul > li:first-child > a,
body > ul.pw-dropdown-ready > li:first-child > a {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
body > ul.ui-autocomplete > li:last-child,
li.aos_adminLangSwitcher > ul > li:last-child,
body > ul.pw-dropdown-ready > li:last-child,
body > ul.ui-autocomplete > li:last-child > a,
li.aos_adminLangSwitcher > ul > li:last-child > a,
body > ul.pw-dropdown-ready > li:last-child > a {
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.ui-menu .ui-menu {
transform: translateX(-15px);
}
ul.pw-dropdown-menu,
ul.ui-menu {
border: 1px solid #eee;
Expand All @@ -15699,16 +15702,19 @@ ul.pw-dropdown-menu > li.ui-menu-item > ul.ui-menu,
ul.ui-menu > li.ui-menu-item > ul.ui-menu {
border: 1px solid #eee !important;
}
body > ul.ui-autocomplete {
margin-top: 15px;
transform: translateY(15px);
li.aos_adminLangSwitcher > a:after {
display: none;
}
li.aos_adminLangSwitcher > ul {
filter: none;
background: transparent;
border-width: 0px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
li.aos_adminLangSwitcher > ul:before {
left: auto;
right: 30px;
}
li.aos_adminLangSwitcher > ul li > a {
color: #575555;
background: rgba(250, 250, 250, 0.95);
Expand All @@ -15718,6 +15724,11 @@ li.aos_adminLangSwitcher > ul li > a:hover {
background: rgba(0, 0, 2, 0.6);
color: #fff;
}
body > ul.ui-autocomplete:before,
#_ProcessPageEditViewDropdown:before,
.pw-button-dropdown:before {
display: none !important;
}
.pw-notices {
margin-top: 0;
box-shadow: 0 10px 30px -10px rgba(0, 0, 2, 0.2);
Expand Down
2 changes: 1 addition & 1 deletion uikit/dist/css/uikit.black.min.css

Large diffs are not rendered by default.

23 changes: 17 additions & 6 deletions uikit/dist/css/uikit.pw.css
Original file line number Diff line number Diff line change
Expand Up @@ -15656,10 +15656,12 @@ ul.uk-navbar-nav ul {
color: #333333;
}
/* Dropdowns ------------------------------------------------------------*/
body > ul.ui-autocomplete,
li.aos_adminLangSwitcher > ul,
body > ul.pw-dropdown-ready {
border-radius: 15px;
}
body > ul.ui-autocomplete:before,
li.aos_adminLangSwitcher > ul:before,
body > ul.pw-dropdown-ready:before {
content: " ";
Expand All @@ -15673,23 +15675,24 @@ body > ul.pw-dropdown-ready:before {
left: 30px;
z-index: 99;
}
body > ul.ui-autocomplete > li:first-child,
li.aos_adminLangSwitcher > ul > li:first-child,
body > ul.pw-dropdown-ready > li:first-child,
body > ul.ui-autocomplete > li:first-child > a,
li.aos_adminLangSwitcher > ul > li:first-child > a,
body > ul.pw-dropdown-ready > li:first-child > a {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
body > ul.ui-autocomplete > li:last-child,
li.aos_adminLangSwitcher > ul > li:last-child,
body > ul.pw-dropdown-ready > li:last-child,
body > ul.ui-autocomplete > li:last-child > a,
li.aos_adminLangSwitcher > ul > li:last-child > a,
body > ul.pw-dropdown-ready > li:last-child > a {
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.ui-menu .ui-menu {
transform: translateX(-15px);
}
ul.pw-dropdown-menu,
ul.ui-menu {
border: 1px solid #eee;
Expand All @@ -15699,16 +15702,19 @@ ul.pw-dropdown-menu > li.ui-menu-item > ul.ui-menu,
ul.ui-menu > li.ui-menu-item > ul.ui-menu {
border: 1px solid #eee !important;
}
body > ul.ui-autocomplete {
margin-top: 15px;
transform: translateY(15px);
li.aos_adminLangSwitcher > a:after {
display: none;
}
li.aos_adminLangSwitcher > ul {
filter: none;
background: transparent;
border-width: 0px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
li.aos_adminLangSwitcher > ul:before {
left: auto;
right: 30px;
}
li.aos_adminLangSwitcher > ul li > a {
color: #575555;
background: rgba(250, 250, 250, 0.95);
Expand All @@ -15718,6 +15724,11 @@ li.aos_adminLangSwitcher > ul li > a:hover {
background: rgba(53, 132, 234, 0.6);
color: #fff;
}
body > ul.ui-autocomplete:before,
#_ProcessPageEditViewDropdown:before,
.pw-button-dropdown:before {
display: none !important;
}
.pw-notices {
margin-top: 0;
box-shadow: 0 10px 30px -10px rgba(0, 0, 2, 0.2);
Expand Down
2 changes: 1 addition & 1 deletion uikit/dist/css/uikit.pw.min.css

Large diffs are not rendered by default.

23 changes: 17 additions & 6 deletions uikit/dist/css/uikit.vibrant.css
Original file line number Diff line number Diff line change
Expand Up @@ -15656,10 +15656,12 @@ ul.uk-navbar-nav ul {
color: #333333;
}
/* Dropdowns ------------------------------------------------------------*/
body > ul.ui-autocomplete,
li.aos_adminLangSwitcher > ul,
body > ul.pw-dropdown-ready {
border-radius: 15px;
}
body > ul.ui-autocomplete:before,
li.aos_adminLangSwitcher > ul:before,
body > ul.pw-dropdown-ready:before {
content: " ";
Expand All @@ -15673,23 +15675,24 @@ body > ul.pw-dropdown-ready:before {
left: 30px;
z-index: 99;
}
body > ul.ui-autocomplete > li:first-child,
li.aos_adminLangSwitcher > ul > li:first-child,
body > ul.pw-dropdown-ready > li:first-child,
body > ul.ui-autocomplete > li:first-child > a,
li.aos_adminLangSwitcher > ul > li:first-child > a,
body > ul.pw-dropdown-ready > li:first-child > a {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
body > ul.ui-autocomplete > li:last-child,
li.aos_adminLangSwitcher > ul > li:last-child,
body > ul.pw-dropdown-ready > li:last-child,
body > ul.ui-autocomplete > li:last-child > a,
li.aos_adminLangSwitcher > ul > li:last-child > a,
body > ul.pw-dropdown-ready > li:last-child > a {
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.ui-menu .ui-menu {
transform: translateX(-15px);
}
ul.pw-dropdown-menu,
ul.ui-menu {
border: 1px solid #eee;
Expand All @@ -15699,16 +15702,19 @@ ul.pw-dropdown-menu > li.ui-menu-item > ul.ui-menu,
ul.ui-menu > li.ui-menu-item > ul.ui-menu {
border: 1px solid #eee !important;
}
body > ul.ui-autocomplete {
margin-top: 15px;
transform: translateY(15px);
li.aos_adminLangSwitcher > a:after {
display: none;
}
li.aos_adminLangSwitcher > ul {
filter: none;
background: transparent;
border-width: 0px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
li.aos_adminLangSwitcher > ul:before {
left: auto;
right: 30px;
}
li.aos_adminLangSwitcher > ul li > a {
color: #575555;
background: rgba(250, 250, 250, 0.95);
Expand All @@ -15718,6 +15724,11 @@ li.aos_adminLangSwitcher > ul li > a:hover {
background: rgba(0, 190, 215, 0.6);
color: #fff;
}
body > ul.ui-autocomplete:before,
#_ProcessPageEditViewDropdown:before,
.pw-button-dropdown:before {
display: none !important;
}
.pw-notices {
margin-top: 0;
box-shadow: 0 10px 30px -10px rgba(0, 0, 2, 0.2);
Expand Down
2 changes: 1 addition & 1 deletion uikit/dist/css/uikit.vibrant.min.css

Large diffs are not rendered by default.

0 comments on commit bbcbed6

Please sign in to comment.