source: branches/2.2/filemanager/templates/default/main.css @ 3019

Revision 3019, 3.2 KB checked in by amuller, 14 years ago (diff)

Ticket #1135 - Corrigindo CSS e adicionando filemanager

Line 
1a:link,
2a:active,
3a:visited,
4a:hover {
5        color: #000000 !important;
6        text-decoration: none !important;
7}
8
9.menubox{
10    color: black;
11    background: #ffffff;
12    border-style: solid;
13    border-width: 1px;
14    border-color: #000;
15    font-family: Arial;
16    font-size: 12px;
17    cursor: pointer;
18    position: absolute;
19    /* width: 160px;*/
20    text-align: left;
21    line-height:150%;
22    margin: -10px 0  -10px 0;
23
24}
25.icon {
26        float:left;
27        padding: 40px;
28        width: 100px;
29        display:table-cell;
30}
31.iconCaption{
32        display:table-caption;
33        font-family:sans-serif;
34        font-size:10px;
35        overflow:hidden;
36        width:100%;
37
38}
39.action_info_th {
40        font-family: Verdana, Arial, Helvetica, sans-serif;
41        font-size: 11px;
42        border-width: 0px 0px 0px 0px;
43padding: 1px 10px 0px 10px;
44         border-style: inset inset inset inset;
45         border-color: gray gray gray gray;
46         background-color: rgb(250, 209, 99);
47         -moz-border-radius: 6px 6px 6px 6px;
48}
49
50.action_error_th {
51        font-family: Verdana, Arial, Helvetica, sans-serif;
52        font-size: 11px;
53        border-width: 0px 0px 0px 0px;
54        padding: 1px 10px 0px 10px;
55        border-style: inset inset inset inset;
56        border-color: gray gray gray gray;
57        background-color: red;
58        color: white;
59        -moz-border-radius: 6px 6px 6px 6px;
60}
61.l {
62                background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
63                background-repeat:no-repeat;
64                background-position:left center;
65                color:#4A79B1;
66                cursor:pointer;
67                font-family:sans-serif;
68                font-size:10px;
69                font-weight:bold;
70                padding:0 2em;
71                text-decoration:none;
72                white-space:nowrap;
73}
74.sl {
75                background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
76                background-repeat:no-repeat;
77                background-position:left center;
78                color:#FC6103;
79                cursor:pointer;
80                font-family:sans-serif;
81                font-size:10px;
82                font-weight:bold;
83                padding:0 2em;
84                text-decoration:none;
85                white-space:nowrap;
86}
87
88.toolButton{
89        color: #444;
90        padding:0 3px;
91        font-size: 13px;
92        font-weight: bold;
93        cursor: pointer;
94
95}
96#fmFileWindow
97{
98        overflow: auto;
99        height: 380px;
100        position:relative;
101        padding:3px;
102}
103
104#fmLocation
105{
106        position:relative;
107        margin-bottom:3px;
108        height:27px;
109
110}
111
112#fmMenu
113{
114        position:relative;
115}
116#fmStatusBar
117{
118        margin-left:4px;
119        margin-bottom:3px;
120        font-size: 10px;
121}
122
123
124.fmButton
125{
126        background-image:url(../images/buttonbackground.png);
127        width:28px;
128        height:28px;
129        background-repeat: no-repeat;
130}
131
132.dragSign{
133        background-color:#f5f5f5;
134        border: 1px solid black;
135        font-color: green;
136}
137
138.message_header {
139        background-color:#ABC6E1;
140        -moz-user-select: none;
141}
142.tr_msg_read {
143        color: #3f3f3f;
144        background-color: #ffffff;
145        -moz-user-select: none;
146}
147
148.tr_msg_read2 {
149        color: #3f3f3f;
150        background-color: #f4f8fb;
151        -moz-user-select: none;
152}
153
154.inputComment {
155        border: 0px !important;
156        color: #3f3f3f !important;
157        background: transparent !important;
158}
159
160.exportButton{
161        background-image:url('../../templates/default/images/button_export.png');
162        background-repeat: repeat-none;
163        width:13px;
164        height:12px;
165        cursor: pointer;
166        cursor: hand;
167}
168
Note: See TracBrowser for help on using the repository browser.