source: branches/2.2.0.1/filemanager/templates/default/main.css @ 4170

Revision 4170, 3.3 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1726 - FileManager? - Ajuste para exibir na barra de cota. r4166

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.fileLink{
50        cursor: pointer;
51}
52
53.action_error_th {
54        font-family: Verdana, Arial, Helvetica, sans-serif;
55        font-size: 11px;
56        border-width: 0px 0px 0px 0px;
57        padding: 1px 10px 0px 10px;
58        border-style: inset inset inset inset;
59        border-color: gray gray gray gray;
60        background-color: red;
61        color: white;
62        -moz-border-radius: 6px 6px 6px 6px;
63}
64.l {
65                background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
66                background-repeat:no-repeat;
67                background-position:left center;
68                color:#4A79B1;
69                cursor:pointer;
70                font-family:sans-serif;
71                font-size:10px;
72                font-weight:bold;
73                padding:0 2em;
74                text-decoration:none;
75                white-space:nowrap;
76}
77.sl {
78                background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
79                background-repeat:no-repeat;
80                background-position:left center;
81                color:#FC6103;
82                cursor:pointer;
83                font-family:sans-serif;
84                font-size:10px;
85                font-weight:bold;
86                padding:0 2em;
87                text-decoration:none;
88                white-space:nowrap;
89}
90.dsused
91{
92        background-image: url(../../templates/default/images/dsused.gif);
93}
94
95.toolButton{
96        color: #444;
97        padding:0 3px;
98        font-size: 13px;
99        font-weight: bold;
100        cursor: pointer;
101
102}
103#fmFileWindow
104{
105        overflow: auto;
106        height: 380px;
107        position:relative;
108        padding:3px;
109}
110
111#fmLocation
112{
113        position:relative;
114        margin-bottom:3px;
115        height:27px;
116
117}
118
119#fmMenu
120{
121        position:relative;
122}
123#fmStatusBar
124{
125        margin-left:4px;
126        margin-bottom:3px;
127        font-size: 10px;
128}
129
130
131.fmButton
132{
133        background-image:url(../images/buttonbackground.png);
134        width:28px;
135        height:28px;
136        background-repeat: no-repeat;
137}
138
139.dragSign{
140        background-color:#f5f5f5;
141        border: 1px solid black;
142        font-color: green;
143}
144
145.message_header {
146        background-color:#ABC6E1;
147        -moz-user-select: none;
148}
149.tr_msg_read {
150        color: #3f3f3f;
151        background-color: #ffffff;
152        -moz-user-select: none;
153}
154
155.tr_msg_read2 {
156        color: #3f3f3f;
157        background-color: #f4f8fb;
158        -moz-user-select: none;
159}
160
161.inputComment {
162        border: 0px !important;
163        color: #3f3f3f !important;
164        background: transparent !important;
165}
166
167.exportButton{
168        background-image:url('../../templates/default/images/button_export.png');
169        background-repeat: repeat-none;
170        width:13px;
171        height:12px;
172        cursor: pointer;
173        cursor: hand;
174}
175
Note: See TracBrowser for help on using the repository browser.