1 a, a:visited, a:active {
7 text-decoration: underline;
26 /*background: #C1C1C1 url(../img/gallery.png) no-repeat scroll center center;*/
27 border-left: 2px solid #999;
28 border-right: 2px solid #999;
34 background-color: #E6E6E6;
39 font: 12px Helvetica,Verdana,sans-serif;
41 -moz-transform: rotate(270deg);
42 -moz-transform-origin: 50% 50%;
43 -webkit-transform: rotate(270deg);
44 -webkit-transform-origin: 50% 50%;
45 -o-transform: rotate(-270deg);
46 -o-transform-origin: bottom left;
47 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
60 #editor.readonly .editor {
90 border-bottom: 1px solid #999;
94 background-color: #C1C1C1;
95 background-image: -webkit-gradient(linear, left top, left bottom, from(#C1C1C1), color-stop(0.9, #A2A2A2));
98 background-image: -moz-linear-gradient(top left, #C1C1C1, #A2A2A2, 90%);
100 font: 11px Helvetica, Verdana, sans-serif;
105 background-color: #E1C1C1;
107 #header.saving #save-button {
114 .saving #save-attempt-info {
118 #header h1, #header h1 a {
121 font: 9px Helvetica, Verdana, sans-serif;
124 padding: 3px 3px 2px 3px;
130 text-decoration: none;
157 -webkit-user-select: none;
166 background-color: #A2A2A2;
168 -moz-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
169 -webkit-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
171 border: 1px solid #999;
172 border-bottom-width: 0px;
173 -moz-border-radius: 4px 4px 0px 0px;
174 -webkit-border-radius: 4px;
175 -webkit-border-bottom-left-radius: 0px;
176 -webkit-border-bottom-right-radius: 0px;
187 background-color: #C1C1C1;
210 vertical-align: middle;
213 /* Remove extra padding in Firefox */
214 button::-moz-focus-inner {
232 background-color: #FFF;
250 /* text-align: center;*/
253 #loading-message img {
263 .CodeMirror-line-numbers {
269 border-right: 1px solid black;
270 background-color: #e6e6fa;
273 .CodeMirror-line-numbers div {
275 font-family:"Lucida Console", monospace;
285 vertical-align: middle;
286 vertical-align: text-bottom;
298 .htmlview *[x-editable] {
299 background-color: white;
302 .htmlview .active[x-editable] {
303 background-color: #FAFAFA;
304 border: 1px solid #DDD;
305 /* -webkit-transition: all 1s linear;*/
309 background-color: black;
323 position:absolute; bottom:7px; left:30px; z-index:800; background-color: #E6E6E6; padding:20px; border: 1px solid black;
327 font-size:12px; float:right;