Mercurial > bins
comparison templates.mwolson/static/style.css @ 0:a84c32f131df 1.1.29
Import vendor version
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Wed, 15 Oct 2008 23:28:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a84c32f131df |
---|---|
1 .mainheader { | |
2 background: #cccccc; | |
3 border-left: 0px; | |
4 border-right: 0px; | |
5 border-top: 2px solid; | |
6 border-bottom: 2px solid; | |
7 text-align: left; | |
8 width: 100%; | |
9 } | |
10 | |
11 .subheader { | |
12 background: #cccccc; | |
13 border-left: 0px; | |
14 border-right: 0px; | |
15 border-top: 1px solid; | |
16 border-bottom: 1px solid; | |
17 text-align: left; | |
18 width: 100%; | |
19 } | |
20 | |
21 .thnav { | |
22 background: #cccccc; | |
23 border-top: 1px solid; | |
24 border-bottom: 1px solid; | |
25 text-align: left; | |
26 width: 100%; | |
27 } | |
28 | |
29 .inthisalbum { | |
30 background: #cccccc; | |
31 border-top: 1px solid; | |
32 border-bottom: 1px solid; | |
33 text-align: left; | |
34 width: 100%; | |
35 } | |
36 | |
37 .pagetitle { | |
38 font-weight: bold; | |
39 margin: 5px; | |
40 } | |
41 | |
42 .pathstyle { | |
43 } | |
44 | |
45 .mainimage { | |
46 background: #ccccff; | |
47 border: 2px inset; | |
48 margin-top: 10px; | |
49 } | |
50 | |
51 .detailslink { | |
52 text-align: center; | |
53 } | |
54 | |
55 .navbar { | |
56 border: thin solid; | |
57 background: #cccccc; | |
58 width: 100%; | |
59 } | |
60 | |
61 .bins_credit { | |
62 text-align: left; | |
63 font-size: x-small; | |
64 } | |
65 | |
66 .thumbnail { | |
67 border: thin solid; | |
68 background: #ccccff; | |
69 } | |
70 | |
71 .fname { | |
72 font-weight: bold; | |
73 } | |
74 | |
75 .fvalue { | |
76 border: 2px inset; | |
77 } | |
78 | |
79 body { | |
80 background-color: #dcdcdc; /* Gainsboro */ | |
81 color: black; | |
82 margin-left: 2%; | |
83 margin-right: 2%; | |
84 margin-top: 1%; | |
85 } | |
86 | |
87 table.imagedesc { | |
88 width: 100%; | |
89 } |