demosite/style.css

56 lines
695 B
CSS
Raw Permalink Normal View History

2011-09-16 19:53:55 +03:00
html {
height: 100%;
margin-bottom: 1px;
overflow-y: scroll;
}
body {
2011-09-16 03:24:55 +03:00
color: #585858;
background-color: #fff;
2011-09-16 04:35:34 +03:00
font-family: Georgia, serif;
}
h1 {
font-size: 40px;
2011-09-16 03:24:55 +03:00
margin-bottom: 10px;
border-bottom: 1px solid #CCC;
}
h1 small {
font-size: 20px;
2011-09-16 04:35:34 +03:00
padding-left: 10px;
}
h2, h3 {
margin-bottom: 5px;
}
p {
margin-top: 5px;
}
pre {
background-color: #F6F6F6;
}
nav {
font-size: 20px;
}
2011-09-16 03:24:55 +03:00
nav a {
margin-right: 20px;
}
a{
2011-09-16 03:24:55 +03:00
color: #C30C0C;
text-decoration: none;
}
a:hover {
color: #333;
}
#container {
2018-12-17 15:44:22 +02:00
margin: 0 2em;
}
2011-09-16 04:35:34 +03:00
#options {
list-style: none;
padding-left: 0px;
}
#options li {
margin-bottom: 10px;
}
2018-12-17 15:25:01 +02:00
img {
float: left;
margin-right: 2em;
}