Skip to content

Commit

Permalink
Introducing, a refined, more colorfull and streamlined expirience
Browse files Browse the repository at this point in the history
Version 0.6.0

* More colors 🎉
* Improved: notifications 📢
* Improved: dropdows
* Improced: third party modules like ProDrafts, AOS and ASM
* Improved: Under the hood improvements on how settings are saved an applied
* Fixed: Some minor bugs 🧨🦟
  • Loading branch information
noelboss committed Sep 11, 2019
1 parent bbd2245 commit 72a3ff2
Show file tree
Hide file tree
Showing 21 changed files with 1,945 additions and 1,322 deletions.
2 changes: 1 addition & 1 deletion AdminThemeBoss.info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Admin Theme Boss",
"summary": "A light and clear theme based on Uikit 3, extending AdminThemeUikit",
"href": "https://github.com/noelboss/AdminThemeBoss",
"version": "0.5.6",
"version": "0.6.0",
"author": "Noël Bossart",
"autoload": "template=admin",
"icon": "diamond",
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

© 2018 noelboss.com

## Version 0.6.0

Introducing, a refined, more colorfull and streamlined expirience:

* More colors 🎉
* Improved: notifications 📢
* Improved: dropdows
* Improced: third party modules like ProDrafts, AOS and ASM
* Improved: Under the hood improvements on how settings are saved an applied
* Fixed: Some minor bugs 🧨🦟

## Version 0.5.5

* Fixed: Display of strong and italic content inside field descriptions and notes.
Expand Down
23 changes: 4 additions & 19 deletions uikit/custom/black.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,17 @@

// main accent color:
// pw black
@theme-primary-color: #000000;
@theme-primary-color: #111114;

// Original Theme
@import "../../AdminThemeUikit/pw/_import.less";

// AdminThemeBoss Custom Styles
@import "fonts/fonts.less";

@import "theme/main.less";
@import "theme/black-login.less";

/* Overrides… */

#pw-mastheads .NotificationBug {
background-image: linear-gradient(#000, #000);
}

.pw .ProDraftsNotice {
background-color: fade(@theme-primary-color, 80%);
background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, fade(@theme-primary-color, 95%) 35px, fade(@theme-primary-color, 95%) 70px);
color: #fff;

a {
color: inherit;

&:hover {
opacity: 0.9;
}
}
}
@theme-dropdown-background: lighten(@theme-primary-color, 15%);
@theme-primary-color-verylight: lighten(@theme-primary-color, 90%);
29 changes: 12 additions & 17 deletions uikit/custom/theme/components/aos.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,15 @@
}

>ul {
&:after {
display: none;
}

&:before {
left: auto;
right: 30px;
}

filter: none; // box-shadow
background: transparent;
border-width: 0px;
box-shadow: @pw-dropdown-box-shadow;
transform: translateX(-5px);

&:after {
left: auto;
right: 10%;
}

li>a {
color: @pw-dropdown-nav-item-color;
Expand Down Expand Up @@ -141,20 +137,19 @@ html.tooltipDesc {
#checkAllCheckboxes {
border-color: transparent;

box-shadow: @pw-dropdown-box-shadow;
margin-left: 0 !important;

-ms-transform: translate(-25%, -20%);
transform: translate(-25%, -20%);
text-shadow: none;
transform: translate(5px, -5px);

background: @pw-dropdown-background;

&:hover {
background: @theme-primary-color;
box-shadow: @pw-dropdown-box-shadow;
background: @theme-dropdown-hover-background;
}

i:before {
color: @theme-primary-color;
text-shadow: none;
color: @theme-text-color-inverse;
}

&:hover i:before {
Expand Down
10 changes: 9 additions & 1 deletion uikit/custom/theme/components/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
.pw {
font-family: @global-font-family;
}


.pw a:hover {
text-decoration: none;
}

.hook-base-h2,
.hook-base-h3,
Expand All @@ -37,6 +40,11 @@ img.pw-logo-native {
}
}

#main .uk-description-list dt {
font-size: 1.2rem;
font-weight: bold;
}

#pw-content-head {
h1 {
color: @theme-primary-headline-color;
Expand Down
Loading

0 comments on commit 72a3ff2

Please sign in to comment.