SaulLu/test-demo
2
1:root {2 --border-color: black;3 --window-color: white;4 --background-move-on-cursor: false;5 --background-color: white;6 --background-cursor-width: 400;7 --background-cursor-height: 200;8 --background-show-if-wider-than: 500;9 --background-speed: 0.001;10 --energy-decay: 0.3;11}12html {13 font-size: 14px;14}15@media (min-width: 768px) {16 html {17 font-size: 16px;18 }19}20 21body {22 width: 100%;23 margin: 0 auto;24 background-color: var(--background-color);25}26#header_main {27 position: relative;28 width: 100%;29 margin: 0 auto;30}31#header_main canvas, #overlay {32 width: 100%;33 margin: 0 auto;34 position: absolute;35}36 37a {38 text-decoration: none;39}40 41a:hover {42 text-decoration: underline;43}44 45.container {46 max-width: 46rem;47}48 49.pricing-header {50 max-width: 700px;51}52 53.card-deck .card {54 min-width: 220px;55}56 57.border-top { border-top: 1px solid #e5e5e5; }58.border-bottom { border-bottom: 1px solid #e5e5e5; }59 60.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }61 62.arxiv_button {63 position: relative;64 display: inline-block;65 width: 78px;66 height: 28px;67 background-image: linear-gradient(180deg, #fafbfc, #eff3f6 90%);68 color: #24292e;69 border: 1px solid rgba(27,31,35,.2);70 text-align: center;71 cursor: pointer;72 border-radius: 4px;73 padding-right: 0px;74 padding-top: 2.5px;75 font-size: 12px;76 font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;77 font-weight: 600;78}79.arxiv_button:before {80 content: "";81 vertical-align:middle;82 display: inline-block;83 width: 24px;84 height: 24px;85 border: none;86 margin-left: -16px;87 margin-right: 0px;88 margin-top: -2px;89 background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" class="ionicon s-ion-icon" viewBox="0 0 512 512"><path d="M428 224H288a48 48 0 01-48-48V36a4 4 0 00-4-4h-92a64 64 0 00-64 64v320a64 64 0 0064 64h224a64 64 0 0064-64V228a4 4 0 00-4-4z"></path><path d="M419.22 188.59L275.41 44.78a2 2 0 00-3.41 1.41V176a16 16 0 0016 16h129.81a2 2 0 001.41-3.41z"></path></svg>') right center no-repeat;90 background-size: 18px 16px;91}92.arxiv_button:hover {93 background-color:#e6ebf1;94 background-position:-0.5em;95 border-color: #9fa4a9;96 border-color:rgba(27,31,35,.35);97 background-image:linear-gradient(180deg, #f0f3f6, #e6ebf1 90%)98}99 100#header_window {101 width: 80%;102 min-width: 320px;103 margin: 0 auto;104 text-align: center;105}106.faded {107 margin: 0 auto;108 background: var(--window-color);109 box-shadow: 0 0 5px 5px var(--window-color);110 font-family: cursive;111 font-family: "Gill Sans", sans-serif;112 display: inline-block113}114.padded {115 width: 100%;116 max-width: 800px;117 text-align: left;118}119.title {120 font-size: 32px;121 box-shadow: 0 0 5px 5px var(--window-color);122 font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,123 sans-serif,Apple Color Emoji,Segoe UI Emoji;124}125canvas {126 background-color: var(--background-color);127 width: 0px; /* will be changed on init */128 overflow: hidden;129}130 131a {132 color: #337ab7;133 font-weight: 600;134}135a:hover {136 color: #0056b3;137}138.nav-link {139 color: #337ab7;140 padding: 0.5rem 1rem;141 font-weight: normal;142}143.nav-link:hover {144 color: #337ab7;145}146 