2013-12-08 08:23:41 +01:00
|
|
|
/*
|
|
|
|
* Globals
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/* Custom default button */
|
2014-07-09 02:14:14 +02:00
|
|
|
.btn-secondary,
|
|
|
|
.btn-secondary:hover,
|
|
|
|
.btn-secondary:focus {
|
2013-12-08 08:23:41 +01:00
|
|
|
color: #333;
|
2015-10-11 21:42:35 +02:00
|
|
|
text-shadow: none; /* Prevent inheritance from `body` */
|
2013-12-08 08:23:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Base structure
|
|
|
|
*/
|
2018-01-15 01:06:52 +01:00
|
|
|
|
2013-12-08 08:23:41 +01:00
|
|
|
body {
|
2017-10-22 23:00:00 +02:00
|
|
|
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
|
|
|
|
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
|
2013-12-08 08:23:41 +01:00
|
|
|
}
|
|
|
|
|
2018-01-15 01:06:52 +01:00
|
|
|
.cover-container {
|
|
|
|
max-width: 42em;
|
2013-12-08 08:23:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Header
|
|
|
|
*/
|
2014-12-04 23:02:38 +01:00
|
|
|
|
|
|
|
.nav-masthead .nav-link {
|
|
|
|
padding: .25rem 0;
|
2017-10-02 20:54:47 +02:00
|
|
|
font-weight: 700;
|
2017-10-22 23:00:00 +02:00
|
|
|
color: rgba(255, 255, 255, .5);
|
2013-12-08 08:23:41 +01:00
|
|
|
background-color: transparent;
|
2014-12-04 23:02:38 +01:00
|
|
|
border-bottom: .25rem solid transparent;
|
2013-12-08 08:23:41 +01:00
|
|
|
}
|
2014-12-04 23:02:38 +01:00
|
|
|
|
2015-12-08 09:20:43 +01:00
|
|
|
.nav-masthead .nav-link:hover,
|
|
|
|
.nav-masthead .nav-link:focus {
|
2017-10-22 23:00:00 +02:00
|
|
|
border-bottom-color: rgba(255, 255, 255, .25);
|
2015-12-08 09:20:43 +01:00
|
|
|
}
|
|
|
|
|
2014-12-04 23:02:38 +01:00
|
|
|
.nav-masthead .nav-link + .nav-link {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-masthead .active {
|
2013-12-08 08:23:41 +01:00
|
|
|
color: #fff;
|
|
|
|
border-bottom-color: #fff;
|
|
|
|
}
|