/[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 3598 by schoenebeck, Mon Jan 16 14:08:15 2017 UTC revision 3599 by schoenebeck, Sun Sep 15 20:39:58 2019 UTC
# Line 207  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 310  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;

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

  ViewVC Help
Powered by ViewVC