/[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 2737 by schoenebeck, Tue Apr 28 15:02:07 2015 UTC revision 2961 by schoenebeck, Sun Jul 17 14:13:50 2016 UTC
# Line 70  body h3 { Line 70  body h3 {
70      font-weight:300;      font-weight:300;
71  }  }
72    
73    body p {
74        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 83  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 310  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  }  }
# Line 328  body > img, example > img { Line 347  body > img, example > img {
347  body p img {  body p img {
348      display:inline-block;      display:inline-block;
349      float:left;      float:left;
350      margin:4px 20px 0px 0px;      margin:4px 20px 19px 0px;
351      padding:0 0 0 0;      padding:0 0 0 0;
352      /*border:solid 1px #8e8e8e;*/      /*border:solid 1px #8e8e8e;*/
353      border:none;      border:none;
# Line 381  body example { Line 400  body example {
400      margin:0px, 20px, 0px, 20px;      margin:0px, 20px, 0px, 20px;
401      padding:5px 15px 8px 24px;      padding:5px 15px 8px 24px;
402  }  }
403    
404    body dir {
405        display:block;
406        list-style-type:none;
407        background-image:url('../pix/folder.png');
408        background-repeat:no-repeat;
409        background-position:2px top;
410        padding:0px;
411        margin:0px;
412        font-family:CRDCour;
413        font-size:15px;
414        color:#000000;
415    }
416    
417    body > dir, example > dir {
418        padding-left:66px;
419        background-position:36px top;
420    }
421    
422    body dir > * {
423        padding-top:2px;
424        padding-bottom:2px;
425        padding-left:31px;
426    }
427    
428    body dir file {
429        display:block;
430        list-style-type:none;
431        background-image:url('../pix/file.png');
432        background-repeat:no-repeat;
433        background-position:2px top;
434        font-family:CRDCour;
435        font-size:15px;
436        color:#6f6f6f;
437    }

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

  ViewVC Help
Powered by ViewVC