MediaWiki

Important: The status of the COVID-19 crisis constantly changes. The information in this resource is updated frequently.
 Actions

Difference between revisions of "Pivot.css"

From Navigating COVID-19

 
(49 intermediate revisions by one other user not shown)
Line 1: Line 1:
@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/css?family=Bitter:wght@400;700&display=swap');*/
 
+
/*@import url('https://fonts.googleapis.com/css?family=Oswald:wght@200;300;400;500;600;700&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/css?family=Hind:wght@300;400;500;600;700&display=swap'); */
 
+
@font-face {
@import url('https://fonts.googleapis.com/css2?family=oswald:wght@200;300;400;500;600;700&display=swap');
+
  font-family: 'Hind';
 
+
  src: url(/wiki/fonts/Hind-Regular.ttf);
body {
+
}
font-family: 'Hind', 'arial', sans-serif;
+
@font-face {
font-weight:400;
+
  font-family: 'Bitter';
font-size:16px;
+
  src: url(/wiki/fonts/Bitter-Regular.ttf);
 
}
 
}
 
+
@font-face {
body.page-injuries_at_home_or_due_to_the_home_office {
+
  font-family: 'Oswald';
font-family: 'Bitter', serif;  
+
  src: url(/wiki/fonts/Oswald-VariableFont_wght.ttf);
 
}
 
}
  
 +
/* BODY AND HEADERS */
 +
/*
 +
#bodyContent p,
 +
#bodyContent ul,
 +
#bodyContent ol {
 +
  font-family: 'Bitter', serif;
 +
}
 +
*/
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
font-family: 'Oswald', 'Arial', sans-serif;  
+
  font-family: 'Oswald', 'Arial', sans-serif;  
font-weight:500;
+
  font-weight:500;
text-transform:uppercase;
+
  text-transform:uppercase;
 
}
 
}
 
h1 {
 
h1 {
font-size:48px;  
+
  font-size:44px;  
 +
  line-height:1.2
 
}
 
}
 
h2 {
 
h2 {
font-size:36px;  
+
  font-size:36px;  
 
}
 
}
 
#mw-content-text h2 {
 
#mw-content-text h2 {
margin-bottom:15px;  
+
  margin-bottom:15px;  
 
}
 
}
 
h3 {  
 
h3 {  
font-size:24px;  
+
  font-size:24px;  
 
}
 
}
h4 {
+
  h4 {
 
}
 
}
  
 
h3#tagline {
 
h3#tagline {
font-style:normal;
+
  display:none;  
font-family:'Hind', 'Arial', sans-serif;
 
text-transform:initial;
 
color:#231f20;
 
Font-weight:300;  
 
 
}
 
}
  
 +
/* LINKS AND BUTTONS */
 
a {  
 
a {  
color:#ffc528;
+
  color:#f2b70a;
 
}
 
}
  
 
a:hover {
 
a:hover {
color:#ffc528;  
+
  color:#f2b70a;  
text-decoration:underline;
+
  text-decoration:underline;
 
}
 
}
  
 
ul li a {  
 
ul li a {  
color:#231f20;
+
  color:#231f20;
 
}
 
}
 
 
button, .button {
 
button, .button {
font-family: 'Oswald', 'arial', sans-serif;  
+
  font-family: 'Oswald', 'arial', sans-serif;  
border-radius:0px;
+
  border-radius:0px;
border-width:2px;
+
  border-width:2px;
border-color:#231f20;  
+
  border-color:#231f20;  
color:#231f20;  
+
  color:#231f20;  
background-transparent;
+
  background-transparent;
 
}
 
}
 
button:hover, button:focus, .button:hover, .button:focus {
 
button:hover, button:focus, .button:hover, .button:focus {
background-color:#231f20;
+
  background-color:#231f20;
 
}
 
}
  
 
button.radius, .button.radius {
 
button.radius, .button.radius {
border-radius:0px;  
+
  border-radius:0px;  
 
}
 
}
  
 
button.secondary, .button.secondary {
 
button.secondary, .button.secondary {
border-color:#ffc528;
+
  border-color:#ffc528;
color: #ffc528;
+
  color: #ffc528;
Background:transparent;
+
  background:transparent;
 
}
 
}
  
 
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
 
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
border-color:#231f20;
+
  border-color:#231f20;
