[3768] | 1 | /* Core */ |
---|
| 2 | |
---|
| 3 | body { |
---|
| 4 | margin: 5px; |
---|
| 5 | } |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | h1.main, |
---|
| 9 | h2.main, |
---|
| 10 | h3.main, |
---|
| 11 | h4.main, |
---|
| 12 | h5.main, |
---|
| 13 | h6.main { |
---|
| 14 | text-align: left; |
---|
| 15 | padding-left: 5px; |
---|
| 16 | } |
---|
| 17 | |
---|
| 18 | h1, h2, h3, h4 { |
---|
| 19 | text-align: left; |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | h1 { |
---|
| 23 | padding: 3px; |
---|
| 24 | } |
---|
| 25 | |
---|
| 26 | h2 { |
---|
| 27 | padding: 3px; |
---|
| 28 | |
---|
| 29 | } |
---|
| 30 | |
---|
| 31 | h3 { |
---|
| 32 | padding: 3px; |
---|
| 33 | |
---|
| 34 | } |
---|
| 35 | |
---|
| 36 | |
---|
[4015] | 37 | #navlist { |
---|
| 38 | float:left; |
---|
| 39 | list-style-type:none; |
---|
| 40 | margin:0; |
---|
| 41 | padding:0px; |
---|
| 42 | width:180px; |
---|
| 43 | } |
---|
| 44 | |
---|
| 45 | |
---|
| 46 | #navlist li a { |
---|
| 47 | float:left; |
---|
| 48 | margin:2.6px; |
---|
| 49 | padding:1px 1px 1px 1px; |
---|
| 50 | text-align:center; |
---|
| 51 | text-decoration:none; |
---|
| 52 | width:80px; |
---|
| 53 | } |
---|
| 54 | #navlist li a:hover { |
---|
| 55 | text-align:center; |
---|
| 56 | } |
---|
| 57 | |
---|
| 58 | |
---|
| 59 | |
---|
| 60 | |
---|
[3768] | 61 | #layout-table #left-column, #layout-table #right-column{ |
---|
| 62 | border: 1px solid; |
---|
| 63 | padding: 0px; |
---|
| 64 | } |
---|
| 65 | |
---|
| 66 | #layout-table #middle-column{ |
---|
| 67 | padding: 0px; |
---|
| 68 | } |
---|
| 69 | |
---|
| 70 | #left-column .hidden .header, #right-column .hidden .header { |
---|
| 71 | border-bottom-style:dashed; |
---|
| 72 | border-bottom-width:1px; |
---|
| 73 | } |
---|
| 74 | |
---|
| 75 | |
---|
| 76 | #content { |
---|
| 77 | clear:both; |
---|
| 78 | } |
---|
| 79 | |
---|
| 80 | h1, h2, h3{ |
---|
| 81 | border-width: 0px; |
---|
| 82 | border-style: solid; |
---|
| 83 | } |
---|
| 84 | |
---|
| 85 | th.header { |
---|
| 86 | border-color: #00AA4F; |
---|
| 87 | border-style:solid; |
---|
| 88 | border-width: 1px; |
---|
| 89 | } |
---|
| 90 | |
---|
| 91 | h4 { |
---|
| 92 | border-bottom-style: solid; |
---|
| 93 | border-bottom-width:1px; |
---|
| 94 | } |
---|
| 95 | |
---|
| 96 | input, select { |
---|
| 97 | padding: 0px; |
---|
| 98 | } |
---|
| 99 | #layout-table #middle-column{ |
---|
| 100 | vertical-align:top; |
---|
| 101 | padding-left:6px; |
---|
| 102 | padding-right:6px; |
---|
| 103 | } |
---|
| 104 | .sitetopic { |
---|
| 105 | padding:0px 0px 4px 0px; |
---|
| 106 | margin: 0px; |
---|
| 107 | } |
---|
| 108 | |
---|
| 109 | .generaltable { |
---|
| 110 | border-width:0px; |
---|
| 111 | } |
---|
| 112 | |
---|
| 113 | .generalbox { |
---|
| 114 | border-width:0px; |
---|
| 115 | border-style:solid; |
---|
| 116 | } |
---|
| 117 | |
---|
| 118 | .sitetopiccontent { |
---|
| 119 | border-width:1px; |
---|
| 120 | border-style:solid; |
---|
| 121 | } |
---|
| 122 | |
---|
| 123 | .clearfix { |
---|
| 124 | min-width: 0; |
---|
| 125 | /* overflow: hidden; */ |
---|
| 126 | } |
---|
| 127 | |
---|
| 128 | .clearfix:after { |
---|
| 129 | /* content: "<!-- -->"; */ |
---|
| 130 | content: "."; |
---|
| 131 | display: block; |
---|
| 132 | height: 0; |
---|
| 133 | clear: both; |
---|
| 134 | visibility: hidden; |
---|
| 135 | } |
---|
| 136 | |
---|
| 137 | /* Hides from IE-mac \*/ |
---|
| 138 | * html .clearfix {height: 1%;} |
---|
| 139 | .clearfix {display: block;} |
---|
| 140 | /* End hide from IE-mac */ |
---|
| 141 | |
---|
| 142 | /*** |
---|
| 143 | *** Header |
---|
| 144 | ***/ |
---|
| 145 | |
---|
[3974] | 146 | .logo { |
---|
[3976] | 147 | padding:0px; |
---|
| 148 | border-top:0px; |
---|
| 149 | border-width:0px; |
---|
| 150 | border-style:solid; |
---|
[3974] | 151 | } |
---|
| 152 | |
---|
[3768] | 153 | #header-home { |
---|
| 154 | /* padding:1em 0.5em; */ |
---|
| 155 | height:100px; |
---|
| 156 | border-width:0px; |
---|
| 157 | border-style:solid; |
---|
[3974] | 158 | padding-left:6px; |
---|
[3768] | 159 | } |
---|
| 160 | |
---|
| 161 | #header { |
---|
[3976] | 162 | height:50px; |
---|
[3768] | 163 | border-width:0px; |
---|
| 164 | border-style:solid; |
---|
[3974] | 165 | padding: 0px; |
---|
[3976] | 166 | padding-left:1px; |
---|
[3768] | 167 | } |
---|
| 168 | |
---|
| 169 | .headermain, h1.headermain { |
---|
| 170 | float:left; |
---|
| 171 | margin:0%; |
---|
| 172 | border-width: 0px; |
---|
| 173 | } |
---|
| 174 | |
---|
| 175 | .headermenu { |
---|
| 176 | float:right; |
---|
| 177 | text-align:right; |
---|
| 178 | } |
---|
| 179 | |
---|
| 180 | .navbar { |
---|
| 181 | width:100%; |
---|
| 182 | padding:3px 0.5em; |
---|
| 183 | border-width:0px; |
---|
| 184 | /* border-style:solid; */ |
---|
| 185 | } |
---|
| 186 | |
---|
| 187 | div.navbar { |
---|
| 188 | width: auto; |
---|
| 189 | } |
---|
| 190 | |
---|
| 191 | table.navbar { |
---|
| 192 | width: 100%; |
---|
| 193 | } |
---|
| 194 | |
---|
| 195 | .navbar .navbutton form { |
---|
| 196 | float: left; |
---|
| 197 | } |
---|
| 198 | |
---|
| 199 | .navbar .navbutton { |
---|
| 200 | margin-top: 3px; |
---|
| 201 | } |
---|
| 202 | |
---|
| 203 | .navbar .breadcrumb { |
---|
| 204 | float:left; |
---|
| 205 | margin:0.2em 0em; |
---|
| 206 | } |
---|
| 207 | |
---|
| 208 | .breadcrumb ul { |
---|
| 209 | padding:0%; |
---|
| 210 | margin:0%; |
---|
| 211 | text-indent:0%; |
---|
| 212 | list-style:none; |
---|
| 213 | } |
---|
| 214 | .breadcrumb li { |
---|
| 215 | display:inline; |
---|
| 216 | } |
---|
| 217 | |
---|
| 218 | .navbar .navbutton, |
---|
| 219 | .navbar .menu { |
---|
| 220 | float:right; |
---|
| 221 | } |
---|
| 222 | |
---|
| 223 | #footer .navbar { |
---|
| 224 | margin-top: 4em; |
---|
| 225 | } |
---|
| 226 | |
---|
| 227 | |
---|
| 228 | /*** |
---|
| 229 | *** Login |
---|
| 230 | ***/ |
---|
| 231 | |
---|
| 232 | TABLE.loginbox { |
---|
| 233 | margin-top: 40px; |
---|
| 234 | } |
---|
| 235 | |
---|
| 236 | .loginbox .header { |
---|
| 237 | border-width:1px; |
---|
| 238 | border-style:solid; |
---|
| 239 | border-bottom-width: 0px; |
---|
| 240 | } |
---|
| 241 | |
---|
| 242 | .loginbox .content { |
---|
| 243 | border-top-width: 1px; |
---|
| 244 | } |
---|
| 245 | |
---|
| 246 | |
---|
| 247 | /*** |
---|
| 248 | *** Footer |
---|
| 249 | ***/ |
---|
| 250 | |
---|
| 251 | #footer { |
---|
| 252 | text-align:left; |
---|
| 253 | margin-top: 5px; |
---|
| 254 | margin-bottom: 0px; |
---|
| 255 | } |
---|
| 256 | |
---|
| 257 | |
---|
| 258 | #footer p.helplink { |
---|
| 259 | margin-bottom: 0px; |
---|
| 260 | } |
---|
| 261 | |
---|
| 262 | |
---|
| 263 | /*** |
---|
| 264 | *** Blocks |
---|
| 265 | ***/ |
---|
| 266 | |
---|
| 267 | |
---|
| 268 | .skip-block-to, #maincontent { |
---|
| 269 | display: block; |
---|
| 270 | height: 0px; |
---|
| 271 | } |
---|
| 272 | |
---|
| 273 | .sideblock { |
---|
| 274 | margin-bottom:0em; |
---|
| 275 | width: 100%; |
---|
| 276 | padding-bottom:1em; |
---|
| 277 | } |
---|
| 278 | |
---|
| 279 | .sideblock .header, .sideblock h2.header { |
---|
| 280 | padding:4px; |
---|
| 281 | |
---|
| 282 | } |
---|
| 283 | |
---|
| 284 | .sideblock, .sideblock .header, .sideblock .content { |
---|
| 285 | border-width: 0px; |
---|
| 286 | } |
---|
| 287 | |
---|
| 288 | |
---|
| 289 | .sideblock .header h2 { |
---|
| 290 | padding:0px; |
---|
| 291 | border-width: 0px; |
---|
| 292 | padding-top: 0px; |
---|
| 293 | } |
---|
| 294 | |
---|
| 295 | .sideblock .header .hide-show-image { |
---|
| 296 | padding-top: 0px; |
---|
| 297 | } |
---|
| 298 | |
---|
| 299 | .sideblock .footer { |
---|
| 300 | border-top-width:1px; |
---|
| 301 | border-top-style:dashed; |
---|
| 302 | } |
---|
| 303 | |
---|
| 304 | |
---|
| 305 | /*** |
---|
| 306 | *** Calendar |
---|
| 307 | ***/ |
---|
| 308 | |
---|
| 309 | #calendar .today, |
---|
| 310 | .minicalendar .today { |
---|
| 311 | border:1px solid !important; |
---|
| 312 | } |
---|
| 313 | |
---|
| 314 | table.minicalendar { |
---|
| 315 | width: 100%; |
---|
| 316 | margin:10px auto; |
---|
| 317 | padding:2px; |
---|
| 318 | border-width:1px; |
---|
| 319 | border-style:solid; |
---|
| 320 | border-collapse:separate; |
---|
| 321 | border-spacing:1px !important; |
---|
| 322 | } |
---|
| 323 | |
---|
| 324 | table.minicalendar tr.weekdays th { |
---|
| 325 | border-style: none; |
---|
| 326 | } |
---|
| 327 | |
---|
| 328 | table.minicalendar tr td.day { |
---|
| 329 | border-style: solid; |
---|
| 330 | border-width: 1px; |
---|
| 331 | } |
---|
| 332 | |
---|
| 333 | table.minicalendar tr.weekdays th abbr { |
---|
| 334 | border-style: none; |
---|
| 335 | |
---|
| 336 | } |
---|
| 337 | |
---|
| 338 | table.calendarmonth { |
---|
| 339 | border-collapse:separate; |
---|
| 340 | border-spacing:1px !important; |
---|
| 341 | } |
---|
| 342 | |
---|
| 343 | table.calendarmonth tr td { |
---|
| 344 | border-style: solid; |
---|
| 345 | border-width: 1px; |
---|
| 346 | } |
---|
| 347 | |
---|
| 348 | |
---|
| 349 | /*** |
---|
| 350 | *** Course |
---|
| 351 | ***/ |
---|
| 352 | |
---|
| 353 | .headingblock { |
---|
| 354 | border-width:0px; |
---|
| 355 | border-style:solid; |
---|
| 356 | padding:4px; |
---|
| 357 | } |
---|
| 358 | |
---|
| 359 | .headingblock, h2.headingblock { |
---|
| 360 | border-width:0px; |
---|
| 361 | border-style:solid; |
---|
| 362 | padding:4px; |
---|
| 363 | margin:0; |
---|
| 364 | } |
---|
| 365 | |
---|
| 366 | |
---|
| 367 | .categorybox .category, |
---|
| 368 | .categorybox .category { |
---|
| 369 | border-bottom: solid; |
---|
| 370 | border-width: 1px; |
---|
| 371 | padding-top: 7px; |
---|
| 372 | } |
---|
| 373 | |
---|
| 374 | #course-view .section .left { |
---|
| 375 | border-right-width: 1px; |
---|
| 376 | border-right-style: dashed; |
---|
| 377 | } |
---|
| 378 | |
---|
| 379 | #course-view .section.hidden .content, |
---|
| 380 | #course-view .section.hidden .side { |
---|
| 381 | border-width: 1px; |
---|
| 382 | border-style: dashed; |
---|
| 383 | } |
---|
| 384 | |
---|
| 385 | #course-view .section td.content ul.section.img-text { |
---|
| 386 | line-height: 22px; |
---|
| 387 | } |
---|
| 388 | |
---|
| 389 | #course-view .section td.content ul.section.img-text li.activity.label { |
---|
| 390 | line-height: 16px; |
---|
| 391 | margin-bottom: 5px; |
---|
| 392 | } |
---|
| 393 | |
---|
| 394 | .coursebox .info .name { |
---|
| 395 | padding-bottom: 5px; |
---|
| 396 | } |
---|
| 397 | |
---|
| 398 | .tabrow0 { |
---|
| 399 | padding-top: 4px; |
---|
| 400 | } |
---|
| 401 | |
---|
| 402 | /*** |
---|
| 403 | *** Modules: glossary |
---|
| 404 | ***/ |
---|
| 405 | |
---|
| 406 | .entry .concept, |
---|
| 407 | .entryheader .concept { |
---|
| 408 | margin-top: 5px; |
---|
| 409 | margin-bottom: 10px; |
---|
| 410 | } |
---|
| 411 | |
---|
| 412 | .glossarypost.continuous { |
---|
| 413 | padding: 5px; |
---|
| 414 | } |
---|
| 415 | |
---|
| 416 | /*** |
---|
| 417 | *** Error message |
---|
| 418 | ***/ |
---|
| 419 | |
---|
| 420 | .errorbox { |
---|
| 421 | /* color:#ffffff; */ |
---|
| 422 | border-width: 2px; |
---|
| 423 | } |
---|
| 424 | |
---|
| 425 | /*** |
---|
| 426 | *** from moodle.org |
---|
| 427 | ***/ |
---|
| 428 | |
---|
| 429 | |
---|
| 430 | .fronthead { |
---|
| 431 | font-size:1.4em; |
---|
| 432 | letter-spacing:0.04em; |
---|
| 433 | } |
---|
| 434 | |
---|
| 435 | .fronttext { |
---|
| 436 | margin-top:5px; |
---|
| 437 | margin-left:20px; |
---|
| 438 | margin-right:10px; |
---|
| 439 | margin-bottom:20px; |
---|
| 440 | } |
---|
| 441 | |
---|
| 442 | div.frontblock { |
---|
| 443 | margin-top: 12px; |
---|
| 444 | margin-bottom: 25px; |
---|
| 445 | border: #DDD solid 1px; |
---|
| 446 | |
---|
| 447 | font-size: 0.95em; |
---|
| 448 | } |
---|
| 449 | |
---|
| 450 | h1.frontblock { |
---|
| 451 | border: #DDD solid 1px; |
---|
| 452 | background-image: url(gradient.jpg); |
---|
| 453 | background-position: top; |
---|
| 454 | background-repeat: repeat-x; |
---|
| 455 | padding: 1px 10px; |
---|
| 456 | display: inline; |
---|
| 457 | position: relative; |
---|
| 458 | top: -0.5em; |
---|
| 459 | left: 8px; |
---|
| 460 | font-weight: normal; |
---|
| 461 | } |
---|
| 462 | |
---|
| 463 | p.fronttext.p1 { |
---|
| 464 | min-height: 90px; |
---|
| 465 | } |
---|
| 466 | p.fronttext.p2 { |
---|
| 467 | min-height: 90px; |
---|
| 468 | } |
---|
| 469 | p.fronttext.p3 { |
---|
| 470 | min-height: 125px; |
---|
| 471 | } |
---|
| 472 | p.fronttext.p4 { |
---|
| 473 | min-height: 105px; |
---|
| 474 | } |
---|