Magellan Linux

Diff of /trunk/viewvc/magellan-template/docroot/styles.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9 by niro, Fri May 13 12:57:26 2016 UTC revision 10 by niro, Fri May 13 13:12:34 2016 UTC
# Line 422  textarea.text { height: 150px; border: 1 Line 422  textarea.text { height: 150px; border: 1
422    
423  /*** Navigation Headers ***/  /*** Navigation Headers ***/
424  .vc_navheader {  .vc_navheader {
 #  background-color: #cccccc;  
425    padding: .25em;    padding: .25em;
426  }  }
427  .vc_navheader .pathdiv {  .vc_navheader .pathdiv {
428    padding: 0 3px;    padding: 0 3px;
429  }  }
430    
 #/*** Table Headers ***/  
 #.vc_header {  
 #  text-align: left;  
 #  vertical-align: top;  
 #  background-color: #cccccc;  
 #}  
 #.vc_header_sort {  
 #  text-align: left;  
 #  background-color: #88ff88;  
 #}  
   
 #/*** Table Rows ***/  
 #.vc_row_even {  
 #  background-color: #ffffff;  
 #}  
 #.vc_row_odd {  
 #  background-color: #f0f0f0;  
 #}  
 #.vc_row_special {  
 #  background-color: #ffff7f;  
 #}  
   
431  /*** Log messages ***/  /*** Log messages ***/
432  .vc_log {  .vc_log {
433    /* unfortunately, white-space: pre-wrap isn't widely supported ... */    /* unfortunately, white-space: pre-wrap isn't widely supported ... */
# Line 491  textarea.text { height: 150px; border: 1 Line 468  textarea.text { height: 150px; border: 1
468  .vc_file_line_text {  .vc_file_line_text {
469    border-right-width: 0px;    border-right-width: 0px;
470    background-color: white;    background-color: white;
 #  font-family: monospace;  
471    text-align: left;    text-align: left;
472    white-space: pre;    white-space: pre;
473    width: 100%;    width: 100%;
# Line 564  textarea.text { height: 150px; border: 1 Line 540  textarea.text { height: 150px; border: 1
540    background-color: rgb(236,187,48);    background-color: rgb(236,187,48);
541  }  }
542  .vc_diff_chunk_extra {  .vc_diff_chunk_extra {
 #  font-size: smaller;  
543  }  }
544  .vc_diff_empty {  .vc_diff_empty {
545    background-color: #cccccc;    background-color: #cccccc;
546    font-family: sans-serif;    font-family: sans-serif;
 #  font-size: smaller;  
547  }  }
548  .vc_diff_add {  .vc_diff_add {
549    background-color: #aaffaa;    background-color: #aaffaa;
550    font-family: sans-serif;    font-family: sans-serif;
 #  font-size: smaller;  
551  }  }
552  .vc_diff_remove {  .vc_diff_remove {
553    background-color: #ffaaaa;    background-color: #ffaaaa;
554    font-family: sans-serif;    font-family: sans-serif;
 #  font-size: smaller;  
555  }  }
556  .vc_diff_change {  .vc_diff_change {
557    background-color: #ffff77;    background-color: #ffff77;
558    font-family: sans-serif;    font-family: sans-serif;
 #  font-size: smaller;  
559  }  }
560  .vc_diff_change_empty {  .vc_diff_change_empty {
561    background-color: #eeee77;    background-color: #eeee77;
562    font-family: sans-serif;    font-family: sans-serif;
 #  font-size: smaller;  
563  }  }
564  .vc_diff_nochange {  .vc_diff_nochange {
565    font-family: sans-serif;    font-family: sans-serif;
 #  font-size: smaller;  
566  }  }
567  .vc_diff_line_number {  .vc_diff_line_number {
568  }  }
569  .vc_raw_diff {  .vc_raw_diff {
570    background-color: #cccccc;    background-color: #cccccc;
 #  font-size: smaller;  
571  }  }
572    
573  /*** Intraline Diff Styles ***/  /*** Intraline Diff Styles ***/
# Line 621  table.vc_idiff col.content { Line 589  table.vc_idiff col.content {
589    width: 50%;    width: 50%;
590  }  }
591  table.vc_idiff tbody {  table.vc_idiff tbody {
   font-family: monospace;  
592    /* unfortunately, white-space: pre-wrap isn't widely supported ... */    /* unfortunately, white-space: pre-wrap isn't widely supported ... */
593    white-space: -moz-pre-wrap; /* Mozilla based browsers */    white-space: -moz-pre-wrap; /* Mozilla based browsers */
594    white-space: -pre-wrap;     /* Opera 4 - 6 */    white-space: -pre-wrap;     /* Opera 4 - 6 */

Legend:
Removed from v.9  
changed lines
  Added in v.10