You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

127 lines
1.6 KiB

html,
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
html {
margin: 0;
padding: 0;
}
body {
background-color: rgb(216, 216, 216);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
text-decoration: underline;
}
h2[titlenum]::before,
h3[titlenum]::before,
h4[titlenum]::before,
h5[titlenum]::before,
h6[titlenum]::before {
content: attr(titlenum) " - ";
}
.name-title {
font-weight: normal;
}
nav {
display: inline-block;
padding-left: 1em;
padding-right: 1em;
border: thin solid black;
box-shadow: 0px 2px 5px black;
background-color: whitesmoke;
}
section>h2,
section>h3,
section>h4,
section>h5,
section>h6 {
position: relative;
}
section>p,
section div p {
text-align: justify;
}
#swot {
margin-top: 0.5em;
border-collapse: collapse;
box-shadow: 0px 2px 5px black;
}
#swot th,
#swot td {
width: 50%;
border-style: solid;
border-width: thin;
}
#swot th {
background-color: bisque;
}
#swot td {
background-color: whitesmoke;
}
#head {
background-color: black;
width: 100%;
margin-bottom: 20px;
}
#banner_image {
display: block;
width: 200px;
margin-left: auto;
margin-right: auto;
}
footer>p {
font-size: small;
}
#media-presentation {
width: 100%;
}
@media (min-width: 900px) {
body {
margin-left: auto;
margin-right: auto;
width: 80%;
}
section {
padding-left: 1rem;
}
section>h2,
section>h3,
section>h4,
section>h5,
section>h6 {
right: 1rem;
}
}