summaryrefslogtreecommitdiff
path: root/pmc/pmc.css~
diff options
context:
space:
mode:
authorParliamentMan <parliamentman@tfwno.gf>2026-06-21 13:54:52 -0700
committerParliamentMan <parliamentman@tfwno.gf>2026-06-21 13:54:52 -0700
commitb40c44d5deb0eab2eaae8338f353473bff8fe7f3 (patch)
tree1afe575f81633cde32cb7ee2a5ecf897d40c60ec /pmc/pmc.css~
parentea27a637a4c272805904df3df8fc917e859c18e5 (diff)
Adding /pol/shit and proto PMC s thingies
Diffstat (limited to 'pmc/pmc.css~')
-rw-r--r--pmc/pmc.css~85
1 files changed, 85 insertions, 0 deletions
diff --git a/pmc/pmc.css~ b/pmc/pmc.css~
new file mode 100644
index 0000000..ea57cc0
--- /dev/null
+++ b/pmc/pmc.css~
@@ -0,0 +1,85 @@
+:root {
+ --main-fg-color: #003400;
+ --main-ac-color: #007400;
+background-color: darkgray;;
+}
+
+header {
+ font-size: 150%;
+ color: crimson;
+ text-align: center;
+ background-image: linear-gradient(to bottom, white, black 40%);
+ padding: 1.5%;
+}
+
+header h1, h2 {
+ margin: 0 0 0 0; /* top right bottom left */
+}
+
+header h2 {
+ font-style: italic;
+}
+
+header h2 {
+ font-size: 1.5rem;
+}
+
+body {
+ font-family: sans-serif;
+ font-size: 100%;
+ margin: 0%;
+}
+
+h3 {
+
+}
+
+nav {
+ display: flex;
+ justify-content: center;
+}
+
+nav a {
+ margin-top: 0;
+ padding: 0.5% 4%;
+ text-decoration: none;
+ color: crimson;
+ font-weight: bold;
+}
+
+nav a:hover {
+ background-color: gray;
+}
+
+hr {
+ color: crimson;
+ margin: 0%;
+}
+
+main {
+ color: white;
+ padding: 2% 5%;
+}
+
+figure {
+ float: right;
+ width: 25%;
+ margin: 0 0 10% 10%;
+}
+
+.mainindent {
+ padding-left: 1.5%;
+}
+
+figure img {
+ width: 100%;
+ height: auto;
+ border-style: groove;
+ border-width: 1vw;
+ border-color: brown;
+}
+small {
+ font-style: italic;
+ color: gray;
+}
+