]> git.donarmstrong.com Git - dactyl.git/blob - pentadactyl/skin/about.css
Initial import of 1.0~b6
[dactyl.git] / pentadactyl / skin / about.css
1 /* Based on vimperator.org home page layout. */
2
3 #main-container {
4     width: 775px;
5     margin: 55px auto;
6 }
7
8 #img-container {
9     display: table-cell;
10     vertical-align: middle;
11     width: 775px;
12     height: 440px;
13     border: 5px solid black;
14     background-repeat: no-repeat;
15     background-image: url(chrome://pentadactyl/content/about_background.png);
16     background-color: green;
17     border-spacing: 0px 10px;
18     -moz-border-radius: 10px;
19 }
20
21 #text-container {
22     float: right;
23     border: solid black;
24     white-space: pre-wrap;
25     font-family: monospace;
26     font-size: 13px;
27     font-weight: bold;
28     width: 500px;
29     height: 275px;
30     color: black;
31     background-color: rgb(176, 196, 222);
32     opacity: 0.75;
33 }
34
35 .key { color: blue; }
36
37 /* vim: set fdm=marker sw=4 ts=4 et: */