| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 |
- /*sticky footer*/
- html, body {
- height: 100%;
- padding: 0;
- margin: 0;
- }
- #wrapper {
- min-height: 100%;
- height: auto !important;
- height: 100%;
- margin: 0 auto -52px;
- }
- footer, #footer-push {
- height: 20px;
- text-align: center;
- }
- /*center content on large screens*/
- .mdc-toolbar__row,
- main {
- max-width: 1200px;
- margin: 0 auto;
- }
- /*content*/
- main { padding: 90px 0 30px 0; }
- #options { letter-spacing: 0.2px; }
- /*header*/
- header .mdc-toolbar__title { margin: 0; }
- header nav { float: right; margin: 0 !important; }
- header nav a { color: #fff !important; min-width: auto !important; }
- /*footer*/
- footer {
- font-size: 14px;
- line-height: 20px;
- color: #9e9e9e;
- text-align: center;
- background: #424242;
- padding: 16px 40px;
- }
- footer a {
- color: #9e9e9e;
- text-decoration: none;
- }
- footer .icon-chrome { margin-right: 10px; }
- footer .icon-chrome:before { font-size: 17px; }
- footer .icon-firefox { margin-right: 10px; }
- footer .icon-firefox:before {
- font-size: 18px; position: relative; top: 1px;
- }
- footer .icon-github:before {
- font-size: 20px; position: relative; top: 1px;
- }
- footer .icon-hidden {
- display: none;
- }
- /*custom scrollbars in WebKit*/
- ::-webkit-scrollbar {
- width: 13px;
- height: 13px;
- }
- ::-webkit-scrollbar-track-piece {
- background: #ececec;
- -webkit-border-radius: 2px;
- }
- ::-webkit-scrollbar-thumb {
- height: 50px;
- background: #afbdc3;
- -webkit-border-radius: 8px;
- outline: 2px solid #333;
- outline-offset: -2px;
- border: 2px solid #ececec;
- }
- ::-webkit-scrollbar-thumb:hover {
- height: 50px;
- background-color: #607d8b;
- -webkit-border-radius: 8px;
- }
- /*bootstrap callout*/
- .bs-callout {
- border: 1px solid #eee;
- border-left-width: 5px;
- border-left-color: #607d8b;
- border-radius: 3px;
- background: #fcfcfc;
- padding: 20px;
- margin: 0 0 30px 0;
- }
- /*button*/
- .m-button {
- background-color: #ececec !important;
- color: #000 !important;
- }
- .m-button:before {
- background-color: rgba(96, 125, 139, 0.56) !important;
- }
- .m-button:after {
- background-color: rgba(96, 125, 139, 0.56) !important;
- }
- /*switch*/
- .m-switch {
- cursor: pointer;
- display: table;
- margin: 7px 0;
- }
- .m-switch .mdc-switch__background {
- display: inline-block;
- bottom: 5px;
- left: 15px;
- }
- .m-switch .mdc-switch-label {
- font-size: 1rem;
- line-height: 1.5rem;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- display: inline-block;
- padding: 0 0 0 30px;
- }
- .m-switch .mdc-switch-label code {
- font-size: 16px;
- }
- /*select*/
- .m-select {
- font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
- font-size: 14px;
- line-height: 17px;
- color: #000;
- text-transform: uppercase;
- letter-spacing: 0.2px;
- background-color: #ececec;
- border: none;
- border-radius: 2px;
- cursor: pointer;
- padding: 9px 12px;
- }
- /*textfield*/
- .m-textfield {
- font-size: 1rem;
- line-height: 1.5rem;
- height: auto;
- margin: 0;
- }
- /*add-origin*/
- .m-add-origin {}
- .m-add-origin:after { content: ''; display: block; clear: both; }
- .m-add-origin h4 {
- line-height: 36px;
- float: left;
- padding: 0 100px 0 0;
- margin: 0 !important;
- }
- .m-add-origin .m-select {
- width: 110px;
- position: relative;
- top: -1px;
- }
- .m-add-origin .m-textfield {
- width: 400px;
- height: auto !important;
- padding: 0 !important;
- margin: 0 10px !important;
- }
- .m-add-origin .m-textfield input {
- padding-top: 3px;
- }
- .m-add-origin button:nth-of-type(1) {
- position: relative;
- top: -3px;
- }
- .m-add-origin button:nth-of-type(2) {
- float: right;
- }
- /*global*/
- .m-global {
- margin: 20px 0 0 0;
- }
- .m-global:after { content: ''; display: block; clear: both; }
- .m-global .m-switch {
- float: left;
- }
- .m-global button {
- float: right;
- }
- /*list*/
- .m-list {
- list-style: none;
- padding: 0;
- margin: 20px 0 0 0;
- }
- .m-list li {
- background: #fff;
- transition-duration: .28s;
- transition-timing-function: cubic-bezier(.4,0,.2,1);
- transition-property: background-color box-shadow;
- border-bottom: 1px solid #ececec;
- }
- .m-list li:first-child {
- }
- .m-list li:last-child {
- margin-bottom: 0 !important;
- }
- .m-list li:hover:not(.m-expanded) { background: #ececec; }
- .m-list li:after { content: ''; display: block; clear: both; }
- .m-list li.m-expanded {
- border: 0;
- margin: 20px 0;
- }
- .m-list .m-summary {
- display: block;
- height: 36px;
- padding: 10px 20px 0 20px;
- cursor: pointer;
- position: relative;
- }
- .m-list .m-summary:after { content: ''; display: block; clear: both; }
- .m-list .m-summary .m-origin {
- float: left;
- font-family: monospace;
- font-size: 16px;
- line-height: 28px;
- }
- .m-list .m-summary .m-options {
- float: right;
- padding: 6px 25px 0 0;
- }
- .m-list .m-summary .m-options span {
- background: #ececec;
- font-size: 12px;
- line-height: 15px;
- padding: 2px 5px;
- border-radius: 3px;
- margin: 0 5px 0 0;
- }
- .m-list .m-summary i {
- position: absolute;
- top: 17px;
- right: 17px;
- }
- .m-list .m-content {
- /*TEST*/
- display: none;
- background: #fff;
- padding: 0 20px 12px 20px;
- position: relative;
- }
- .m-list .m-expanded .m-summary {
- background: #ececec;
- }
- .m-list .m-expanded .m-origin {}
- .m-list .m-expanded .m-content {
- display: block;
- }
- .m-list .m-content .m-option {
- min-height: 50px;
- }
- .m-list .m-content .m-option:after { content: ''; display: block; clear: both; }
- .m-list .m-content .m-option .m-name {
- float: left;
- width: 10%;
- font-size: 14px;
- line-height: 50px;
- text-align: right;
- }
- .m-list .m-content .m-option .m-name span {
- font-size: 12px;
- line-height: 15px;
- text-transform: uppercase;
- letter-spacing: .2px;
- }
- .m-list .m-content .m-option .m-control {
- float: left;
- width: 90%;
- }
- .m-list .m-content .m-option.m-match {}
- .m-list .m-content .m-option.m-match .m-control {
- width: 80%;
- margin: 0 0 0 15px;
- }
- .m-list .m-content .m-option.m-match .m-textfield {
- width: 100%;
- height: 43px;
- margin: 0 0 7px 10px;
- }
- .m-list .m-content .m-option.m-match input {
- border-bottom: 1px solid #ececec !important;
- padding-top: 3px;
- }
- .m-list .m-content .m-option.m-csp {}
- .m-list .m-content .m-option.m-csp label {
- margin: 12px 0 0 10px;
- }
- .m-list .m-content .m-option.m-encoding {}
- .m-list .m-content .m-option.m-encoding select {
- width: 200px;
- margin: 6px 0 0 25px;
- }
- .m-list .m-footer {
- text-align: right;
- position: absolute;
- bottom: 20px;
- right: 20px;
- }
- .m-list .m-footer .m-button:last-child {
- margin: 0 0 0 20px;
- }
|