|
<style type="text/css"> |
|
|
|
|
|
|
|
|
|
corpus { |
|
height: 100%; |
|
width: 100%; |
|
} |
|
|
|
corpus { |
|
background: rgb(230,230,240); |
|
-webkit-background-size: cover; |
|
-moz-background-size: cover; |
|
-o-background-size: cover; |
|
background-size: cover; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
speaker { |
|
display: block; |
|
background: rgb(255,255,255); |
|
z-index: 1; |
|
top: 0; |
|
left: 0; |
|
margin: 40px auto; |
|
width: 800px; |
|
padding-top: 5px; |
|
padding-bottom: 5px; |
|
float: middle; |
|
border-radius: 12px 12px; |
|
-moz-border-radius:12px 12px; |
|
-webkit-border-radius:12px 12px; |
|
} |
|
|
|
speaker:before { |
|
display: block; |
|
padding-top: 5px; |
|
padding-bottom: 5px; |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
margin-left: 20px; |
|
margin-right: 20px; |
|
background: rgb(30,70,150); |
|
color: rgb(230,230,240); |
|
font-size: 18pt; |
|
font-weight: bold; |
|
text-align: center; |
|
content: "Speaker: " attr(id); |
|
border-radius: 12px 12px; |
|
-moz-border-radius:12px 12px; |
|
-webkit-border-radius:12px 12px; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
session { |
|
display: block; |
|
padding-top: 5px; |
|
padding-bottom: 10px; |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
margin-left: 20px; |
|
margin-right: 20px; |
|
background: rgb(220,230,220); |
|
border-radius: 12px 12px; |
|
-moz-border-radius:12px 12px; |
|
-webkit-border-radius:12px 12px; |
|
} |
|
session:before { |
|
display: block; |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
margin-left: 20px; |
|
margin-right: 20px; |
|
color: rgb(30,70,150); |
|
font-size: 16pt; |
|
text-align: center; |
|
content: "Recording session number: " attr(idx); |
|
} |
|
|
|
|
|
date:before { content: "Date: ";} |
|
date { |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
margin-left: 40px; |
|
margin-right: auto; |
|
color: rgb(15,15,100); |
|
font-size: 12pt; |
|
} |
|
|
|
town { |
|
} |
|
|
|
country:before { content: " (";} |
|
country {} |
|
country:after { content: ")";} |
|
|
|
|
|
setting:before { content: "Setting: ";} |
|
setting { |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
margin-left: 40px; |
|
margin-right: auto; |
|
font-size: 12pt; |
|
color: rgb(15,15,100); |
|
display: block; |
|
} |
|
|
|
|
|
read{} |
|
read:before { |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
margin-left: 40px; |
|
margin-right: auto; |
|
font-size: 12pt ; |
|
color: rgb(15,15,100); |
|
content: "Text: " attr(idx); |
|
} |
|
lang{ |
|
display: block; |
|
} |
|
lang:before { |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
margin-left: 40px; |
|
margin-right: auto; |
|
font-size: 12pt ; |
|
color: rgb(15,15,100); |
|
content: "Lang: " attr(code); |
|
} |
|
recording { |
|
display: block; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
description { |
|
display: block; |
|
padding-top: 5px; |
|
padding-bottom: 10px; |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
margin-left: 20px; |
|
margin-right: 20px; |
|
background: rgb(220,220,230); |
|
border-radius: 12px 12px; |
|
-moz-border-radius:12px 12px; |
|
-webkit-border-radius:12px 12px; |
|
} |
|
|
|
sex:before { content: "Sex: ";} |
|
sex { |
|
display: block; |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
margin-left: 40px; |
|
margin-right: auto; |
|
color: rgb(15,15,100); |
|
font-size: 12pt; |
|
} |
|
|
|
born:before { content: "Born: ";} |
|
born { |
|
display: block; |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
margin-left: 40px; |
|
margin-right: auto; |
|
color: rgb(15,15,100); |
|
} |
|
year{} |
|
|
|
|
|
places:before { |
|
content: "Places: "; |
|
} |
|
places { |
|
display: block; |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
margin-left: 40px; |
|
margin-right: auto; |
|
} |
|
|
|
place:before { |
|
content: "Place: "; |
|
} |
|
|
|
place { |
|
display: block; |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
padding-left: 40px; |
|
margin-right: auto; |
|
font-size: 12pt ; |
|
color: rgb(15,15,100); |
|
} |
|
place:after { |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
padding-left: 40px; |
|
margin-right: auto; |
|
font-size: 12pt ; |
|
color: rgb(15,15,100); |
|
content: " (" attr(type) ")"; |
|
} |
|
from {} |
|
to{} |
|
|
|
occupation { |
|
display: block; |
|
} |
|
current:before { |
|
content: "Current position: "; |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
padding-left: 40px; |
|
margin-right: auto; |
|
} |
|
current{ |
|
display: block; |
|
} |
|
|
|
past:before { |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
padding-left: 40px; |
|
margin-right: auto; |
|
content: "Past position: "; |
|
} |
|
past{ |
|
display: block; |
|
} |
|
|
|
education:before { |
|
content: "Education: "; |
|
} |
|
education { |
|
display: block; |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
padding-left: 40px; |
|
margin-right: auto; |
|
} |
|
|
|
|
|
spoken:before { |
|
content: "Spoken languages: "; |
|
} |
|
spoken { |
|
display: block; |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
padding-left: 40px; |
|
margin-right: auto; |
|
} |
|
|
|
lang { |
|
display: block; |
|
} |
|
|
|
level:before |
|
{ |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
padding-left: 40px; |
|
margin-right: auto; |
|
content: "(level: " attr(type) ") "; |
|
} |
|
|
|
freq:before { |
|
margin-top: 10px; |
|
margin-bottom: 10px; |
|
padding-left: 40px; |
|
margin-right: auto; |
|
content: "(frequence of use: " attr(type) ")"; |
|
} |
|
|
|
</style> |
|
|
|
|
|
|