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

Diff of /doc/tmpl/css/preview.css

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

revision 2821 by schoenebeck, Sat Jul 18 21:05:47 2015 UTC revision 3090 by schoenebeck, Mon Jan 16 14:08:15 2017 UTC
# Line 74  body p { Line 74  body p {
74      clear:both;      clear:both;
75  }  }
76    
77    /* automatically center the 1st paragraph (block) directly after a h1 type header (since that header type is centered as well) */
78    body h1 + p {
79        display:table; /*HACK: "block" would stretch the entire page width */
80        margin-left:auto;
81        margin-right:auto;
82    }
83    
84  body a {  body a {
85      font-weight:400;      font-weight:400;
86      color:#1ba1dd;      color:#1ba1dd;
# Line 87  body a img { Line 94  body a img {
94      text-decoration:none;      text-decoration:none;
95  }  }
96    
97    body li img {
98        float:left;
99    }
100    
101  body a:hover {  body a:hover {
102      text-decoration:underline;      text-decoration:underline;
103  }  }
# Line 265  body tr { Line 276  body tr {
276  }  }
277    
278  body th {  body th {
279      background-color:#e8e2e2;      background-color:#e0e0ff;
280      padding:0px 8px 0px 8px;      padding:0px 8px 0px 8px;
281      margin:0 0 0 0;      margin:0 0 0 0;
282      border:3px solid white;      border:3px solid white;
# Line 314  body note { Line 325  body note {
325      max-width:         calc(100% - 145px);      max-width:         calc(100% - 145px);
326  }  }
327    
328    body td > note {
329        display:block; /*HACK: override "table" default value assigned above in the context of a table cell, otherwise padding will be ignored */
330    }
331    
332  body note.important {  body note.important {
333      border-left:solid 10px #ff4141;      border-left:solid 10px #ff4141;
334  }  }

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

  ViewVC Help
Powered by ViewVC