Improve bootstrap 4 support

This commit is contained in:
nemunaire 2017-12-17 16:07:04 +01:00
commit 384fc20ae8
17 changed files with 181 additions and 139 deletions

View file

@ -68,15 +68,12 @@ body {
.point {
text-shadow: 0 0 20px #0055ff;
}
.navbar-inverse .point {
.bg-dark .point {
text-shadow: 0 0 12px #0055ff;
}
.end .point {
text-shadow: 0 0 20px #ff5500;
}
.navbar-inverse .end .point {
text-shadow: 0 0 12px #ff5500;
}
@-webkit-keyframes clockanim {
0% { opacity: 1.0; }
50% { opacity: 0; }
@ -96,7 +93,7 @@ keyframes clockanim {
samp.cksum {
overflow-x: hidden;
text-overflow: ellipsis;
max-width: 20vw;
max-width: 16vw;
display: inline-block;
vertical-align: middle;
}
@ -111,10 +108,16 @@ h1 small.authors {
font-style: italic;
}
a.badge:hover {
text-decoration: none;
}
.teamname {
-webkit-filter: invert(100%);
filter: invert(100%);
}
a:hover .teamname {
text-shadow: 0px 0px 10px #888888;
}
.heading {
font-style: italic;
@ -162,7 +165,7 @@ h1 small.authors {
.carousel .table {
margin-bottom: 0;
}
.carousel .table-condensed td {
.carousel .table-sm td {
padding: 2px;
}