background:#231f20;
+
  background:#231f20;
color:#ffc528;  
+
  color:#ffc528;
 +
}
 +
 
 +
button.secondary.yellow, .button.secondary.yellow {
 +
  width:100%;
 +
  color:#FFc528 !important;
 +
  margin:5px 0 25px;
 +
  padding:8px 0 7px;
 +
  text-transform:uppercase;
 +
}
 +
button.secondary.yellow:hover,
 +
button.secondary.yellow:active,
 +
button.secondary.yellow:focus,
 +
.button.secondary.yellow:hover,
 +
.button.secondary.yellow:active,
 +
.button.secondary.yellow:focus {
 +
  color:#231f20 !important;
 +
  background:#FFC528;
 +
  border:2px solid #FFC528;
 +
  text-decoration:none;
 
}
 
}
  
 
button span, .button span {
 
button span, .button span {
font-family: 'Oswald', 'Arial', sans-serif !important;  
+
  font-family: 'Oswald', 'Arial', sans-serif !important;  
font-size: 16px;  
+
  font-size: 16px;  
text-transform:uppercase;
+
  text-transform:uppercase;
 +
}
 +
 
 +
#p-cactions > a.button.pull-right {
 +
  margin-top:30px;
 +
}
 +
 
 +
/* NAVIGATIONS */
 +
.tab-bar {
 +
  background:#FFC528;
 +
}
 +
.tab-bar .title {
 +
  text-align:left;
 
}
 
}
  
a.title {
+
.title > a {
font-family: 'Oswald', 'Arial', sans-serif;  
+
  font-family: 'Oswald', 'Arial', sans-serif;  
font-weight:600;
+
  font-weight:500;
text-transform:uppercase;
+
  text-transform:uppercase;
 
}  
 
}  
  
 
.navbar-links {
 
.navbar-links {
position:relative;
+
  position:relative;
top:-3px;  
+
  top:-3px;  
 
}
 
}
  
 
.navbar-links span a {  
 
.navbar-links span a {  
font-size: 18px;
+
  font-size: 16px;
text-transform: uppercase;
+
  text-transform: uppercase;
font-weight: 400;  
+
  font-weight: 400;  
margin:0 20px;
+
  margin:0 20px;
 
}
 
}
  
 
.navbar-links span a:hover {
 
.navbar-links span a:hover {
color:#fff;  
+
  color:#fff !important;
 +
}
 +
#sidebar ul a.toc-nav-link,
 +
.left-off-canvas-menu ul a.toc-nav-link {
 +
  font-family:'Oswald', 'Arial', sans-serif;
 +
  font-size: 1.08em;
 +
  color:#FFC528;
 +
  text-transform:uppercase;
 +
  margin-bottom:15px;
 +
  display:block;
 +
  font-weight:500;
 
}
 
}
 
.search-bar-section {
 
.search-bar-section {
padding-top:4px;  
+
  padding-top:4px;
 +
  right:35px;
 
}
 
}
  
 
span#menu-user {
 
span#menu-user {
color:#000;  
+
  color:#000;  
 
}
 
}
  
 
#sidebar {
 
#sidebar {
position:absolute;
+
  height:100%;
height:100%;
+
  position:relative;
 
}
 
}
 
.side-nav {  
 
.side-nav {  
font-family:'Hind', 'Arial', sans-serif;
+
  font-family:'Hind', 'Arial', sans-serif;
 
}
 
}
 
.side-nav li {
 
.side-nav li {
margin:0 0 10px 0;  
+
  margin:0 0 10px 0;  
 
}
 
}
  
 
.side-nav li a:not(.button) {
 
.side-nav li a:not(.button) {
padding:0px;  
+
  padding:0px;
 +
}
 +
 
 +
.right-off-canvas-menu, .left-off-canvas-menu {
 +
  background:#231F20;
 
}
 
}
  
#content-updates-notification {  
+
ul.off-canvas-list {
background: #231f20;
+
  padding:15px;
color: #ffc528;
 
padding:30px 50px;
 
max-width:880px;
 
 
}
 
}
  
