annotate screen.css @ 128:817c3988afc7 website tip

Add a page about the Vamp Plugin Pack, including links to download mirrors
author Chris Cannam
date Tue, 11 Aug 2020 16:41:11 +0100
parents 8e19532c31bf
children
rev   line source
cannam@0 1 #header {
cannam@0 2 width: 596px;
cannam@0 3 height: 35px;
cannam@0 4 position: relative;
cannam@0 5 background: url(images/vamp-title.png) no-repeat;
cannam@0 6 }
cannam@0 7 #header span {
cannam@0 8 display: block;
cannam@0 9 width: 0;
cannam@0 10 height: 0;
cannam@0 11 overflow: hidden;
cannam@0 12 }
cannam@0 13 body {
cannam@0 14 margin: 0;
cannam@0 15 border-top-width: 0;
cannam@0 16 border-bottom-width: 0;
cannam@0 17 border-left-width: 2em;
cannam@0 18 border-right-width: 2em;
cannam@0 19 border-left-style: solid;
cannam@0 20 border-right-style: solid;
cannam@0 21 border-left-color: #ef6a35;
cannam@0 22 border-right-color: #ef6a35;
cannam@0 23 background-color: #ffffff;
cannam@0 24 padding-top: 1.4em;
cannam@0 25 padding-bottom: 20em;
cannam@0 26 padding-left: 2em;
cannam@0 27 padding-right: 2em;
cannam@0 28 color: #303030;
Chris@95 29 font-style: normal;
Chris@95 30 font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
cannam@0 31 }
cannam@0 32 p,td,ul,ol,li,blockquote {
cannam@21 33 font-size: 0.95em;
cannam@0 34 font-style: normal;
cannam@0 35 font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
cannam@0 36 }
cannam@0 37 h1,h2,h3,h4 {
cannam@0 38 font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
cannam@0 39 }
cannam@8 40 h3 {
cannam@10 41 margin-bottom: 0;
Chris@103 42 clear: both;
cannam@8 43 }
cannam@8 44 h4 {
cannam@10 45 margin-bottom: 0;
cannam@8 46 }
cannam@0 47 #firstpara {
cannam@0 48 border-top-width: 2px;
cannam@0 49 border-top-style: solid;
cannam@0 50 border-top-color: #ef6a35;
cannam@0 51 padding-top: 1em;
cannam@0 52 }
cannam@0 53 #logoblock {
cannam@0 54 border-top-width: 2px;
cannam@0 55 border-top-style: solid;
cannam@0 56 border-top-color: #ef6a35;
cannam@0 57 font-size: 0.9em;
cannam@0 58 }
cannam@0 59 #nav {
cannam@0 60 position: relative;
cannam@0 61 float: right;
cannam@0 62 top: 1.8em;
cannam@0 63 color: #ef6a35;
cannam@0 64 margin-left: 1em;
cannam@0 65 padding-left: 1em;
cannam@0 66 margin-bottom: 3em;
cannam@0 67 border-left-width: 2px;
cannam@0 68 border-left-style: solid;
cannam@0 69 border-left-color: #ef6a35;
cannam@0 70 /* text-align: right;*/
cannam@0 71 }
cannam@0 72 #nav ul {
cannam@0 73 /* display: inline; */
cannam@0 74 margin: 0;
cannam@0 75 padding: 0;
cannam@21 76 font-size: 0.8em;
cannam@0 77 text-transform: uppercase;
cannam@0 78 font-weight: bold;
cannam@0 79 }
cannam@0 80 #nav ul li {
cannam@0 81 list-style: none;
cannam@0 82 }
cannam@0 83 a {
cannam@0 84 text-decoration: none;
cannam@0 85 color: #ef6a35;
cannam@0 86 }
cannam@0 87 a:visited {
cannam@0 88 text-decoration: none;
cannam@0 89 color: #ef6a35;
cannam@0 90 }
cannam@0 91 a:hover {
cannam@0 92 text-decoration: underline;
cannam@0 93 color: #ef6a35;
cannam@0 94 }
cannam@0 95 .logoleft {
cannam@0 96 float: left;
cannam@0 97 padding-right: 2em;
cannam@0 98 padding-bottom: 2em;
cannam@0 99 }
cannam@0 100 .logoright {
cannam@0 101 float: right;
cannam@0 102 padding-left: 2em;
cannam@0 103 padding-bottom: 2em;
cannam@0 104 }
cannam@0 105 .toc1,.toc2,.toc3,.toc4 {
cannam@0 106 font-size: 0.8em;
cannam@0 107 font-style: normal;
cannam@0 108 font-weight: bold;
cannam@0 109 font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
cannam@0 110 }
cannam@0 111 .toc2 {
cannam@0 112 padding-left: 2em;
cannam@0 113 }
cannam@0 114 .toc3 {
cannam@0 115 padding-left: 4em;
cannam@0 116 }
cannam@0 117 .toc4 {
cannam@0 118 padding-left: 6em;
cannam@0 119 }
Chris@95 120
Chris@103 121 .featured .library:last-child {
Chris@103 122 margin-bottom: 2em;
Chris@103 123 }
Chris@103 124
Chris@104 125 .featured .library-even, .featured .library-odd {
Chris@104 126 background: #f8f8f8;
Chris@104 127 }
Chris@104 128
Chris@103 129 .pluginlist, .featured {
Chris@95 130 width: 100%;
Chris@95 131 margin-left: 0%;
Chris@95 132 margin-right: 0%;
Chris@95 133 clear: both;
Chris@95 134 }
Chris@95 135
Chris@103 136 .pluginlist > ul, .featured > ul {
Chris@95 137 padding-left: 4%;
Chris@95 138 padding-right: 5%;
Chris@92 139 }
Chris@92 140
Chris@92 141 .library {
Chris@92 142 float: left;
Chris@92 143 clear: both;
Chris@92 144 width: 100%;
Chris@92 145 padding-top: 0.5em;
Chris@92 146 padding-bottom: 1.2em;
Chris@92 147 padding-left: 0;
Chris@92 148 padding-right: 0;
Chris@92 149 border-left-width: 0px;
Chris@92 150 border-right-width: 0px;
Chris@92 151 border-top-width: 2px;
Chris@92 152 border-bottom-width: 0px;
Chris@92 153 border-color: #ef6a35;
Chris@92 154 border-style: solid;
Chris@92 155 }
Chris@92 156
Chris@95 157 .library:last-child {
Chris@95 158 border-bottom-width: 2px;
Chris@95 159 }
Chris@95 160
Chris@95 161 .plugins {
Chris@95 162 padding-top: 1em;
Chris@95 163 padding-left: 0;
Chris@95 164 }
Chris@95 165
Chris@92 166 .plugins li, .library li {
Chris@92 167 padding-bottom: 0.5em;
Chris@92 168 }
Chris@92 169
Chris@92 170 .library-even {
Chris@92 171 background: #f0f0f0;
Chris@92 172 }
Chris@92 173
Chris@92 174 .library-odd {
Chris@92 175 background: #f8f8f8;
Chris@92 176 }
Chris@92 177
Chris@103 178 .pluginlist li, .featured li {
Chris@92 179 list-style-type: none;
Chris@92 180 }
Chris@92 181
Chris@92 182 .highlight {
Chris@92 183 background: yellow;
Chris@92 184 }
Chris@92 185
Chris@92 186 .plugs-showhide {
Chris@92 187 color: #ef6a35;
Chris@92 188 cursor: pointer;
Chris@92 189 }
Chris@92 190
Chris@92 191 .maker-logo {
Chris@92 192 max-width: 4em;
Chris@92 193 max-height: 3.2em;
Chris@92 194 height: auto;
Chris@92 195 position: absolute;
Chris@92 196 right: 13%;
Chris@92 197 }
Chris@92 198
Chris@92 199 .plugin-piece {
Chris@92 200 max-width: 20px;
Chris@92 201 max-height: 20px;
Chris@92 202 width: auto;
Chris@92 203 float: left;
Chris@92 204 }
Chris@92 205
Chris@92 206 .plugin-name {
Chris@92 207 margin-top: 0.5em;
Chris@92 208 }
Chris@92 209
Chris@92 210 .plugin-name, .plugin-category, .plugin-description, .plugin-links {
Chris@92 211 margin-left: 24px;
Chris@92 212 }
Chris@92 213
Chris@92 214 .library-header {
Chris@92 215 padding-left: 1.5em;
Chris@92 216 padding-top: 0em;
Chris@92 217 padding-bottom: 0;
Chris@92 218 margin-bottom: 0em;
Chris@92 219 border-width: 0px;
Chris@92 220 border-bottom-width: 1px;
Chris@92 221 border-color: #ef6a35;
Chris@92 222 border-style: solid;
Chris@92 223 height: 3.5em;
Chris@92 224 }
Chris@92 225
Chris@92 226 .library-body {
Chris@92 227 padding-left: 1.5em;
Chris@92 228 margin-top: 1em;
Chris@92 229 }
Chris@92 230
Chris@95 231 .library-notes {
Chris@95 232 float: left;
Chris@95 233 width: 24%;
Chris@95 234 }
Chris@95 235
Chris@95 236 .library-main {
Chris@95 237 float: right;
Chris@95 238 width: 71%;
Chris@95 239 padding-right: 2%;
Chris@95 240 }
Chris@95 241
Chris@92 242 .library-name {
Chris@92 243 font-size: 1.2em;
Chris@92 244 font-weight: bold;
Chris@92 245 }
Chris@92 246
Chris@92 247 .library-maker {
Chris@92 248 font-size: 0.85em;
Chris@92 249 }
Chris@92 250
Chris@92 251 .library-description {
Chris@92 252 }
Chris@92 253
Chris@92 254 .plugs-showhide {
Chris@92 255 }
Chris@92 256
Chris@92 257 .default-hidden {
Chris@92 258 display: none;
Chris@92 259 }
Chris@92 260
Chris@92 261 .default-shown {
Chris@92 262 display: block;
Chris@92 263 }
Chris@92 264
Chris@97 265 .library-availability, .library-source-availability, .library-vampy, .library-links, .plugin-links, .plugin-category, .plugs-showhide {
Chris@92 266 font-size: 0.85em;
Chris@92 267 }
Chris@92 268
Chris@92 269 .library-availability, .library-source-availability {
Chris@92 270 color: #505050;
Chris@92 271 }
Chris@92 272
Chris@92 273 .plugin-name {
Chris@92 274 font-weight: bold;
Chris@92 275 }
Chris@92 276
Chris@92 277 .plugin-category {
Chris@92 278 color: #505050;
Chris@92 279 font-style: italic;
Chris@92 280 }
Chris@95 281
Chris@95 282 .search-form {
Chris@95 283 float: left;
Chris@95 284 padding-left: 4%;
Chris@95 285 font-size: 0.95em;
Chris@95 286 }
Chris@95 287
Chris@95 288 .platform-selector {
Chris@95 289 float: right;
Chris@95 290 margin-top: 3px;
Chris@95 291 margin-bottom: 2em;
Chris@95 292 padding-right: 5%;
Chris@95 293 font-size: 0.8em;
Chris@95 294 }
Chris@95 295
Chris@95 296 .platform-button {
Chris@95 297 border-style: solid;
Chris@95 298 padding: 0.3em;
Chris@95 299 margin: 0px;
Chris@95 300 border-left-width: 0px;
Chris@95 301 border-right-width: 1px;
Chris@95 302 border-top-width: 1px;
Chris@95 303 border-bottom-width: 1px;
Chris@95 304 border-radius: 0px;
Chris@95 305 box-shadow: 0px 2px 0 0 #ef6a35;
Chris@95 306 border-color: #ef6a35;
Chris@95 307 }
Chris@95 308
Chris@95 309 .platform-button:first-child {
Chris@95 310 border-left-width: 1px;
Chris@95 311 margin-left: 0.6em;
Chris@95 312 }
Chris@95 313
Chris@95 314 .platform-button a {
Chris@95 315 color: #505050;
Chris@95 316 }
Chris@95 317
Chris@95 318 .platform-current, .platform-button:hover, .platform-button:hover a {
Chris@95 319 background-color: #ef6a35;
Chris@95 320 color: #fff;
Chris@95 321 }
Chris@98 322
Chris@98 323 .no-results {
Chris@98 324 clear: both;
Chris@98 325 border-style: solid;
Chris@98 326 border-color: #ef6a35;
Chris@98 327 border-left-width: 0;
Chris@98 328 border-right-width: 0;
Chris@98 329 border-top-width: 2px;
Chris@98 330 border-bottom-width: 2px;
Chris@98 331 margin-left: 4%;
Chris@98 332 margin-right: 5%;
Chris@98 333 }
Chris@98 334
Chris@98 335 .no-results p {
Chris@98 336 font-style: italic;
Chris@98 337 }
Chris@98 338
Chris@128 339 table.downloads, table.downloads th, table.downloads td {
Chris@128 340 border: 1px solid #505050;
Chris@128 341 padding: 0.7em;
Chris@128 342 border-collapse: collapse;
Chris@128 343 }
Chris@128 344