Thema #
het standaard thema van de NKR site is Vantage van SiteOrigin.
Extra CSS #
hieronder vind u de extra toegevoegde CSS (Cascading Style Sheet) van de NKR website.
Het commentaar, geplaatst tussen /* en */ is voor documentatie en indicatie alleen.
/* Unknown, ask J */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
width: 100%;
}
/* System wide font and related settings */
body{
font-family:Arial;
font-size:12px;
}
/* backgroundcolor to match the style guide */
body.layout-full {
Ā Ā background-color: #003366;
}
/* positioning the logo in the header section of the site. */
#masthead .hgroup .logo, #masthead .hgroup .site-logo-link {
Ā Ā float: left;
}
/* Unknown, ask J */
.c-grid2 {
display: grid;
grid-template-columns: 150px 250px;
gap: 20px;
}
.c-grid3 {
display: grid;
grid-template-columns: 150px 80px 200px;
gap: 20px;
}