Mercurial > public > sg101
comparison static/js/tiny_mce/themes/advanced/skins/highcontrast/dialog.css @ 442:6c182ceb7147
Fixing #217; upgrade TinyMCE to 3.4.2 and enable the paste plugin.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 26 May 2011 00:43:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
441:33d0c55e57a9 | 442:6c182ceb7147 |
---|---|
1 /* Generic */ | |
2 body { | |
3 font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; | |
4 background:#F0F0EE; | |
5 color: black; | |
6 padding:0; | |
7 margin:8px 8px 0 8px; | |
8 } | |
9 | |
10 html {background:#F0F0EE; color:#000;} | |
11 td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} | |
12 textarea {resize:none;outline:none;} | |
13 a:link, a:visited {color:black;background-color:transparent;} | |
14 a:hover {color:#2B6FB6;background-color:transparent;} | |
15 .nowrap {white-space: nowrap} | |
16 | |
17 /* Forms */ | |
18 fieldset {margin:0; padding:4px; border:1px solid #919B9C; font-family:Verdana, Arial; font-size:10px;} | |
19 legend {color:#2B6FB6; font-weight:bold;} | |
20 label.msg {display:none;} | |
21 label.invalid {color:#EE0000; display:inline;background-color:transparent;} | |
22 input.invalid {border:1px solid #EE0000;background-color:transparent;} | |
23 input {background:#FFF; border:1px solid #CCC;color:black;} | |
24 input, select, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} | |
25 input, select, textarea {border:1px solid #808080;} | |
26 input.radio {border:1px none #000000; background:transparent; vertical-align:middle;} | |
27 input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;} | |
28 .input_noborder {border:0;} | |
29 | |
30 /* Buttons */ | |
31 #insert, #cancel, input.button, .updateButton { | |
32 font-weight:bold; | |
33 width:94px; height:23px; | |
34 cursor:pointer; | |
35 padding-bottom:2px; | |
36 float:left; | |
37 } | |
38 | |
39 #cancel {float:right} | |
40 | |
41 /* Browse */ | |
42 a.pickcolor, a.browse {text-decoration:none} | |
43 a.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;} | |
45 a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;} | |
46 a.browse span.disabled {border:1px solid white; opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)} | |
47 a.browse:hover span.disabled {border:1px solid white; background-color:transparent;} | |
48 a.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;} | |
50 a.pickcolor:hover span {background-color:#B2BBD0;} | |
51 a.pickcolor:hover span.disabled {} | |
52 | |
53 /* Charmap */ | |
54 table.charmap {border:1px solid #AAA; text-align:center} | |
55 td.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 */ | |
86 h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;} | |
87 h3 {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;} |