Mercurial > hg > vamp-website
diff sonic-annotator/screen.css @ 82:6dd719d7c78b website
Add Sonic Annotator pages (probably best to host it here in future rather than with the omras2 site)
author | Chris Cannam |
---|---|
date | Mon, 20 Jan 2014 10:48:02 +0000 |
parents | |
children | 61fb9456dc50 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sonic-annotator/screen.css Mon Jan 20 10:48:02 2014 +0000 @@ -0,0 +1,116 @@ +#header { + width: 596px; + height: 35px; + position: relative; + background: url(../images/sonic-annotator-title.png) no-repeat; +} +#header span { + display: block; + width: 0; + height: 0; + overflow: hidden; +} +body { + margin: 0; + border-top-width: 0; + border-bottom-width: 0; + border-left-width: 2em; + border-right-width: 2em; + border-left-style: solid; + border-right-style: solid; + border-left-color: #ef6a35; + border-right-color: #ef6a35; + background-color: #ffffff; + padding-top: 1.4em; + padding-bottom: 20em; + padding-left: 2em; + padding-right: 2em; + color: #303030; +} +p,td,ul,ol,li,blockquote { + font-size: 0.95em; + font-style: normal; + font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; +} +h1,h2,h3,h4 { + font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; +} +h3 { + margin-bottom: 0; +} +h4 { + margin-bottom: 0; +} +#firstpara { + border-top-width: 2px; + border-top-style: solid; + border-top-color: #ef6a35; + padding-top: 1em; +} +#logoblock { + border-top-width: 2px; + border-top-style: solid; + border-top-color: #ef6a35; + font-size: 0.9em; +} +#nav { + position: relative; + float: right; + top: 1.8em; + color: #ef6a35; + margin-left: 1em; + padding-left: 1em; + margin-bottom: 3em; + border-left-width: 2px; + border-left-style: solid; + border-left-color: #ef6a35; +/* text-align: right;*/ +} +#nav ul { +/* display: inline; */ + margin: 0; + padding: 0; + font-size: 0.8em; + text-transform: uppercase; + font-weight: bold; +} +#nav ul li { + list-style: none; +} +a { + text-decoration: none; + color: #ef6a35; +} +a:visited { + text-decoration: none; + color: #ef6a35; +} +a:hover { + text-decoration: underline; + color: #ef6a35; +} +.logoleft { + float: left; + padding-right: 2em; + padding-bottom: 2em; +} +.logoright { + float: right; + padding-left: 2em; + padding-bottom: 2em; +} +.toc1,.toc2,.toc3,.toc4 { + font-size: 0.8em; + font-style: normal; + font-weight: bold; + font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; +} +.toc2 { + padding-left: 2em; +} +.toc3 { + padding-left: 4em; +} +.toc4 { + padding-left: 6em; +}