i2pd/webui/css/main.css

77 lines
1.1 KiB
CSS
Raw Normal View History

2015-09-17 12:47:16 +03:00
body {
2015-09-12 15:43:30 +03:00
font-family: sans-serif;
2015-09-17 12:47:16 +03:00
margin: 0px;
padding: 0px;
2015-09-07 13:31:57 +03:00
}
2015-09-12 15:43:30 +03:00
.header {
2015-09-17 15:02:40 +03:00
margin: 0px 150px;
2015-09-12 15:43:30 +03:00
text-align: center;
padding: 2.5em 2em 0px;
border-bottom: 1px solid #EEE;
2015-09-07 13:31:57 +03:00
}
2015-09-12 15:43:30 +03:00
h1 {
color: #333;
font-weight: 300;
2015-09-07 13:31:57 +03:00
}
2015-09-12 15:43:30 +03:00
h2 {
color: #ccc;
font-weight: 300;
2015-09-07 13:31:57 +03:00
}
.content {
2015-09-17 15:02:40 +03:00
margin: 0px 150px auto;
2015-09-12 15:43:30 +03:00
padding: 0px 2em;
2015-09-07 13:31:57 +03:00
line-height: 1.6em;
}
.content-subhead {
2015-09-12 15:43:30 +03:00
margin: 50px 0px 20px;
2015-09-07 13:31:57 +03:00
font-weight: 300;
color: #888;
}
#menu {
width: 150px;
position: fixed;
2015-09-12 15:43:30 +03:00
top: 0px;
bottom: 0px;
z-index: 1000;
background: #191818 none repeat scroll 0% 0%;
2015-09-07 13:31:57 +03:00
overflow-y: auto;
2015-09-12 15:43:30 +03:00
display: block;
2015-09-17 12:47:16 +03:00
margin: 0px;
padding: 0px;
2015-09-07 13:31:57 +03:00
}
2015-09-12 15:43:30 +03:00
.menu-heading {
background: #1f8dd6;
display: block;
padding: 10px;
color: white;
font-variant: small-caps;
font-size: 23px;
font-weight: bold;
2015-09-07 13:31:57 +03:00
}
2015-09-12 15:43:30 +03:00
.menu-list {
list-style: none;
margin: 0;
padding: 0;
}
2015-09-07 13:31:57 +03:00
2015-09-12 15:43:30 +03:00
.menu-item {
padding: 0;
margin: 0;
padding: 10px;
2015-09-07 13:31:57 +03:00
}
2015-09-12 15:43:30 +03:00
.menu-link {
text-decoration: none;
color: #ccc;
font-weight: bold;
font-size: 15px;
2015-09-07 13:31:57 +03:00
}