1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00
antd-web-apps/info/style.css
2018-02-20 18:24:03 +01:00

102 lines
1.7 KiB
CSS

@font-face {
font-family: 'FuturaBold';
src: url('fonts/FuturaNewDemi.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FuturaNormal';
src: url('fonts/FuturaNewLight.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/** Generated by FG **/
@font-face {
font-family: 'FuturaItalic';
src: url('fonts/FuturaNewLightOblique.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.layout{
width:800px;
font-family: "FuturaNormal";
text-align: justify;
margin:0 auto;
}
h1 {
font-size: 25px;
text-align: center;
margin-top: 20px;
font-family: "FuturaBold";
}
h1 .name{
color:#3170B2;
border-right: 2px solid #878887;
padding-right: 10px;
}
h1 .cv{
color:#878887;
}
.coordination {
color:#878887;
text-align: center;
}
.coordination span.text{
margin-right: 10px;
}
.shortbio span.fa{
color:#878887;
}
.container h1{
font-size:20px;
text-align: left;
color:#3170B2;
border-bottom: 1px solid #3170B2;
}
.sub-container h2
{
color:#3170B2;
font-size:18px;
color:#3170B2;
border-bottom: 1px dotted #3170B2;
}
.entry{
margin-bottom: 10px;
}
.entry .title{
font-family: "FuturaBold";
}
.entry p .title .fa{
color:#878887;
}
.entry p{
padding:0;
margin:0;
}
.entry p span.fa{
color:#878887;
}
.entry .location{
float:right;
font-family: "FuturaBold";
}
.entry-short-des{
font-family: "FuturaItalic";
padding-left: 13px;
}
.entry-short-des span.date{
float:right;
}
.entry-description{
clear: both;
padding-left: 13px;
}
.title-optional{
font-family: "FuturaItalic";
}