]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/demos/mail/mail.css
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dijit / demos / mail / mail.css
1 html, body, #main{      
2         width: 100%;    
3         height: 100%;
4         overflow: hidden;       
5         padding: 0 0 0 0;
6         margin: 0 0 0 0;
7         font: 10pt Arial,Myriad,Tahoma,Verdana,sans-serif;
8 }
9 #banner, #footer {
10 background-color: #ededff; 
11 color: #333;
12 padding:3px; 
13 }
14 #banner { text-align:right; } 
15 #listPane tr:hover, #listPane td:hover, .dijitTreeContent:hover {
16         background-color: #ededed;
17         color: #333;
18         cursor: pointer;
19 }
20 #listPane tr, #listPane td { cursor: pointer; }
21 table.demoTable {
22         border-collapse: collapse;      
23 }
24 th {
25         background-color: #4f8ce5; 
26         color: #666; 
27         font-weight:: bold !important;
28         margin:0;
29         padding:3px; 
30         background-image:url('../../themes/soria/images/titleBar.png');
31         background-position:0px -1px; 
32 }
33 .dijitRtl caption,
34 .dijitRtl th {
35         text-align:right;
36 }
37 th .arrowNode { 
38         position:relative; 
39         float:left;
40         top:4px;
41         left:4px; 
42         width:16px;
43         height:16px;
44 }
45 .dijitRtl th .arrowNode{
46         float:right;    
47 }
48 th.arrowUp .arrowNode {
49         margin-right: 5px;
50         margin-top: -4px;
51         margin-bottom: 5px;
52         width: 15px;
53         height:15px;
54         background:transparent url("../../themes/soria/images/spriteRoundedIconsSmall.png") -45px top no-repeat;
55 }
56 th.arrowDown .arrowNode {
57         margin-right: 5px;
58         margin-top: -4px;
59         margin-bottom: 5px;
60         width: 15px;
61         height:15px;
62         background:transparent url("../../themes/soria/images/spriteRoundedIconsSmall.png") -15px top no-repeat;
63 }
64 .demoTable td { padding:3px; } 
65 .demoTable {
66         border-spacing:0; 
67         padding:0; margin:0; 
68         width:98%;
69         
70 }
71 .oddRow {
72         background-color: #f2f5f9;
73 }
74 #message {
75         padding: 8px;
76 }
77 .subject {
78         background: gray;
79         width: 100%;
80         padding-top: 5px;
81         padding-bottom: 10px;
82 }
83 .message {
84         border: black 2px;
85 }
86 .messageHeader {
87         font:12pt Arial,sans-serif;
88         font-weight:bold;
89         color:#333; 
90 }
91 body .dojoSplitPane {
92         background: #ededff;
93         overflow: auto;
94 }
95 .mailIconCancel,
96 .mailIconOptions,
97 .mailIconFolderDocuments,
98 .mailIconFolderInbox,
99 .mailIconFolderSent,
100 .mailIconGetMail,
101 .mailIconNewMessage,
102 .mailIconMailbox,
103 .mailIconOk,
104 .mailIconTrashcanFull {
105         background-image: url('icons.png'); 
106         background-repeat: no-repeat; 
107         width: 16px;
108         height: 16px;
109         text-align: center;
110         padding-right:4px; 
111 }
112 .dj_ie6 .mailIconCancel,
113 .dj_ie6 .mailIconOptions,
114 .dj_ie6 .mailIconFolderDocuments,
115 .dj_ie6 .mailIconFolderInbox,
116 .dj_ie6 .mailIconFolderSent,
117 .dj_ie6 .mailIconGetMail,
118 .dj_ie6 .mailIconNewMessage,
119 .dj_ie6 .mailIconMailbox,
120 .dj_ie6 .mailIconOk,
121 .dj_ie6 .mailIconTrashcanFull {
122         background-image: url('icons.gif');
123 }
124 .mailIconCancel { background-position: 0px; }
125 .mailIconOptions { background-position: -22px; }
126 .mailIconFolderDocuments { background-position: -44px; }
127 .mailIconFolderInbox { background-position: -66px; }
128 .mailIconFolderSent { background-position: -88px; }
129 .mailIconGetMail { background-position: -110px; }
130 .mailIconNewMessage { background-position: -132px; }
131 .mailIconMailbox { background-position: -154px; }
132 .mailIconOk { background-position: -176px; }
133 .mailIconTrashcanFull { background-position: -198px; }