source: sandbox/filemanager/templates/default/main.css @ 1922

Revision 1922, 2.9 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Melhorias na visualização dos arquivos

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-right: 25px;
28        padding-top: 40px;
29        width: 140px;
30        display:table-cell;
31}
32.iconCaption{
33        display:table-caption;
34        font-family:sans-serif;
35        font-size:10px;
36        overflow:hidden;
37        position:fixed;
38        width:140px;
39
40}
41.action_info_th {
42        font-family: Verdana, Arial, Helvetica, sans-serif;
43        font-size: 11px;
44        border-width: 0px 0px 0px 0px;
45padding: 1px 10px 0px 10px;
46         border-style: inset inset inset inset;
47         border-color: gray gray gray gray;
48         background-color: rgb(250, 209, 99);
49         -moz-border-radius: 6px 6px 6px 6px;
50}
51
52.action_error_th {
53        font-family: Verdana, Arial, Helvetica, sans-serif;
54        font-size: 11px;
55        border-width: 0px 0px 0px 0px;
56        padding: 1px 10px 0px 10px;
57        border-style: inset inset inset inset;
58        border-color: gray gray gray gray;
59        background-color: red;
60        color: white;
61        -moz-border-radius: 6px 6px 6px 6px;
62}
63.l {
64                background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
65                background-repeat:no-repeat;
66                background-position:left center;
67                color:#4A79B1;
68                cursor:pointer;
69                font-family:sans-serif;
70                font-size:10px;
71                font-weight:bold;
72                padding:0 2em;
73                text-decoration:none;
74                white-space:nowrap;
75}
76.sl {
77                background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
78                background-repeat:no-repeat;
79                background-position:left center;
80                color:#FC6103;
81                cursor:pointer;
82                font-family:sans-serif;
83                font-size:10px;
84                font-weight:bold;
85                padding:0 2em;
86                text-decoration:none;
87                white-space:nowrap;
88}
89
90.toolButton{
91        color: #444;
92        padding:0 3px;
93        font-size: 13px;
94        font-weight: bold;
95        cursor: pointer;
96
97}
98#fmFileWindow
99{
100        overflow: auto;
101        height: 380px;
102        position:relative;
103        padding:3px;
104}
105
106#fmLocation
107{
108        position:relative;
109        margin-bottom:3px;
110        height:27px;
111
112}
113
114#fmMenu
115{
116        position:relative;
117}
118#fmStatusBar
119{
120        margin-left:4px;
121        margin-bottom:3px;
122        font-size: 10px;
123}
124
125
126.fmButton
127{
128        background-image:url(../images/buttonbackground.png);
129        width:28px;
130        height:28px;
131        background-repeat: no-repeat;
132}
133
134
135.message_header {
136        background-color:#ABC6E1;
137        -moz-user-select: none;
138}
139.tr_msg_read {
140        color: #3f3f3f;
141        background-color: #ffffff;
142        -moz-user-select: none;
143}
144
145.tr_msg_read2 {
146        color: #3f3f3f;
147        background-color: #f4f8fb;
148        -moz-user-select: none;
149}
150
151.inputComment {
152        border: 0px !important;
153        color: #3f3f3f !important;
154        background: transparent !important;
155}
Note: See TracBrowser for help on using the repository browser.