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

Revision 1755, 2.7 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Melhorias no módulos gerenciador de arquivos do expresso livre

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