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-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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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 {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#forkongithub span {
|
|
|
|
font-size: 1.75rem;
|
|
|
|
}
|
2017-04-23 17:31:12 +02:00
|
|
|
|
|
|
|
#forkongithub a {
|
|
|
|
display: inline-block;
|
|
|
|
}
|