/[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 2736 by schoenebeck, Tue Apr 28 13:50:25 2015 UTC revision 3090 by schoenebeck, Mon Jan 16 14:08:15 2017 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    /* automatically center the 1st paragraph (block) directly after a h1 type header (since that header type is centered as well) */
555    article h1 + p {
556        display:table; /*HACK: "block" would stretch the entire page width */
557        margin-left:auto;
558        margin-right:auto;
559    }
560    
561  article a {  article a {
562      font-weight:400;      font-weight:400;
563      color:#1ba1dd;      color:#1ba1dd;
# Line 560  article a img { Line 571  article a img {
571      text-decoration:none;      text-decoration:none;
572  }  }
573    
574    article li img {
575        float:left;
576    }
577    
578  article a:hover {  article a:hover {
579      text-decoration:underline;      text-decoration:underline;
580  }  }
# Line 738  article tr { Line 753  article tr {
753  }  }
754    
755  article th {  article th {
756      background-color:#e8e2e2;      background-color:#e0e0ff;
757      padding:0px 8px 0px 8px;      padding:0px 8px 0px 8px;
758      margin:0 0 0 0;      margin:0 0 0 0;
759      border:3px solid white;      border:3px solid white;
# Line 787  article note { Line 802  article note {
802      max-width:         calc(100% - 145px);      max-width:         calc(100% - 145px);
803  }  }
804    
805    article td > note {
806        display:block; /*HACK: override "table" default value assigned above in the context of a table cell, otherwise padding will be ignored */
807    }
808    
809  article note.important {  article note.important {
810      border-left:solid 10px #ff4141;      border-left:solid 10px #ff4141;
811  }  }
# Line 805  article > img, example > img { Line 824  article > img, example > img {
824  article p img {  article p img {
825      display:inline-block;      display:inline-block;
826      float:left;      float:left;
827      margin:4px 20px 0px 0px;      margin:4px 20px 19px 0px;
828      padding:0 0 0 0;      padding:0 0 0 0;
829      /*border:solid 1px #8e8e8e;*/      /*border:solid 1px #8e8e8e;*/
830      border:none;      border:none;
# Line 859  article example { Line 878  article example {
878      padding:5px 15px 8px 24px;      padding:5px 15px 8px 24px;
879  }  }
880    
881    article dir {
882        display:block;
883        list-style-type:none;
884        background-image:url('../pix/folder.png');
885        background-repeat:no-repeat;
886        background-position:2px top;
887        padding:0px;
888        margin:0px;
889        font-family:CRDCour;
890        font-size:15px;
891        color:#000000;
892    }
893    
894    article > dir, example > dir {
895        padding-left:66px;
896        background-position:36px top;
897    }
898    
899    article dir > * {
900        padding-top:2px;
901        padding-bottom:2px;
902        padding-left:31px;
903    }
904    
905    article dir file {
906        display:block;
907        list-style-type:none;
908        background-image:url('../pix/file.png');
909        background-repeat:no-repeat;
910        background-position:2px top;
911        font-family:CRDCour;
912        font-size:15px;
913        color:#6f6f6f;
914    }
915    
916    
917    
918  /* article footer */  /* article footer */

Legend:
Removed from v.2736  
changed lines
  Added in v.3090

  ViewVC Help
Powered by ViewVC