diff options
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; -} - |
