Pivot.css: Difference between revisions
From The Wild Tangents
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
} | } | ||
html { | html { | ||
background: | background-image: black; | ||
} | } | ||
#sidebar { | #sidebar { | ||
| Line 16: | Line 16: | ||
border: 3px ridge tan; | border: 3px ridge tan; | ||
} | } | ||
.title { | #p-cactions .title { | ||
background: #252570; | background: #252570; | ||
color: #ffffff; | color: #ffffff; | ||
text-align: center; | text-align: center; | ||
margin-top: 0.25em; | |||
margin-bottom: .25em; | |||
padding-top: .25em; | |||
} | } | ||
. | #p-cactions .title span { | ||
vertical-align: | vertical-align: bottom; | ||
} | } | ||
#sidebar a { | #sidebar a { | ||
| Line 47: | Line 50: | ||
#tagline { | #tagline { | ||
display: none; | display: none; | ||
} | |||
#drop { | |||
border: 3px ridge tan; | |||
} | } | ||
Revision as of 12:54, 3 September 2023
body {
position: relative;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
background:#273340;
}
#main-section {
background: #0a472c;
}
html {
background-image: black;
}
#sidebar {
background:#0a472c;
border: 3px ridge tan;
}
#p-cactions .title {
background: #252570;
color: #ffffff;
text-align: center;
margin-top: 0.25em;
margin-bottom: .25em;
padding-top: .25em;
}
#p-cactions .title span {
vertical-align: bottom;
}
#sidebar a {
color: #ffffff;
}
#p-cactions {
padding-left: 2vw;
padding-right: 3vw;
background-image: url("/images/e/ef/Graph_Paper.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;
}