#toc, .toc, .mw-warning {  
+
ul.off-canvas-list li {
border:1px solid #231f20;
+
  margin-bottom:15px;
max-width:500px;
 
padding:20px;
 
 
}
 
}
  
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
+
ul.off-canvas-list li a:hover {
text-align:left;
+
  background:transparent;
 
}
 
}
  
.toclevel-1 > a {
+
/* PAGE ELEMENTS */
font-family: 'Oswald', 'Arial', sans-serif;  
+
#bodyContent hr {
 +
  display:none;
 +
}
 +
#bodyContent center {
 +
  text-align:left;
 +
}
 +
#page-content > .row {
 +
  background:#FFF;
 +
}
 +
#p-cactions {
 +
  background-color:#FFF;
 +
  padding-bottom:0px;
 +
}
 +
#content-updates-notification {
 +
  background: #231f20;
 +
  color: #ffc528;
 +
  padding:15px 30px;
 
}
 
}
  
.toc a {
+
#content {
color:#231f20;
+
  max-width:880px;
 +
}
 +
#toc, .toc, .mw-warning {  
 +
  border:1px solid #231f20;
 +
  max-width:500px;
 +
  padding:20px;
 +
  background:#FFF;
 
}
 
}
  
.mw-content-ltr h2 {
+
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
border:0px;  
+
  text-align:left;
 +
}
 +
.toctogglelabel {  
 +
  color:#ffc528;  
 
}
 
}
  
 +
.toclevel-1 > a {
 +
  font-family: 'Oswald', 'Arial', sans-serif;
 +
  font-size:16px;
 +
  font-weight:400;
 +
}
 +
.toc a {
 +
  color:#231f20;
 +
}
 +
.mw-content-ltr h2 {
 +
  border:0px;
 +
}
 
#toc ul, .toc ul {  
 
#toc ul, .toc ul {  
margin:0px;  
+
  margin:0px;
 +
  font-size:16px;
 +
}
 +
#toc ul li ul, .toc ul li ul {
 +
  padding-left:15px;
 +
  font-family:'Hind', 'Arial', sans-serif;
 +
}
 +
.mw-content-ltr h2 {
 +
  border-bottom: 2px solid #ffc528;
 +
}
 +
table.wikitable {
 +
  background-color:#FFF;
 +
  margin-top:20px !important;
 +
}
 +
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
 +
  border:2px solid #ffc528;
 +
  color:#ffc528;
 +
  background:transparent;
 +
}
 +
.mw-content-text hr {
 +
  display:none;  
 
}
 
}
  
.mw-content-ltr h2 {
+
#bodyContent.mw-bodytext {
border-bottom: 2px solid #ffc528;
+
  max-width:880px;
 +
}
 +
/* FOOTER */
 +
footer.row {
 +
  margin:0 -50px 0 !important;
 +
  padding:10px 40px 5px;
 +
  background-color:#ffc528;
 +
  border:0px;
 +
}
 +
#footer-right-icons {
 +
  display:none;
 +
}
 +
#div-footer-left {
 +
  width:100%;
 +
}
 +
ul#footer-left {
 +
  text-align:center;
 +
}
 +
ul#footer-left li {
 +
  display:inline;
 +
  float:none;
 +
}
 +
ul#footer-left li#footer-copyright-notice,
 +
ul#footer-left li#footer-lastmod {
 +
  display:block;
 +
}
 +
#footer a:hover {
 +
  color:#FFF;  
 
}
 
}
  
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
+
@media only screen and (min-width: 64.0625em){
border:2px solid #ffc528;
+
#p-cactions {
color:#ffc528;
+
  padding-left:50px;
background:transparent;
+
  padding-right:50px;
 +
  border:0px;
 +
}
 +
