source: products/SimpleBlog/branches/plone-2.1-Blogging-APIs/skins/SimpleBlog/SimpleBlogCSS.css.dtml @ 3665

Last change on this file since 3665 was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 2.0 KB
Line 
1/* <dtml-with base_properties> */
2/* <dtml-call "REQUEST.set('portal_url', portal_url())">*/
3
4
5.tags
6{
7text-transform: lowercase;
8color:black;
9margin-bottom:1em;
10padding-bottom:0.5em;
11border-bottom-style:dotted;
12border-bottom-color:#999999;
13border-bottom-width:1px;
14}
15
16.BlogByLine
17{
18color: #999999;
19#text-transform: lowercase;
20margin-bottom:1em;
21}
22
23.BlogCommandLine {
24color:#999999;
25#text-transform: lowercase;
26margin-bottom:1em;
27}
28
29.BlogCommandLine form {
30display: inline;
31}
32
33.noMargin {margin-bottom:0}
34
35.simpleBlogLinkButtons {
36display:block;
37margin-bottom:1em;
38}
39
40.simpleBlogEntry {}
41
42.simpleBlogDescription {
43margin: 0.5em 0em 1em 0em;
44line-height: 1.5em;
45}
46
47.simpleBlogDescriptionOnly {
48margin-top:0em;
49margin-bottom:1em;
50line-height: 1.5em;
51}
52
53.simpleBlogTitle {}
54
55.simpleBlogBody {}
56
57.simpleBlogBylineCats {}
58
59.simpleBlogCalendar {
60border: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;;
61margin: 1em 0em;
62border:none;
63margin: 1em;
64}
65
66
67.simpleBlogCalendar a {
68text-decoration: none;
69}
70.simpleBlogCalendar a:hover {
71text-decoration: none;
72}
73
74.simpleBlogCalendar th {
75background-color: transparent;
76font-weight: bold;
77text-align: center;
78padding: 2px;
79}
80
81.simpleBlogCalendar td {
82background-color: transparent;
83width: 1.5em;
84text-align: right;
85padding: 2px;
86}
87
88.simpleBlogCalendar .weekdays td {
89background-color: transparent;
90border: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;;
91border-style: &dtml-borderStyle; none;
92text-align: center;
93padding: 2px;
94}
95.simpleBlogCalendar .event {
96background-color: &dtml-globalBackgroundColor;;
97font-weight: bold;
98}
99.simpleBlogCalendar .todayevent {
100background-color: &dtml-globalBackgroundColor;;
101border: 2px &dtml-borderStyle; &dtml-notifyBorderColor;;
102font-weight: bold;
103}
104.simpleBlogCalendar .todaynoevent {
105border-collapse: collapse;
106border: 2px &dtml-borderStyle; &dtml-notifyBorderColor;;
107}
108
109/* </dtml-with> */
Note: See TracBrowser for help on using the repository browser.