Line | |
---|
1 | /* <dtml-with base_properties> (do not remove this :) */ |
---|
2 | /* <dtml-call "REQUEST.set('portal_url', portal_url())"> (not this either :) */ |
---|
3 | |
---|
4 | /* In portlets.css */ |
---|
5 | |
---|
6 | .portletHeader { |
---|
7 | background-color: &dtml-globalBackgroundColor;; |
---|
8 | border: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;; |
---|
9 | border-bottom: none; |
---|
10 | padding: 0.2em 0em 0em 1em; |
---|
11 | text-transform: &dtml-textTransform;; |
---|
12 | font-weight: bold; |
---|
13 | line-height: 1.6em; |
---|
14 | } |
---|
15 | |
---|
16 | |
---|
17 | /* In public.css */ |
---|
18 | |
---|
19 | #portal-breadcrumbs { |
---|
20 | /* The path bar, including breadcrumbs and add to favorites */ |
---|
21 | border-bottom-color: &dtml-globalBorderColor;; |
---|
22 | border-bottom-style: &dtml-borderStyle;; |
---|
23 | border-bottom-width: &dtml-borderWidth;; |
---|
24 | border-bottom: none; |
---|
25 | padding-left: 3em; |
---|
26 | padding-right: 2em; |
---|
27 | text-transform: &dtml-textTransform;; |
---|
28 | line-height: 1.6em; |
---|
29 | } |
---|
30 | |
---|
31 | |
---|
32 | |
---|
33 | |
---|
34 | #portal-footer { |
---|
35 | background-color: &dtml-globalBackgroundColor;; |
---|
36 | border-top: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;; |
---|
37 | border-bottom: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;; |
---|
38 | float: none; |
---|
39 | line-height: 1.2em; |
---|
40 | margin: 2em 0em 1em 0em; |
---|
41 | padding: 0em 1.2em 0em 1.2em; |
---|
42 | text-align: center; |
---|
43 | } |
---|
44 | |
---|
45 | |
---|
46 | #portal-footer a { |
---|
47 | text-decoration: none; |
---|
48 | color: &dtml-discreetColor;; |
---|
49 | border: none; |
---|
50 | } |
---|
51 | |
---|
52 | #portal-footer a:visited { |
---|
53 | color: &dtml-discreetColor;; |
---|
54 | background-color: transparent; |
---|
55 | } |
---|
56 | |
---|
57 | |
---|
58 | /* In base.css */ |
---|
59 | |
---|
60 | |
---|
61 | h1 { |
---|
62 | font-size: 160%; |
---|
63 | } |
---|
64 | h2 { |
---|
65 | font-size: 150%; |
---|
66 | border-bottom: none; |
---|
67 | } |
---|
68 | |
---|
69 | h3 { |
---|
70 | font-size: 140%; |
---|
71 | border-bottom: none; |
---|
72 | font-weight: bold; |
---|
73 | } |
---|
74 | |
---|
75 | h4 { |
---|
76 | font-size: 120%; |
---|
77 | border-bottom: none; |
---|
78 | font-weight: bold; |
---|
79 | } |
---|
80 | |
---|
81 | h5 { |
---|
82 | font-size: 100%; |
---|
83 | border-bottom: none; |
---|
84 | font-weight: bold; |
---|
85 | } |
---|
86 | |
---|
87 | h6 { |
---|
88 | font-size: &dtml-fontSmallSize;; |
---|
89 | border-bottom: none; |
---|
90 | font-weight: bold; |
---|
91 | } |
---|
92 | |
---|
93 | ul { |
---|
94 | line-height: 1.5em; |
---|
95 | margin: 0.5em 0 0 1.5em; |
---|
96 | padding: 0; |
---|
97 | list-style-type: circle; |
---|
98 | list-style-image: none; |
---|
99 | } |
---|
100 | |
---|
101 | /* </dtml-with> */ |
---|
Note: See
TracBrowser for help on using the repository browser.