]> gitweb.michael.orlitzky.com - dead/pictar.git/blob - default_stylesheet.css
Updated XmlDataParser to use the Python 2.5 ElementTree interface.
[dead/pictar.git] / default_stylesheet.css
1 /************/
2 /* ELEMENTS */
3 /************/
4
5 body {
6 margin: 0em;
7 padding: 0em;
8 background-color: #ebebae;
9 }
10
11
12 img {
13 border: 0em;
14 border-top: 1px #000000 dashed;
15 padding: 20px;
16 }
17
18
19 /***********/
20 /* CLASSES */
21 /***********/
22
23 .image_container {
24 display: table;
25 background-color: #f0ead8;
26 border: 1px #000000 dashed;
27 margin-left: 5px;
28 margin-top: 20px;
29 margin-bottom: 20px;
30 }
31
32
33 .image_header {
34 background-color: #bf3e18;
35 color: #ffffff;
36 font-weight: bold;
37 text-align: center;
38 padding: .2em;
39 font-family: fixed, monospace;
40 }
41
42