#p-cactions > a.button.pull-right {
 +
  margin-left:20px;
 +
  padding-top:10px;
 +
}
 
}
 
}
  
 
@media only screen and (min-width: 40.0625em) {
 
@media only screen and (min-width: 40.0625em) {
 
body {  
 
body {  
font-size:16px;  
+
  font-size:16px;  
 
}
 
}
 
 
h1, h1.title {  
 
h1, h1.title {  
font-size:48px;
+
  font-size:44px;
 
}
 
}
h2 {
+
h2 {  
font-size:36px;  
+
  font-size:36px;  
 
}
 
}
 
h3 {  
 
h3 {  
font-size:24px;  
+
  font-size:24px;  
 
}
 
}
h4 {
+
h4 { }
 
+
p, ul, ol, dl {
 +
  font-size:16px;
 
}
 
}
 
+
#sidebar ul a.toc-nav-link,
p, ul, ol, dl {  
+
.left-off-canvas-menu ul a.toc-nav-link {
font-size:16px;  
+
  font-size:1.16em;
 
}
 
}
 
}
 
}
  
 
@media screen and (max-width: 1379px) and (min-width: 800px) {
 
@media screen and (max-width: 1379px) and (min-width: 800px) {
#p-cactions {
+
#p-cactions {  
left:0px;  
+
  left:0px;
 +
  padding-left:50px;
 +
  padding-right:50px;
 +
}
 
}
 
}
  
 +
@media screen and (max-width: 799px) {
 +
.title > a {
 +
  font-size:19px;
 +
}
 +
.navbar-links {
 +
  display:none;
 +
}
 +
#p-cactions {
 +
  left:0px;
 +
  padding-left:50px;
 +
  padding-right:50px;
 +
}
 +
footer.row {
 +
  padding:10px 0 5px;
 +
}
 +
ul#footer-right li {
 +
  float:left;
 +
  margin:0 .5em .5em 0
 +
}
 +
.search-bar-section {
 +
  right:30px;
 +
  left:60%;
 +
}
 +
#p-cactions > a.button.pull-right {
 +
  margin-top:20px;
 +
  padding:5px 10px 10px;
 +
}
 
}
 
}

Latest revision as of 15:46, 25 November 2020

/*@import url('https://fonts.googleapis.com/css?family=Bitter:wght@400;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Oswald:wght@200;300;400;500;600;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Hind:wght@300;400;500;600;700&display=swap'); */
@font-face {
  font-family: 'Hind';
  src: url(/wiki/fonts/Hind-Regular.ttf);
}
@font-face { 
  font-family: 'Bitter';
  src: url(/wiki/fonts/Bitter-Regular.ttf);
}
@font-face {
  font-family: 'Oswald';
  src: url(/wiki/fonts/Oswald-VariableFont_wght.ttf);
}

/* BODY AND HEADERS */
/*
#bodyContent p,
#bodyContent ul,
#bodyContent ol {
  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:44px; 
  line-height:1.2
}
h2 {
  font-size:36px; 
}
#mw-content-text h2 {
  margin-bottom:15px; 
}
h3 { 
  font-size:24px; 
}
  h4 {
}

h3#tagline {
  display:none; 
}

/* LINKS AND BUTTONS */
a { 
  color:#f2b70a;
}

a:hover {
  color:#f2b70a; 
  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.secondary.yellow, .button.secondary.yellow {
  width:100%;
  color:#FFc528 !important;
  margin:5px 0 25px;
  padding:8px 0 7px;
  text-transform:uppercase;
}
button.secondary.yellow:hover,
button.secondary.yellow:active,
button.secondary.yellow:focus, 
.button.secondary.yellow:hover,
.button.secondary.yellow:active,
.button.secondary.yellow:focus {
  color:#231f20 !important;
  background:#FFC528;
  border:2px solid #FFC528;
  text-decoration:none;
}

button span, .button span {
  font-family: 'Oswald', 'Arial', sans-serif !important; 
  font-size: 16px; 
  text-transform:uppercase;
}

#p-cactions > a.button.pull-right {
  margin-top:30px;
}

/* NAVIGATIONS */
.tab-bar {
  background:#FFC528; 
}
.tab-bar .title {
  text-align:left;
}

.title > a {
  font-family: 'Oswald', 'Arial', sans-serif; 
  font-weight:500;
  text-transform:uppercase;
} 

.navbar-links {
  position:relative;
  top:-3px; 
}

.navbar-links span a { 
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400; 
  margin:0 20px;
}

.navbar-links span a:hover {
  color:#fff !important; 
}
#sidebar ul a.toc-nav-link, 
.left-off-canvas-menu ul a.toc-nav-link { 
  font-family:'Oswald', 'Arial', sans-serif;
  font-size: 1.08em;
  color:#FFC528;
  text-transform:uppercase;
  margin-bottom:15px; 
  display:block;
  font-weight:500;
}
.search-bar-section {
  padding-top:4px; 
  right:35px;
}

