site/server/mcclure.css

57 lines
872 B
CSS

/* mcclure.css
* Copyright (C) 2019, Anton McClure.
*
* mcclure.css by Anton McClure is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
*/
html {
background: #e4e4e4;
margin: 0px 0px 0px 0px;
}
div.page {
max-width: 70em;
margin: auto;
background-color: white;
border: .1em solid #bbb;
box-shadow: 0 0 4px 4px #bbb
}
div.header {
text-align: center;
}
div.footer {
text-align: center;
}
span.name1 {
color: black;
}
span.name2 {
color: black;
}
hr {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0em;
margin-right: 0em;
border-width: 2px;
}
div.content {
padding: 0px 20px 0px 20px;
}
div.banners {
text-align: center;
}
table, th, td { padding: 3px;
}
ul {
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
div.message {
outline: 2px;
border-style: solid;
padding: 6px;
}