annotate screen.css @ 93:6e991252ea55 rdfquery

Switch rdf to rdfquery branch
author Chris Cannam
date Fri, 20 Jun 2014 19:29:41 +0100
parents db6e1f8df4ee
children 16bcb88b430a
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;
cannam@0 29 }
cannam@0 30 p,td,ul,ol,li,blockquote {
cannam@21 31 font-size: 0.95em;
cannam@0 32 font-style: normal;
cannam@0 33 font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
cannam@0 34 }
cannam@0 35 h1,h2,h3,h4 {
cannam@0 36 font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
cannam@0 37 }
cannam@8 38 h3 {
cannam@10 39 margin-bottom: 0;
cannam@8 40 }
cannam@8 41 h4 {
cannam@10 42 margin-bottom: 0;
cannam@8 43 }
cannam@0 44 #firstpara {
cannam@0 45 border-top-width: 2px;
cannam@0 46 border-top-style: solid;
cannam@0 47 border-top-color: #ef6a35;
cannam@0 48 padding-top: 1em;
cannam@0 49 }
cannam@0 50 #logoblock {
cannam@0 51 border-top-width: 2px;
cannam@0 52 border-top-style: solid;
cannam@0 53 border-top-color: #ef6a35;
cannam@0 54 font-size: 0.9em;
cannam@0 55 }
cannam@0 56 #nav {
cannam@0 57 position: relative;
cannam@0 58 float: right;
cannam@0 59 top: 1.8em;
cannam@0 60 color: #ef6a35;
cannam@0 61 margin-left: 1em;
cannam@0 62 padding-left: 1em;
cannam@0 63 margin-bottom: 3em;
cannam@0 64 border-left-width: 2px;
cannam@0 65 border-left-style: solid;
cannam@0 66 border-left-color: #ef6a35;
cannam@0 67 /* text-align: right;*/
cannam@0 68 }
cannam@0 69 #nav ul {
cannam@0 70 /* display: inline; */
cannam@0 71 margin: 0;
cannam@0 72 padding: 0;
cannam@21 73 font-size: 0.8em;
cannam@0 74 text-transform: uppercase;
cannam@0 75 font-weight: bold;
cannam@0 76 }
cannam@0 77 #nav ul li {
cannam@0 78 list-style: none;
cannam@0 79 }
cannam@0 80 a {
cannam@0 81 text-decoration: none;
cannam@0 82 color: #ef6a35;
cannam@0 83 }
cannam@0 84 a:visited {
cannam@0 85 text-decoration: none;
cannam@0 86 color: #ef6a35;
cannam@0 87 }
cannam@0 88 a:hover {
cannam@0 89 text-decoration: underline;
cannam@0 90 color: #ef6a35;
cannam@0 91 }
cannam@0 92 .logoleft {
cannam@0 93 float: left;
cannam@0 94 padding-right: 2em;
cannam@0 95 padding-bottom: 2em;
cannam@0 96 }
cannam@0 97 .logoright {
cannam@0 98 float: right;
cannam@0 99 padding-left: 2em;
cannam@0 100 padding-bottom: 2em;
cannam@0 101 }
cannam@0 102 .toc1,.toc2,.toc3,.toc4 {
cannam@0 103 font-size: 0.8em;
cannam@0 104 font-style: normal;
cannam@0 105 font-weight: bold;
cannam@0 106 font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
cannam@0 107 }
cannam@0 108 .toc2 {
cannam@0 109 padding-left: 2em;
cannam@0 110 }
cannam@0 111 .toc3 {
cannam@0 112 padding-left: 4em;
cannam@0 113 }
cannam@0 114 .toc4 {
cannam@0 115 padding-left: 6em;
cannam@0 116 }
Chris@92 117 .pluginlist {
Chris@92 118 width: 80%;
Chris@92 119 margin-left: 10%;
Chris@92 120 margin-right: 10%;
Chris@92 121 }
Chris@92 122
Chris@92 123 .library {
Chris@92 124 float: left;
Chris@92 125 clear: both;
Chris@92 126 width: 100%;
Chris@92 127 padding-top: 0.5em;
Chris@92 128 padding-bottom: 1.2em;
Chris@92 129 padding-left: 0;
Chris@92 130 padding-right: 0;
Chris@92 131 border-left-width: 0px;
Chris@92 132 border-right-width: 0px;
Chris@92 133 border-top-width: 2px;
Chris@92 134 border-bottom-width: 0px;
Chris@92 135 border-color: #ef6a35;
Chris@92 136 border-style: solid;
Chris@92 137 }
Chris@92 138
Chris@92 139 .plugins li, .library li {
Chris@92 140 padding-bottom: 0.5em;
Chris@92 141 }
Chris@92 142
Chris@92 143 .library-even {
Chris@92 144 background: #f0f0f0;
Chris@92 145 }
Chris@92 146
Chris@92 147 .library-odd {
Chris@92 148 background: #f8f8f8;
Chris@92 149 }
Chris@92 150
Chris@92 151 li {
Chris@92 152 list-style-type: none;
Chris@92 153 }
Chris@92 154
Chris@92 155 .highlight {
Chris@92 156 background: yellow;
Chris@92 157 }
Chris@92 158
Chris@92 159 .plugs-showhide {
Chris@92 160 color: #ef6a35;
Chris@92 161 cursor: pointer;
Chris@92 162 }
Chris@92 163
Chris@92 164 .maker-logo {
Chris@92 165 max-width: 4em;
Chris@92 166 max-height: 3.2em;
Chris@92 167 height: auto;
Chris@92 168 position: absolute;
Chris@92 169 right: 13%;
Chris@92 170 }
Chris@92 171
Chris@92 172 .plugin-piece {
Chris@92 173 max-width: 20px;
Chris@92 174 max-height: 20px;
Chris@92 175 width: auto;
Chris@92 176 float: left;
Chris@92 177 }
Chris@92 178
Chris@92 179 .plugin-name {
Chris@92 180 margin-top: 0.5em;
Chris@92 181 }
Chris@92 182
Chris@92 183 .plugin-name, .plugin-category, .plugin-description, .plugin-links {
Chris@92 184 margin-left: 24px;
Chris@92 185 }
Chris@92 186
Chris@92 187 .library-header {
Chris@92 188 padding-left: 1.5em;
Chris@92 189 padding-top: 0em;
Chris@92 190 padding-bottom: 0;
Chris@92 191 margin-bottom: 0em;
Chris@92 192 border-width: 0px;
Chris@92 193 border-bottom-width: 1px;
Chris@92 194 border-color: #ef6a35;
Chris@92 195 border-style: solid;
Chris@92 196 height: 3.5em;
Chris@92 197 }
Chris@92 198
Chris@92 199 .library-body {
Chris@92 200 padding-left: 1.5em;
Chris@92 201 margin-top: 1em;
Chris@92 202 }
Chris@92 203
Chris@92 204 .library-name {
Chris@92 205 font-size: 1.2em;
Chris@92 206 font-weight: bold;
Chris@92 207 }
Chris@92 208
Chris@92 209 .library-maker {
Chris@92 210 font-size: 0.85em;
Chris@92 211 }
Chris@92 212
Chris@92 213 .library-description {
Chris@92 214 float: right;
Chris@92 215 width: 64%;
Chris@92 216 margin-right: 10%;
Chris@92 217 }
Chris@92 218
Chris@92 219 .plugs-showhide {
Chris@92 220 clear: right;
Chris@92 221 float: right;
Chris@92 222 width: 64%;
Chris@92 223 margin-right: 10%;
Chris@92 224 }
Chris@92 225
Chris@92 226 .plugins {
Chris@92 227 float: right;
Chris@92 228 clear: right;
Chris@92 229 width: 72%;
Chris@92 230 margin-right: 2%;
Chris@92 231 padding-top: 1em;
Chris@92 232 }
Chris@92 233
Chris@92 234 .default-hidden {
Chris@92 235 display: none;
Chris@92 236 }
Chris@92 237
Chris@92 238 .default-shown {
Chris@92 239 display: block;
Chris@92 240 }
Chris@92 241
Chris@92 242 .library-availability, .library-source-availability, .library-links, .plugin-links, .plugin-category, .plugs-showhide {
Chris@92 243 font-size: 0.85em;
Chris@92 244 }
Chris@92 245
Chris@92 246 .library-availability, .library-source-availability {
Chris@92 247 color: #505050;
Chris@92 248 }
Chris@92 249
Chris@92 250 .plugin-name {
Chris@92 251 font-weight: bold;
Chris@92 252 }
Chris@92 253
Chris@92 254 .plugin-category {
Chris@92 255 color: #505050;
Chris@92 256 font-style: italic;
Chris@92 257 }