Simple-stylesheet.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
color: #000000; | color: #000000; | ||
text-align:center; | text-align:center; | ||
} | |||
h3 { | |||
font-size:30px !important; | |||
font-family: sans-serif !important; | |||
color: #000000; | |||
} | } | ||
Line 21: | Line 26: | ||
background: #FB4A4A; | background: #FB4A4A; | ||
color:#FFFFFF; | color:#FFFFFF; | ||
} | |||
.call-out { | |||
background:#eeeeee; | |||
border-radius:7px; | |||
padding:25px; | |||
} | } | ||
Revision as of 09:03, 25 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: #000000; text-align:center;
} h3 {
font-size:30px !important; font-family: sans-serif !important; color: #000000;
}
.center{
text-align: center;
}
::selection { background: #FB4A4A; color:#FFFFFF;
}
.call-out {
background:#eeeeee; border-radius:7px; padding:25px;
}
- 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;
} }
/* */