forked from selfthinker/dokuwiki_template_writr
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9324098
commit 9a301d3
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/* =Upgrade Plugin | ||
----------------------------------------------- */ | ||
|
||
#plugin__upgrade_meter ol { | ||
height: 24px; | ||
|
||
li { | ||
height: 24px; | ||
font-family: @ini_font; | ||
border-radius: 12px; | ||
|
||
span { | ||
right: -20px; | ||
} | ||
span.step { | ||
top: -12px; | ||
padding: 0; | ||
padding-top: 4px; | ||
border: 3px solid @ini_background_neu; | ||
z-index: 99; | ||
font-size: 24px; | ||
color: @ini_background_neu; | ||
width: 1.5em; | ||
font-weight: normal; | ||
position: absolute; | ||
background-color: #fff; | ||
border-radius: 50%; | ||
width: 48px; | ||
height: 48px; | ||
} | ||
span.stage { | ||
color: #fff; | ||
font-weight: normal; | ||
} | ||
} | ||
li.active { | ||
height: 24px; | ||
background: @ini_theme_color; | ||
|
||
span.stage { | ||
color: @ini_background; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters