style thème sombre.
[Plinn.git] / skins / photo_theme / content_style.css.dtml
1 /* <dtml-with base_properties> */
2
3 .rounded-corners {
4 border-radius: &dtml-borderRadius;px;
5 padding: &dtml-borderRadius;px;
6 }
7
8 .std-border {
9 border: &dtml-tabsBorderWidth; solid &dtml-tabsBorderColor;;
10 }
11
12 .std-background {
13 color: #fff;
14 padding: &dtml-borderRadius;px;
15 background: &dtml-outlineColor;;
16 }
17
18 .std-background a,
19 .std-background a:link,
20 .std-background a:visited,
21 .std-background a:active {
22 color:#ae1b1b;
23 }
24
25 .std-background a:hover {
26 color:#f40909;
27 }
28
29 .std-focusbox {
30 background: &dtml-tabsBorderColor;;
31 color: &dtml-tabsFontColor;;
32 padding: &dtml-borderRadius;px;
33 }
34
35 .std-focusbox a,
36 .std-focusbox a:link,
37 .std-focusbox a:visited,
38 .std-focusbox a:active {
39 color:#f28c18;
40 }
41
42 .std-focusbox a:hover {
43 color:#f2ae61;
44 }
45
46 /*</dtml-with> */