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: 17px Helvetica, Verdana, sans-serif;
122 padding: 3px 6px 2px 6px;
128 text-decoration: none;
152 -webkit-user-select: none;
165 background-color: #A2A2A2;
167 -moz-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
168 -webkit-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
170 border: 1px solid #999;
171 border-bottom-width: 0px;
172 -moz-border-radius: 4px 4px 0px 0px;
173 -webkit-border-radius: 4px;
174 -webkit-border-bottom-left-radius: 0px;
175 -webkit-border-bottom-right-radius: 0px;
179 background-color: #C1C1C1;
192 vertical-align: middle;
195 /* Remove extra padding in Firefox */
196 button::-moz-focus-inner {
214 background-color: #FFF;
232 /* text-align: center;*/
235 #loading-message img {
245 .CodeMirror-line-numbers {
251 border-right: 1px solid black;
252 background-color: #e6e6fa;
255 .CodeMirror-line-numbers div {
257 font-family:"Lucida Console", monospace;
267 vertical-align: middle;
268 vertical-align: text-bottom;
280 .htmlview *[x-editable] {
281 background-color: white;
284 .htmlview .active[x-editable] {
285 background-color: #FAFAFA;
286 border: 1px solid #DDD;
287 /* -webkit-transition: all 1s linear;*/
291 background-color: black;