-
Notifications
You must be signed in to change notification settings - Fork 2
/
sswg.css
34 lines (30 loc) · 1.99 KB
/
sswg.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
html {max-width: 100%; margin: auto; color: #333333;}
h2 {font-size: 50px; margin-block-end:0px; margin-block-start:0px;}
a {transition: color .2s; color: #19405c; white-space: nowrap;}
a:link, a:visited {color: #19405c;}
a:hover {color: #7FDBFF;}
a:active {transition: color .3s; color: #007BE6;}
.link {text-decoration: none;}
a.button {padding: 15px 32px; background-color: #555; border-radius: 2em; border-width: 0px; text-decoration: none; color: white; font-size: 25.0px; line-height: 2.5em;}
a.button:hover {background-color: #777}
a.button_big {padding: 0.5em; background-image: linear-gradient(to top, #427b0e, #9ba97d); background-color: lightgray; background-blend-mode: multiply; border-radius: .75em; border-width: 0px; text-decoration: none; min-width: 150px; max-width: 150px; min-height: 150px; max-height: 150px; display: inline-block; vertical-align: top; margin: 4px 4px 10px 4px; color: white; font-size: 25.0px; background-size: auto 100%; background-position-x: center;}
a.button_big:hover {background-color: white; color: #e6d23f; text-decoration: underline;}
mark {background: #ccff99;}
span {background-color: rgba(0, 0, 0, 0.55); padding: .1em; line-height: 1.35em;}
img {max-width: 100%; vertical-align: top;}
.code_block {background-color: whitesmoke; padding: 10px; margin: 0; position: relative; font-family: monospace; font-size: 20px; font-weight: normal; white-space: pre; overflow: auto; border-radius:4px; scrollbar-color:red;}
.copy_code_button {position:absolute; right:10px; border:none; border-radius:5px; font-family:inherit; color:gray; user-select:none;}
/* Hide scrollbar for Chrome, Safari and Opera */
.code_block::-webkit-scrollbar {
}
.sidebar {position:fixed; z-index:1; left:1em; top:1em;}
@media screen and (max-width: 1800px) {.sidebar {display:none;}}
@media (max-width: 725px) {
.button {display: block;}
}
purple {color: hsl(289.0, 50%, 50%);}
gray {color: gray;}
olive {color: olive;}
yellow {color: darkgoldenrod;}
green {color: seagreen;}
blue {color: hsl(210, 50%, 50%);}