2017-04-23 02:43:02 +02:00
|
|
|
|
2017-04-23 03:54:45 +02:00
|
|
|
#main .nerd-font-button {
|
|
|
|
padding-top: .5rem;
|
|
|
|
padding-bottom: .5rem;
|
2017-04-23 17:31:12 +02:00
|
|
|
margin: 0px;
|
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
|
|
|
|
2017-04-23 17:31:12 +02:00
|
|
|
#main .nerd-font-badges {
|
|
|
|
line-height: 2.3em;
|
|
|
|
}
|
|
|
|
|
2017-04-25 00:55:08 +02:00
|
|
|
#main .nerd-font-buttons {
|
|
|
|
line-height: 4em;
|
|
|
|
}
|
|
|
|
|
2017-04-23 23:45:35 +02:00
|
|
|
#main .nerd-font-cheat-sheet-search {
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
font-size: 1.25em;
|
|
|
|
width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main .nerd-font-cheat-sheet {
|
|
|
|
max-height: 480px;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: scroll;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main .nerd-font-cheat-sheet .column {
|
|
|
|
width: 114px;
|
|
|
|
height: 120px;
|
|
|
|
}
|
|
|
|
|
2017-04-25 00:55:08 +02:00
|
|
|
/* tiny size (phones) */
|
|
|
|
@media only screen and (max-width: 380px) {
|
|
|
|
#main .nerd-font-cheat-sheet .column {
|
|
|
|
width: 102px;
|
|
|
|
height: 98px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main .nerd-font-cheat-sheet {
|
|
|
|
max-height: 306px;
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-23 23:45:35 +02:00
|
|
|
#main .nerd-font-cheat-sheet .column span {
|
|
|
|
font-family: 'mono';
|
|
|
|
font-size: 12px;
|
|
|
|
max-width: 98px;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main .nerd-font-cheat-sheet .nerd-font {
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
|
2017-04-23 03:40:45 +02:00
|
|
|
#forkongithub .fa {
|
2017-04-25 01:39:24 +02:00
|
|
|
font-size: 1.25rem;
|
2017-04-23 03:40:45 +02:00
|
|
|
}
|
|
|
|
|
2017-04-25 01:39:24 +02:00
|
|
|
/* for any ASCII :) */
|
2017-04-23 03:40:45 +02:00
|
|
|
#forkongithub span {
|
|
|
|
font-size: 1.75rem;
|
|
|
|
}
|
2017-04-23 17:31:12 +02:00
|
|
|
|
|
|
|
#forkongithub a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2017-04-25 01:39:24 +02:00
|
|
|
|
2017-04-27 01:33:34 +02:00
|
|
|
/* color scheme */
|
|
|
|
|
|
|
|
.nf1 { color: #E2DB74 }
|
|
|
|
.nf2 { color: #49a7e9 }
|
|
|
|
.nf3 { color: #66FF99 }
|
|
|
|
.nf4 { color: #Ff66CC }
|
|
|
|
.nf5 { color: #00ffff }
|
|
|
|
.nf6 { color: #f09f17 }
|
|
|
|
.nf7 { color: #DD1B16 }
|
|
|
|
|
2017-04-25 02:04:54 +02:00
|
|
|
/* Example Usage */
|
|
|
|
.nerd-fonts-example-usage {
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|