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;
 
  33         background-color: yellow;
 
  46 #editor.readonly .editor {
 
  76         border-bottom: 1px solid #999; 
 
  80     background-color: #C1C1C1;
 
  81     background-image: -webkit-gradient(linear, left top, left bottom, from(#C1C1C1), color-stop(0.9, #A2A2A2));
 
  84         background-image: -moz-linear-gradient(top left, #C1C1C1, #A2A2A2, 90%);
 
  86     font: 11px Helvetica, Verdana, sans-serif;
 
  90 #header h1, #header h1 a {
 
  93     font: 17px Helvetica, Verdana, sans-serif;
 
  96     padding: 3px 6px 2px 6px;
 
 102     text-decoration: none;
 
 120     -webkit-user-select: none;  
 
 133     background-color: #A2A2A2;
 
 135         -moz-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
 
 136     -webkit-box-shadow: 1px -1px 2px rgba(127, 127, 127, 0.25);
 
 138     border: 1px solid #999;
 
 139         border-bottom-width: 0px;       
 
 140         -moz-border-radius: 4px 4px 0px 0px;
 
 141         -webkit-border-radius: 4px;
 
 142     -webkit-border-bottom-left-radius: 0px;
 
 143     -webkit-border-bottom-right-radius: 0px;
 
 147     background-color: #C1C1C1;    
 
 160         vertical-align: middle;
 
 170     border-bottom: 1px solid #777;
 
 171     background-color: #C1C1C1;
 
 187 .toolbar button img {
 
 196     margin: 1px 5px 1px 0;
 
 198     border: 1px solid #999;
 
 206     margin: 4px 5px 0px 5px;
 
 207         vertical-align:baseline;
 
 214 .toolbar button:hover, .toolbar button:active {
 
 217     -webkit-border-radius: 10px;
 
 218     -moz-border-radius: 10px;
 
 221 /* Remove extra padding in Firefox */
 
 222 button::-moz-focus-inner { 
 
 240     background-color: #FFF;
 
 258 /*    text-align: center;*/
 
 261 #loading-message img {
 
 271 .CodeMirror-line-numbers {
 
 277         border-right: 1px solid black;
 
 278         background-color: #e6e6fa;
 
 281 .CodeMirror-line-numbers div {
 
 283         font-family:"Lucida Console", monospace;
 
 293         vertical-align: middle;
 
 294         vertical-align: text-bottom;
 
 307 .htmlview *[x-editable] {
 
 308     background-color: white;
 
 311 .htmlview .active[x-editable] {
 
 312     background-color: #FAFAFA;
 
 313     border: 1px solid #DDD;
 
 314 /*    -webkit-transition: all 1s linear;*/
 
 318         background-color: black;