libreccm-legacy/ccm-core/web/themes/foundry-base/styles/public.css

124 lines
4.2 KiB
CSS

/*
Public CSS file for all media types
*/
/*
Font declarations
*/
@font-face {
font-family: 'Text';
src: url('../fonts/PTS55F-webfont.eot');
src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/PTS55F-webfont.woff') format('woff'),
url('../fonts/PTS55F-webfont.ttf') format('truetype'),
url('../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Text';
src: url('../fonts/PTS56F-webfont.eot');
src: url('../fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/PTS56F-webfont.woff') format('woff'),
url('../fonts/PTS56F-webfont.ttf') format('truetype'),
url('../fonts/PTS56F-webfont.svg#pt_sansitalic') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Text';
src: url('../fonts/PTS75F-webfont.eot');
src: url('../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/PTS75F-webfont.woff') format('woff'),
url('../fonts/PTS75F-webfont.ttf') format('truetype'),
url('../fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Text';
src: url('../fonts/PTS76F-webfont.eot');
src: url('../fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/PTS76F-webfont.woff') format('woff'),
url('../fonts/PTS76F-webfont.ttf') format('truetype'),
url('../fonts/PTS76F-webfont.svg#pt_sansbold_italic') format('svg');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'TextCond';
src: url('../fonts/PTN57F-webfont.eot');
src: url('../fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/PTN57F-webfont.woff') format('woff'),
url('../fonts/PTN57F-webfont.ttf') format('truetype'),
url('../fonts/PTN57F-webfont.svg#pt_narrowregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TextCond';
src: url('../fonts/PTN77F-webfont.eot');
src: url('../fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/PTN77F-webfont.woff') format('woff'),
url('../fonts/PTN77F-webfont.ttf') format('truetype'),
url('../fonts/PTN77F-webfont.svg#pt_narrowbold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Caption';
src: url('../fonts/PTC55F-webfont.eot');
src: url('../fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/PTC55F-webfont.woff') format('woff'),
url('../fonts/PTC55F-webfont.ttf') format('truetype'),
url('../fonts/PTC55F-webfont.svg#pt_sans_captionregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Caption';
src: url('../fonts/PTC75F-webfont.eot');
src: url('../fonts/PTC75F-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/PTC75F-webfont.woff') format('woff'),
url('../fonts/PTC75F-webfont.ttf') format('truetype'),
url('../fonts/PTC75F-webfont.svg#pt_sans_captionbold') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Title';
src: url('../fonts/TrajanPro-Regular.eot');
src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/TrajanPro-Regular.woff') format('woff'),
url('../fonts/TrajanPro-Regular.ttf') format('truetype'),
url('../fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Special';
src: url('../fonts/Georgia-webfont.eot');
src: url('../fonts/Georgia-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Georgia-webfont.woff') format('woff'),
url('../fonts/Georgia-webfont.ttf') format('truetype'),
url('../fonts/Georgia-webfont.svg#Georgia-webfont') format('svg');
font-weight: normal;
font-style: normal;
}
a.nav-hide {
display: none;
}