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;
155 -webkit-user-select: none;
164 background-color: #A2A2A2;
166 -moz-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
167 -webkit-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
169 border: 1px solid #999;
170 border-bottom-width: 0px;
171 -moz-border-radius: 4px 4px 0px 0px;
172 -webkit-border-radius: 4px;
173 -webkit-border-bottom-left-radius: 0px;
174 -webkit-border-bottom-right-radius: 0px;
185 background-color: #C1C1C1;
208 vertical-align: middle;
211 /* Remove extra padding in Firefox */
212 button::-moz-focus-inner {
230 background-color: #FFF;
248 /* text-align: center;*/
251 #loading-message img {
261 .CodeMirror-line-numbers {
267 border-right: 1px solid black;
268 background-color: #e6e6fa;
271 .CodeMirror-line-numbers div {
273 font-family:"Lucida Console", monospace;
283 vertical-align: middle;
284 vertical-align: text-bottom;
296 .htmlview *[x-editable] {
297 background-color: white;
300 .htmlview .active[x-editable] {
301 background-color: #FAFAFA;
302 border: 1px solid #DDD;
303 /* -webkit-transition: all 1s linear;*/
307 background-color: black;
321 position:absolute; bottom:7px; left:30px; z-index:800; background-color: #E6E6E6; padding:20px; border: 1px solid black;
325 font-size:12px; float:right;