Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
/* Badges */
.badge {
padding: 0.4rem 0.5rem;
margin-bottom: 0.3rem;
}
.badge-light {
background-color:#e2e2e2;
}
/* Skin updates 241213-GEA: */
nav#mw-navigation div.navbar-nav a.nav-link {
font-size: 1.2rem;
padding-left: 0.8rem;
padding-right: 0.8rem;
}
body.page-Category_Event nav#mw-navigation div#n-Events a.nav-link {
text-decoration: underline;
}
div.display-format-row.panel.panel-default div.panel-heading, div.sidebarItem.card div.card-header {
color: white;
background: linear-gradient(166deg, rgba(65, 86, 163, 1) 0%, rgba(63, 188, 202, 1) 100%);
}
div.display-format-row.panel.panel-default div.panel-heading a, div.sidebarItem.card div.card-header a {
color: white;
}
/* --------------------------------------- */
/* hide LLM chunk templates */
div.chunks {
display:none;
}
/*
div#p-search {
display: none;
}
*/
/* temp changes for Event Query form */
div#row-Query_Event-Academic_Field span.pfTokens {
padding-top: 0px;
padding-bottom: 0px;
}
div.sfFieldContent p {
margin: 0px !important;
}
div#row-Query_Event-Country div.oo-ui-inputWidget {
min-width: 600px !important;
}
div#row-Query_Event-Title_Contains input.createboxInput {
min-width: 600px !important;
}
/* Skin 2023 ------------------------------------------------------ */
body {
background-color: #F2F3F3;
}
.p-navbar {
background-color: white;
padding-top: 3rem;
padding-bottom: 3rem;
}
div#confident-content {
max-width: 1400px;
}
#confident-footer {
background-color: white;
}
.lead {
font-size: 2rem;
}
.lead-large {
font-size: 3rem;
}
.ns-14 .firstHeading {
font-size: 3rem;
font-weight: bold;
}
// Add some padding to title icons in search results
.mw-search-result-heading img {
padding-bottom: 6px;
opacity: 0.7;
}
// Add some padding to title icons in first headings
.firstHeading img {
padding-bottom: 6px;
opacity: 0.7;
}
div.use-case-tile, div.browse-tile {
width:320px;
padding-top: 2rem;
border: none;
}
div.use-case-nav-tile {
width:120px;
border: none;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
div.use-case-nav-tile-muted {
opacity: 40%;
font-size: 85%;
}
div.use-case-nav-tile .card-body {
color: white;
padding: 0;
}
div.use-case-tile a:link, div.use-case-tile a:visited, div.use-case-tile a:hover, div.use-case-tile a:active {
color: #fff;
}
div.use-case-nav-tile a:link, div.use-case-nav-tile a:visited, div.use-case-nav-tile a:hover, div.use-case-nav-tile a:active, div.use-case-nav-tile a.selflink {
color: #fff;
}
div.browse-tile a:link, div.browse-tile a:visited, div.browse-tile a:hover, div.browse-tile a:active {
color: #fff;
}
.bg-find {
background: linear-gradient(166deg, rgba(65,86,163,1) 0%, rgba(63,188,202,1) 100%);
}
.bg-browse {
background: linear-gradient(166deg, rgba(63,188,202,1) 0%, rgba(163,62,108,1) 100%);
}
.bg-announce {
background: linear-gradient(166deg, rgba(163,62,108,1) 0%, rgba(63,81,163,1) 100%);
}
.circle {
display: inline-block;
border-radius: 50%;
width: 3rem;
height: 3rem;
background: linear-gradient(166deg, rgba(65,86,163,1) 0%, rgba(63,188,202,1) 100%);
color: white;
text-align: center;
font-weight: bold;
}
.g-events-this-month .filtered-filter {
border: none;
padding-left: 0;
padding-right: 0;
}
.g-events-this-month .filtered-filter-label {
padding: 0;
}
.spacer-10 {
height: 10rem;
}