source: products/SimpleBlog/trunk/skins/SimpleBlog/SimpleBlogCSS.css.dtml @ 1

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

Building directory structure

  • Property svn:eol-style set to native
File size: 1.8 KB
Line 
1/* <dtml-with base_properties> */
2/* <dtml-call "REQUEST.set('portal_url', portal_url())">*/
3
4
5.BlogByLine {}
6
7.simpleBlogCrosspost {}
8
9.noMargin {margin-bottom:0}
10
11.simpleBlogIcons {
12    padding-left: 1.5em;
13}
14
15.simpleBlogPortletIcons {
16    padding-left: 1.8em;
17    padding-bottom: 1em;
18}
19
20.simpleBlogDescriptionOnly {}
21
22.simpleBlogDescription {
23    margin: 0.5em 0em 1em 0em;
24    line-height: 1.5em;
25}
26
27.simpleBlogTitleOnly {
28    margin-bottom:1.5em;
29}
30
31.simpleBlogUnpublished {
32    margin-bottom:1em ! important;
33    color: red;
34    text-transform:none ! important;
35}
36
37.simpleBlogUnpublishedWarningbox {
38    background-color:rgb(255,191,191);
39    font-weight:normal;
40}
41
42.simpleBlogPublishAction {
43    font-weight: bold;
44}
45
46.simpleBlogBody {}
47
48.simpleBlogBylineCats {}
49
50.simpleBlogCalendar {
51border: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;;
52border:none;
53}
54
55.simpleBlogCalendar a {
56text-decoration: none;
57}
58.simpleBlogCalendar a:hover {
59text-decoration: none;
60}
61
62.simpleBlogCalendar th {
63background-color: transparent;
64font-weight: bold;
65text-align: center;
66padding: 2px;
67}
68
69.simpleBlogCalendar td {
70background-color: transparent;
71width: 1.5em;
72text-align: right;
73padding: 2px;
74}
75
76.simpleBlogCalendar .weekdays td {
77background-color: transparent;
78border: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;;
79border-style: &dtml-borderStyle; none;
80text-align: center;
81padding: 2px;
82}
83.simpleBlogCalendar .event {
84background-color: &dtml-globalBackgroundColor;;
85font-weight: bold;
86}
87.simpleBlogCalendar .todayevent {
88background-color: &dtml-globalBackgroundColor;;
89border: 2px &dtml-borderStyle; &dtml-notifyBorderColor;;
90font-weight: bold;
91}
92.simpleBlogCalendar .todaynoevent {
93border-collapse: collapse;
94border: 2px &dtml-borderStyle; &dtml-notifyBorderColor;;
95}
96
97/* </dtml-with> */
Note: See TracBrowser for help on using the repository browser.