OLD | NEW |
(Empty) | |
| 1 body { |
| 2 margin: 20px; |
| 3 } |
| 4 |
| 5 h1 { |
| 6 -webkit-padding-start: 75px; |
| 7 background-image: url('shared/images/history_section.png'); |
| 8 background-position: left; |
| 9 background-repeat: no-repeat; |
| 10 font-size: 156%; |
| 11 font-weight: bold; |
| 12 margin: 0; |
| 13 padding-bottom: 20px; |
| 14 padding-top: 20px; |
| 15 } |
| 16 |
| 17 html[dir=rtl] h1 { |
| 18 background-position: right; |
| 19 } |
| 20 |
| 21 #countBannerOld { |
| 22 background-color: #ebeffa; |
| 23 border: 1px solid #bbb; |
| 24 border-radius: 2px; |
| 25 font-size: 100%; |
| 26 padding: 4px; |
| 27 } |
| 28 |
| 29 #magicSummary { |
| 30 margin-top: 12px; |
| 31 border-top: 1px solid #9cc2ef; |
| 32 background-color: #ebeff9; |
| 33 padding: 3px; |
| 34 margin-bottom: 6px; |
| 35 } |
| 36 |
| 37 #magicSummaryText { |
| 38 font-weight: bold; |
| 39 } |
| 40 |
| 41 #sessionsSummary { |
| 42 margin-top: 12px; |
| 43 border-top: 1px solid #9cc2ef; |
| 44 background-color: #ebeff9; |
| 45 padding: 3px; |
| 46 margin-bottom: 6px; |
| 47 } |
| 48 |
| 49 #sessionsSummaryText { |
| 50 font-weight: bold; |
| 51 } |
| 52 |
| 53 #sessionList h3 { |
| 54 font-size: 100%; |
| 55 } |
| 56 |
| 57 #sessionList > div > * { |
| 58 margin: 0.75em 0; |
| 59 } |
| 60 |
| 61 #sessionList a:visited { |
| 62 color: #666; |
| 63 } |
| 64 |
| 65 #sessionList > div:not(:last-child) { |
| 66 border-bottom: 1px solid #bbb; |
| 67 } |
| 68 |
| 69 a.tab-link { |
| 70 background: no-repeat 0% 50%; |
| 71 background-size: 16px 16px; |
| 72 padding-left: 18px; |
| 73 display: block; |
| 74 line-height: 20px; |
| 75 } |
| 76 |
| 77 .indent { |
| 78 padding-left: 16px; |
| 79 margin: 4px; |
| 80 } |
| 81 |
| 82 .expandable { |
| 83 font-size: 16px; |
| 84 cursor: pointer; |
| 85 } |
| 86 |
OLD | NEW |