2016-08-03 16:12:11 +02:00
|
|
|
.container.ombre {
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
padding: 20px 30px;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-family: "DejaVu Sans",Verdana,Geneva,sans-serif !important;
|
|
|
|
font-size: 48px;
|
|
|
|
}
|
|
|
|
h1 a.banner {
|
|
|
|
font-size: 48px;
|
|
|
|
font-weight: bold;
|
2017-07-12 08:57:22 +02:00
|
|
|
font-family: "DejaVu Sans", Verdana, Geneva, sans-serif !important;
|
2016-08-03 16:12:11 +02:00
|
|
|
}
|
2016-09-14 22:59:09 +02:00
|
|
|
.content h1, .content h2, .content h3 {
|
|
|
|
font-family: 'Rock Salt', "Arial Rounded MT Bold", arial, serif !important;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
.content h3 {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2016-08-03 16:12:11 +02:00
|
|
|
#go {
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2016-08-10 12:54:54 +02:00
|
|
|
.notice-bar {
|
|
|
|
color: #B82E12;
|
|
|
|
opacity: 0.75;
|
|
|
|
text-align: center;
|
|
|
|
margin-left: 0;
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
|
|
|
#marker,
|
|
|
|
#eraser,
|
|
|
|
.active-connections {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-09-15 22:02:55 +02:00
|
|
|
#revisions-list {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2017-07-12 09:10:23 +02:00
|
|
|
|
|
|
|
#add-col[style], #delete-col[style] {
|
|
|
|
display:inline !important; // No mouvehover effect on mobile
|
|
|
|
}
|
2017-07-12 12:24:21 +02:00
|
|
|
|
|
|
|
.board-outline {
|
|
|
|
margin: auto;
|
|
|
|
}
|