Alexander Afanasyev | 508269a | 2012-07-28 13:59:54 -0700 | [diff] [blame] | 1 | /* ns-3 changes to the default CSS from Doxygen and Sphinx */ |
| 2 | |
| 3 | body, table, div, p, dl { |
| 4 | font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; |
| 5 | font-size: 12px; |
| 6 | color: black; |
| 7 | } |
| 8 | |
| 9 | a { |
| 10 | color: #91A501; |
| 11 | font-weight: bold; |
| 12 | } |
| 13 | |
| 14 | /* Sphinx headings */ |
| 15 | div.body h1, |
| 16 | div.body h2, |
| 17 | div.body h3, |
| 18 | div.body h4, |
| 19 | div.body h5, |
| 20 | div.body h6 { |
| 21 | background-image: url('nav_f.png'); |
| 22 | } |
| 23 | |
| 24 | /* Doxygen side bar */ |
| 25 | #nav-tree { |
| 26 | font-size: 12px; |
| 27 | } |
| 28 | |
| 29 | #nav-tree a { |
| 30 | font-weight: normal; |
| 31 | } |
| 32 | |
| 33 | /* Sphinx nav links bar (relbar) */ |
| 34 | div.related { |
| 35 | background-image:url('tab_b.png') |
| 36 | } |
| 37 | |
| 38 | div.related h3 { |
| 39 | display: none; |
| 40 | } |
| 41 | |
| 42 | div.related a { |
| 43 | color: #91A501; |
| 44 | font-size: 14px; |
| 45 | font-weight: bold; |
| 46 | } |
| 47 | |
| 48 | div.related li { |
| 49 | background-image: url('bc_s.png'); |
| 50 | background-position: 100% 40%; |
| 51 | background-repeat: no-repeat; |
| 52 | padding-left: 10px; |
| 53 | padding-right: 15px; |
| 54 | } |
| 55 | |
| 56 | div.related li.right { |
| 57 | background-image: none; |
| 58 | padding-left: 0px; |
| 59 | padding-right: 0px; |
| 60 | } |
| 61 | |
| 62 | /* Sphinx side bar */ |
| 63 | div.sphinxsidebar { |
| 64 | font-size: 12px; |
| 65 | } |
| 66 | |
| 67 | div.sphinxsidebar a { |
| 68 | font-weight: normal; |
| 69 | } |
| 70 | |
| 71 | |
| 72 | /* Title bar elements */ |
| 73 | |
| 74 | #titlearea |
| 75 | { |
| 76 | background-image:url('bar-top.png'); |
| 77 | background-repeat:repeat; |
| 78 | border-bottom: 1px solid #5B5B5B; |
| 79 | color: white; |
| 80 | } |
| 81 | |
| 82 | #projectlogo |
| 83 | { |
| 84 | text-align: center; |
| 85 | margin: 10px; |
| 86 | vertical-align: middle; |
| 87 | width: 220px; |
| 88 | color: white; |
| 89 | } |
| 90 | |
| 91 | #projecttext |
| 92 | { |
| 93 | align: left; |
| 94 | padding-left: 2em; |
| 95 | font-color:white; |
| 96 | } |
| 97 | |
| 98 | #projectbrief |
| 99 | { |
| 100 | font: 120% Tahoma, Arial,sans-serif; |
| 101 | margin: 0px; |
| 102 | padding: 0px; |
| 103 | color: white; |
| 104 | } |
| 105 | |
| 106 | #projectnumber |
| 107 | { |
| 108 | font: 100% Tahoma, Arial,sans-serif; |
| 109 | margin: 0px; |
| 110 | padding: 0px; |
| 111 | color: white; |
| 112 | } |
| 113 | |
| 114 | #projectsection |
| 115 | { |
| 116 | text-align: right; |
| 117 | font: 24pt Aldo, Tahoma, Arial,sans-serif; |
| 118 | margin: 10px; |
| 119 | margin-right: 10px; |
| 120 | vertical-align: middle; |
| 121 | color: white; |
| 122 | } |
Alexander Afanasyev | e74cc1c | 2012-11-21 13:10:03 -0800 | [diff] [blame] | 123 | |
| 124 | .highlight .hll { |
| 125 | background-color: #FFFF88; |
| 126 | } |
Alexander Afanasyev | 26b558b | 2012-12-13 11:39:46 -0800 | [diff] [blame] | 127 | |
| 128 | .red { |
| 129 | color: red; |
| 130 | font-weight: bold; |
| 131 | } |