1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2025-02-16 22:13:58 +00:00
estus/static/style.css

72 lines
754 B
CSS
Raw Permalink Normal View History

.monospace
2017-02-01 08:21:18 +01:00
{
font-family: "Consolas", monospace;
2017-02-01 08:21:18 +01:00
}
.btn-right
{
margin-right: 16px;
}
2017-09-12 11:07:10 +02:00
.navbar-brand
{
padding-top: 1px;
padding-bottom: 1px;
}
.navbar-brand img
{
height: 100%;
}
.goldfish
{
2017-09-14 09:44:04 +02:00
height: 31px;
padding-left: 10px;
padding-right: 10px;
2017-09-14 09:44:04 +02:00
display: inline-block;
vertical-align: top !important;
}
.goldfish svg
{
max-height: 31px;
}
.fish {
fill: currentColor;
}
2017-09-13 12:28:00 +02:00
.string
{
background-color: #c8ffc8;
color: #006600;
}
.number
{
background-color: #c8c8ff;
color: #000066;
}
.bytes
{
background-color: #ffc8c8;
color: #660000;
}
2017-09-22 09:58:10 +02:00
.badge-nousers
{
background-color: darkred;
}
.container-lower
{
margin-top: 10px;
}
body
{
padding-top: 70px; /*Per la navbar*/
}