Difference between revisions of "MediaWiki:Common.css"

From ConfIDent
Line 113: Line 113:
 
.bg-announce {
 
.bg-announce {
 
   background: linear-gradient(166deg, rgba(163,62,108,1) 0%, rgba(63,81,163,1) 100%);
 
   background: linear-gradient(166deg, rgba(163,62,108,1) 0%, rgba(63,81,163,1) 100%);
}
 
 
 
 
.list {
 
    list-style: none;
 
    width: 600px;
 
    max-width: 90%;
 
}
 
 
.item {
 
    display: block;
 
    clear: both;
 
    counter-increment: list;
 
    padding-bottom: 4rem;
 
    font-size: 1.1rem;
 
    line-height: 1.375;
 
    position: relative;
 
}
 
 
.item:before {
 
    font: bold 2.25rem/1 var(--font-number);
 
    content: counter(list);
 
    width: 5rem;
 
    height: 5rem;
 
    float: left;
 
    margin: 0 1.5rem 0.75rem 0;
 
    color: var(--bg);
 
    background: var(--highlight1) linear-gradient(to bottom right, var(--highlight1) 25%, var(--highlight2));
 
    text-shadow: 0 0 2px var(--highlight1);
 
    border-radius: 50%;
 
    display: inline-flex;
 
    align-items: center;
 
    justify-content: center;
 
    shape-outside: ellipse();
 
    z-index: 1;
 
}
 
 
.item:after {
 
    width: 2.5rem;
 
    height: 2.5rem;
 
    position: absolute;
 
    top: 0;
 
    left: 0;
 
    content: "";
 
    background: var(--highlight1);
 
    z-index: -1;
 
    border-top-left-radius: 3px;
 
}
 
 
 
.headline {
 
    padding: 0rem 0 0 0;
 
    margin: 0 0 1rem 0;
 
    font: normal 2rem var(--font-head);
 
 
}
 
}

Revision as of 19:11, 2 February 2023

/* CSS placed here will be applied to all skins */

/*
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;
  height: 100px;
}

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%);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.