2019-07-25 23:25:19 +02:00
|
|
|
p {
|
|
|
|
line-height: 1.75em;
|
|
|
|
}
|
|
|
|
|
2017-04-23 03:54:45 +02:00
|
|
|
#main .nerd-font-button {
|
2017-04-23 17:31:12 +02:00
|
|
|
margin: 0px;
|
2019-07-25 23:25:19 +02:00
|
|
|
font-weight: 900;
|
2019-08-18 19:23:37 +02:00
|
|
|
text-align: center;
|
2020-12-05 16:20:29 +02:00
|
|
|
padding: 8px 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.nerd-font-input {
|
|
|
|
cursor: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlight {
|
|
|
|
display: inline-block;
|
|
|
|
width: auto;
|
|
|
|
margin: 0pt auto;
|
|
|
|
}
|
|
|
|
|
2023-05-20 11:08:09 +02:00
|
|
|
.nerd-font-button,
|
|
|
|
.nerd-font-input {
|
2020-12-05 16:20:29 +02:00
|
|
|
cursor: pointer;
|
|
|
|
border-width: 2px;
|
|
|
|
font-size: 21px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #f8f8f8;
|
|
|
|
color: #f8f8f8;
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2020-12-05 16:20:29 +02:00
|
|
|
&input {
|
|
|
|
cursor: inherit;
|
|
|
|
border-radius: unset;
|
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2020-12-05 16:20:29 +02:00
|
|
|
&.primary {
|
|
|
|
background: #1E5D8A;
|
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2020-12-05 16:20:29 +02:00
|
|
|
&.secondary {
|
|
|
|
background: #BA45AE;
|
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2020-12-05 16:20:29 +02:00
|
|
|
&.tertiary {
|
|
|
|
background: #565346;
|
|
|
|
border-color: #0fbfcf;
|
|
|
|
color: #0fbfcf;
|
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2020-12-05 16:20:29 +02:00
|
|
|
&.tertiary--inverse {
|
|
|
|
background: #0fbfcf;
|
|
|
|
border-color: #565346;
|
|
|
|
color: #565346;
|
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2020-12-05 16:20:29 +02:00
|
|
|
&.download {
|
|
|
|
background: #0C640C;
|
|
|
|
}
|
2017-04-23 03:54:45 +02:00
|
|
|
}
|
|
|
|
|
2017-04-23 02:43:02 +02:00
|
|
|
#main .nerd-font-button a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
|
|
|
}
|
2017-04-23 03:40:45 +02:00
|
|
|
|
2020-12-05 12:25:00 +02:00
|
|
|
a.nerd-font-button {
|
|
|
|
font-size: 21px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.nerd-font-button:before {
|
|
|
|
font-weight: normal;
|
|
|
|
margin-right: .25em;
|
|
|
|
/* .nf */
|
|
|
|
font-family: 'NerdFontsSymbols Nerd Font';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
line-height: 1;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-04-23 17:31:12 +02:00
|
|
|
#main .nerd-font-badges {
|
|
|
|
line-height: 2.3em;
|
|
|
|
}
|
|
|
|
|
2019-07-16 23:39:29 +02:00
|
|
|
/* adjust touch-size on mobile */
|
|
|
|
@media screen and (max-width:800px) {
|
|
|
|
#main .nerd-font-badges img {
|
|
|
|
height: 2.2em;
|
2023-05-20 11:08:09 +02:00
|
|
|
margin: 6px 0px;
|
2019-07-16 23:39:29 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-12-05 13:12:10 +02:00
|
|
|
#icon-cheat-sheet .container {
|
|
|
|
max-width: none;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2017-04-25 00:55:08 +02:00
|
|
|
#main .nerd-font-buttons {
|
|
|
|
line-height: 4em;
|
|
|
|
}
|
|
|
|
|
2020-12-05 16:20:29 +02:00
|
|
|
#main input.nerd-font-cheat-sheet-search {
|
2017-04-23 23:45:35 +02:00
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main .nerd-font-cheat-sheet {
|
2023-06-05 21:42:31 +02:00
|
|
|
// max-height: 520px;
|
2017-04-23 23:45:35 +02:00
|
|
|
overflow-x: hidden;
|
2023-06-05 21:42:31 +02:00
|
|
|
// overflow-y: scroll;
|
2020-12-05 16:44:04 +02:00
|
|
|
margin-top: 40px;
|
2020-12-05 13:12:10 +02:00
|
|
|
max-width: none;
|
|
|
|
justify-content: center;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row wrap;
|
2020-12-05 16:20:29 +02:00
|
|
|
margin-bottom: 60px;
|
2017-04-23 23:45:35 +02:00
|
|
|
}
|
|
|
|
|
2019-08-02 08:57:41 +02:00
|
|
|
#glyphCheatSheet .column {
|
2019-07-28 19:36:54 +02:00
|
|
|
width: 146px;
|
|
|
|
height: 146px;
|
2018-03-31 16:52:51 +02:00
|
|
|
text-align: center;
|
2019-07-28 19:36:54 +02:00
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
2018-03-31 17:34:10 +02:00
|
|
|
margin-bottom: 10px;
|
2019-07-28 19:36:54 +02:00
|
|
|
position: relative;
|
2023-05-20 11:08:09 +02:00
|
|
|
border: 2px solid rgba(0, 0, 0, .25);
|
2019-07-28 19:36:54 +02:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
margin: 10px 5px;
|
2019-08-02 08:57:41 +02:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2019-07-28 19:36:54 +02:00
|
|
|
#main .nerd-font-cheat-sheet .column:hover {
|
2023-05-20 11:08:09 +02:00
|
|
|
background: rgba(0, 0, 0, .25);
|
2019-07-28 19:36:54 +02:00
|
|
|
border: 2px solid #0fbfcf;
|
|
|
|
color: #0fbfcf !important;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main .nerd-font-cheat-sheet .column:hover .codepoint {
|
|
|
|
border-color: #0fbfcf;
|
|
|
|
}
|
|
|
|
|
2023-01-25 20:43:59 +02:00
|
|
|
#main .nerd-font-cheat-sheet .column .codepoint:hover {
|
|
|
|
background: #767260;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2019-07-28 19:36:54 +02:00
|
|
|
#main .nerd-font-cheat-sheet .column:hover .class-name {
|
|
|
|
color: #0fbfcf;
|
|
|
|
}
|
|
|
|
|
2018-03-31 17:34:10 +02:00
|
|
|
#main .nerd-font-cheat-sheet .column .class-name {
|
|
|
|
color: antiquewhite;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-weight: bold;
|
2019-07-28 19:36:54 +02:00
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
word-break: break-word;
|
|
|
|
font-size: 13px;
|
2018-03-31 17:34:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#main .nerd-font-cheat-sheet .column .codepoint {
|
2019-07-28 19:36:54 +02:00
|
|
|
border: 2px dashed;
|
|
|
|
padding: 0px 10px;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
right: 0px;
|
|
|
|
font-size: 14px;
|
|
|
|
border-radius: 3px;
|
|
|
|
border-bottom: none;
|
|
|
|
border-right: none;
|
2023-05-20 11:08:09 +02:00
|
|
|
background: rgba(0, 0, 0, .25);
|
2019-07-28 19:36:54 +02:00
|
|
|
border-color: #565346;
|
|
|
|
font-weight: bold;
|
|
|
|
border-top-right-radius: unset;
|
|
|
|
border-bottom-left-radius: unset;
|
2017-04-23 23:45:35 +02:00
|
|
|
}
|
|
|
|
|
2019-07-28 19:36:54 +02:00
|
|
|
#main .nerd-font-cheat-sheet .column .class-name,
|
|
|
|
#main .nerd-font-cheat-sheet .column .codepoint {
|
2017-04-23 23:45:35 +02:00
|
|
|
font-family: 'mono';
|
|
|
|
display: inline-block;
|
2019-07-28 19:36:54 +02:00
|
|
|
text-align: left;
|
2017-04-23 23:45:35 +02:00
|
|
|
}
|
|
|
|
|
2019-07-26 23:31:21 +02:00
|
|
|
#main .nerd-font-cheat-sheet .nf {
|
2019-07-28 19:36:54 +02:00
|
|
|
font-size: 3.25em;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2023-05-04 06:01:33 +02:00
|
|
|
#main .nerd-font-cheat-sheet .nfold {
|
|
|
|
font-size: 3.25em;
|
|
|
|
color: #8810b0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2019-07-28 19:36:54 +02:00
|
|
|
#main .nerd-font-cheat-sheet .glyph-popout-copy-clipboard {
|
|
|
|
background: #585547;
|
|
|
|
border: 2px solid #0fbfcf;
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
border-bottom-left-radius: 5px;
|
|
|
|
right: 0px;
|
|
|
|
border-right: unset;
|
|
|
|
border-top: unset;
|
|
|
|
top: 0px;
|
|
|
|
width: 76px;
|
2023-02-01 13:11:45 +02:00
|
|
|
z-index: 5;
|
|
|
|
pointer-events: auto;
|
2019-07-28 19:36:54 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#main .nerd-font-cheat-sheet span.glyph-popout-copy-clipboard span {
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
display: block;
|
|
|
|
height: 18px;
|
|
|
|
padding: 0px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main .nerd-font-cheat-sheet span.glyph-popout-copy-clipboard span:first-child {
|
|
|
|
writing-mode: vertical-lr;
|
|
|
|
height: 54px;
|
|
|
|
transform: rotate(180deg);
|
|
|
|
background: #0fbfcf;
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
text-transform: uppercase;
|
|
|
|
float: left;
|
|
|
|
width: 20px;
|
|
|
|
line-height: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main .nerd-font-cheat-sheet span.glyph-popout-copy-clipboard span:not(:first-child) {
|
|
|
|
text-align: left;
|
|
|
|
font-size: 14px;
|
|
|
|
padding-left: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main .nerd-font-cheat-sheet span.glyph-popout-copy-clipboard span:not(:first-child):hover {
|
|
|
|
background: #767260;
|
|
|
|
text-decoration: underline;
|
|
|
|
border-radius: 2px;
|
|
|
|
border-style: dashed;
|
|
|
|
border-color: #0fbfcf;
|
|
|
|
width: 100%;
|
2017-04-23 23:45:35 +02:00
|
|
|
}
|
|
|
|
|
2023-02-01 13:11:45 +02:00
|
|
|
.corner-red {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
|
|
|
border-top: 65px solid #e11e2d;
|
|
|
|
border-left: 65px solid transparent;
|
|
|
|
z-index: 11;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.corner-text {
|
|
|
|
position: absolute;
|
|
|
|
right: 0%;
|
|
|
|
top: 10%;
|
|
|
|
color: white;
|
|
|
|
font-size: 8pt;
|
|
|
|
font-weight: bold;
|
|
|
|
font-family: 'mono';
|
|
|
|
text-align: center;
|
|
|
|
-ms-transform: rotate(45deg);
|
|
|
|
-webkit-transform: rotate(45deg);
|
|
|
|
-moz-transform: rotate(45deg);
|
|
|
|
-o-transform: rotate(45deg);
|
|
|
|
-sand-transform: rotate(45deg);
|
|
|
|
transform: rotate(45deg);
|
|
|
|
z-index: 12;
|
|
|
|
}
|
|
|
|
|
2019-07-25 23:25:19 +02:00
|
|
|
/* HACK - replicate FA stack */
|
|
|
|
.fa-stack {
|
|
|
|
display: inline-block;
|
|
|
|
height: 2em;
|
|
|
|
line-height: 2em;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 2.5em
|
|
|
|
}
|
|
|
|
|
2023-05-20 11:08:09 +02:00
|
|
|
.fa-stack-1x,
|
|
|
|
.fa-stack-2x {
|
2019-07-25 23:25:19 +02:00
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-stack-1x {
|
|
|
|
line-height: inherit
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-stack-2x {
|
|
|
|
font-size: 2em
|
|
|
|
}
|
|
|
|
|
2023-10-08 20:44:46 +02:00
|
|
|
// #forkongithub .nf {
|
|
|
|
// font-size: 1.25rem;
|
|
|
|
// }
|
2017-04-23 03:40:45 +02:00
|
|
|
|
2017-04-25 01:39:24 +02:00
|
|
|
/* for any ASCII :) */
|
2023-10-08 20:44:46 +02:00
|
|
|
/*
|
2017-04-23 03:40:45 +02:00
|
|
|
#forkongithub span {
|
|
|
|
font-size: 1.75rem;
|
|
|
|
}
|
2017-04-23 17:31:12 +02:00
|
|
|
|
|
|
|
#forkongithub a {
|
2023-05-20 11:08:09 +02:00
|
|
|
display: inline-block;
|
2017-04-23 17:31:12 +02:00
|
|
|
}
|
2023-10-08 20:44:46 +02:00
|
|
|
*/
|
2017-04-27 01:33:34 +02:00
|
|
|
/* color scheme */
|
|
|
|
|
2023-05-20 11:08:09 +02:00
|
|
|
.nf1 {
|
|
|
|
color: #E2DB74
|
|
|
|
}
|
|
|
|
|
|
|
|
.nf2 {
|
|
|
|
color: #49a7e9
|
|
|
|
}
|
|
|
|
|
|
|
|
.nf3 {
|
|
|
|
color: #66FF99
|
|
|
|
}
|
|
|
|
|
|
|
|
.nf4 {
|
|
|
|
color: #Ff66CC
|
|
|
|
}
|
|
|
|
|
|
|
|
.nf5 {
|
|
|
|
color: #00ffff
|
|
|
|
}
|
|
|
|
|
|
|
|
.nf6 {
|
|
|
|
color: #f09f17
|
|
|
|
}
|
|
|
|
|
|
|
|
.nf7 {
|
|
|
|
color: #DD1B16
|
|
|
|
}
|
2017-04-27 01:33:34 +02:00
|
|
|
|
2017-04-25 02:04:54 +02:00
|
|
|
/* Example Usage */
|
2019-07-25 23:23:49 +02:00
|
|
|
|
2017-04-25 02:04:54 +02:00
|
|
|
.nerd-fonts-example-usage {
|
|
|
|
font-size: 2rem;
|
2020-12-05 16:20:29 +02:00
|
|
|
display: block;
|
2017-04-25 02:04:54 +02:00
|
|
|
}
|
|
|
|
|
2017-04-25 01:39:24 +02:00
|
|
|
/* Release Changelog section */
|
|
|
|
|
|
|
|
#release summary {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.25em;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 0px 0px 20px 0px;
|
|
|
|
}
|
2017-11-13 04:14:07 +02:00
|
|
|
|
2023-05-20 11:08:09 +02:00
|
|
|
#all-contributors .container>div>div {
|
2019-07-27 13:16:03 +02:00
|
|
|
min-height: 160px;
|
|
|
|
width: 130px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#all-contributors a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* hack fix for emoji key styling */
|
|
|
|
#all-contributors a[title] {
|
|
|
|
text-decoration: none;
|
2017-11-13 04:14:07 +02:00
|
|
|
}
|
|
|
|
|
2019-07-25 23:25:19 +02:00
|
|
|
/* features section */
|
|
|
|
|
2023-05-20 11:08:09 +02:00
|
|
|
.feature-sections {}
|
2019-07-25 23:25:19 +02:00
|
|
|
|
|
|
|
.feature-section {
|
|
|
|
background: #ffffff55;
|
|
|
|
padding: 10px 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2019-08-04 00:03:56 +02:00
|
|
|
.feature-section .faux-logo {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2023-05-20 11:08:09 +02:00
|
|
|
.feature-section h2,
|
|
|
|
.feature-section h3,
|
|
|
|
.feature-section h4 {
|
2019-07-25 23:25:19 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2023-05-20 11:08:09 +02:00
|
|
|
.feature-section h2,
|
|
|
|
.feature-section h3 {
|
2019-08-04 00:03:56 +02:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2023-05-20 11:08:09 +02:00
|
|
|
.feature-section h2,
|
|
|
|
.feature-section h3,
|
|
|
|
.feature-section h4:not(.nerd-font-button) {
|
2019-07-25 23:25:19 +02:00
|
|
|
padding: 10px 0px;
|
|
|
|
margin: 0px;
|
|
|
|
color: #1c1c1c;
|
|
|
|
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
|
|
|
|
}
|
|
|
|
|
2023-05-20 11:08:09 +02:00
|
|
|
.feature-section h3,
|
|
|
|
.feature-section h4 {
|
2019-07-25 23:25:19 +02:00
|
|
|
font-size: 20px;
|
|
|
|
padding-top: 0px;
|
2019-08-04 00:03:56 +02:00
|
|
|
font-size: 20px;
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2019-08-04 00:03:56 +02:00
|
|
|
.feature-section h4 img {
|
|
|
|
max-height: 100px;
|
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2019-08-04 00:03:56 +02:00
|
|
|
.feature-section div p {
|
|
|
|
text-align: left;
|
2019-07-25 23:25:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sectioninner3 {
|
|
|
|
line-height: 29px;
|
|
|
|
word-spacing: 3px;
|
|
|
|
top: inherit;
|
|
|
|
left: inherit;
|
|
|
|
margin-left: 0px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-top: .75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sectioninner3 div {
|
|
|
|
background-color: #2e2e2e;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-top: .75em;
|
|
|
|
}
|
|
|
|
|
2019-07-23 23:34:11 +02:00
|
|
|
/* individual pages */
|
|
|
|
|
|
|
|
.section-page-wrapper .section {
|
2023-05-20 11:08:09 +02:00
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
min-height: 0px;
|
|
|
|
padding: 180px 0;
|
|
|
|
background: url(/assets/img/bgnoise.png);
|
|
|
|
}
|
2019-07-23 23:34:11 +02:00
|
|
|
|
|
|
|
.section-page-wrapper .section:first-of-type {
|
2023-05-20 11:08:09 +02:00
|
|
|
padding-top: 90px;
|
2019-07-23 23:34:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.section-page-wrapper .sectiondivider {
|
2023-05-20 11:08:09 +02:00
|
|
|
width: 270px;
|
|
|
|
height: 270px;
|
|
|
|
padding: 15px;
|
|
|
|
position: relative;
|
|
|
|
top: 0px;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -135px;
|
2019-07-25 23:25:19 +02:00
|
|
|
}
|
|
|
|
|
2023-10-09 11:13:08 +02:00
|
|
|
// Github url button
|
2023-10-08 20:44:46 +02:00
|
|
|
#github {
|
|
|
|
text-decoration: none;
|
2023-10-08 20:51:35 +02:00
|
|
|
color: #000000;
|
2023-10-08 20:44:46 +02:00
|
|
|
background-color: #ffffff;
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 60px;
|
|
|
|
border-radius: 25%;
|
|
|
|
font-size: 2.5em;
|
|
|
|
box-shadow: 2px 2px 5px rgba(0, 0, 0, .8);
|
|
|
|
transition: all .3s ease-in-out;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0.7rem;
|
|
|
|
right: 0.7rem;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
2019-07-27 13:28:40 +02:00
|
|
|
|
2019-08-02 08:57:41 +02:00
|
|
|
.icon-backdrop {
|
2023-05-20 11:08:09 +02:00
|
|
|
/* position: absolute;
|
2019-08-02 08:57:41 +02:00
|
|
|
opacity: 0.20;
|
|
|
|
font-size: 2rem;
|
|
|
|
line-height: 1.43em;
|
|
|
|
word-spacing: 1rem;
|
|
|
|
overflow: hidden;
|
|
|
|
word-break: break-all;
|
|
|
|
font-family: 'NerdFontsSymbols Nerd Font';
|
|
|
|
padding: 0px 20px 10px 20px; */
|
|
|
|
position: absolute;
|
|
|
|
opacity: 0.15;
|
|
|
|
font-size: 2em;
|
|
|
|
line-height: 1.43em;
|
|
|
|
word-spacing: 1rem;
|
|
|
|
overflow: hidden;
|
|
|
|
word-break: break-all;
|
|
|
|
font-family: 'NerdFontsSymbols Nerd Font';
|
|
|
|
padding: 0px 20px 10px 20px;
|
|
|
|
height: 444px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rainbow {
|
|
|
|
/* fe2 and ff2 with 66601e */
|
2023-05-20 11:08:09 +02:00
|
|
|
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2), color-stop(0.75, #2f2), color-stop(.9, #66601e), color-stop(1, #f22));
|
|
|
|
background-image: gradient(linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2), color-stop(0.75, #2f2), color-stop(0.9, #66601e), color-stop(1, #f22));
|
2019-08-02 08:57:41 +02:00
|
|
|
color: transparent;
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
background-clip: text;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Downloads page */
|
2023-05-20 11:08:09 +02:00
|
|
|
#downloads {
|
2019-08-18 19:23:37 +02:00
|
|
|
.item {
|
|
|
|
// max-width: 400px !important;
|
|
|
|
// border: 2px solid white;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 10px;
|
|
|
|
display: flex;
|
2020-12-05 12:25:00 +02:00
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
// max-width: 600px;
|
|
|
|
// min-width: 400px;
|
|
|
|
width: 595px;
|
|
|
|
|
2019-08-18 19:23:37 +02:00
|
|
|
.download-icon {
|
|
|
|
content: "";
|
|
|
|
font-size: 32px;
|
|
|
|
font-family: 'NerdFontsSymbols Nerd Font';
|
|
|
|
display: inline-block;
|
|
|
|
// position: relative;
|
|
|
|
// top: -40px;
|
|
|
|
padding-right: 10px;
|
2023-05-20 11:08:09 +02:00
|
|
|
padding-top: 5px;
|
2019-08-18 19:23:37 +02:00
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2019-08-18 19:23:37 +02:00
|
|
|
img {
|
|
|
|
vertical-align: top !important;
|
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2020-12-05 12:25:00 +02:00
|
|
|
.font-preview {
|
|
|
|
text-decoration: none;
|
|
|
|
background-size: contain;
|
|
|
|
height: 110px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position-x: 34px;
|
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2020-12-05 12:25:00 +02:00
|
|
|
.font-preview:before {
|
|
|
|
content: "";
|
|
|
|
font-size: 32px;
|
|
|
|
font-family: 'NerdFontsSymbols Nerd Font';
|
|
|
|
}
|
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2020-12-05 12:25:00 +02:00
|
|
|
.nerd-font-buttons-wrapper {
|
|
|
|
display: flex;
|
2023-05-20 11:08:09 +02:00
|
|
|
flex-wrap: wrap;
|
2020-12-05 12:25:00 +02:00
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2020-12-05 12:25:00 +02:00
|
|
|
.button-empty-spacer {
|
|
|
|
height: 42px;
|
2023-05-20 11:08:09 +02:00
|
|
|
width: 100%;
|
2019-08-18 19:23:37 +02:00
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2019-08-18 19:23:37 +02:00
|
|
|
.nerd-font-button {
|
|
|
|
border-width: 2px;
|
2019-08-24 23:42:48 +02:00
|
|
|
border-style: solid;
|
2020-12-05 12:25:00 +02:00
|
|
|
flex-shrink: 1;
|
2023-05-20 11:08:09 +02:00
|
|
|
flex-grow: 1;
|
2019-08-18 19:23:37 +02:00
|
|
|
}
|
2019-08-02 23:12:02 +02:00
|
|
|
}
|
|
|
|
|
2019-08-02 08:57:41 +02:00
|
|
|
#downloads ul {
|
|
|
|
position: relative;
|
2019-08-18 19:23:37 +02:00
|
|
|
//list-style: none;
|
2019-08-02 08:57:41 +02:00
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 1.2em;
|
2019-08-04 00:03:56 +02:00
|
|
|
font-size: 14px;
|
2019-08-18 19:23:37 +02:00
|
|
|
margin-top: 10px;
|
2019-08-04 00:03:56 +02:00
|
|
|
}
|
2019-08-18 19:23:37 +02:00
|
|
|
|
|
|
|
#downloads li {
|
|
|
|
line-height: 24px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
max-width: 400px;
|
2019-08-04 00:03:56 +02:00
|
|
|
}
|
|
|
|
|
2019-08-02 23:12:02 +02:00
|
|
|
#downloads h3 span {
|
|
|
|
font-family: 'NerdFontsSymbols Nerd Font';
|
|
|
|
}
|
|
|
|
|
2019-08-04 00:03:56 +02:00
|
|
|
/* kramdown Rouge syntax hacks */
|
|
|
|
|
|
|
|
.lineno {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2019-08-02 08:57:41 +02:00
|
|
|
|
2019-07-27 13:28:40 +02:00
|
|
|
/*
|
|
|
|
super tiny size (phones)
|
|
|
|
point at which nav wraps
|
|
|
|
without decrease font size
|
|
|
|
*/
|
2023-05-20 11:08:09 +02:00
|
|
|
@media only screen and (max-width: 326px) {
|
|
|
|
nav {
|
|
|
|
font-size: 9px;
|
|
|
|
}
|
2019-07-27 13:28:40 +02:00
|
|
|
}
|
|
|
|
|
2019-07-25 23:25:19 +02:00
|
|
|
/* tiny size (phones) */
|
|
|
|
@media only screen and (max-width: 380px) {
|
2023-05-20 11:08:09 +02:00
|
|
|
nav ul li {
|
|
|
|
min-width: initial;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.p-downloads a:after {
|
|
|
|
content: '';
|
|
|
|
}
|
|
|
|
|
|
|
|
.section:first-of-type {
|
|
|
|
padding-top: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#features .sectioninner2 {
|
|
|
|
font-size: .7em;
|
|
|
|
}
|
|
|
|
|
2019-07-25 23:25:19 +02:00
|
|
|
#main .nerd-font-cheat-sheet .column {
|
|
|
|
width: 102px;
|
|
|
|
height: 98px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main .nerd-font-cheat-sheet {
|
|
|
|
max-height: 306px;
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-27 13:28:40 +02:00
|
|
|
/* mid size (tablets, landscapes) */
|
|
|
|
@media only screen and (max-width: 679px) {
|
2023-05-20 11:08:09 +02:00
|
|
|
nav {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.p-downloads a:after {
|
|
|
|
content: '';
|
|
|
|
}
|
|
|
|
|
|
|
|
nav ul li {
|
|
|
|
min-width: 50px;
|
|
|
|
line-height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section:first-of-type {
|
|
|
|
padding-top: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#features .sectioninner2 {
|
|
|
|
font-size: .7em;
|
|
|
|
}
|
2019-07-25 23:25:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* anything not desktop */
|
|
|
|
@media only screen and (max-width: 767px) {
|
2023-05-20 11:08:09 +02:00
|
|
|
.container h1 {
|
|
|
|
font-size: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container h2 {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container h3 {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container h4 {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section {
|
|
|
|
padding: 130px 0;
|
|
|
|
}
|
2019-07-27 13:28:40 +02:00
|
|
|
|
|
|
|
.section-page-wrapper .sectiondivider,
|
|
|
|
.sectiondivider {
|
2023-05-20 11:08:09 +02:00
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
padding: 15px;
|
|
|
|
margin-left: -100px;
|
|
|
|
}
|
2019-07-27 13:28:40 +02:00
|
|
|
|
|
|
|
.section-page-wrapper .sectiondivider .fa-stack,
|
|
|
|
.sectiondivider .fa-stack {
|
2023-05-20 11:08:09 +02:00
|
|
|
font-size: 100px;
|
|
|
|
margin-top: -14px;
|
2019-07-27 13:28:40 +02:00
|
|
|
}
|
2023-05-20 11:08:09 +02:00
|
|
|
|
2019-07-27 13:28:40 +02:00
|
|
|
.section-page-wrapper .sectiondivider h5,
|
|
|
|
.sectiondivider h5 {
|
2023-05-20 11:08:09 +02:00
|
|
|
font-size: 15px;
|
|
|
|
bottom: 30px;
|
|
|
|
width: 170px
|
|
|
|
}
|
|
|
|
|
|
|
|
#features .sectioninner2 {
|
|
|
|
font-size: .7em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.columned {
|
|
|
|
-webkit-column-count: 2;
|
|
|
|
-moz-column-count: 2;
|
|
|
|
column-count: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sectioninner3 {
|
2023-10-18 12:55:38 +02:00
|
|
|
line-height: 21px;
|
2023-05-20 11:08:09 +02:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-10-09 17:22:08 +02:00
|
|
|
@media only screen and (max-width: 785px) {
|
|
|
|
nav ul li {
|
|
|
|
min-width: 50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-25 23:25:19 +02:00
|
|
|
/* util */
|
|
|
|
|
|
|
|
.text-left {
|
|
|
|
text-align: left;
|
2023-10-08 20:44:46 +02:00
|
|
|
}
|