/[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 3599 by schoenebeck, Sun Sep 15 20:39:58 2019 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 192  body .code .n, body code .n { /*number*/ Line 207  body .code .n, body code .n { /*number*/
207      color:#c4950c;      color:#c4950c;
208  }  }
209    
210    body .code .ut, body code .ut { /*std measuring unit type*/
211        color:#50bc00;
212    }
213    
214    body .code .up, body code .up { /*metric prefix of unit*/
215        color:#000000;
216    }
217    
218  body .code .i, body code .i { /*identifier (function name)*/  body .code .i, body code .i { /*identifier (function name)*/
219      /*color:#0c4fc4;*/      /*color:#0c4fc4;*/
220      color:#1ba1dd;      color:#1ba1dd;
# Line 261  body tr { Line 284  body tr {
284  }  }
285    
286  body th {  body th {
287      background-color:#e8e2e2;      background-color:#e0e0ff;
288      padding:0px 8px 0px 8px;      padding:0px 8px 0px 8px;
289      margin:0 0 0 0;      margin:0 0 0 0;
290      border:3px solid white;      border:3px solid white;
# Line 295  body note.important:before { Line 318  body note.important:before {
318      font-weight:500;      font-weight:500;
319  }  }
320    
321    body note.remark:before {
322        white-space:pre-wrap;
323        content:'Remark:   ';
324        font-weight:500;
325    }
326    
327  body note {  body note {
328      display:table; /*HACK: "block" would stretch the entire page width */      display:table; /*HACK: "block" would stretch the entire page width */
329      background-color:#ede8e8;      background-color:#ede8e8;
# Line 310  body note { Line 339  body note {
339      max-width:         calc(100% - 145px);      max-width:         calc(100% - 145px);
340  }  }
341    
342    body td > note {
343        display:block; /*HACK: override "table" default value assigned above in the context of a table cell, otherwise padding will be ignored */
344    }
345    
346  body note.important {  body note.important {
347      border-left:solid 10px #ff4141;      border-left:solid 10px #ff4141;
348  }  }
# Line 328  body > img, example > img { Line 361  body > img, example > img {
361  body p img {  body p img {
362      display:inline-block;      display:inline-block;
363      float:left;      float:left;
364      margin:4px 20px 0px 0px;      margin:4px 20px 19px 0px;
365      padding:0 0 0 0;      padding:0 0 0 0;
366      /*border:solid 1px #8e8e8e;*/      /*border:solid 1px #8e8e8e;*/
367      border:none;      border:none;
# Line 381  body example { Line 414  body example {
414      margin:0px, 20px, 0px, 20px;      margin:0px, 20px, 0px, 20px;
415      padding:5px 15px 8px 24px;      padding:5px 15px 8px 24px;
416  }  }
417    
418    body dir {
419        display:block;
420        list-style-type:none;
421        background-image:url('../pix/folder.png');
422        background-repeat:no-repeat;
423        background-position:2px top;
424        padding:0px;
425        margin:0px;
426        font-family:CRDCour;
427        font-size:15px;
428        color:#000000;
429    }
430    
431    body > dir, example > dir {
432        padding-left:66px;
433        background-position:36px top;
434    }
435    
436    body dir > * {
437        padding-top:2px;
438        padding-bottom:2px;
439        padding-left:31px;
440    }
441    
442    body dir file {
443        display:block;
444        list-style-type:none;
445        background-image:url('../pix/file.png');
446        background-repeat:no-repeat;
447        background-position:2px top;
448        font-family:CRDCour;
449        font-size:15px;
450        color:#6f6f6f;
451    }

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

  ViewVC Help
Powered by ViewVC