diff --git a/themes/antergos/css/style.css b/themes/antergos/css/style.css index 23a79f0..38c47b8 100644 --- a/themes/antergos/css/style.css +++ b/themes/antergos/css/style.css @@ -30,11 +30,20 @@ @font-face { font-family: 'Open Sans'; - src: url('../../_vendor/fonts/TTF/OpenSans-Regular.ttf'); + font-weight: 400; + font-style: normal; + src: local('Open Sans Regular'), local('Open Sans'), url('../../_vendor/fonts/TTF/OpenSans-Regular.ttf'); } @font-face { - font-family: 'Open Sans Light'; - src: url('../../_vendor/fonts/TTF/OpenSans-Light.ttf'); + font-family: 'Open Sans'; + font-weight: 300; + font-style: normal; + src: local('Open Sans Light'), local('Open Sans'), url('../../_vendor/fonts/TTF/OpenSans-Light.ttf'); +} + +body { + -webkit-font-smoothing: antialiased !important; + text-rendering: optimizeLegibility !important; } *:focus { @@ -204,7 +213,7 @@ a { } .toggle { - margin: 5px 20px 0 0; + margin: 10px 20px 0 0; } /* Full Page Image Header Area */ @@ -218,7 +227,8 @@ a { background-size: cover !important; background-repeat: no-repeat !important; background-position: center !important; - transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1); + transition: left 0.8s, background-image 0.3s; + transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), linear; } @@ -243,8 +253,9 @@ a { /* Clock Widget */ .time { - font-family: "Open Sans Light", sans-serif; + font-family: "Open Sans", sans-serif; font-size: 96px; + font-weight: 300; line-height: 1em; text-decoration: none; color: #3D73C5; @@ -311,11 +322,26 @@ a { min-height: 275px; } +#login { + opacity: 0; + transition: opacity 0.3s ease-in; +} + #panel-fix .panel-shadow, .panel-group, .panel-shadow { box-shadow: none !important; border: none !important; } +#collapseOne { + position: relative; + top: 5px; +} + +#collapseTwo { + position: relative; + top: 15px; +} + .panel-default { background-color: rgb(252, 247, 247); } @@ -588,3 +614,46 @@ a.list-group-item:focus:after, a.list-group-item:hover:after, a.list-group-item. padding-left: 25px; padding-right: 25px; } + +#statusArea { + width: 360px; + position: relative; + top: 15px +} + +.alert-danger { + background-color: #e51c23; +} + +.alert { + border: none; + color: #fff; + font-size: 14.5px; + font-weight: 400; + padding-right: 35px; + padding-left: 35px; +} + +.alert .close { + color: #fff; +} + +.close { + font-size: 34px; + font-weight: 300; + line-height: 24px; + opacity: 0.6; + transition: all 0.2s; +} + +.alert-dismissible .close { + position: relative; + top: -2px; + right: -21px; +} + +.close:hover { + opacity: 1; +} + + diff --git a/themes/antergos/index.html b/themes/antergos/index.html index f691660..1098bb8 100644 --- a/themes/antergos/index.html +++ b/themes/antergos/index.html @@ -174,16 +174,9 @@
-
-
-
-
- |
-