|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<style> |
|
* :focus { |
|
outline: 0; |
|
} |
|
|
|
:link,:visited { |
|
text-decoration: none |
|
} |
|
|
|
ul, ol, li { |
|
list-style: none |
|
} |
|
|
|
h1, h2, h3, h4, h5, h6, pre, code { |
|
font-size: 1em; |
|
} |
|
|
|
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { |
|
margin: 0; |
|
padding: 0 |
|
} |
|
|
|
a img,:link img,:visited img { |
|
border: none |
|
} |
|
|
|
address { |
|
font-style: normal |
|
} |
|
|
|
html, body { |
|
height: 100%; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
body { |
|
|
|
font-family: 'PT Mono', serif; |
|
font-size: 14px; |
|
background-color: #000; |
|
color:#111; |
|
padding-bottom:1px; |
|
} |
|
|
|
h1, h2, h3, h4, h5, h6 { |
|
padding:5px 0; |
|
color:#0095c9; |
|
|
|
} |
|
|
|
p { |
|
padding:5px 0; |
|
line-height:1.5em; |
|
} |
|
|
|
h1 { |
|
font-size: 22px; |
|
} |
|
|
|
h2 { |
|
font-size: 16px; |
|
} |
|
|
|
img { |
|
margin:5px; |
|
max-width:100%; |
|
} |
|
|
|
img#bg { |
|
margin:0; |
|
} |
|
|
|
|
|
a { |
|
color: #EEE; |
|
} |
|
|
|
p a { |
|
color:#0095c9; |
|
} |
|
|
|
a:hover, a:active, a:focus { |
|
text-decoration: underline; |
|
} |
|
|
|
li { |
|
padding:5px 0; |
|
} |
|
|
|
#bg { |
|
min-height: 100%; |
|
min-width: 1024px; |
|
width: 100%; |
|
height: auto; |
|
position: fixed; |
|
top: 0; |
|
left: 0; |
|
z-index:-1; |
|
} |
|
|
|
#page { |
|
overflow: auto; |
|
position: relative; |
|
} |
|
|
|
#splash { |
|
width: 450px; |
|
margin: 50px auto 0 auto; |
|
text-align: center; |
|
} |
|
|
|
#menuwrap { |
|
position: fixed; |
|
bottom: 10px; |
|
|
|
background-color:rgba(0, 0, 0, 0.6); |
|
height: 33px; |
|
width: 100%; |
|
} |
|
|
|
#menu { |
|
margin-left: 100px; |
|
color: #EEE; |
|
} |
|
|
|
#menu li { |
|
float: left; |
|
padding: 5px 0px 0px 0px; |
|
} |
|
|
|
#menu a:link, #menu a:visited { |
|
font-size: 14px; |
|
color: #EEE; |
|
padding: 5px 30px 12px 30px; |
|
} |
|
|
|
#menu a:hover, #menu a:active, #menu a:focus { |
|
text-decoration: none; |
|
color: #000; |
|
background-color: #EEE; |
|
} |
|
|
|
|
|
#wrapper { |
|
overflow: auto; |
|
position: relative; |
|
width: 960px; |
|
margin: 30px auto 0 auto; |
|
} |
|
|
|
#wrapper.each-other-wrapper { |
|
width: unset; |
|
} |
|
|
|
#content_right { |
|
width: 520px; |
|
float: right; |
|
margin-bottom: 100px; |
|
} |
|
|
|
.each-other-wrapper #content_right { |
|
width: 570px; |
|
} |
|
|
|
#content_left { |
|
width: 390px; |
|
float: left; |
|
margin-bottom: 100px; |
|
} |
|
|
|
div.content { |
|
color: #EEE; |
|
|
|
background-color:rgba(0, 0, 0, 0.6); |
|
margin: 30px 0 0 0; |
|
padding:40px; |
|
overflow:hidden; |
|
} |
|
|
|
.each-other-content { |
|
padding-bottom: 8rem; |
|
} |
|
|
|
.each-other-content h2 { |
|
margin-top: 1.5rem; |
|
} |
|
|
|
.each-other-content li { |
|
list-style: circle; |
|
margin-left: 2rem; |
|
} |
|
|
|
form { |
|
padding: 40px; |
|
} |
|
|
|
form input { |
|
float:left; |
|
margin-right: 30px; |
|
width: 160px; |
|
padding: 5px; |
|
border: 1px solid #CCC; |
|
} |
|
|
|
form label { |
|
width:120px; |
|
float:left; |
|
} |
|
|
|
form select { |
|
float:left; |
|
width:160px; |
|
padding:4px; |
|
margin-right:30px; |
|
} |
|
input[type="file"] { |
|
width:400px; |
|
} |
|
|
|
textarea { |
|
float:left; |
|
padding: 5px; |
|
width: 260px; |
|
height: 150px; |
|
margin-right: 40px; |
|
border: 1px solid #CCC; |
|
} |
|
|
|
input[type="submit"] { |
|
color: #000; |
|
background-color:#0095c9; |
|
border: none; |
|
width:auto; |
|
margin:10px 5px; |
|
} |
|
|
|
input[type="submit"]:hover { |
|
background-color:#000; |
|
color:#EEE; |
|
} |
|
|
|
li.form_error { |
|
|
|
background-color:#BC5467; |
|
padding:10px; |
|
margin-top:-10px; |
|
margin-bottom:10px; |
|
} |
|
|
|
.selected { |
|
background-color:#0095c9; |
|
color:#000; |
|
} |
|
|
|
span { |
|
|
|
} |
|
|
|
.clear { |
|
clear: both; |
|
} |
|
|
|
.small_input { |
|
width:70px; |
|
} |
|
|
|
.big_input { |
|
width:200px; |
|
} |
|
|
|
.top_100 { |
|
margin-top:100px; |
|
} |
|
|
|
ul.list { |
|
margin-bottom:20px; |
|
} |
|
|
|
ul.list ul { |
|
margin-left:10px; |
|
} |
|
|
|
div.container { |
|
|
|
} |
|
|
|
h1 a:hover, h2 a:hover, h3 a:hover { |
|
|
|
} |
|
|
|
a.continue { |
|
font-size:14px; |
|
font-style:italic; |
|
} |
|
|
|
|
|
ul.icons { |
|
margin-left:-5px; |
|
} |
|
|
|
ul.icons li { |
|
float:left; |
|
} |
|
|
|
ul.icons img { |
|
width:32px; |
|
height:32px; |
|
} |
|
|
|
|
|
|
|
#player ul#playlist { |
|
position:absolute; |
|
margin:0px 18px; |
|
display:none; |
|
width:250px; |
|
background-color:rgba(0, 0, 0, 0.8); |
|
|
|
padding:10px; |
|
} |
|
|
|
ul#playlist a:hover { |
|
color:#0088cc; |
|
} |
|
|
|
ul#playlist a.current_track { |
|
color:#0088cc; |
|
} |
|
|
|
div#menu #player { |
|
margin-top:-12px; |
|
} |
|
|
|
div#menu #player li { |
|
padding:0; |
|
} |
|
|
|
div#menu #player li a { |
|
padding:0; |
|
} |
|
|
|
div#menu #player li a:hover { |
|
background-color: transparent; |
|
} |
|
|
|
div#menu #player #playlist li { |
|
padding:5px; |
|
float:none; |
|
} |
|
|
|
#player ul#playlist a { |
|
font-size:12px; |
|
} |
|
|
|
#player:hover ul#playlist { |
|
display:block; |
|
} |
|
|
|
div#menu li#player { |
|
width:300px; |
|
padding:15px; |
|
} |
|
|
|
div.dropdownParent { |
|
font-size:20px; |
|
font-weight:bold; |
|
padding:10px 0; |
|
cursor:pointer; |
|
} |
|
|
|
a.preview_play span.icon { |
|
display:inline-block; |
|
background:url('/jplayer/images/mute-off.png'); |
|
text-indent:-9999px; |
|
outline: none; |
|
width: 30px; |
|
height: 15px; |
|
background-position: 10px center; |
|
background-repeat: no-repeat; |
|
} |
|
|
|
a.preview_play.active span.icon { |
|
background-position: -23px center; |
|
} |
|
|
|
a.preview_play span { |
|
color:#EEE; |
|
} |
|
|
|
a.preview_play.active span { |
|
color:#0095c9; |
|
} |
|
|
|
a.preview_play:hover { |
|
text-decoration:none; |
|
} |
|
|
|
.meta { |
|
font-size:10px; |
|
} |
|
|
|
.blog_meta { |
|
font-style:italic; |
|
} |
|
|
|
h3.list_header { |
|
cursor:pointer; |
|
color:#EEE; |
|
} |
|
|
|
h3 a , h2 a{ |
|
color:#0095c9; |
|
} |
|
|
|
|
|
|
|
@font-face { |
|
font-family: 'PT Mono'; |
|
font-style: normal; |
|
font-weight: 400; |
|
src: url(http://fonts.gstatic.com/s/ptmono/v13/9oRONYoBnWILk-9AnC8zNg.ttf) format('truetype'); |
|
} |
|
|
|
|
|
|
|
* { |
|
-webkit-box-sizing: border-box; |
|
-moz-box-sizing: border-box; |
|
box-sizing: border-box; |
|
} |
|
|
|
|
|
|
|
.jp-jplayer { |
|
width: 0px; |
|
height: 0px; |
|
background-color: #000000; |
|
} |
|
.jp-audio { |
|
margin: 0 auto; |
|
width: 400px; |
|
max-width: 100%; |
|
padding: 0 20px; |
|
font-size: 1em; |
|
font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif; |
|
color: #fff; |
|
line-height: 1.6; |
|
} |
|
.jp-audio a { |
|
text-decoration: none; |
|
color: #d2d6db; |
|
} |
|
.jp-audio a:hover { |
|
color: #ffffff; |
|
} |
|
.jp-interface { |
|
position: relative; |
|
height: 30px; |
|
width: 100%; |
|
} |
|
|
|
|
|
.jp-controls { |
|
float: left; |
|
width: 30px; |
|
height: 30px; |
|
list-style-type: none; |
|
padding: 0; |
|
margin: 0; |
|
z-index: 100; |
|
} |
|
.jp-controls:after { |
|
content: " "; |
|
position: absolute; |
|
top: 0; |
|
left: 30px; |
|
width: 0; |
|
height: 30px; |
|
} |
|
.jp-controls li { |
|
float: left; |
|
} |
|
.jp-controls a { |
|
position: absolute; |
|
overflow: hidden; |
|
text-indent: -9999px; |
|
} |
|
.jp-play, |
|
.jp-pause, |
|
.jp-mute, |
|
.jp-unmute { |
|
z-index: 1; |
|
outline: none; |
|
width: 30px; |
|
height: 30px; |
|
background-position: 10px center; |
|
background-repeat: no-repeat; |
|
} |
|
.jp-play:hover, |
|
.jp-pause:hover, |
|
.jp-mute:hover, |
|
.jp-unmute:hover { |
|
background-position: -23px center; |
|
} |
|
.jp-play { |
|
background-image: url('images/play.png'); |
|
} |
|
@media all and (-webkit-min-device-pixel-ratio: 1.5) { |
|
.jp-play { |
|
background-image: url('images/[EMAIL REDACTED]'); |
|
background-size: auto auto; |
|
} |
|
} |
|
.jp-pause { |
|
display: none; |
|
background-image: url('images/pause.png'); |
|
} |
|
@media all and (-webkit-min-device-pixel-ratio: 1.5) { |
|
.jp-pause { |
|
background-image: url('images/[EMAIL REDACTED]'); |
|
background-size: auto auto; |
|
} |
|
} |
|
.jp-mute, |
|
.jp-unmute { |
|
display: block; |
|
position: absolute; |
|
top: 0; |
|
right: 55px; |
|
} |
|
.jp-mute { |
|
background-image: url('images/mute-off.png'); |
|
} |
|
@media all and (-webkit-min-device-pixel-ratio: 1.5) { |
|
.jp-mute { |
|
background-image: url('images/[EMAIL REDACTED]'); |
|
background-size: auto auto; |
|
} |
|
} |
|
.jp-unmute { |
|
background-image: url('images/mute-on.png'); |
|
} |
|
@media all and (-webkit-min-device-pixel-ratio: 1.5) { |
|
.jp-unmute { |
|
background-image: url('images/[EMAIL REDACTED]'); |
|
background-size: auto auto; |
|
} |
|
} |
|
|
|
|
|
.jp-progress { |
|
position: absolute; |
|
padding: 0 95px 0 40px; |
|
margin-top: 12px; |
|
margin-bottom: 12px; |
|
margin-left: 0; |
|
margin-right: 0; |
|
width: 100%; |
|
height: 7px; |
|
} |
|
.jp-seek-bar, |
|
.jp-play-bar { |
|
width: 0px; |
|
height: 5px; |
|
-webkit-border-radius: 1px; |
|
-khtml-border-radius: 1px; |
|
-moz-border-radius: 1px; |
|
-o-border-radius: 1px; |
|
border-radius: 1px; |
|
} |
|
.jp-seek-bar { |
|
cursor: pointer; |
|
position: relative; |
|
z-index: 999; |
|
background: #464849; |
|
} |
|
.jp-seek-bar:before { |
|
content: " "; |
|
display: block; |
|
background: transparent; |
|
|
|
border-color: #212424 #262929 #262929; |
|
height: 5px; |
|
width: 100%; |
|
position: relative; |
|
top: -1px; |
|
left: -1px; |
|
-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); |
|
-khtml-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); |
|
-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); |
|
-o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); |
|
box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); |
|
-webkit-border-radius: 1px; |
|
-khtml-border-radius: 1px; |
|
-moz-border-radius: 1px; |
|
-o-border-radius: 1px; |
|
border-radius: 1px; |
|
} |
|
.jp-play-bar { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
-webkit-animation: progress 0.75s linear infinite; |
|
-moz-animation: progress 0.75s linear infinite; |
|
-o-animation: progress 0.75s linear infinite; |
|
-ms-animation: progress 0.75s linear infinite; |
|
animation: progress 0.75s linear infinite; |
|
} |
|
|
|
|
|
.jp-volume-bar { |
|
float: right; |
|
z-index: 99; |
|
position: relative; |
|
margin: 10px 10px 12px; |
|
width: 40px; |
|
height: 7px; |
|
cursor: pointer; |
|
background: #262929; |
|
-webkit-border-radius: 1px; |
|
-khtml-border-radius: 1px; |
|
-moz-border-radius: 1px; |
|
-o-border-radius: 1px; |
|
border-radius: 1px; |
|
} |
|
.jp-volume-bar-value { |
|
width: 0px; |
|
height: 7px; |
|
|
|
-webkit-border-radius: 1px; |
|
-khtml-border-radius: 1px; |
|
-moz-border-radius: 1px; |
|
-o-border-radius: 1px; |
|
border-radius: 1px; |
|
} |
|
|
|
.jp-volume-bar-value, |
|
.jp-play-bar { |
|
-webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3); |
|
-khtml-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3); |
|
-moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3); |
|
-o-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3); |
|
box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3); |
|
-webkit-background-size: 7px 7px; |
|
-moz-background-size: 7px 7px; |
|
-o-background-size: 7px 7px; |
|
background-size: 7px 7px; |
|
background-color: #0095c9; |
|
background-repeat: repeat-x; |
|
} |
|
|
|
.jp-play-bar { |
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#0095c9), to(#3395c9)); |
|
background-image: -moz-linear-gradient(#0095c9, #3395c9); |
|
background-image: -ms-linear-gradient(#0095c9, #3395c9); |
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0095c9), color-stop(100%, #3395c9)); |
|
background-image: -webkit-linear-gradient(#0095c9, #3395c9); |
|
background-image: -o-linear-gradient(#0095c9, #3395c9); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095c9', endColorstr='#3395c9', GradientType=0); |
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095c9', endColorstr='#3395c9', GradientType=0)"; |
|
background-image: linear-gradient(#0095c9, #3395c9); |
|
background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.3)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.3)), color-stop(0.75, rgba(255, 255, 255, 0.3)), color-stop(0.75, transparent), to(transparent)); |
|
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent); |
|
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent); |
|
background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent); |
|
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent); |
|
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent); |
|
} |
|
|
|
|
|
.jp-time-holder { |
|
display: none; |
|
visibility: hidden; |
|
} |
|
|
|
|
|
.jp-toggles { |
|
display: none; |
|
visibility: hidden; |
|
} |
|
|
|
|
|
|
|
@-webkit-keyframes progress { |
|
0% { |
|
background-position: 0; |
|
} |
|
100% { |
|
background-position: -7px; |
|
} |
|
} |
|
@-moz-keyframes progress { |
|
0% { |
|
background-position: 0; |
|
} |
|
100% { |
|
background-position: -7px; |
|
} |
|
} |
|
@-ms-keyframes progress { |
|
0% { |
|
background-position: 0; |
|
} |
|
100% { |
|
background-position: -7px; |
|
} |
|
} |
|
@-o-keyframes progress { |
|
0% { |
|
background-position: 0; |
|
} |
|
100% { |
|
background-position: -7px; |
|
} |
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.dropdownParent { |
|
cursor:pointer; |
|
position:relative; |
|
padding:10px 0; |
|
} |
|
|
|
div.dropdownParent * { |
|
padding:0; |
|
margin:0; |
|
} |
|
|
|
div.dropdownChild { |
|
display:none; |
|
margin-bottom:30px; |
|
} |
|
|
|
.cmsImageCentre { |
|
display:block; |
|
margin-left:auto; |
|
margin-right:auto; |
|
} |
|
|
|
.cmsImageLeft { |
|
float:left; |
|
} |
|
|
|
.cmsImageRight { |
|
float:right; |
|
} |
|
|
|
.clear { |
|
clear:both; |
|
} |
|
</style> |
|
<meta content="Website of Scottish composer Richard Greer." name="description"> |
|
<meta content="Richard, Greer, composer, classical music" name="keywords"> |
|
<meta content="Glynn Forrest" name="author"> |
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> |
|
<title> |
|
A Polemic Overture - Richard Greer |
|
</title> |
|
</head> |
|
<body> |
|
<div> |
|
<img alt="background image" id="bg" src="rick.jpg"> |
|
</div> |
|
<div id="wrapper"> |
|
<div class="content" id="content_left"> |
|
<div class="cmsWidget cmsWidgetTitle"> |
|
<div class="cmsWidgetContent" style="display: block;"> |
|
<h1> |
|
Works |
|
</h1> |
|
</div> |
|
</div> |
|
<ul class="list"> |
|
<ul id="/works"> |
|
<li> |
|
<a id="67"> |
|
Violin Concerto |
|
</a> |
|
</li> |
|
<li> |
|
<a id="68"> |
|
Darwin Among The Machines |
|
</a> |
|
</li> |
|
<li> |
|
<a id="66"> |
|
Each Other |
|
</a> |
|
</li> |
|
<li> |
|
<a id="65"> |
|
Electric Dreams |
|
</a> |
|
</li> |
|
</ul> |
|
</ul> |
|
<ul class="list"> |
|
<li> |
|
<a> |
|
<b> |
|
View by instrumentation |
|
</b> |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
<b> |
|
View by year |
|
</b> |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
<b> |
|
View all |
|
</b> |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
<div class="content" id="content_right"> |
|
<h1> |
|
A Polemic Overture |
|
</h1> |
|
<p class="meta blog_meta"> |
|
(2012) |
|
<i> |
|
For 4 Horns in F, 3 Trumpets in C, 2 Tubas, 5 Tenors, 4 Violins |
|
</i> |
|
- |
|
5' |
|
</p> |
|
<p> |
|
This little overture is my parody and comment on political rhetoric. |
|
</p> |
|
<p> |
|
In his 1946 essay |
|
<a> |
|
<span> |
|
‘Politics and The English Language’ |
|
<span> |
|
</span> |
|
</span> |
|
</a> |
|
, George Orwell condemns and explores this frivolous relationship with language. |
|
</p> |
|
<p> |
|
I have set an excerpt from the opening of the essay in badly translated German, courtesy of Google Translate. |
|
</p> |
|
<p> |
|
Dedicated to Brendan Toal, for friendship, good times and being the greatest parody-agent I know. |
|
</p> |
|
<p> |
|
Premièred at PLUG 2012. Conducted by Eoin Tonner. |
|
</p> |
|
</div> |
|
</div> |
|
<div class="clear"> |
|
</div> |
|
<div id="menuwrap"> |
|
<div id="menu"> |
|
<ul> |
|
<li> |
|
<a> |
|
Home |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Bio |
|
</a> |
|
</li> |
|
<li> |
|
<a class="selected"> |
|
Works |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Performances |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
</body> |
|
</html> |
|
|