36 lines
654 B
SCSS
36 lines
654 B
SCSS
|
.lecture-title {
|
||
|
font-family: Arial,sans-serif;
|
||
|
font-size: 26px;
|
||
|
font-weight: bold;
|
||
|
line-height: 26px;
|
||
|
padding: 0px 0px 7px;
|
||
|
font-style: italic;
|
||
|
|
||
|
span.subtitle {
|
||
|
font-size: 18px;
|
||
|
font-style: italic;
|
||
|
color: #999;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.abstract, .description {
|
||
|
h3 {
|
||
|
font-family: Arial,sans-serif;
|
||
|
margin-top: 14px;
|
||
|
font-size: 21px;
|
||
|
font-style: italic;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
text-indent: 10px;
|
||
|
margin-top: 0px;
|
||
|
margin-bottom: 0px;
|
||
|
padding: 0;
|
||
|
width: 600px;
|
||
|
}
|
||
|
|
||
|
p:last-of-type {
|
||
|
margin-bottom: 15px;
|
||
|
}
|
||
|
}
|