Simple-stylesheet.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
font-weight: 700; | font-weight: 700; | ||
font-family: sans-serif !important; | font-family: sans-serif !important; | ||
-webkit-text-stroke: | -webkit-text-stroke: 1px #000000; | ||
color: #0a279d; | color: #0a279d; | ||
} | } |
Revision as of 07:51, 23 February 2022
p{
font-size: 16pt; font-family: georgia, serif;
}
h2 {
font-size:40px !important; font-weight: 700; font-family: sans-serif !important; -webkit-text-stroke: 1px #000000; color: #0a279d;
}
.center{
text-align: center;
}
- localNotice p {
font-size: 10pt !important;
}
.mw-content-ltr a {
font-size: 16pt; font-family: georgia, serif;
}
@media screen and (max-width: 992px) {
p{
font-size: 25pt;
} }
/* */