123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530 |
- /*
- The MIT License (MIT)
- Copyright (c) 2020 Tobias Ahlin
- Permission is hereby granted, free of charge, to any person obtaining a copy of
- this software and associated documentation files (the "Software"), to deal in
- the Software without restriction, including without limitation the rights to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
- the Software, and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- */
- * {
- box-sizing: border-box;
- }
- .articles article a.broken {
- color: #9c3535;
- cursor: not-allowed;
- text-decoration: none;
- pointer-events: none;
- }
- .fixedpanel {
- width: 100%;
- height: 64px;
- position: fixed;
- background-color: #FFF;
- padding: 16px;
- top: 0;
- z-index: 1;
- }
- .topbar {
- display: flex;
- }
- .searchbox {
- width: 250px;
- font-size: 20px;
- line-height: 26px;
- color: #202020;
- height: 30px;
- -webkit-appearance: none;
- border: 1px solid #EEE;
- }
- .query {
- width: 30px;
- height: 30px;
- -webkit-appearance: none;
- border: none;
- color: #909090;
- background-color: #EEE;
- margin-left: 4px;
- cursor: pointer;
- }
- .content {
- position: relative;
- top: 40px;
- display: flex;
- flex-wrap: wrap;
- padding: 16px;
- align-items: flex-start;
- }
- .articles {
- min-width: 400px;
- max-width: 800px;
- margin-left: 20px;
- flex-grow: 1;
- margin-right: 16px;
- }
- /* .articles:empty {
- display: none;
- } */
- .sidebar {
- max-width: 400px;
- padding: 8px;
- font-family: Arial;
- background-color: #EEE;
- position: relative;
- min-height: 48px;
- flex-grow: 1;
- line-height: 1.25em;
- }
- .sidebar.collapsed {
- height: 0;
- overflow-y: hidden;
- }
- .sidebar-header {
- display: flex;
- justify-content: space-between;
- height: 32px;
- }
- .sidebar-title {
- line-height: 36px;
- font-weight: bold;
- font-size: 24px;
- }
- .sidebar-content {
- padding: 0 16px 16px 16px;
- margin-top: 16px;
- }
- .sidebar-collapse-btn {
- position: absolute;
- top: 8px;
- right: 8px;
- width: 32px;
- height: 32px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .sidebar-collapse-btn::before {
- border-style: solid;
- border-width: 3px 3px 0 0;
- content: '';
- display: inline-block;
- height: 8px;
- position: relative;
- top: -3px;
- transform: rotate(45deg) scaleY(-1);
- vertical-align: top;
- width: 8px;
- }
- .sidebar.collapsed .sidebar-collapse-btn {
- transform: scaleY(-1);
- }
- @media (max-width: 1080px) {
- .sidebar {
- order: -1;
- max-width: none;
- width: 100%;
- }
- }
- /* @media (max-width: 768px) {
- .fixedpanel {
- padding: 4px;
- }
- .content {
- padding: 4px;
- }
- body {
- margin: 4px;
- }
- }
- */
- .articles article {
- font-family: sans-serif;
- font-size: 14px;
- color: rgb(32, 33, 34);
- line-height: 22.4px;
- }
- .articles article a {
- color:rgb(6, 69, 173);
- cursor: pointer;
- direction: ltr;
- display: inline;
- font-family: sans-serif;
- font-size: 14px;
- line-height: 22.4px;
- text-decoration-color: rgb(6, 69, 173);
- text-decoration-line: none;
- text-decoration-style: solid;
- }
- .articles article h1, .articles article h2, .articles article h3, .articles article h4, .articles article h5 {
- margin-bottom: 0.25em;
- padding: 0;
- font-family: 'Linux Libertine','Georgia','Times',serif;
- border-bottom-color: rgb(162, 169, 177);
- border-bottom-style: solid;
- border-bottom-width: 1px;
- font-weight: 400;
- color: rgb(0,0,0);
- }
- .articles article h2.title {
- line-height: 37.44px;
- font-size: 28.8px;
- }
- .articles article h1 {
- line-height: 27.3px;
- font-size: 21px;
- }
- .articles article h2:not(.title) {
- line-height: 26.88px;
- font-size: 16.8px;
- border: none;
- font-weight: 700;
- font-family: sans-serif;
- }
- .articles article h3 {
- line-height: 22.4px;
- font-size: 14px;
- border: none;
- font-weight: 700;
- font-family: sans-serif;
- }
- .articles article a:hover, .articles article a:focus {
- text-decoration: underline;
- }
- .sidebar li {
- margin-bottom: 8px;
- }
- .sidebar h2 {
- font-size: 16px;
- font-weight: bold;
- margin-top: 36px;
- }
- .sidebar h2:first-child {
- margin-top: 0;
- }
- .sidebar {
- color: #444;
- }
- .sidebar p {
- margin-top: 0;
- margin-bottom: 14px;
- }
- .sidebar p:last-of-type {
- margin-bottom: 0;
- }
- .sidebar figure {
- margin: 0;
- }
- .sidebar table {
- width: 100%;
- font-size: 13px;
- }
- .sidebar table thead {
- text-align: left;
- }
- .suggestions {
- font-family: sans-serif;
- font-size: 13px;
- margin-top: 4px;
- margin-bottom: 0;
- display: block;
- padding: 4px;
- background-color: #FFF;
- }
- .suggestions > div {
- height: 19px;
- padding: 0.01em 0.25em;
- cursor: pointer;
- align-items: center;
- }
- .suggestions > div:hover {
- background-color: #666;
- color: #FFF;
- }
- .suggestions .highlight {
- font-weight: bold;
- }
- .nolistmarker {
- list-style: none;
- }
- .diagram {
- margin-top: 10px;
- display: flex;
- }
- @keyframes clientProcessingBottom {
- 0% {
- transform: translateX(0) scaleX(0);
- }
- 25% {
- transform: translateX(0) scaleX(1);
- }
- 75% {
- transform: translateX(0) scaleX(1);
- }
- 100% {
- transform: translateX(32px) scaleX(0);
- }
- }
- @keyframes clientProcessingMiddle {
- 0% {
- transform: translateX(0) scaleX(0);
- }
- 25% {
- transform: translateX(0) scaleX(0);
- }
- 50% {
- transform: translateX(0) scaleX(1);
- }
- 75% {
- transform: translateX(0) scaleX(1);
- }
- 100% {
- transform: translateX(32px) scaleX(0);
- }
- }
- @keyframes clientProcessingTop {
- 0% {
- transform: translateX(0) scaleX(0);
- }
- 50% {
- transform: translateX(0) scaleX(0);
- }
- 75% {
- transform: translateX(0) scaleX(1);
- }
- 100% {
- transform: translateX(32px) scaleX(0);
- }
- }
- .client {
- border: 4px solid #666;
- height: 48px;
- width: 48px;
- }
- .client .box {
- height: 8px;
- width: 32px;
- margin: 4px;
- background-color: #666;
- transform-origin: 0% 50%;
- }
- .client .box.top {
- animation: clientProcessingBottom 3s ease 0s infinite normal none;
- }
- .client .box.middle {
- animation: clientProcessingMiddle 3s ease 0s infinite normal none;
- }
- .client .box.bottom {
- animation: clientProcessingTop 3s ease 0s infinite normal none;
- }
- .box.complete {
- animation: none !important;
- }
- @keyframes expandRightLine {
- 0% {
- transform: scaleX(0);
- }
- 100% {
- transform: scaleX(1);
- }
- }
- @keyframes expandRightArrowhead {
- 0% {
- transform: translateX(0);
- }
- 100% {
- transform: translateX(200px);
- }
- }
- .upload .line {
- transform-origin: 0% 50%;
- /* animation: expandRightLine 3s ease 0s infinite normal none; */
- margin: 14px 4px 0 0;
- width: 200px;
- height: 4px;
- background-color: #666;
- position:relative;
- }
- .arrow {
- position: relative;
- }
- .arrowhead {
- /* animation: expandRightArrowhead 3s ease 0s infinite normal none; */
- content:"";
- position:absolute;
- height:0;
- width:0;
- top:-8px;
- border:10px solid transparent;
- border-left: 10px solid #666;
- }
- .server {
- border: 4px solid #666;
- height: 48px;
- width: 48px;
- margin-left: 200px;
- }
- .hidden {
- visibility: hidden !important;
- }
- .loadingbar {
- width: 100px;
- height: 14px;
- background-color: #EEE;
- padding: 2px;
- }
- .complete {
- width: 100%;
- height: 100%;
- background-color: #CDC;
- transform-origin: left;
- /* transition: transform ease-in 0.3s; */
- }
- .bar {
- display: flex;
- width: 200px;
- margin-bottom: 4px;
- }
- .bar .label {
- font-family: sans-serif;
- margin-left: 4px;
- font-size: 10px;
- display: flex;
- justify-content: center;
- align-content: center;
- color: #666;
- }
- .searchsuperbox {
- display: flex;
- }
- .loadingbars {
- margin-left: 10px;
- width: 100px;
- display: inline-block;
- }
- b, strong {
- font-weight: bold;
- }
- i, em {
- font-style: italic;
- }
- .title {
- margin-right: 32px;
- }
- .title h1 {
- font-family: sans-serif;
- font-size: 24px;
- font-weight: bold;
- margin: 4px;
- }
- .searchbutton {
- display: flex;
- }
- #make_query {
- appearance: none;
- border: none;
- height: 30px;
- background-color: #ddd;
- cursor: pointer;
- }
- .loading {
- margin-left: 32px;
- display: flex;
- align-items: center;
- }
- .loading .message {
- margin-left: 8px;
- font-family: sans-serif;
- }
- .loading .inprogress {
- font-style: italic;
- }
|