Pivot.css
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Pivot.css */
body {
background: #fff url(images/map.jpeg);
}
h2 {
text-align: center;
color: #660000;
}
a,
a:hover {
color: #660000;
}
.tab-bar {
background: #660000;
}
/* style the labels */
ul.side-nav label {
background: #660000;
color: #fff;
padding: .25em .5em;
}
/* strange line above left sidebar */
#p- {
background: transparent;
}
#p-cactions {
background-color: transparent;
border-left: none;
}
#bodyContent {
background-color: #ffffff;
border: 1px solid #E5E5E5;
padding: 40px 20px 20px 20px;
}
#bodyContent a {
color: #660000;
}
.side-nav li a:not(.button)
{
color: #660000;
}
.side-nav li a:not(.button):hover,
.side-nav li a:not(.button):focus {
color: #660000;
}
ul.off-canvas-list li label {
background: #660000;
border: none;
color: #ffffff;
}
ul.off-canvas-list li a {
border: none;
background: transparent;
color: #660000;
}
ul.off-canvas-list li a:hover {
background: transparent;
}
.right-off-canvas-menu, .left-off-canvas-menu {
background: transparent;
}
h4.namespace.label {
background: #660000;
}

