Pivot.css: Difference between revisions
From The Wild Tangents
No edit summary |
No edit summary |
||
| Line 62: | Line 62: | ||
} | } | ||
#content h2{ | #content h2{ | ||
border-bottom: 3px | border-bottom: 3px background: rgba(0,0,0,.35); | ||
} | } | ||
#content h3 { | #content h3 { | ||
border-bottom: 1px solid | border-bottom: 1px solid rgba(0,0,0,.35); | ||
} | } | ||
Revision as of 13:51, 3 September 2023
body {
position: relative;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
background:#273340;
}
#main-section {
background: #0a472c;
}
html {
background-image: url("images/d/d3/Dark-honeycomb.png");
}
#sidebar {
background:#0a472c;
border: 3px ridge tan;
}
#content .title {
background: #252570;
color: #ffffff;
text-align: center;
margin-top: 0.25em;
margin-bottom: .25em;
padding-top: .25em;
margin-left: -2vw;
padding-left: 2vw;
}
#sidebar a {
color: #ffffff;
}
#p-cactions {
padding-top: 0;
padding-left: 2vw;
padding-right: 3vw;
background-image: url("images/9/9d/Graph_Paper3.png");
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.65) inset;
}
.mw-editsection {
opacity: .2;
}
.tab-bar {
background: #052f1d;
padding-bottom: 2.5em;
border: 3px ridge tan;
}
#sidebar label {
background: #252570;
border: 3px ridge tan;
}
#tagline {
display: none;
}
#drop {
border: 3px ridge tan;
}
#content h1 {
padding-top: 5px;
background: rgba(0,0,0,.1);
margin-left: -2vw;
padding-left: 2vw;
}
#content h2{
border-bottom: 3px background: rgba(0,0,0,.35);
}
#content h3 {
border-bottom: 1px solid rgba(0,0,0,.35);
}