diff options
author | Ross Turk <rturk@redhat.com> | 2014-05-29 00:55:01 +0200 |
---|---|---|
committer | Ross Turk <rturk@redhat.com> | 2014-05-29 00:55:01 +0200 |
commit | c08f48101e273c4debcfd8468186467e8d3828c8 (patch) | |
tree | 6fa0dd022dba7693ba4ca69d101eeaaf3a9433b4 /doc/_themes | |
parent | doc: removed Apex Sans font, replace with font from GFE (diff) | |
download | ceph-c08f48101e273c4debcfd8468186467e8d3828c8.tar.xz ceph-c08f48101e273c4debcfd8468186467e8d3828c8.zip |
doc: alter doc CSS for the removal of Apex Sans
Signed-off-by: Ross Turk <rturk@redhat.com>
Diffstat (limited to 'doc/_themes')
-rw-r--r-- | doc/_themes/ceph/static/nature.css_t | 39 |
1 files changed, 7 insertions, 32 deletions
diff --git a/doc/_themes/ceph/static/nature.css_t b/doc/_themes/ceph/static/nature.css_t index 394a6339f1e..1673a545392 100644 --- a/doc/_themes/ceph/static/nature.css_t +++ b/doc/_themes/ceph/static/nature.css_t @@ -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; -}
\ No newline at end of file +} |