mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-04 15:24:23 +01:00
105 lines
2.2 KiB
CSS
105 lines
2.2 KiB
CSS
*:focus {
|
|
outline: none;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'ProximaNovaBlack';
|
|
src: url('http://dfimg.com/fonts/proximanova-black-webfont.eot');
|
|
src: url('http://dfimg.com/fonts/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('http://dfimg.com/fonts/proximanova-black-webfont.woff') format('woff'),
|
|
url('http://dfimg.com/fonts/proximanova-black-webfont.ttf') format('truetype'),
|
|
url('http://dfimg.com/fonts/proximanova-black-webfont.svg#ProximaNovaBlack') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'ProximaNovaRegular';
|
|
src: url('http://dfimg.com/fonts/proximanova-regular-webfont.eot');
|
|
src: url('http://dfimg.com/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('http://dfimg.com/fonts/proximanova-regular-webfont.woff') format('woff'),
|
|
url('http://dfimg.com/fonts/proximanova-regular-webfont.ttf') format('truetype'),
|
|
url('http://dfimg.com/fonts/proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
body {
|
|
font-family: ProximaNovaRegular, Helvetica, Arial, sans-serif;
|
|
font-size: 22px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
#container {
|
|
width: 960px;
|
|
margin: 30px auto;
|
|
}
|
|
|
|
h1 {
|
|
font-family: ProximaNovaBlack, Helvetica, Arial, sans-serif;
|
|
font-size: 60px;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
margin-bottom: 40px;
|
|
padding-bottom: 40px;
|
|
letter-spacing: -2px;
|
|
border-bottom: 1px solid #dbdbdb;
|
|
}
|
|
|
|
p {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
b {
|
|
font-family: ProximaNovaRegular, Helvetica, Arial, sans-serif;
|
|
font-weight: bolder
|
|
}
|
|
|
|
a {
|
|
color:black;
|
|
}
|
|
|
|
a:hover {
|
|
color:green;
|
|
}
|
|
|
|
blockquote {
|
|
display: block;
|
|
padding-left: 20px;
|
|
border-left: 6px solid #df0d32;
|
|
}
|
|
|
|
.editable {
|
|
outline: none;
|
|
margin: 0 0 20px 0;
|
|
padding: 0 0 20px 0;
|
|
border-bottom: 1px solid #dbdbdb;
|
|
}
|
|
|
|
|
|
#container {
|
|
width: 960px;
|
|
margin: 30px auto;
|
|
}
|
|
|
|
|
|
h3 {
|
|
font-size: 32px;
|
|
line-height: 42px;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 26px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
|
|
blockquote {
|
|
border-left: 5px solid #555;
|
|
margin-left: -15px;
|
|
padding-left: 15px;
|
|
font-style: italic;
|
|
color: #555;
|
|
}
|
|
|