summaryrefslogtreecommitdiff
path: root/pmc/pmc.css~
diff options
context:
space:
mode:
authorParliamentMan <parliamentman@tfwno.gf>2026-06-26 20:44:00 -0700
committerParliamentMan <parliamentman@tfwno.gf>2026-06-26 20:44:00 -0700
commit4aa18de493e88aafc9e8c20269923b71278dbac0 (patch)
treec6ac8151d2ea7e3783b1fadce2260d6796ef0808 /pmc/pmc.css~
parent715b4c472a050aaae50c65333dd7b247cbc938c3 (diff)
Added better contact & icons for headers
Diffstat (limited to 'pmc/pmc.css~')
-rw-r--r--pmc/pmc.css~85
1 files changed, 0 insertions, 85 deletions
diff --git a/pmc/pmc.css~ b/pmc/pmc.css~
deleted file mode 100644
index ea57cc0..0000000
--- a/pmc/pmc.css~
+++ /dev/null
@@ -1,85 +0,0 @@
-: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;
-}
-