source: trunk/library/tiny_mce/plugins/fullpage/css/fullpage.css @ 4829

Revision 4829, 2.1 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/* Hide the advanced tab */
2#advanced_tab {
3        display: none;
4}
5
6#metatitle, #metakeywords, #metadescription, #metaauthor, #metacopyright {
7        width: 280px;
8}
9
10#doctype, #docencoding {
11        width: 200px;
12}
13
14#langcode {
15        width: 30px;
16}
17
18#bgimage {
19        width: 220px;   
20}
21
22#fontface {
23        width: 240px;
24}
25
26#leftmargin, #rightmargin, #topmargin, #bottommargin {
27        width: 50px;
28}
29
30.panel_wrapper div.current {
31        height: 400px;
32}
33
34#stylesheet, #style {
35        width: 240px;
36}
37
38#doctypes {
39        width: 200px;
40}
41
42/* Head list classes */
43
44.headlistwrapper {
45        width: 100%;
46}
47
48.selected {
49        border: 1px solid #0A246A;
50        background-color: #B6BDD2;
51}
52
53.toolbar {
54        width: 100%;
55}
56
57#headlist {
58        width: 100%;
59        margin-top: 3px;
60        font-size: 11px;
61}
62
63#info, #title_element, #meta_element, #script_element, #style_element, #base_element, #link_element, #comment_element, #unknown_element {
64        display: none;
65}
66
67#addmenu {
68        position: absolute;
69        border: 1px solid gray;
70        display: none;
71        z-index: 100;
72        background-color: white;
73}
74
75#addmenu a {
76        display: block;
77        width: 100%;
78        line-height: 20px;
79        text-decoration: none;
80        background-color: white;
81}
82
83#addmenu a:hover {
84        background-color: #B6BDD2;
85        color: black;
86}
87
88#addmenu span {
89        padding-left: 10px;
90        padding-right: 10px;
91}
92
93#updateElementPanel {
94        display: none;
95}
96
97#script_element .panel_wrapper div.current {
98        height: 108px;
99}
100
101#style_element .panel_wrapper div.current {
102        height: 108px;
103}
104
105#link_element  .panel_wrapper div.current {
106        height: 140px;
107}
108
109#element_script_value {
110        width: 100%;
111        height: 100px;
112}
113
114#element_comment_value {
115        width: 100%;
116        height: 120px;
117}
118
119#element_style_value {
120        width: 100%;
121        height: 100px;
122}
123
124#element_title, #element_script_src, #element_meta_name, #element_meta_content, #element_base_href, #element_link_href, #element_link_title {
125        width: 250px;
126}
127
128.updateElementButton {
129        margin-top: 3px;
130}
131
132/* MSIE specific styles */
133
134* html .addbutton, * html .removebutton, * html .moveupbutton, * html .movedownbutton {
135        width: 22px;
136        height: 22px;
137}
138
139textarea {
140        height: 55px;
141}
142
143.panel_wrapper div.current {height:420px;}
Note: See TracBrowser for help on using the repository browser.