/[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 2784 by schoenebeck, Sat Jul 4 14:36:38 2015 UTC revision 3090 by schoenebeck, Mon Jan 16 14:08:15 2017 UTC
# Line 551  article p { Line 551  article p {
551      clear:both;      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 564  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 742  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 791  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 809  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;

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

  ViewVC Help
Powered by ViewVC