Simple-stylesheet.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(23 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
p{ | p{ | ||
font-size: | font-size: 14pt; | ||
font-family: georgia, serif; | font-family: georgia, serif; | ||
} | |||
h2 { | |||
font-size:40px !important; | |||
font-weight: 700; | |||
font-family: sans-serif !important; | |||
-webkit-text-stroke: 1px #000000; | |||
color: #000000; | |||
text-align:center; | |||
} | |||
h3 { | |||
font-size:30px !important; | |||
font-family: sans-serif !important; | |||
color: #000000; | |||
} | |||
h2 .mw-headline { | |||
text-align:left !important; | |||
} | |||
h2 .mw-editsection { | |||
font-size:13px !important; | |||
} | } | ||
.center{ | .center{ | ||
text-align: center; | text-align: center; | ||
} | |||
::selection { | |||
background: #C8E500; | |||
color:#0B1D73; | |||
} | |||
.call-out { | |||
background:#eeeeee; | |||
border-radius:7px; | |||
padding:25px; | |||
} | |||
.vector-menu-portal h3 { | |||
font-size: 0.75em !important; | |||
} | |||
.vector-menu-dropdown h3 { | |||
font-size: 0.8125em !important; | |||
} | } | ||
Line 14: | Line 56: | ||
.mw-content-ltr a { | .mw-content-ltr a { | ||
font-size: | font-size: 14pt; | ||
font-family: georgia, serif; | font-family: georgia, serif; | ||
} | } | ||
Line 21: | Line 63: | ||
@media screen and (max-width: 992px) { | @media screen and (max-width: 992px) { | ||
p{ | p{ | ||
font-size: | font-size: 20pt; | ||
} | } | ||
} | } |
Latest revision as of 18:15, 7 December 2023
p{
font-size: 14pt; font-family: georgia, serif;
}
h2 {
font-size:40px !important; font-weight: 700; font-family: sans-serif !important; -webkit-text-stroke: 1px #000000; color: #000000; text-align:center;
} h3 {
font-size:30px !important; font-family: sans-serif !important; color: #000000;
}
h2 .mw-headline {
text-align:left !important;
}
h2 .mw-editsection {
font-size:13px !important;
}
.center{
text-align: center;
}
::selection { background: #C8E500; color:#0B1D73;
}
.call-out {
background:#eeeeee; border-radius:7px; padding:25px;
}
.vector-menu-portal h3 {
font-size: 0.75em !important;
}
.vector-menu-dropdown h3 {
font-size: 0.8125em !important;
}
- localNotice p {
font-size: 10pt !important;
}
.mw-content-ltr a {
font-size: 14pt; font-family: georgia, serif;
}
@media screen and (max-width: 992px) {
p{
font-size: 20pt;
} }
/* */