source: branches/2.2/workflow/templates/default/css/userinterface.css @ 3167

Revision 3167, 2.2 KB checked in by viani, 14 years ago (diff)

Ticket #1135 - Merged r1990:3166 from /trunk/workflow into /branches/2.2/workflow

  • Property svn:executable set to *
Line 
1.proc_filter_div
2{
3        position: relative;
4        visibility: hidden;
5}
6
7/** Estilo do menu de atividades dos processos **/
8
9div.menuInternoOut
10{
11        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
12        font-size: 11px;
13        text-decoration: none;
14        border-left: 5px solid #BADAEF;
15        padding: 2px;
16        color: #000;
17}
18
19div.menuInternoOver
20{
21        font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
22        text-decoration: none !important;
23        border-left: 5px solid #8CB0DD;
24        padding: 2px;
25        color: #000000;
26}
27
28a.menuExternoOut
29{
30        text-decoration : none;
31        border: 1px solid #BADAEF;
32        background: #E4F0F9;
33}
34
35a.menuExternoOver
36{
37        text-decoration : none;
38        border: 1px solid #BADAEF;
39        background: #E4F0F9;
40}
41
42div.submenuInternoOut
43{
44        font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
45        text-decoration: none;
46        padding: 2px;
47        color: #000000;
48}
49
50div.submenuInternoOver
51{
52        font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
53        padding: 2px;
54        color: #000000;
55}
56
57a.submenuExternoOut
58{
59        text-decoration : none;
60        border: 1px solid #53A69A;
61        background: #E4F9F0;
62}
63
64a.submenuExternoOver
65{
66        text-decoration : none;
67        border: 1px solid #53A69A;
68        background: #E4F9F0;
69}
70
71div.advancedActions
72{
73        position: absolute;
74        background-color: #FFFFFF;
75        border: 1px solid #000000;
76        padding: 4px;
77}
78
79ul.submenu
80{
81        position: absolute;
82        margin: 0pt 0pt;
83        display: block;
84        border: 1px solid #000000;
85        background-color: #CCCCCC !important;
86        list-style-type: none;
87        padding-left: 10px;
88        font-size: 11px;
89        list-style-image: none;
90}
91
92ul.submenu li
93{
94        background-color: #FFFFFF !important;
95        padding-right: 10px;
96        padding-top: 5px;
97        padding-bottom: 5px;
98}
99
100ul.submenu li a
101{
102        color: #000000 !important;
103        display: block;
104}
105
106ul.submenu li a:visited
107{
108        color: #000000 !important;
109        display: block;
110}
111
112table.inboxElements
113{
114        width: 100%;
115        color: black;
116        border-style: solid;
117        border-width: 0px;
118        border-collapse: collapse;
119        border-color: #BBBBBB;
120        font-family: Arial;
121        font-size: 13px;
122}
123
124table.inboxElements th
125{
126        font-size: 11px !important;
127        font-weight: normal;
128        /*background-color: #ABC6E1;*/
129}
130
131table.inboxElements th a
132{
133        color: #000000 !important;
134}
135
136table.inboxElements th a:visited
137{
138        color: #000000 !important;
139}
140
141table.inboxElements tr
142{
143        background-color: #FFFFFF;
144        border-bottom: 1px solid #CFCFCF;
145}
Note: See TracBrowser for help on using the repository browser.