diff --git a/editor.php b/editor.php index a6f5427..eac8454 100644 --- a/editor.php +++ b/editor.php @@ -80,12 +80,18 @@ h2 {color: rgba(0,198,255,0.7)} .diffGreyLighter {background: #888 !important; color: #222 !important} .diffNone {} .info {font-size: 10px; color: rgba(0,198,255,0.7); cursor: help} +.trialBarContainer {display: inline-block; width: 170px; height: 8px; background: #0b0b0b; margin-bottom: 40px} +.trialBarRemaining {display: inline-block; width: 170px; height: 8px; background: rgba(0,198,255,0.7); box-shadow: 0 0 10px 1px rgba(0,198,255,0.5); + transition: width 0.7s ease-in-out; +} +.trialBarText {margin-top: 6px; color: #888} +.trialBarText a {color: #fff; text-decoration: none} - + @@ -110,6 +116,15 @@ h2 {color: rgba(0,198,255,0.7)}
+ +

+

+ +
+ +