Andrew Gerrand | c23f647 | 2010-09-22 10:43:01 +1000 | [diff] [blame] | 1 | /* Overloads to all.css */ |
| 2 | #container { width: 76em } |
| 3 | .left-column { width: 48%; } |
| 4 | .right-column { width: 48%; } |
| 5 | |
| 6 | /* Frontpage styles */ |
Andrew Gerrand | 6ab8d24 | 2010-09-16 14:01:02 +1000 | [diff] [blame] | 7 | #content-introductory code { |
| 8 | font-family: "Bitstream Vera Sans Mono", "Andale Mono", monospace; |
| 9 | } |
| 10 | #content-introductory input, select, textarea { |
| 11 | font-family: "Bitstream Vera Sans", Verdana, sans-serif; |
| 12 | font-size: 1em; |
| 13 | } |
| 14 | span.keyword { |
| 15 | font-family: Cambria, Georgia, Times, "Times New Roman", serif; |
| 16 | font-size: 1.15em; |
| 17 | font-style: italic; |
| 18 | } |
| 19 | #content h3, #content h2 { |
| 20 | margin: 0; |
| 21 | font-size: 1em; |
| 22 | background: none; |
| 23 | border: none; |
| 24 | padding: 0; |
| 25 | } |
| 26 | #content .more { |
| 27 | color: #999; |
| 28 | font-weight: normal; |
| 29 | } |
| 30 | #frontpage h2#branding-tagline { |
| 31 | font-weight: normal; |
| 32 | font-style: italic; |
| 33 | } |
| 34 | #resources { |
| 35 | position: relative; |
| 36 | margin-top: 1em; |
| 37 | } |
| 38 | #resources h3 { |
| 39 | margin-top: 0; |
| 40 | margin-bottom: -.5em; |
| 41 | font-size: 1em; |
| 42 | font-weight: normal; |
| 43 | } |
| 44 | #resources-users { |
| 45 | float: left; |
| 46 | width: 48%; |
| 47 | } |
| 48 | #resources-contributors { |
| 49 | float: right; |
| 50 | width: 50%; |
| 51 | } |
| 52 | #resources ul { |
| 53 | padding-left: 2em; |
| 54 | } |
| 55 | #resources li { |
| 56 | margin-bottom: 0.5em; |
| 57 | } |
| 58 | #content-rotating { |
| 59 | height: 200px; |
| 60 | } |
| 61 | #content-videos { |
| 62 | float: left; |
| 63 | width: 170px; |
| 64 | } |
| 65 | #content-videos .thumbnail { |
| 66 | width: 150px; |
| 67 | height: 103px; |
| 68 | background-repeat: no-repeat; |
| 69 | border: none; |
| 70 | } |
| 71 | #content-videos .thumbnail._001 { |
| 72 | background: url(/doc/video-001.png); |
| 73 | } |
| 74 | #content-videos .thumbnail._002 { |
| 75 | background: url(/doc/video-002.png); |
| 76 | } |
| 77 | #content-videos .thumbnail._003 { |
| 78 | background: url(/doc/video-003.png); |
| 79 | } |
Andrew Gerrand | 0e3eefa | 2010-12-03 06:57:30 +0900 | [diff] [blame] | 80 | #content-videos .thumbnail._004 { |
| 81 | background: url(/doc/video-004.png); |
| 82 | } |
Andrew Gerrand | 4fb5857 | 2011-05-17 13:46:54 +1000 | [diff] [blame] | 83 | #content-videos .thumbnail._005 { |
| 84 | background: url(/doc/video-005.jpg); |
| 85 | } |
Andrew Gerrand | 6ab8d24 | 2010-09-16 14:01:02 +1000 | [diff] [blame] | 86 | #content-videos a.video { |
| 87 | display: inline-block; |
| 88 | width: 150px; |
| 89 | margin-right: .30em; |
| 90 | margin-top: 1.2em; |
| 91 | } |
| 92 | #content-videos a.video .caption { |
| 93 | display: block; |
| 94 | text-align: center; |
| 95 | } |
| 96 | #content-videos a.video .caption.title { |
| 97 | margin-top: .31em; |
| 98 | font-weight: bold; |
| 99 | } |
| 100 | #content-blog ul { |
| 101 | margin-top: 1em; |
| 102 | margin-left: 0; |
| 103 | padding-left: 0; |
| 104 | } |
| 105 | #content-blog li { |
| 106 | list-style: none; |
| 107 | margin-bottom: 1em; |
| 108 | } |
| 109 | #content-blog li a { |
| 110 | color: #999; |
| 111 | text-decoration: none; |
| 112 | } |
| 113 | #content-blog .date { |
| 114 | color: #999; |
| 115 | font-size: 0.8em; |
| 116 | display: inline-block; |
| 117 | margin-left: 0.5em; |
| 118 | } |
| 119 | #content-blog li a:link .title { |
| 120 | color: #04a; |
| 121 | } |
| 122 | #content-blog li a:visited .title { |
| 123 | color: #04a; |
| 124 | } |
| 125 | #content-blog li a:hover .title { |
| 126 | color: #a40; |
| 127 | text-decoration: underline; |
| 128 | } |
| 129 | #content-blog li a:active .title { |
| 130 | color: #c00; |
| 131 | } |
Andrew Gerrand | 6ab8d24 | 2010-09-16 14:01:02 +1000 | [diff] [blame] | 132 | .navtop { |
| 133 | display: none !important; |
| 134 | } |
Andrew Gerrand | c23f647 | 2010-09-22 10:43:01 +1000 | [diff] [blame] | 135 | .how { |
| 136 | float: right; |
| 137 | font-size: 75%; |
| 138 | } |
| 139 | .unsupported { |
| 140 | font-weight: bold; |
| 141 | color: red; |
| 142 | } |
Andrew Gerrand | 6ab8d24 | 2010-09-16 14:01:02 +1000 | [diff] [blame] | 143 | |