.faded { margin: 0 auto; background: var(--window-color); box-shadow: 0 0 1px 1px var(--window-color); font-family: cursive; font-family: "Gill Sans", sans-serif; display: inline-block } .centered { text-align: center; } .padded { width: 100%; max-width: 800px; text-align: left; } .demo_title { font-size: 32px; box-shadow: 0 0 5px 5px var(--window-color); font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial, sans-serif,Apple Color Emoji,Segoe UI Emoji; } .demo_text { font-size: 16px; box-shadow: 0 0 5px 5px var(--window-color); font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial, sans-serif,Apple Color Emoji,Segoe UI Emoji; } .arxiv_button { position: relative; display: inline-block; width: 80px; height: 28px; background-image: linear-gradient(180deg, #fafbfc, #eff3f6 90%); color: #24292e; border: 1px solid rgba(27,31,35,.2); text-align: center; cursor: pointer; border-radius: 4px; padding-right: 0px; padding-top: 2.5px; font-size: 12px; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif; font-weight: 600; } .arxiv_button:before { content: ""; vertical-align:middle; display: inline-block; width: 24px; height: 24px; border: none; margin-left: -16px; margin-right: 4px; margin-top: -2px; background: url('data:image/svg+xml;charset=UTF-8,') right center no-repeat; background-size: 18px 16px; } .arxiv_button:hover { background-color:#e6ebf1; background-position:-0.5em; border-color: #9fa4a9; border-color:rgba(27,31,35,.35); background-image:linear-gradient(180deg, #f0f3f6, #e6ebf1 90%) } /* a:link { color: #00194a; text-decoration: none; } a:visited { color: #3f004a; text-decoration: none; } */