tmux/www/main.css

51 lines
890 B
CSS
Raw Normal View History

2009-10-25 08:14:56 +00:00
body {
font-family: Sans-Serif;
2009-10-26 15:04:45 +00:00
font-size: 10pt;
2009-10-25 08:14:56 +00:00
background-color: white;
}
#body-wrapper {
overflow: auto;
}
#upper-left-title {
font-size:xx-large;
margin-top: 0;
}
2009-10-26 14:53:30 +00:00
#left-menu li {
2009-10-25 08:14:56 +00:00
list-style: none;
margin-top: 1em;
}
.menu-headings {
border-top: 1px solid black;
border-bottom: 1px solid black;
font-weight: bold;
padding: 0.5em;
}
#left-menu-container {
padding-right: 0.5em;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
border-right: 3px solid black;
text-align: right;
width: 12em;
float: left;
}
#main-content-wrapper {
margin-left: 2em;
2009-10-26 15:07:52 +00:00
margin-right: 4em;
2009-10-25 08:14:56 +00:00
}
2009-10-26 15:04:45 +00:00
#main-content-wrapper li {
2009-10-25 08:14:56 +00:00
list-style: disc;
2009-10-26 15:04:45 +00:00
margin-left: 12em
2009-10-25 08:14:56 +00:00
}
#screenshots {
text-align: center;
margin: 1em;
margin-left: 10em;
}
2009-10-26 14:53:30 +00:00
#screenshots img {
2009-10-25 08:14:56 +00:00
text-align: center;
margin: 0.5em;
}