source: trunk/org.modelica.mdt.ui/ModelicaDocumentationHoverStyleSheet.css

Last change on this file 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: 9pt }
3pre             { font-family: monospace; font-size: 9pt }
4
5/* Margins */
6body         { overflow: auto; margin-top: 0; margin-bottom: 4; margin-left: 3; margin-right: 0 }
7h1           { margin-top: 5; margin-bottom: 1 }   
8h2           { margin-top: 25; margin-bottom: 3 }
9h3           { margin-top: 20; margin-bottom: 3 }
10h4           { margin-top: 20; margin-bottom: 3 }
11h5           { margin-top: 0; margin-bottom: 0 }
12p            { margin-top: 10px; margin-bottom: 10px }
13pre          { margin-left: 6 }
14ul           { margin-top: 0; margin-bottom: 10 }
15li           { margin-top: 0; margin-bottom: 0 } 
16li p         { margin-top: 0; margin-bottom: 0 } 
17ol           { margin-top: 0; margin-bottom: 10 }
18dl           { margin-top: 0; margin-bottom: 10 }
19dt           { margin-top: 0; margin-bottom: 0; font-weight: bold }
20dd           { margin-top: 0; margin-bottom: 0 }
21
22/* Styles and colors */
23a:link       { color: #0000FF }
24a:hover      { color: #000080 }
25a:visited    { text-decoration: underline }
26h4           { font-style: italic }
27strong       { font-weight: bold }
28em           { font-style: italic }
29var          { font-style: italic }
30th           { font-weight: bold }
Note: See TracBrowser for help on using the repository browser.