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

Revision 1782, 2.7 KB checked in by fpcorrea, 14 years ago (diff)

Ticket #597 - Implementar módulo Gerenciador de 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.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        cursor: pointer;
80
81}
82#fmFileWindow
83{
84        overflow: auto;
85        height: 380px;
86        position:relative;
87        padding:3px;
88}
89
90#fmLocation
91{
92        position:relative;
93        margin-bottom:3px;
94        height:27px;
95
96}
97
98#fmMenu
99{
100        position:relative;
101}
102#fmStatusBar
103{
104        margin-left:4px;
105        margin-bottom:3px;
106        font-size: 10px;
107}
108
109
110.fmButton
111{
112        background-image:url(../images/buttonbackground.png);
113        width:28px;
114        height:28px;
115        background-repeat: no-repeat;
116}
117
118
119.message_header {
120        background-color:#ABC6E1;
121}
122.tr_msg_read {
123        color: #3f3f3f;
124        background-color: #ffffff;
125        -moz-user-select: none;
126}
127
128.tr_msg_read2 {
129        color: #3f3f3f;
130        background-color: #f4f8fb;
131        -moz-user-select: none;
132}
133
134.inputComment {
135        border: 0px !important;
136        color: #3f3f3f !important;
137        background: transparent !important;
138}
Note: See TracBrowser for help on using the repository browser.