docs: updated font size

This commit is contained in:
Youjin Lee 2023-09-11 22:22:12 +09:00 committed by Hermet Park
parent 81b70e0334
commit d356b3f1e2
3 changed files with 47 additions and 24 deletions

View file

@ -3,11 +3,11 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&family=Source+Code+Pro&display=swap');
body, table, div, p, dl {
font: 300 16px/22px Poppins,sans-serif;
font: 300 14px/18px Poppins,sans-serif;
}
p.reference, p.definition {
font: 400 14px/22px Poppins,sans-serif;
font: 400 14px/18px Poppins,sans-serif;
}
/* @group Heading Levels */
@ -16,22 +16,26 @@ h1.groupheader {
font-size: 150%;
}
/* header title */
.title {
font: 400 14px/28px Poppins,sans-serif;
font-size: 150%;
font-size: 130%;
font-weight: bold;
margin: 10px 2px;
letter-spacing: 0.8px;
}
/* Public Member Functions */
h2.groupheader {
border-bottom: 1px solid #4A4A4A;
color: #0A0A0A;
font-size: 150%;
font-weight: normal;
font-size: 120%;
font-weight: bold;
margin-top: 1.75em;
padding-top: 8px;
padding-bottom: 4px;
width: 100%;
letter-spacing: 0.8px;
}
h3.groupheader {
@ -597,29 +601,29 @@ table.memberdecls {
.memItemLeft, .memItemRight,
/* functions text */
.memTemplItemLeft, .memTemplItemRight {
font: 300 16px/22px 'Source Code Pro',sans-serif;
font: 300 14px/18px 'Source Code Pro',sans-serif;
}
/* Classes text link */
.memItemLeft a, .memItemLeft a:visited {
font: 300 18px/22px 'Source Code Pro',sans-serif;
font: 300 14px/18px 'Source Code Pro',sans-serif;
color: #185abc;
}
.memItemRight a, .memItemRight a:visited,
.memTemplItemRight a, .memTemplItemRight a:visited {
font: 300 18px/22px 'Source Code Pro',sans-serif;
font: 300 14px/18px 'Source Code Pro',sans-serif;
color: #185abc;
font-weight: bold;
}
.mdescRight .el {
font: 300 16px/22px 'Source Code Pro',sans-serif;
font: 300 14px/18px 'Source Code Pro',sans-serif;
color: #185abc;
}
.memdoc .el {
font: 300 16px/22px 'Source Code Pro',sans-serif;
font: 300 14px/18px 'Source Code Pro',sans-serif;
color: #185abc !important;
}
@ -666,6 +670,11 @@ table.memberdecls {
float:left;
}
h2.memtitle {
font-size: 18px;
font-weight: bold;
}
.permalink
{
font-size: 65%;
@ -731,9 +740,11 @@ table.memberdecls {
background-color: #f9f9f9;
}
/* mem title overload text */
.overload {
font-family: "courier new",courier,monospace;
font-size: 65%;
font-family: 'Source Code Pro',"courier new",courier,monospace;
font-size: 12px;
font-weight: normal;
}
/* border, shadow, background in memdoc area */
@ -786,9 +797,11 @@ dl.reflist dd {
vertical-align: top;
}
/* parameter type text */
.params .paramdir, .tparams .paramdir {
font-family: "courier new",courier,monospace;
vertical-align: top;
font-family: 'Source Code Pro',"courier new",courier,monospace;
font-size: 12px;
vertical-align: top;
}
table.mlabels {
@ -801,7 +814,7 @@ td.mlabels-left {
}
td.mlabels-left .memname {
font: 300 16px/22px 'Source Code Pro',sans-serif !important;
font: 300 14px/18px 'Source Code Pro',sans-serif !important;
}
td.mlabels-left .memname a {
@ -935,7 +948,7 @@ div.directory {
.iconfopen {
width: 24px;
height: 18px;
height: 16px;
margin-bottom: 4px;
background-image:url('folderopen.png');
background-position: 0px -4px;
@ -946,7 +959,7 @@ div.directory {
.iconfclosed {
width: 24px;
height: 18px;
height: 16px;
margin-bottom: 4px;
background-image:url('folderclosed.png');
background-position: 0px -4px;
@ -957,7 +970,7 @@ div.directory {
.icondoc {
width: 24px;
height: 18px;
height: 16px;
margin-bottom: 4px;
background-image:url('doc.png');
background-position: 0px -4px;
@ -966,8 +979,9 @@ div.directory {
display: inline-block;
}
/* Class List table */
table.directory {
font: 300 16px Poppins,sans-serif;
font: 300 14px Poppins,sans-serif;
}
/* @end */
@ -1085,6 +1099,7 @@ table.fieldtable {
/* footer background */
.navpath ul
{
font-family: Poppins,sans-serif;
font-size: 11px;
height:30px;
line-height:30px;
@ -1107,6 +1122,11 @@ table.fieldtable {
color:#0B0B0B;
}
.navpath li.navelem {
font-family: Poppins,'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
font-size: 10px;
}
.navpath li.navelem a
{
height:32px;
@ -1114,14 +1134,13 @@ table.fieldtable {
text-decoration: none;
outline: none;
color: #040404;
font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
/*text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);*/
text-decoration: none;
}
.navpath li.navelem a:hover
{
color:#303030;
color:#eeeeee;
}
/* footer */

View file

@ -45,7 +45,8 @@
#nav-tree .label {
margin:0px;
padding:0px;
font: 300 14px Poppins,Geneva,Helvetica,Arial,sans-serif;
font: 300 12px Poppins,Geneva,Helvetica,Arial,sans-serif;
letter-spacing: 0.8px;
}
#nav-tree .label a {

View file

@ -71,6 +71,7 @@
font-size: 13px;
/*font-weight: bold;*/
line-height: 36px;
letter-spacing: 0.8px;
text-decoration: none;
/*text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
color: #283A5D;*/
@ -130,10 +131,12 @@
background:rgba(162, 162, 162, 0.1)
}
/* tab popup text */
.sm-dox ul a, .sm-dox ul a:focus, .sm-dox ul a:hover, .sm-dox ul a:active {
font-size: 12px;
border-left: 8px solid transparent;
line-height: 36px;
letter-spacing: 0.8px;
text-shadow: none;
background-color: white;
background-image:none