Doxygen: Use larger fonts
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 11 Feb 2014 06:56:09 +0000 (15:56 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 13 Feb 2014 02:24:48 +0000 (11:24 +0900)
Yes, I know. Someone hates large fonts.
But the ones currently used are so SMALL!
Also, this will just revert back to what's defined in e.css,
because body and list font size aren't even consistent.

Also, display the page titles like titles: big fat blue letters.

doc/e.css
doc/img/edoxy.css

index d899c94dc4d430eebec1c700c8fc5c9d1780295b..2820ce3f100cc6516e5a1dc2c76afe5c26fe80f3 100644 (file)
--- a/doc/e.css
+++ b/doc/e.css
@@ -379,6 +379,8 @@ p.tiny { color: #aaaaaa; font-size: 10px; }
 
 h1, h2, h3, h4, h5, h6 { color: #3399ff; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0); }
 
+div.headertitle { color: #3399ff; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0); font-size: 24px; font-weight: bold; }
+
 h1 { font-size: 21px; }
 
 h2 { font-size: 18px; }
index 997a30aab68cd0175d0300530e796632c43f96d7..ace425bbb5ddcff63fc78d2e8cbbeb8c070190d9 100644 (file)
@@ -1,7 +1,9 @@
+/*
 BODY, TD { font-size: 10px; }
 H1 { font-size: 160%; }
 H2 { font-size: 120%; }
 H3 { font-size: 100%; }
+*/
 CAPTION { 
   font-weight: bold 
 }