MediaWiki: Common.css: Difference between revisions
From TSAS Library
JStallings (talk | contribs) No edit summary |
JStallings (talk | contribs) No edit summary |
||
(30 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/*Alter base font size from 1rem (16px) to 1.1875rem (19px)*/ | |||
p { | |||
font-size: 1.1875rem; | |||
} | |||
body { | body { | ||
Line 7: | Line 8: | ||
} | } | ||
/*h1, h2, h3, h4, h5 { | |||
font-family: 'Merriweather', 'Georgia', serif; | font-family: 'Merriweather', 'Georgia', serif; | ||
}*/ | |||
a { | |||
color: #0078d4; | |||
} | } | ||
code { | code { | ||
font-family: 'Source Code Pro', monospace, Courier; | font-family: 'Source Code Pro', monospace, Courier; | ||
} | } | ||
. | .mw-content-ltr ul{ | ||
margin: 0.3em 0 0.6em 1.6em; | |||
} | } | ||
/*Fix responsive images*/ | |||
.img-responsive { | |||
display: block; | |||
max-width: 100%; | |||
height: auto; | |||
} | } | ||
/*Fix arrow alignment in nav bar | |||
.nav-link { | |||
display: inline; | |||
}*/ | |||
/*For the front search bar*/ | |||
.row.no-gutters { | .row.no-gutters { | ||
margin-right: 0; | margin-right: 0; | ||
Line 40: | Line 46: | ||
} | } | ||
/*Show Category links*/ | |||
#catlinks { | |||
border:none; | |||
background-color:#ffffff; | |||
display:block; | |||
} | } | ||
ul.gallery.mw-gallery-slideshow { | ul.gallery.mw-gallery-slideshow { | ||
margin:0; | margin:0; | ||
} | } | ||
/* [[Template:Note]] */ | /* [[Template:Note]] */ | ||
Line 150: | Line 149: | ||
margin-left: inherit; | margin-left: inherit; | ||
font-size: larger; | font-size: larger; | ||
} | } | ||
/*Adaptive Google Presentations*/ | /*Adaptive Google Presentations*/ | ||
.google-slides-container{ | .google-slides-container{ | ||
Line 170: | Line 157: | ||
padding-top: 60%; | padding-top: 60%; | ||
overflow: hidden; | overflow: hidden; | ||
margin-bottom: 1em; | |||
} | |||
/*Capstone Card Columns*/ | |||
@media (min-width: 576px) { | |||
.card-columns { | |||
column-count: 1; | |||
} | |||
} | |||
@media (min-width: 768px) { | |||
.card-columns { | |||
column-count: 1; | |||
} | |||
} | |||
@media (min-width: 992px) { | |||
.card-columns { | |||
column-count: 2; | |||
} | |||
} | |||
@media (min-width: 1200px) { | |||
.card-columns { | |||
column-count: 3; | |||
} | |||
} | } | ||
img.roundimg { | |||
. | border-radius: 50%; | ||
} | } |
Latest revision as of 22:22, 20 April 2024
/*Alter base font size from 1rem (16px) to 1.1875rem (19px)*/
p {
font-size: 1.1875rem;
}
body {
font-family: 'Montserrat', 'Arial', sans-serif;
}
/*h1, h2, h3, h4, h5 {
font-family: 'Merriweather', 'Georgia', serif;
}*/
a {
color: #0078d4;
}
code {
font-family: 'Source Code Pro', monospace, Courier;
}
.mw-content-ltr ul{
margin: 0.3em 0 0.6em 1.6em;
}
/*Fix responsive images*/
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
/*Fix arrow alignment in nav bar
.nav-link {
display: inline;
}*/
/*For the front search bar*/
.row.no-gutters {
margin-right: 0;
margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
padding-right: 5px;
padding-left: 0;
}
/*Show Category links*/
#catlinks {
border:none;
background-color:#ffffff;
display:block;
}
ul.gallery.mw-gallery-slideshow {
margin:0;
}
/* [[Template:Note]] */
.tip,
.note {
padding: 0.5em;
margin: 0.5em 0;
overflow: hidden;
background-color: #F9F9F9;
background-position: 4px 2px;
background-repeat: no-repeat;
border: 1px solid #DDD;
}
.tip-info,
.note-info {
background-color: #F0F0E7;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Appunti_architetto_franc_01.svg/22px-Appunti_architetto_franc_01.svg.png);
border-color: #cc9933;
/* @noflip */ padding-left: 30px;
min-height: 28px;
}
.tip-reminder,
.note-reminder {
background-color: #F6FDEA;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/23px-Bulbgraph.png);
border-color: #D6E434;
padding-left: 31px;
min-height: 28px;
}
.tip-error,
.note-error {
background-color: #F0E7E7;
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Attention_niels_epting.svg/24px-Attention_niels_epting.svg.png);
border-color: #cc3333;
padding-left: 32px;
min-height: 25px;
}
/*Custom Alert Styling*/
.alert-primary {
background-color: #c3e0f7;
padding:5px;
margin-bottom:0;
}
.alert-la {
background-color: #e8af6f;
padding:5px;
}
.alert-st {
background-color: #b4a7d6;
padding:5px;
}
.alert-cc {
background-color: #b7e1cd;
padding:5px;
}
.alert-fa {
background-color: #ffe599;
padding:5px;
}
.alert-quotation {
background-color: #0765a2;
color: #ffffff;
font-style: italic;
font-size: larger;
}
/*
* Infoboxes
*/
.infobox {
float: right;
clear: right;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
border: 1px solid #AAA;
background: #F9F9F9;
color: black;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox td {
padding-left: 10px;
}
.infobox caption {
margin-left: inherit;
font-size: larger;
}
/*Adaptive Google Presentations*/
.google-slides-container{
position: relative;
width: 100%;
padding-top: 60%;
overflow: hidden;
margin-bottom: 1em;
}
/*Capstone Card Columns*/
@media (min-width: 576px) {
.card-columns {
column-count: 1;
}
}
@media (min-width: 768px) {
.card-columns {
column-count: 1;
}
}
@media (min-width: 992px) {
.card-columns {
column-count: 2;
}
}
@media (min-width: 1200px) {
.card-columns {
column-count: 3;
}
}
img.roundimg {
border-radius: 50%;
}