Pivot.css: Difference between revisions
From The Wild Tangents
(Created page with "p { color: yellow; }") |
No edit summary |
||
| (46 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
p { | body { | ||
color: | 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; | |||
} | |||
.mw-content-ltr h1 { | |||
margin-top: 2em; | |||
padding-top: 5px; | |||
background: rgba(0,0,0,.1); | |||
margin-left: -2vw; | |||
padding-left: 2vw; | |||
} | |||
.mw-content-ltr h2 { | |||
margin-top: 2em; | |||
border-bottom: 4px solid rgba(0,0,0,.2); | |||
} | |||
.mw-content-ltr h3 { | |||
margin-top: 2em; | |||
border-bottom: 2px solid rgba(0,0,0,.2); | |||
} | |||
#toc.toc { | |||
border: 3px ridge tan; | |||
} | |||
.toctext { | |||
font-weight: normal; | |||
color: black; | |||
text-decoration: none; | |||
font-size: .8em; | |||
} | |||
.tocnumber { | |||
opacity: 0.25; | |||
font-size: .8em; | |||
text-decoration: none; | |||
} | } | ||
Latest revision as of 12:01, 4 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;
}
.mw-content-ltr h1 {
margin-top: 2em;
padding-top: 5px;
background: rgba(0,0,0,.1);
margin-left: -2vw;
padding-left: 2vw;
}
.mw-content-ltr h2 {
margin-top: 2em;
border-bottom: 4px solid rgba(0,0,0,.2);
}
.mw-content-ltr h3 {
margin-top: 2em;
border-bottom: 2px solid rgba(0,0,0,.2);
}
#toc.toc {
border: 3px ridge tan;
}
.toctext {
font-weight: normal;
color: black;
text-decoration: none;
font-size: .8em;
}
.tocnumber {
opacity: 0.25;
font-size: .8em;
text-decoration: none;
}