16 background: #C1C1C1 url(../img/gallery.png) no-repeat scroll center center;
18 border-left: 1px solid #999;
19 border-right: 1px solid #999;
24 background-color: #e6e6fa;
32 #source-editor, #simple-editor, #history-viewer {
41 #html-view, #history-view {
59 background-color: #FFF;
79 border-bottom: 1px solid #999;
83 background-color: #C1C1C1;
84 background-image: -webkit-gradient(linear, left top, left bottom, from(#C1C1C1), color-stop(0.9, #A2A2A2));
87 background-image: -moz-linear-gradient(top left, #C1C1C1, #A2A2A2, 90%);
89 font: 11px Helvetica, Verdana, sans-serif;
93 #header h1, #header h1 a {
96 font: 17px Helvetica, Verdana, sans-serif;
99 padding: 3px 6px 2px 6px;
105 text-decoration: none;
120 -webkit-user-select: none;
133 background-color: #A2A2A2;
135 -moz-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
136 -webkit-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
138 border: 1px solid #999;
139 -moz-border-radius: 4px 4px 0px 0px;
140 -webkit-border-radius: 4px;
141 -webkit-border-bottom-left-radius: 0px;
142 -webkit-border-bottom-right-radius: 0px;
146 background-color: #C1C1C1;
159 vertical-align: middle;
169 border-bottom: 1px solid #777;
170 background-color: #C1C1C1;
186 .toolbar button img {
195 margin: 1px 5px 1px 0;
197 border: 1px solid #999;
205 margin: 4px 5px 0px 5px;
206 vertical-align:baseline;
213 .toolbar button:hover, .toolbar button:active {
216 -webkit-border-radius: 10px;
217 -moz-border-radius: 10px;
220 /* Remove extra padding in Firefox */
221 button::-moz-focus-inner {
231 .change-gallery-panel {
233 border-bottom: 1px solid #777;
234 background-color: #C1C1C1;
248 background-color: #000;
256 -webkit-user-select: none;
257 -khtml-user-select: none;
258 -moz-user-select: none;
273 background-color: #FFF;
291 /* text-align: center;*/
294 #loading-message img {
307 .CodeMirror-line-numbers {
313 border-right: 1px solid black;
314 background-color: #e6e6fa;
317 .CodeMirror-line-numbers div {
319 font-family:"Lucida Console", monospace;
326 #history-view table {
334 border: 2px solid black;
349 background-color: #ef4040;
353 background-color: #efef40;
357 background-color: #40ef40;
370 .htmlview *[x-editable] {
371 background-color: white;
374 .htmlview .active[x-editable] {
375 background-color: #FAFAFA;
376 border: 1px solid #DDD;
377 /* -webkit-transition: all 1s linear;*/