source: trunk/library/tiny_mce/themes/advanced/skins/highcontrast/dialog.css @ 4829

Revision 4829, 5.0 KB checked in by airton, 13 years ago (diff)

Ticket #2146 - Implementacao da funcionalidade de multiplas assinaturas - Adicao da biblioteca TinyMCE

  • Property svn:executable set to *
Line 
1/* Generic */
2body {
3font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
4background:#F0F0EE;
5color: black;
6padding:0;
7margin:8px 8px 0 8px;
8}
9
10html {background:#F0F0EE; color:#000;}
11td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
12textarea {resize:none;outline:none;}
13a:link, a:visited {color:black;background-color:transparent;}
14a:hover {color:#2B6FB6;background-color:transparent;}
15.nowrap {white-space: nowrap}
16
17/* Forms */
18fieldset {margin:0; padding:4px; border:1px solid #919B9C; font-family:Verdana, Arial; font-size:10px;}
19legend {color:#2B6FB6; font-weight:bold;}
20label.msg {display:none;}
21label.invalid {color:#EE0000; display:inline;background-color:transparent;}
22input.invalid {border:1px solid #EE0000;background-color:transparent;}
23input {background:#FFF; border:1px solid #CCC;color:black;}
24input, select, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
25input, select, textarea {border:1px solid #808080;}
26input.radio {border:1px none #000000; background:transparent; vertical-align:middle;}
27input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;}
28.input_noborder {border:0;}
29
30/* Buttons */
31#insert, #cancel, input.button, .updateButton {
32font-weight:bold;
33width:94px; height:23px;
34cursor:pointer;
35padding-bottom:2px;
36float:left;
37}
38
39#cancel {float:right}
40
41/* Browse */
42a.pickcolor, a.browse {text-decoration:none}
43a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;}
44.mceOldBoxModel a.browse span {width:22px; height:20px;}
45a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;}
46a.browse span.disabled {border:1px solid white; opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}
47a.browse:hover span.disabled {border:1px solid white; background-color:transparent;}
48a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;}
49.mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
50a.pickcolor:hover span {background-color:#B2BBD0;}
51a.pickcolor:hover span.disabled {}
52
53/* Charmap */
54table.charmap {border:1px solid #AAA; text-align:center}
55td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #AAA; text-align:center; font-size:12px; vertical-align:middle; line-height: 18px;}
56#charmap a {display:block; color:#000; text-decoration:none; border:0}
57#charmap a:hover {background:#CCC;color:#2B6FB6}
58#charmap #codeN {font-size:10px; font-family:Arial,Helvetica,sans-serif; text-align:center}
59#charmap #codeV {font-size:40px; height:80px; border:1px solid #AAA; text-align:center}
60
61/* Source */
62.wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
63.mceActionPanel {margin-top:5px;}
64
65/* Tabs classes */
66.tabs {width:100%; height:18px; line-height:normal;}
67.tabs ul {margin:0; padding:0; list-style:none;}
68.tabs li {float:left; border: 1px solid black; border-bottom:0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block; cursor:pointer;}
69.tabs li.current {font-weight: bold; margin-right:2px;}
70.tabs span {float:left; display:block; padding:0px 10px 0 0;}
71.tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
72.tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
73
74/* Panels */
75.panel_wrapper div.panel {display:none;}
76.panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;}
77.panel_wrapper {border:1px solid #919B9C; padding:10px; padding-top:5px; clear:both; background:white;}
78
79/* Columns */
80.column {float:left;}
81.properties {width:100%;}
82.properties .column1 {}
83.properties .column2 {text-align:left;}
84
85/* Titles */
86h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;}
87h3 {font-size:14px;}
88.title {font-size:12px; font-weight:bold; color:#2B6FB6;}
89
90/* Dialog specific */
91#link .panel_wrapper, #link div.current {height:125px;}
92#image .panel_wrapper, #image div.current {height:200px;}
93#plugintable thead {font-weight:bold; background:#DDD;}
94#plugintable, #about #plugintable td {border:1px solid #919B9C;}
95#plugintable {width:96%; margin-top:10px;}
96#pluginscontainer {height:290px; overflow:auto;}
97#colorpicker #preview {float:right; width:50px; height:14px;line-height:1px; border:1px solid black; margin-left:5px;}
98#colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;}
99#colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;}
100#colorpicker #light div {overflow:hidden;}
101#colorpicker #previewblock {float:right; padding-left:10px; height:20px;}
102#colorpicker .panel_wrapper div.current {height:175px;}
103#colorpicker #namedcolors {width:150px;}
104#colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
105#colorpicker #colornamecontainer {margin-top:5px;}
Note: See TracBrowser for help on using the repository browser.