2017-02-01 10:37:53 +01:00
|
|
|
.monospace
|
2017-02-01 08:21:18 +01:00
|
|
|
{
|
2017-02-01 10:37:53 +01:00
|
|
|
font-family: "Consolas", monospace;
|
2017-02-01 08:21:18 +01:00
|
|
|
}
|
2017-02-02 08:19:45 +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%;
|
|
|
|
}
|
|
|
|
|
2017-09-12 15:11:23 +02:00
|
|
|
.goldfish
|
|
|
|
{
|
|
|
|
max-height: 31px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
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-13 08:19:08 +02:00
|
|
|
.container-lower
|
|
|
|
{
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2017-02-02 08:19:45 +01:00
|
|
|
body
|
|
|
|
{
|
|
|
|
padding-top: 70px; /*Per la navbar*/
|
|
|
|
}
|