source: trunk/org.modelica.mdt.ui/ModelicaViewStyleSheet.css @ 869

Last change on this file since 869 was 483, checked in by adrpo, 18 years ago

moving towards 0.7.0

  • a lot of changes
  • debugging support
  • better hovering
  • bug fixes
  • many more other stuff
File size: 1.3 KB
Line 
1/* Font definitions */
2body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: sans-serif; font-size: 10pt }
3pre          { font-family: monospace; font-size: 10pt }
4h1           { font-size: 18pt; }   
5h2           { font-size: 14pt; }
6h3           { font-size: 11pt; }
7
8/* Margins */
9h1           { margin-top: 5; margin-bottom: 1 }   
10h2           { margin-top: 25; margin-bottom: 3 }
11h3           { margin-top: 20; margin-bottom: 3 }
12h4           { margin-top: 20; margin-bottom: 3 }
13h5           { margin-top: 0; margin-bottom: 0 }
14p            { margin-top: 10px; margin-bottom: 10px }
15pre          { margin-left: 6 }
16ul           { margin-top: 0; margin-bottom: 10 }
17li           { margin-top: 0; margin-bottom: 0 } 
18li p         { margin-top: 0; margin-bottom: 0 } 
19ol           { margin-top: 0; margin-bottom: 10 }
20dl           { margin-top: 0; margin-bottom: 10 }
21dt           { margin-top: 0; margin-bottom: 0; font-weight: bold }
22dd           { margin-top: 0; margin-bottom: 0 }
23
24/* Styles and colors */
25a:link       { color: #0000FF }
26a:hover      { color: #000080 }
27a:visited    { text-decoration: underline }
28h4           { font-style: italic }
29strong       { font-weight: bold }
30em           { font-style: italic }
31var          { font-style: italic }
32th           { font-weight: bold }
Note: See TracBrowser for help on using the repository browser.