1 a, a:visited, a:active {
7 text-decoration: underline;
26 background: #C1C1C1 url(../img/gallery.png) no-repeat scroll center center;
28 border-left: 1px solid #999;
29 border-right: 1px solid #999;
34 background-color: #e6e6fa;
42 #source-editor, #simple-editor, #history-viewer {
51 #html-view, #history-view {
69 background-color: #FFF;
89 border-bottom: 1px solid #999;
93 background-color: #C1C1C1;
94 background-image: -webkit-gradient(linear, left top, left bottom, from(#C1C1C1), color-stop(0.9, #A2A2A2));
97 background-image: -moz-linear-gradient(top left, #C1C1C1, #A2A2A2, 90%);
99 font: 11px Helvetica, Verdana, sans-serif;
103 #header h1, #header h1 a {
106 font: 17px Helvetica, Verdana, sans-serif;
109 padding: 3px 6px 2px 6px;
115 text-decoration: none;
130 -webkit-user-select: none;
143 background-color: #A2A2A2;
145 -moz-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
146 -webkit-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
148 border: 1px solid #999;
149 -moz-border-radius: 4px 4px 0px 0px;
150 -webkit-border-radius: 4px;
151 -webkit-border-bottom-left-radius: 0px;
152 -webkit-border-bottom-right-radius: 0px;
156 background-color: #C1C1C1;
169 vertical-align: middle;
179 border-bottom: 1px solid #777;
180 background-color: #C1C1C1;
196 .toolbar button img {
205 margin: 1px 5px 1px 0;
207 border: 1px solid #999;
215 margin: 4px 5px 0px 5px;
216 vertical-align:baseline;
223 .toolbar button:hover, .toolbar button:active {
226 -webkit-border-radius: 10px;
227 -moz-border-radius: 10px;
230 /* Remove extra padding in Firefox */
231 button::-moz-focus-inner {
241 .change-gallery-panel {
243 border-bottom: 1px solid #777;
244 background-color: #C1C1C1;
258 background-color: #000;
266 -webkit-user-select: none;
267 -khtml-user-select: none;
268 -moz-user-select: none;
283 background-color: #FFF;
301 /* text-align: center;*/
304 #loading-message img {
317 .CodeMirror-line-numbers {
323 border-right: 1px solid black;
324 background-color: #e6e6fa;
327 .CodeMirror-line-numbers div {
329 font-family:"Lucida Console", monospace;
345 .htmlview *[x-editable] {
346 background-color: white;
349 .htmlview .active[x-editable] {
350 background-color: #FAFAFA;
351 border: 1px solid #DDD;
352 /* -webkit-transition: all 1s linear;*/