source: branches/2.4/prototype/modules/home/css/home.css @ 6754

Revision 6754, 3.0 KB checked in by niltonneto, 12 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.1.

  • Property svn:executable set to *
Line 
1.portlets dl{ float:left; margin: 10px 5px; }
2
3.portlets .event-list dt,
4.portlets .mail-list dt,
5.portlets .news-list dt { display:none; }
6
7.portlets .event-list dd,
8.portlets .mail-list dd,
9.portlets .news-list dd {
10        min-height: 55px;
11        height: 55px;
12        width: 400px;
13        margin:0 0 5px 0;
14        padding:8px;
15        overflow:hidden;
16        background-color:#DDD;
17        border-radius:8px;
18        -moz-border-radius:8px;
19        -webkit-border-radius:4px;
20}
21
22.portlets .event-list .duration { color:#FF7777; font-size:9px;}
23.portlets .event-list .duration:before{ color:#FF7777; content:"[ "}
24.portlets .event-list .duration:after { color:#FF7777; content:" ]"}
25.portlets .event-list .duration .start:after { color:#FF7777; content:" - "}
26
27.portlets .event-list .title,
28.portlets .news-list .title,
29.portlets .mail-list .title
30{ color:#555; font-weight:bold; font-size:13px;}
31
32.portlets .event-list .description,
33.portlets .news-list .description,
34.portlets .mail-list .description
35{ color:#888;}
36
37.portlets .event-list .month {
38    color: #DDDDDD;
39    display: block;
40    font-size: 11px;
41    line-height: 11px;
42    margin-left: -3px;
43    padding-top: 5px;
44    text-align: center;
45    text-transform: uppercase;
46}
47.portlets .event-list .day {
48    color: #999999;
49    display: block;
50    font-size: 18px;
51    line-height: 18px;
52    margin-left: -3px;
53    padding-top: 8px;
54    text-align: center;
55    text-transform: uppercase;
56}
57.portlets .event-list .date {
58    background-attachment: scroll;
59    background-color: transparent;
60    background-image: url("../img/date-bg-red.png");
61    background-position: 0 0;
62    background-repeat: no-repeat;
63    float: left;
64    height: 49px;
65    width: 45px;
66        margin-right: 10px;
67}
68
69/* ----------- */
70
71.portlets .news-list dd {
72        min-height: 55px;
73        height: 130px;
74        width: 400px;
75}
76
77.portlets .news-list .date {
78    background-attachment: scroll;
79    background-color: transparent;
80    background-image: url("../img/boletim.png");
81    background-position: 0 0;
82    background-repeat: no-repeat;
83    float: left;
84    height: 125px;
85    width: 110px;
86        margin-right: 10px;
87}
88.portlets .news-list .date .full{
89        font-size:8px;
90        color:#1E5AC6;
91        display:block;
92        margin:10px 0 0 15px;   
93}
94.portlets .news-list .duration {color:#FF7777; font-size:9px;}
95
96/* ----------- */
97
98.portlets .mail-list .date {
99    background-attachment: scroll;
100    background-color: transparent;
101    background-image: url("../img/mail_unread.png");
102    background-position: 0 0;
103    background-repeat: no-repeat;
104    float: left;
105    height: 72px;
106    width: 72px;
107        margin-right: 10px;
108}
109.portlets .mail-list .date .hasCountdown {
110    color: #1E5AC6;
111    display: block;
112    font-size: 8px;
113    margin-bottom: 0;
114    margin-left: 0;
115    margin-right: 0;
116    margin-top: 44px;
117    overflow: hidden;
118    text-align: center;
119    width: 72px;
120}
121.portlets .mail-list .duration {color:#FF7777; font-size:9px;}
122.portlets .mail-list .from:before {content: "De: "; color:#555; font-size:10px; font-weight:normal;}
123.portlets .mail-list .from { color:#555; font-weight:bold; font-size:11px;}
Note: See TracBrowser for help on using the repository browser.