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 -moz-transform: rotate(270deg);
40 -moz-transform-origin: 50% 50%;
41 -webkit-transform: rotate(270deg);
42 -webkit-transform-origin: 50% 50%;
43 -o-transform: rotate(-270deg);
44 -o-transform-origin: bottom left;
45 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
58 #editor.readonly .editor {
88 border-bottom: 1px solid #999;
92 background-color: #C1C1C1;
93 background-image: -webkit-gradient(linear, left top, left bottom, from(#C1C1C1), color-stop(0.9, #A2A2A2));
96 background-image: -moz-linear-gradient(top left, #C1C1C1, #A2A2A2, 90%);
98 font: 11px Helvetica, Verdana, sans-serif;
103 background-color: #E1C1C1;
105 #header.saving #save-button {
112 .saving #save-attempt-info {
116 #header h1, #header h1 a {
119 font: 9px Helvetica, Verdana, sans-serif;
122 padding: 3px 3px 2px 3px;
128 text-decoration: none;
156 -webkit-user-select: none;
169 background-color: #A2A2A2;
171 -moz-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
172 -webkit-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
174 border: 1px solid #999;
175 border-bottom-width: 0px;
176 -moz-border-radius: 4px 4px 0px 0px;
177 -webkit-border-radius: 4px;
178 -webkit-border-bottom-left-radius: 0px;
179 -webkit-border-bottom-right-radius: 0px;
183 background-color: #C1C1C1;
196 vertical-align: middle;
199 /* Remove extra padding in Firefox */
200 button::-moz-focus-inner {
218 background-color: #FFF;
236 /* text-align: center;*/
239 #loading-message img {
249 .CodeMirror-line-numbers {
255 border-right: 1px solid black;
256 background-color: #e6e6fa;
259 .CodeMirror-line-numbers div {
261 font-family:"Lucida Console", monospace;
271 vertical-align: middle;
272 vertical-align: text-bottom;
284 .htmlview *[x-editable] {
285 background-color: white;
288 .htmlview .active[x-editable] {
289 background-color: #FAFAFA;
290 border: 1px solid #DDD;
291 /* -webkit-transition: all 1s linear;*/
295 background-color: black;
309 position:absolute; bottom:7px; left:30px; z-index:800; background-color: #E6E6E6; padding:20px; border: 1px solid black;
313 font-size:12px; float:right;