MediaWiki
Important: The status of the COVID-19 crisis constantly changes. The information in this resource is updated frequently.
Difference between revisions of "Pivot.css"
From Navigating COVID-19
(Created page with "@import url('https://fonts.googleapis.com/css2?family=bitter:ital,wght@0,400;0,700;1,400&display=swap'); @import url('https://fonts.googleapis.com/css2?family=hind:wght@300;4...") |
|||
| Line 6: | Line 6: | ||
body { | body { | ||
| − | font-family: ' | + | font-family: 'Hind', 'arial', sans-serif; |
font-weight:400; | font-weight:400; | ||
font-size:16px; | font-size:16px; | ||
| Line 12: | Line 12: | ||
body.page-injuries_at_home_or_due_to_the_home_office { | body.page-injuries_at_home_or_due_to_the_home_office { | ||
| − | font-family: ' | + | font-family: 'Bitter', serif; |
} | } | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
| − | font-family: ' | + | font-family: 'Oswald', 'Arial', sans-serif; |
| − | font-weight: | + | font-weight:500; |
text-transform:uppercase; | text-transform:uppercase; | ||
} | } | ||
| Line 25: | Line 25: | ||
h2 { | h2 { | ||
font-size:36px; | font-size:36px; | ||
| + | } | ||
| + | #mw-content-text h2 { | ||
| + | margin-bottom:15px; | ||
} | } | ||
h3 { | h3 { | ||
| Line 30: | Line 33: | ||
} | } | ||
h4 { | h4 { | ||
| + | } | ||
| − | |||
h3#tagline { | h3#tagline { | ||
font-style:normal; | font-style:normal; | ||
| − | font-family:' | + | font-family:'Hind', 'Arial', sans-serif; |
text-transform:initial; | text-transform:initial; | ||
color:#231f20; | color:#231f20; | ||
| Line 49: | Line 52: | ||
} | } | ||
| + | ul li a { | ||
| + | color:#231f20; | ||
| + | } | ||
button, .button { | button, .button { | ||
| − | font-family: ' | + | font-family: 'Oswald', 'arial', sans-serif; |
border-radius:0px; | border-radius:0px; | ||
border-width:2px; | border-width:2px; | ||
| Line 79: | Line 85: | ||
button span, .button span { | button span, .button span { | ||
| − | font-family: ' | + | font-family: 'Oswald', 'Arial', sans-serif !important; |
font-size: 16px; | font-size: 16px; | ||
text-transform:uppercase; | text-transform:uppercase; | ||
| Line 85: | Line 91: | ||
a.title { | a.title { | ||
| − | font-family: ' | + | font-family: 'Oswald', 'Arial', sans-serif; |
font-weight:600; | font-weight:600; | ||
text-transform:uppercase; | text-transform:uppercase; | ||
| Line 117: | Line 123: | ||
height:100%; | height:100%; | ||
} | } | ||
| − | + | .side-nav { | |
| + | font-family:'Hind', 'Arial', sans-serif; | ||
| + | } | ||
.side-nav li { | .side-nav li { | ||
margin:0 0 10px 0; | margin:0 0 10px 0; | ||
| Line 144: | Line 152: | ||
.toclevel-1 > a { | .toclevel-1 > a { | ||
| − | + | font-family: 'Oswald', 'Arial', sans-serif; | |
} | } | ||
Revision as of 04:16, 20 April 2020
@import url('https://fonts.googleapis.com/css2?family=bitter:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=oswald:wght@200;300;400;500;600;700&display=swap');
body {
font-family: 'Hind', 'arial', sans-serif;
font-weight:400;
font-size:16px;
}
body.page-injuries_at_home_or_due_to_the_home_office {
font-family: 'Bitter', serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Oswald', 'Arial', sans-serif;
font-weight:500;
text-transform:uppercase;
}
h1 {
font-size:48px;
}
h2 {
font-size:36px;
}
#mw-content-text h2 {
margin-bottom:15px;
}
h3 {
font-size:24px;
}
h4 {
}
h3#tagline {
font-style:normal;
font-family:'Hind', 'Arial', sans-serif;
text-transform:initial;
color:#231f20;
Font-weight:300;
}
a {
color:#ffc528;
}
a:hover {
color:#ffc528;
text-decoration:underline;
}
ul li a {
color:#231f20;
}
button, .button {
font-family: 'Oswald', 'arial', sans-serif;
border-radius:0px;
border-width:2px;
border-color:#231f20;
color:#231f20;
background-transparent;
}
button:hover, button:focus, .button:hover, .button:focus {
background-color:#231f20;
}
button.radius, .button.radius {
border-radius:0px;
}
button.secondary, .button.secondary {
border-color:#ffc528;
color: #ffc528;
Background:transparent;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
border-color:#231f20;
background:#231f20;
color:#ffc528;
}
button span, .button span {
font-family: 'Oswald', 'Arial', sans-serif !important;
font-size: 16px;
text-transform:uppercase;
}
a.title {
font-family: 'Oswald', 'Arial', sans-serif;
font-weight:600;
text-transform:uppercase;
}
.navbar-links {
position:relative;
top:-3px;
}
.navbar-links span a {
font-size: 18px;
text-transform: uppercase;
font-weight: 400;
margin:0 20px;
}
.navbar-links span a:hover {
color:#fff;
}
.search-bar-section {
padding-top:4px;
}
span#menu-user {
color:#000;
}
#sidebar {
position:absolute;
height:100%;
}
.side-nav {
font-family:'Hind', 'Arial', sans-serif;
}
.side-nav li {
margin:0 0 10px 0;
}
.side-nav li a:not(.button) {
padding:0px;
}
#content-updates-notification {
background: #231f20;
color: #ffc528;
padding:30px 50px;
max-width:880px;
}
#toc, .toc, .mw-warning {
border:1px solid #231f20;
max-width:500px;
padding:20px;
}
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
text-align:left;
}
.toclevel-1 > a {
font-family: 'Oswald', 'Arial', sans-serif;
}
.toc a {
color:#231f20;
}
.mw-content-ltr h2 {
border:0px;
}
#toc ul, .toc ul {
margin:0px;
}
.mw-content-ltr h2 {
border-bottom: 2px solid #ffc528;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
border:2px solid #ffc528;
color:#ffc528;
background:transparent;
}
@media only screen and (min-width: 40.0625em) {
body {
font-size:16px;
}
h1, h1.title {
font-size:48px;
}
h2 {
font-size:36px;
}
h3 {
font-size:24px;
}
h4 {
}
p, ul, ol, dl {
font-size:16px;
}
}
@media screen and (max-width: 1379px) and (min-width: 800px) {
#p-cactions {
left:0px;
}
}
GET IMPORTANT UPDATES
Michael Sullivan & Associates
Learn more about our services:
SullivanAttorneys.comWorkers’ Comp, Simplified.
Sullivan On Comp