/[svn]/doc/tmpl/css/main.css
ViewVC logotype

Diff of /doc/tmpl/css/main.css

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

revision 2734 by schoenebeck, Tue Apr 28 13:28:03 2015 UTC revision 2784 by schoenebeck, Sat Jul 4 14:36:38 2015 UTC
# Line 547  article h3 { Line 547  article h3 {
547      font-weight:300;      font-weight:300;
548  }  }
549    
550    article p {
551        clear:both;
552    }
553    
554  article a {  article a {
555      font-weight:400;      font-weight:400;
556      color:#1ba1dd;      color:#1ba1dd;
# Line 555  article a { Line 559  article a {
559      border:none;      border:none;
560  }  }
561    
562    article a img {
563        border:none;
564        text-decoration:none;
565    }
566    
567  article a:hover {  article a:hover {
568      text-decoration:underline;      text-decoration:underline;
569  }  }
# Line 854  article example { Line 863  article example {
863      padding:5px 15px 8px 24px;      padding:5px 15px 8px 24px;
864  }  }
865    
866    article dir {
867        display:block;
868        list-style-type:none;
869        background-image:url('../pix/folder.png');
870        background-repeat:no-repeat;
871        background-position:2px top;
872        padding:0px;
873        margin:0px;
874        font-family:CRDCour;
875        font-size:15px;
876        color:#000000;
877    }
878    
879    article > dir, example > dir {
880        padding-left:66px;
881        background-position:36px top;
882    }
883    
884    article dir > * {
885        padding-top:2px;
886        padding-bottom:2px;
887        padding-left:31px;
888    }
889    
890    article dir file {
891        display:block;
892        list-style-type:none;
893        background-image:url('../pix/file.png');
894        background-repeat:no-repeat;
895        background-position:2px top;
896        font-family:CRDCour;
897        font-size:15px;
898        color:#6f6f6f;
899    }
900    
901    
902    
903  /* article footer */  /* article footer */

Legend:
Removed from v.2734  
changed lines
  Added in v.2784

  ViewVC Help
Powered by ViewVC