/[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 2740 by schoenebeck, Tue Apr 28 22:21:20 2015 UTC revision 2961 by schoenebeck, Sun Jul 17 14:13:50 2016 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 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 872  article dir { Line 891  article dir {
891      color:#000000;      color:#000000;
892  }  }
893    
894  article > dir {  article > dir, example > dir {
895      padding-left:66px;      padding-left:66px;
896      background-position:36px top;      background-position:36px top;
897  }  }

Legend:
Removed from v.2740  
changed lines
  Added in v.2961

  ViewVC Help
Powered by ViewVC