span#menu-user {
  color:#000; 
}

#sidebar {
  height:100%;
  position:relative;
}
.side-nav { 
  font-family:'Hind', 'Arial', sans-serif;
}
.side-nav li {
  margin:0 0 10px 0; 
}

.side-nav li a:not(.button) {
  padding:0px; 
}

.right-off-canvas-menu, .left-off-canvas-menu {
  background:#231F20;
}

ul.off-canvas-list {
  padding:15px;
}

ul.off-canvas-list li {
  margin-bottom:15px;
}

ul.off-canvas-list li a:hover {
  background:transparent;
}

/* PAGE ELEMENTS */ 
#bodyContent hr {
  display:none;
}
#bodyContent center {
  text-align:left;
}
#page-content > .row {
  background:#FFF; 
}
#p-cactions {
  background-color:#FFF;
  padding-bottom:0px;
}
#content-updates-notification { 
  background: #231f20;
  color: #ffc528;
  padding:15px 30px;
}

#content {
  max-width:880px;
}
#toc, .toc, .mw-warning { 
  border:1px solid #231f20;
  max-width:500px;
  padding:20px;
  background:#FFF;
}

#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle { 
  text-align:left; 
}
.toctogglelabel { 
  color:#ffc528; 
}

.toclevel-1 > a { 
  font-family: 'Oswald', 'Arial', sans-serif; 
  font-size:16px;
  font-weight:400;
}
.toc a { 
  color:#231f20; 
}
.mw-content-ltr h2 { 
  border:0px; 
}
#toc ul, .toc ul { 
  margin:0px; 
  font-size:16px;
}
#toc ul li ul, .toc ul li ul {
  padding-left:15px;
  font-family:'Hind', 'Arial', sans-serif;
}
.mw-content-ltr h2 { 
  border-bottom: 2px solid #ffc528; 
}
table.wikitable { 
  background-color:#FFF; 
  margin-top:20px !important;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
  border:2px solid #ffc528;
  color:#ffc528;
  background:transparent;
}
.mw-content-text hr { 
  display:none; 
}

#bodyContent.mw-bodytext {
  max-width:880px;
}
/* FOOTER */
footer.row {
  margin:0 -50px 0 !important;
  padding:10px 40px 5px;
  background-color:#ffc528;
  border:0px;
}
#footer-right-icons {
  display:none;
}
#div-footer-left {
  width:100%;
}
ul#footer-left {
  text-align:center;
}
ul#footer-left li {
  display:inline;
  float:none;
}
ul#footer-left li#footer-copyright-notice, 
ul#footer-left li#footer-lastmod {
  display:block;
}
#footer a:hover {
  color:#FFF; 
}

@media only screen and (min-width: 64.0625em){
#p-cactions { 
  padding-left:50px; 
  padding-right:50px; 
  border:0px;
}
#p-cactions > a.button.pull-right {
  margin-left:20px;
  padding-top:10px;
}
}

@media only screen and (min-width: 40.0625em) {
body { 
  font-size:16px; 
}
h1, h1.title { 
  font-size:44px;
}
h2 { 
  font-size:36px; 
}
h3 { 
  font-size:24px; 
}
h4 { }
p, ul, ol, dl { 
  font-size:16px; 
}
#sidebar ul a.toc-nav-link, 
.left-off-canvas-menu ul a.toc-nav-link {
  font-size:1.16em;
}
}

@media screen and (max-width: 1379px) and (min-width: 800px) {
#p-cactions { 
  left:0px;
  padding-left:50px;
  padding-right:50px;
}
}

@media screen and (max-width: 799px) {
.title > a {
  font-size:19px;
}
.navbar-links { 
  display:none; 
}
#p-cactions { 
  left:0px; 
  padding-left:50px;
  padding-right:50px;
}
footer.row {
  padding:10px 0 5px;
}
ul#footer-right li {
  float:left;
  margin:0 .5em .5em 0 
}
.search-bar-section {
  right:30px;
  left:60%; 
}
#p-cactions > a.button.pull-right {
  margin-top:20px;
  padding:5px 10px 10px;
}
}

Learn more about our services:

SullivanAttorneys.com

Workers’ Comp, Simplified.

Sullivan On Comp