hribhrib.at/styles.css

73 lines
838 B
CSS
Raw Normal View History

2021-04-11 14:09:01 +02:00
body {
background-color: #151515;
color: #fc9032;
font-family: "Lucida Console", "Courier New", monospace;
}
a:link {
color: #dddddd;
}
a:visited {
color: #bbbbbb;
}
a:hover {
color: #ffffff;
}
a:active {
color: #ffffff;
}
div {
max-width: 800px;
margin: auto;
border-style: double;
border-width: 5px;
margin-bottom: -2px;
}
p {
margin-right: 20px;
margin-left: 20px;
}
2021-05-21 13:02:42 +02:00
h1, h2, h3, h4 {
2021-04-11 14:09:01 +02:00
margin-bottom: 0px;
margin-right: 15px;
margin-left: 15px;
}
2021-05-21 12:52:14 +02:00
2021-04-11 14:09:01 +02:00
ol {
margin-left: 20px;
2021-05-21 13:59:49 +02:00
margin-right: 20px;
2021-04-11 14:09:01 +02:00
}
2021-05-21 12:52:14 +02:00
table {
2021-05-21 13:59:49 +02:00
width: 92%;
2021-05-21 13:02:42 +02:00
border: 1px solid;
2021-05-21 13:19:19 +02:00
border-collapse: collapse;
2021-05-21 12:52:14 +02:00
margin-left: 20px;
2021-05-21 13:19:19 +02:00
margin-right: 20px;
2021-05-21 12:52:14 +02:00
}
th, td {
2021-05-21 13:19:19 +02:00
word-break: break-word;
2021-05-21 13:02:42 +02:00
border: 1px solid;
2021-05-21 13:19:19 +02:00
padding: 5px;
2021-05-21 13:59:49 +02:00
margin-left: 20px;
margin-right: 20px;
2021-05-21 12:52:14 +02:00
}
2021-04-11 14:09:01 +02:00
.topnav {
overflow: hidden;
}
.topnav a {
margin-right: 15px;
margin-left: 15px;
}
2021-05-21 13:59:49 +02:00