htdocs/style.css
author Anders Bergh <anders1@gmail.com>
Sun, 16 Dec 2007 21:45:22 -0800
changeset 8 f76671115809
parent 5 f29a43ca4760
permissions -rw-r--r--
Something funny happened with the web files, so I'm committing them again
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     1
body {
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     2
	font-family: Arial, Helvetica, sans-serif;
f595a447aa22 Initial commit.
Anders Bergh <anders1@gmail.com>
parents:
diff changeset
     3
}
5
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
     4
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
     5
.term,.file {
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
     6
	background: #EFEFEF;
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
     7
	color: gray;
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
     8
	padding: 5px;
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
     9
	border: 1px solid #808080;
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    10
}
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    11
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    12
.term,.file a {
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    13
	color: gray;
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    14
}
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    15
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    16
.term,.file a:hover {
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    17
	color: black;
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    18
}
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    19
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    20
.pkg,.path {
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    21
	font-family: monospace;
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    22
	background: #EFEFEF;
f29a43ca4760 Add content to the front page
Anders Bergh <anders1@gmail.com>
parents: 0
diff changeset
    23
}