changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/static/style-extra-coal.css

changeset 53: d25f982fb8a6
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 20 Jul 2024 22:31:54 -0400
permissions: -rw-r--r--
description: init vc
1 body {
2  background: black url('background.png') repeat-x;
3 }
4 
5 .container {
6  padding-left: 0;
7  padding-right: 150px;
8 }
9 
10 .main {
11  padding: 2em;
12  border-right: 15px solid black;
13  border-bottom: 15px solid black;
14 }
15 
16 .menu {
17  background: #999;
18  padding: 10px;
19  width: 75px;
20  position: fixed;
21  top: 27px;
22  left: auto;
23  right: 27px;
24 }
25 
26 .menu ul {
27  border-left: 0;
28 }
29 
30 .menu li.active {
31  font-weight: normal;
32  background: black;
33  color: white;
34 }
35 
36 .menu li.active a {
37  color: white;
38 }
39 
40 h3 {
41  margin-top: -.7em;
42 }
43 
44 div.description {
45  border-left-width: 3px;
46 }