source: projects/documentation/style.css @ 35

Last change on this file since 35 was 30, checked in by sven, 15 years ago

Added new documentation as well as a great new layout and some new
features for the documentation system like syntax higlighting (using
geshi).
Furthermore much directory clean up and movements accross directories.

File size: 1.9 KB
Line 
1/*
2 * PaperTape Project: Documentation design.
3 *
4 * This is a small design I've made up from mind at Do. 12.03.2009
5 * while moving from "Paper Tape Project" to "Punched Paper Project".
6 *
7 * Use it as in the public domain.
8 *
9 */
10/* @import url(http://dev.technikum29.de/src/private.design/style.css); */
11
12body {
13        /*padding: 15px;*/
14        margin: 0;
15        font: 12px Verdana,Arial,sans-serif;
16}
17
18img {
19        border: none;
20}
21
22#header {
23        background-color: black;
24        height: 80px;
25        position: relative;
26        padding-top: 25px;
27        padding-left: 20px;
28}
29
30#header h1 {
31        color: white;
32        font: 30px monospace;
33        margin: 0; padding: 0;
34}
35
36#header p.subtitle {
37        color: #ce5c00;
38        font-family: monospace;
39        margin: 0; padding: 0;
40}
41
42#header a.powered-by {
43        position: absolute;
44        top: 26px; right: 25px;
45}
46
47#navigation {
48        width: 185px;
49        padding-top: 20px;
50        float: left;
51        background-color: #EEEEEE;
52        border-right: 2px solid black;
53        height: 1000px;
54}
55
56#navigation ul {
57        margin: 0; padding: 0;
58        background-color: #eee;
59        padding-left: 10px;
60}
61
62#navigation li {
63        margin: 0; padding: 0;
64        list-style-type: circle;
65        margin-left: 10px;
66        color: #3465A4; /* bullets same color as links */
67}
68
69#navigation a, #navigation strong, #navigation em {
70        display: block;
71        line-height: 20px;
72        font-weight: bold;
73        text-decoration: none;
74}
75
76#navigation em {
77        font-style: normal;
78        color: black;
79}
80
81#navigation strong {
82        background-color: black;
83        color: white;
84}
85
86#navigation a:link, #navigation a:visited {
87        color: #3465a4;
88}
89
90#navigation a:hover {
91        background-color: #fff;
92        color: #f57900;
93}
94
95
96#content {
97        margin-left: 195px;
98        padding: 15px;
99
100        text-align: justify;
101        line-height: 135%;
102}
103
104#content a:link {
105        color: #3465a4; /* from #navigation */
106}
107
108#footer {
109        clear: both;
110        margin-top: 15px;
111        background-color: #000;
112        padding: 20px;
113        text-align: center;
114        color: white;
115}
116
117#footer a {
118        color: #eaeaea;
119}
120
121pre {
122    background-color: #F9F9F9;
123    border: 1px dashed #2F6FAB;
124    color: black;
125    line-height: 1.1em;
126    padding: 1em;
127}
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License