Magellan Linux

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

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

revision 8 by niro, Tue Oct 30 22:18:26 2012 UTC revision 9 by niro, Fri May 13 12:57:26 2016 UTC
# Line 412  textarea.text { height: 150px; border: 1 Line 412  textarea.text { height: 150px; border: 1
412  .form { width:400px; padding:3px; }  .form { width:400px; padding:3px; }
413    
414    
415    /*** Icons ***/
416    .vc_icon {
417      width: 16px;
418      height: 16px;
419      border: none;
420      padding: 0 1px;
421    }
422    
423    /*** Navigation Headers ***/
424    .vc_navheader {
425    #  background-color: #cccccc;
426      padding: .25em;
427    }
428    .vc_navheader .pathdiv {
429      padding: 0 3px;
430    }
431    
432    #/*** Table Headers ***/
433    #.vc_header {
434    #  text-align: left;
435    #  vertical-align: top;
436    #  background-color: #cccccc;
437    #}
438    #.vc_header_sort {
439    #  text-align: left;
440    #  background-color: #88ff88;
441    #}
442    
443    #/*** Table Rows ***/
444    #.vc_row_even {
445    #  background-color: #ffffff;
446    #}
447    #.vc_row_odd {
448    #  background-color: #f0f0f0;
449    #}
450    #.vc_row_special {
451    #  background-color: #ffff7f;
452    #}
453    
454    /*** Log messages ***/
455    .vc_log {
456      /* unfortunately, white-space: pre-wrap isn't widely supported ... */
457      white-space: -moz-pre-wrap; /* Mozilla based browsers */
458      white-space: -pre-wrap;     /* Opera 4 - 6 */
459      white-space: -o-pre-wrap;   /* Opera >= 7 */
460      white-space: pre-wrap;      /* CSS3 */
461      word-wrap: break-word;      /* IE 5.5+ */
462    }
463    
464    /*** Properties Listing ***/
465    .vc_properties {
466      margin: 1em 0;
467    }
468    
469    /*** File Content Markup Styles ***/
470    .vc_summary {
471      background-color: #eeeeee;
472    }
473    #vc_file td {
474      border-right-style: solid;
475      border-right-color: #505050;
476      text-decoration: none;
477      font-weight: normal;
478      font-style: normal;
479      padding: 1px 5px;
480    }
481    .vc_file_line_number {
482      border-right-width: 1px;
483      background-color: #eeeeee;
484      color: #505050;
485      text-align: right;
486    }
487    .vc_file_line_author, .vc_file_line_rev {
488      border-right-width: 1px;
489      text-align: right;
490    }
491    .vc_file_line_text {
492      border-right-width: 0px;
493      background-color: white;
494    #  font-family: monospace;
495      text-align: left;
496      white-space: pre;
497      width: 100%;
498    }
499    .pygments-c { color: #408080; font-style: italic } /* Comment */
500    .pygments-err { border: 1px solid #FF0000 } /* Error */
501    .pygments-k { color: #008000; font-weight: bold } /* Keyword */
502    .pygments-o { color: #666666 } /* Operator */
503    .pygments-cm { color: #408080; font-style: italic } /* Comment.Multiline */
504    .pygments-cp { color: #BC7A00 } /* Comment.Preproc */
505    .pygments-c1 { color: #408080; font-style: italic } /* Comment.Single */
506    .pygments-cs { color: #408080; font-style: italic } /* Comment.Special */
507    .pygments-gd { color: #A00000 } /* Generic.Deleted */
508    .pygments-ge { font-style: italic } /* Generic.Emph */
509    .pygments-gr { color: #FF0000 } /* Generic.Error */
510    .pygments-gh { color: #000080; font-weight: bold } /* Generic.Heading */
511    .pygments-gi { color: #00A000 } /* Generic.Inserted */
512    .pygments-go { color: #808080 } /* Generic.Output */
513    .pygments-gp { color: #000080; font-weight: bold } /* Generic.Prompt */
514    .pygments-gs { font-weight: bold } /* Generic.Strong */
515    .pygments-gu { color: #800080; font-weight: bold } /* Generic.Subheading */
516    .pygments-gt { color: #0040D0 } /* Generic.Traceback */
517    .pygments-kc { color: #008000; font-weight: bold } /* Keyword.Constant */
518    .pygments-kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
519    .pygments-kp { color: #008000 } /* Keyword.Pseudo */
520    .pygments-kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
521    .pygments-kt { color: #B00040 } /* Keyword.Type */
522    .pygments-m { color: #666666 } /* Literal.Number */
523    .pygments-s { color: #BA2121 } /* Literal.String */
524    .pygments-na { color: #7D9029 } /* Name.Attribute */
525    .pygments-nb { color: #008000 } /* Name.Builtin */
526    .pygments-nc { color: #0000FF; font-weight: bold } /* Name.Class */
527    .pygments-no { color: #880000 } /* Name.Constant */
528    .pygments-nd { color: #AA22FF } /* Name.Decorator */
529    .pygments-ni { color: #999999; font-weight: bold } /* Name.Entity */
530    .pygments-ne { color: #D2413A; font-weight: bold } /* Name.Exception */
531    .pygments-nf { color: #0000FF } /* Name.Function */
532    .pygments-nl { color: #A0A000 } /* Name.Label */
533    .pygments-nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
534    .pygments-nt { color: #008000; font-weight: bold } /* Name.Tag */
535    .pygments-nv { color: #19177C } /* Name.Variable */
536    .pygments-ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
537    .pygments-w { color: #bbbbbb } /* Text.Whitespace */
538    .pygments-mf { color: #666666 } /* Literal.Number.Float */
539    .pygments-mh { color: #666666 } /* Literal.Number.Hex */
540    .pygments-mi { color: #666666 } /* Literal.Number.Integer */
541    .pygments-mo { color: #666666 } /* Literal.Number.Oct */
542    .pygments-sb { color: #BA2121 } /* Literal.String.Backtick */
543    .pygments-sc { color: #BA2121 } /* Literal.String.Char */
544    .pygments-sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
545    .pygments-s2 { color: #BA2121 } /* Literal.String.Double */
546    .pygments-se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
547    .pygments-sh { color: #BA2121 } /* Literal.String.Heredoc */
548    .pygments-si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
549    .pygments-sx { color: #008000 } /* Literal.String.Other */
550    .pygments-sr { color: #BB6688 } /* Literal.String.Regex */
551    .pygments-s1 { color: #BA2121 } /* Literal.String.Single */
552    .pygments-ss { color: #19177C } /* Literal.String.Symbol */
553    .pygments-bp { color: #008000 } /* Name.Builtin.Pseudo */
554    .pygments-vc { color: #19177C } /* Name.Variable.Class */
555    .pygments-vg { color: #19177C } /* Name.Variable.Global */
556    .pygments-vi { color: #19177C } /* Name.Variable.Instance */
557    .pygments-il { color: #666666 } /* Literal.Number.Integer.Long */
558    
559  /*** Diff Styles ***/  /*** Diff Styles ***/
560  .vc_diff_header {  .vc_diff_header {
561    background-color: #ffffff;    background-color: #ffffff;
# Line 420  textarea.text { height: 150px; border: 1 Line 564  textarea.text { height: 150px; border: 1
564    background-color: rgb(236,187,48);    background-color: rgb(236,187,48);
565  }  }
566  .vc_diff_chunk_extra {  .vc_diff_chunk_extra {
567    #  font-size: smaller;
568  }  }
569  .vc_diff_empty {  .vc_diff_empty {
570    background-color: #cccccc;    background-color: #cccccc;
571    font-family: sans-serif;    font-family: sans-serif;
572    #  font-size: smaller;
573  }  }
574  .vc_diff_add {  .vc_diff_add {
575    background-color: #aaffaa;    background-color: #aaffaa;
576    font-family: sans-serif;    font-family: sans-serif;
577    #  font-size: smaller;
578  }  }
579  .vc_diff_remove {  .vc_diff_remove {
580    background-color: #ffaaaa;    background-color: #ffaaaa;
581    font-family: sans-serif;    font-family: sans-serif;
582    #  font-size: smaller;
583  }  }
584  .vc_diff_change {  .vc_diff_change {
585    background-color: #ffff77;    background-color: #ffff77;
586    font-family: sans-serif;    font-family: sans-serif;
587    #  font-size: smaller;
588  }  }
589  .vc_diff_change_empty {  .vc_diff_change_empty {
590    background-color: #eeee77;    background-color: #eeee77;
591    font-family: sans-serif;    font-family: sans-serif;
592    #  font-size: smaller;
593  }  }
594  .vc_diff_nochange {  .vc_diff_nochange {
595    font-family: sans-serif;    font-family: sans-serif;
596    #  font-size: smaller;
597    }
598    .vc_diff_line_number {
599  }  }
600  .vc_raw_diff {  .vc_raw_diff {
601    background-color: #cccccc;    background-color: #cccccc;
602    #  font-size: smaller;
603  }  }
604    
605  /*** Intraline Diff Styles ***/  /*** Intraline Diff Styles ***/
# Line 493  table.vc_idiff tbody th { Line 647  table.vc_idiff tbody th {
647    white-space: pre;    white-space: pre;
648    width: 100%;    width: 100%;
649  }  }
   
650    
651    /*** Query Form ***/
652    .vc_query_form {
653      background-color: #e6e6e6;
654    }
655    
656    /*** Warning! ***/
657    .vc_warning {
658      border-width: 1px 2px 2px 2px;
659      border-color: black;
660      border-style: solid;
661      background-color: red;
662      color: white;
663      padding: 0.5em;
664    }

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