ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 49260e3 was
d85fdcb2,
checked in by Gervaise Alina <gervyh@…>, 14 years ago
|
working on documentation
|
-
Property mode set to
100644
|
File size:
3.7 KB
|
Rev | Line | |
---|
[d85fdcb2] | 1 | /* DANSE style sheet */ |
---|
| 2 | /* Version 1.0 */ |
---|
| 3 | |
---|
| 4 | |
---|
| 5 | body { |
---|
| 6 | font-family:Arial, Helvetica, sans-serif; |
---|
| 7 | font-size: 14px; |
---|
| 8 | font-style: normal; |
---|
| 9 | width:800px; |
---|
| 10 | /* margin: top right bottom left */ |
---|
| 11 | margin: 10px auto 10px auto; |
---|
| 12 | border-left: 1px solid gray; |
---|
| 13 | border-right: 1px solid gray; |
---|
| 14 | border-top: 1px solid gray; |
---|
| 15 | border-bottom: 1px solid gray; |
---|
| 16 | } |
---|
| 17 | |
---|
| 18 | /* Variable width support --- overrides fixed width above */ |
---|
| 19 | body { |
---|
| 20 | width:auto; |
---|
| 21 | margin: 10px 10px 10px 10px; |
---|
| 22 | } |
---|
| 23 | |
---|
| 24 | |
---|
| 25 | a:visited, a:link, a:active { |
---|
| 26 | text-decoration: none; |
---|
| 27 | color: blue; |
---|
| 28 | } |
---|
| 29 | |
---|
| 30 | h2 { |
---|
| 31 | margin-top: 30px; |
---|
| 32 | } |
---|
| 33 | |
---|
| 34 | h3 { |
---|
| 35 | margin-top: 30px; |
---|
| 36 | } |
---|
| 37 | |
---|
| 38 | a:hover { |
---|
| 39 | text-decoration: none; |
---|
| 40 | color: gray; |
---|
| 41 | } |
---|
| 42 | |
---|
| 43 | |
---|
| 44 | pre { |
---|
| 45 | /* |
---|
| 46 | #font-size: 20px; |
---|
| 47 | #font-style: fixed; |
---|
| 48 | display: block; |
---|
| 49 | */ |
---|
| 50 | margin-left: 2em; |
---|
| 51 | margin-top: 1.5ex; |
---|
| 52 | margin-bottom: 1.5ex; |
---|
| 53 | } |
---|
| 54 | |
---|
| 55 | |
---|
| 56 | |
---|
| 57 | #textContainer { |
---|
| 58 | padding-left:10px; |
---|
| 59 | padding-right:10px; |
---|
| 60 | } |
---|
| 61 | |
---|
| 62 | #textContainer ul { |
---|
| 63 | top: 0px; |
---|
| 64 | right: 0px; |
---|
| 65 | list-style: list-style-type; |
---|
| 66 | list-style-type: square; |
---|
| 67 | } |
---|
| 68 | |
---|
| 69 | #textContainer li { |
---|
| 70 | line-height: 2.0ex; |
---|
| 71 | padding-top: 0px; |
---|
| 72 | margin-bottom: 5px; |
---|
| 73 | } |
---|
| 74 | |
---|
| 75 | |
---|
| 76 | #textContainer dl { |
---|
| 77 | top: 0px; |
---|
| 78 | right: 0px; |
---|
| 79 | list-style: list-style-type; |
---|
| 80 | list-style-type: none; |
---|
| 81 | margin-left:0em; |
---|
| 82 | margin:0em; |
---|
| 83 | } |
---|
| 84 | |
---|
| 85 | #textContainer dt { |
---|
| 86 | font-size: 1.17em; |
---|
| 87 | font-weight: bold; |
---|
| 88 | margin-top: 30px; |
---|
| 89 | margin-left: 0px; |
---|
| 90 | padding-left: 25px; |
---|
| 91 | margin-bottom: 0px; |
---|
| 92 | margin: 0px; |
---|
| 93 | } |
---|
| 94 | |
---|
| 95 | #textContainer dd { |
---|
| 96 | line-height: 2.0ex; |
---|
| 97 | padding-top: 0px; |
---|
| 98 | margin-left: 0px; |
---|
| 99 | padding-left: 25px; |
---|
| 100 | margin-bottom: 20px; |
---|
| 101 | } |
---|
| 102 | |
---|
| 103 | |
---|
| 104 | #menuItem { |
---|
| 105 | /* background: transparent url(line.png) no-repeat top left; */ |
---|
| 106 | border-top: 2px solid gray; |
---|
| 107 | border-bottom: 2px solid gray; |
---|
| 108 | background : #e4e7e9; |
---|
| 109 | font-size:16px; |
---|
| 110 | font-weight:bold; |
---|
| 111 | margin-bottom: 50px; |
---|
| 112 | padding-left:7px; |
---|
| 113 | } |
---|
| 114 | |
---|
| 115 | #menuItem a:link, #menuItem a:visited{ |
---|
| 116 | line-height: 3.0ex; |
---|
| 117 | margin-right: 6px; |
---|
| 118 | padding-right: 7px; |
---|
| 119 | border-right: 1px solid blue; |
---|
| 120 | } |
---|
| 121 | |
---|
| 122 | #linkList { |
---|
| 123 | top: 0px; |
---|
| 124 | right: 0px; |
---|
| 125 | } |
---|
| 126 | |
---|
| 127 | #linkList ul { |
---|
| 128 | list-style: list-style-type; |
---|
| 129 | list-style-type: square; |
---|
| 130 | } |
---|
| 131 | |
---|
| 132 | #linkList li { |
---|
| 133 | line-height: 2.0ex; |
---|
| 134 | padding-top: 0px; |
---|
| 135 | margin-bottom: 5px; |
---|
| 136 | } |
---|
| 137 | |
---|
| 138 | #linkList h3 { |
---|
| 139 | } |
---|
| 140 | |
---|
| 141 | #floater { |
---|
| 142 | margin-top: 20px; |
---|
| 143 | margin-bottom: 10px; |
---|
| 144 | margin-left:40px; |
---|
| 145 | /* margin-right:10px;*/ |
---|
| 146 | float: right; |
---|
| 147 | } |
---|
| 148 | |
---|
| 149 | |
---|
| 150 | #floater img { |
---|
| 151 | border:0; |
---|
| 152 | align:top; |
---|
| 153 | } |
---|
| 154 | |
---|
| 155 | #quote { |
---|
| 156 | margin-left:25px; |
---|
| 157 | font-style:italic; |
---|
| 158 | |
---|
| 159 | } |
---|
| 160 | |
---|
| 161 | |
---|
| 162 | #pageHeader { |
---|
| 163 | height: 78px; |
---|
| 164 | padding-left:0px; |
---|
| 165 | font: normal 10pt/22pt Arial; |
---|
| 166 | padding-top:4px; |
---|
| 167 | /*background: transparent url(ripple.jpg) top left; */ |
---|
| 168 | } |
---|
| 169 | |
---|
| 170 | #pageHeader img { |
---|
| 171 | border:0; |
---|
| 172 | float: left; |
---|
| 173 | margin-left: 10px; |
---|
| 174 | margin-right: 1em; |
---|
| 175 | margin-top: 7px; |
---|
| 176 | } |
---|
| 177 | |
---|
| 178 | |
---|
| 179 | #mainTitle { |
---|
| 180 | font: bold 10pt/22pt Arial; |
---|
| 181 | font-size:20px; |
---|
| 182 | font-weight:bold |
---|
| 183 | margin-top: 10px; |
---|
| 184 | margin-bottom: -6px; |
---|
| 185 | padding-top: 10px; |
---|
| 186 | } |
---|
| 187 | |
---|
| 188 | #subTitle { |
---|
| 189 | font-size:13px; |
---|
| 190 | font-weight:normal |
---|
| 191 | margin-top: 0px; |
---|
| 192 | } |
---|
| 193 | |
---|
| 194 | #summary { |
---|
| 195 | margin-bottom: 10px; |
---|
| 196 | } |
---|
| 197 | |
---|
| 198 | #footer { |
---|
| 199 | color : #75818a; |
---|
| 200 | /*background : #e4e7e9;*/ |
---|
| 201 | /* background: #EEFFFF; */ |
---|
| 202 | font-size : 11px; |
---|
| 203 | /*text-align : center;*/ |
---|
| 204 | clear : both; |
---|
| 205 | height : 60px; |
---|
| 206 | margin : 0; |
---|
| 207 | /* border-top : 3px solid #c8cdd0; */ |
---|
| 208 | border-top: 1px solid gray; |
---|
| 209 | } |
---|
| 210 | |
---|
| 211 | #footerImages { |
---|
| 212 | padding-right:1em; |
---|
| 213 | /* width:150px; */ |
---|
| 214 | /* padding-left:650px; */ |
---|
| 215 | } |
---|
| 216 | |
---|
| 217 | #footerImages img { |
---|
| 218 | float: right; |
---|
| 219 | margin:0; |
---|
| 220 | margin-top:5px; |
---|
| 221 | margin-left:5px; |
---|
| 222 | border:0; |
---|
| 223 | align:top; |
---|
| 224 | height:50px; |
---|
| 225 | width:50px; |
---|
| 226 | } |
---|
| 227 | |
---|
| 228 | #footerText { |
---|
| 229 | margin-left: 1em; |
---|
| 230 | margin-right:10px; |
---|
| 231 | margin-bottom: 0.ex; |
---|
| 232 | margin-top: 30px; |
---|
| 233 | text-align: left; |
---|
| 234 | } |
---|
| 235 | |
---|
| 236 | |
---|
| 237 | #contact { |
---|
| 238 | padding-left:25px; |
---|
| 239 | margin-bottom:40px; |
---|
| 240 | } |
---|
| 241 | |
---|
| 242 | #contact h3 { |
---|
| 243 | margin-bottom:0px; |
---|
| 244 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.