website: added incoming website (work in progress)
[dragora.git] / website / style.css
blob060e20c483c0adbb7e5490612bfac70cbaf469bd
1 /*
2 Dragora CSS file.
3 Under the terms of the Apache License version 2.0.
4 */
6 body {
7 max-width: 980px;
8 margin: 0 auto;
9 font-size: 100%;
10 font-family: "Verdana", Helvetica, sans-serif, serif;
11 color: #1d1d1d;
12 background-color: #fefefe;
15 p {
16 font-size: 1.15em;
17 text-align: justify;
21 Header and footer
23 #header {
24 font-size: 1.3em;
25 font-family: "Courier New", Courier, monospace;
26 text-align: center;
27 color: white;
28 background: url(./img/header.png) repeat;
29 background-color: #2e8b57;
30 margin: 0.05em 0ex 0.5ex 0;
31 border-radius: 9px;
34 /* A custom header */
35 #body h4 {
36 color: #a52a2a;
39 #footer {
40 font-style: italic;
41 font-size: 95%;
45 Link propierties
47 a {
48 text-decoration: none;
50 a:visited {
51 color: #8b008b;
53 a:hover {
54 text-decoration: underline;
55 color: #ff8c00;
59 List
61 ul, ol {
62 font-size: 1.20em;
63 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
64 line-height: 1.4;
68 Code and cite
70 blockquote {
71 font-size: 1.19em;
72 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
73 line-height: 1.4;
77 Table
79 table {
80 border: 0;
81 margin-left: auto;
82 margin-right: auto;
83 margin-bottom: 10px;
86 th,td {
87 padding: 2px;
90 th {
91 background-color: #f5f59e;
94 td {
95 border-bottom:1px dotted #bbd;
96 color: #000044;