doc: alter doc CSS for the removal of Apex Sans

Signed-off-by: Ross Turk <rturk@redhat.com>
This commit is contained in:
Ross Turk 2014-05-28 22:55:01 +00:00
parent 7f46b7b5e0
commit c08f48101e

View File

@ -13,28 +13,8 @@
/* -- page layout ----------------------------------------------------------- */
@font-face {
font-family: 'ApexSansMedium';
src: url('font/ApexSans-Medium.eot');
src: url('font/ApexSans-Medium.eot?#iefix') format('embedded-opentype'),
url('font/ApexSans-Medium.woff') format('woff'),
url('font/ApexSans-Medium.ttf') format('truetype'),
url('font/ApexSans-Medium.svg#FontAwesome') format('svg');
font-weight: normal;
font-style: normal;
}
@import url('http://fonts.googleapis.com/css?family=Titillium+Web:400,300,700');
@font-face {
font-family: 'ApexSansBook';
src: url('font/ApexSans-Book.eot');
src: url('font/ApexSans-Book.eot?#iefix') format('embedded-opentype'),
url('font/ApexSans-Book.woff') format('woff'),
url('font/ApexSans-Book.ttf') format('truetype'),
url('font/ApexSans-Book.svg#FontAwesome') format('svg');
font-weight: normal;
font-style: normal;
}
body {
font: 14px/1.4 Helvetica, Arial, sans-serif;
background-color: #E6E8E8;
@ -112,10 +92,10 @@ div.sphinxsidebarwrapper{
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
font-family: ApexSansMedium;
font-family: 'Titillium Web', sans-serif;
color: #e6e8e8;
font-size: 1.2em;
font-weight: normal;
font-weight: 500;
margin: 0;
padding: 5px 10px;
background-color: #5e6a71;
@ -178,19 +158,14 @@ div.body h3,
div.body h4,
div.body h5,
div.body h6 {
// font-family: ApexSansMedium;
// background-color: #80D2DC;
// font-weight: normal;
// color: #37424a;
margin: 30px 0px 10px 0px;
padding: 5px 0 5px 0px;
// text-shadow: 0px 1px 0 white;
text-transform: uppercase;
}
div.body h1 { font: 20px/2.0 ApexSansBook; color: #37424A; border-top: 20px solid white; margin-top: 0; }
div.body h2 { font: 18px/1.8 ApexSansMedium; background-color: #5E6A71; color: #E6E8E8; padding: 5px 10px; }
div.body h3 { font: 16px/1.6 ApexSansMedium; color: #37424A; }
div.body h1 { font: 20px/2.0 'Titillium Web'; color: #37424A; border-top: 20px solid white; margin-top: 0; }
div.body h2 { font: 18px/1.8 'Titillium Web'; background-color: #5E6A71; color: #E6E8E8; padding: 5px 10px; }
div.body h3 { font: 16px/1.6 'Titillium Web'; color: #37424A; }
div.body h4 { font: 14px/1.4 Helvetica, Arial, sans-serif; color: #37424A; }
div.body h5 { font: 12px/1.2 Helvetica, Arial, sans-serif; color: #37424A; }
div.body h6 { font-size: 100%; color: #37424A; }
@ -322,4 +297,4 @@ dl.glossary dt {
font-size: 1.0em;
padding-top:20px;
}
}