123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 |
- @import './base/reset';
- @import './base/variables';
- @import './base/colors';
- @import './base/grid-flex';
- @import './base/layout';
- @import './base/fonts';
- @import './base/transitions';
- body{
- color: #1a1a1a;
- }
- #root{
- }
- header[role="banner"]{
- div.wrapper{
- display: grid;
- grid-template-columns: 1fr 1fr;
- }
- h1.site-title{
- grid-column: 1;
- margin:0;
- font-size: 1em;
- }
- nav#header-menu{
- grid-column: 2;
- text-align: right;
- >ul>li{
- display: inline-block;
- margin-right: 1em;
- position: relative;
- >ul{
- position: absolute;
- top:1em; right:0;
- overflow: hidden;
- >li{
- transition: height 0.3s ease-in-out;
- height:0.2px;
- }
- }
- &:hover{
- >ul>li{
- height:1em;
- }
- }
- }
- li>span,li>a{
- font-size: 0.9em;
- }
- }
- }
- section[role="main-content"]{
- }
- footer[role="tools"]{
- $list-item-h: 5.3em;
- #history{
- z-index: 8;
- background-color: $or;
- padding:1.2em $side-padding;
- max-height: $list-item-h;
- @include accordeon-transition($list-item-h);
- >header{
- }
- .history-list{
- overflow-x: hidden;
- .wrapper{
- height:100%;
- // hidding the scrollbar
- overflow-y: auto;
- width:calc(100% + 1em);
- padding-right: 1em;
- >ul{
- padding:0;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- }
- li.item{
- box-sizing: border-box;
- flex-basis: percentage(2/$default_sum);
- height: $list-item-h;
- overflow: hidden;
- padding-bottom: 1em;
- padding-right: 0.7em;
- article{
- max-height: 100%;
- overflow: hidden;
- }
- }
- article.history.item{
- header{
- h1{
- font-size: 0.882em;
- font-weight: normal;
- margin:0 0 0.5em 0;
- }
- }
- .extract{
- p{
- font-size: 0.882em;
- margin:0;
- }
- code{
- background-color: lighten(desaturate($rouge,20%), 20%);
- }
- }
- }
- }
- }
- #results{
- z-index: 9;
- background-color: $gris;
- padding:1.2em $side-padding;
- max-height: $list-item-h * 3;
- @include accordeon-transition($list-item-h * 3);
- >header{
- .search-keys{
- font-size: 0.756em;
- font-weight: 500;
- }
- .results-count{
- font-size: 0.756em;
- }
- }
- .results-list{
- overflow-x: hidden;
- .wrapper{
- height:100%;
- // hidding the scrollbar
- overflow-y: auto;
- width:calc(100% + 1em);
- padding-right: 1em;
- >ul{
- padding:0;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- }
- li.result{
- box-sizing: border-box;
- flex-basis: percentage(2/$default_sum);
- height: $list-item-h;
- overflow: hidden;
- padding-bottom: 1em;
- padding-right: 0.7em;
- article{
- max-height: 100%;
- overflow: hidden;
- }
- }
- article.result.item{
- header{
- h1{
- font-size: 0.882em;
- font-weight: normal;
- margin:0 0 0.5em 0;
- }
- }
- .extract{
- p{
- font-size: 0.882em;
- margin:0;
- }
- code{
- background-color: lighten(desaturate($rouge,20%), 20%);
- }
- }
- }
- }
- }
- #footer-bottom{
- z-index: 10;
- padding:0 $side-padding;
- background-color: $bleuroi;
- &>*{
- // disable grid gap
- padding-right: 0;
- }
- #footer-tabs{
- ul{
- padding:0; margin:0;
- display: flex;
- flex-direction: column;
- li{
- flex: 1 1 auto;
- .wrapper{
- box-sizing: border-box;
- line-height: 0.6em;
- height:2em;
- width: calc(100% + $side-padding);
- margin-left:-$side-padding;
- padding:0.3em 0.5em 0.3em $side-padding;
- }
- &.history .wrapper{
- background-color: $or;
- }
- &.results .wrapper{
- background-color: $gris;
- }
- span{
- font-size: 0.693em;
- font-weight: 400;
- text-transform: uppercase;
- cursor: pointer;
- @include fade-transition;
- }
- }
- }
- }
- #search{
- color: #fff;
- background-color: $bleuroi;
- form{
- padding: 0.7em;
- label[for="keys"]{
- display: none;
- }
- input[type="text"]{
- padding:0.3em;
- font-size: 0.756em;
- line-height: 1;
- height:1em;
- border:none;
- border-radius: 2px;
- }
- // input[type="submit"]{
- // #submit-search{
- // border:none;
- //
- // }
- // }
- span.mdi{
- display: inline-block;
- font-size: 1.2em;
- line-height:1.1;
- vertical-align:middle;
- width:1.2em; height:1.2em;
- border-radius: 0.6em;
- background-color: #fff;
- color: $bleuroi;
- text-align: center;
- font-weight: 700;
- cursor: pointer;
- }
- }
- }
- }
- h2{
- margin:0;
- font-size: 0.756em;
- font-weight: 400;
- text-transform: uppercase;
- padding:0;
- }
- }
- // ___
- // |_ _|__ ___ _ _ ___
- // | |/ _/ _ \ ' \(_-<
- // |___\__\___/_||_/__/
- span.mdi-close{
- cursor: pointer;
- }
- @keyframes spin {
- from {
- transform:rotate(0deg);
- }
- to {
- transform:rotate(360deg);
- }
- }
- span.mdi-loading{
- animation-name: spin;
- animation-duration: 2000ms;
- animation-iteration-count: infinite;
- animation-timing-function: linear;
- }
|