mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
docs: updated font size
This commit is contained in:
parent
81b70e0334
commit
d356b3f1e2
3 changed files with 47 additions and 24 deletions
|
@ -3,11 +3,11 @@
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&family=Source+Code+Pro&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&family=Source+Code+Pro&display=swap');
|
||||||
|
|
||||||
body, table, div, p, dl {
|
body, table, div, p, dl {
|
||||||
font: 300 16px/22px Poppins,sans-serif;
|
font: 300 14px/18px Poppins,sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.reference, p.definition {
|
p.reference, p.definition {
|
||||||
font: 400 14px/22px Poppins,sans-serif;
|
font: 400 14px/18px Poppins,sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @group Heading Levels */
|
/* @group Heading Levels */
|
||||||
|
@ -16,22 +16,26 @@ h1.groupheader {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* header title */
|
||||||
.title {
|
.title {
|
||||||
font: 400 14px/28px Poppins,sans-serif;
|
font: 400 14px/28px Poppins,sans-serif;
|
||||||
font-size: 150%;
|
font-size: 130%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 10px 2px;
|
margin: 10px 2px;
|
||||||
|
letter-spacing: 0.8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Public Member Functions */
|
||||||
h2.groupheader {
|
h2.groupheader {
|
||||||
border-bottom: 1px solid #4A4A4A;
|
border-bottom: 1px solid #4A4A4A;
|
||||||
color: #0A0A0A;
|
color: #0A0A0A;
|
||||||
font-size: 150%;
|
font-size: 120%;
|
||||||
font-weight: normal;
|
font-weight: bold;
|
||||||
margin-top: 1.75em;
|
margin-top: 1.75em;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
letter-spacing: 0.8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.groupheader {
|
h3.groupheader {
|
||||||
|
@ -597,29 +601,29 @@ table.memberdecls {
|
||||||
.memItemLeft, .memItemRight,
|
.memItemLeft, .memItemRight,
|
||||||
/* functions text */
|
/* functions text */
|
||||||
.memTemplItemLeft, .memTemplItemRight {
|
.memTemplItemLeft, .memTemplItemRight {
|
||||||
font: 300 16px/22px 'Source Code Pro',sans-serif;
|
font: 300 14px/18px 'Source Code Pro',sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Classes text link */
|
/* Classes text link */
|
||||||
.memItemLeft a, .memItemLeft a:visited {
|
.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;
|
color: #185abc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.memItemRight a, .memItemRight a:visited,
|
.memItemRight a, .memItemRight a:visited,
|
||||||
.memTemplItemRight a, .memTemplItemRight 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;
|
color: #185abc;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdescRight .el {
|
.mdescRight .el {
|
||||||
font: 300 16px/22px 'Source Code Pro',sans-serif;
|
font: 300 14px/18px 'Source Code Pro',sans-serif;
|
||||||
color: #185abc;
|
color: #185abc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.memdoc .el {
|
.memdoc .el {
|
||||||
font: 300 16px/22px 'Source Code Pro',sans-serif;
|
font: 300 14px/18px 'Source Code Pro',sans-serif;
|
||||||
color: #185abc !important;
|
color: #185abc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -666,6 +670,11 @@ table.memberdecls {
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2.memtitle {
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.permalink
|
.permalink
|
||||||
{
|
{
|
||||||
font-size: 65%;
|
font-size: 65%;
|
||||||
|
@ -731,9 +740,11 @@ table.memberdecls {
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* mem title overload text */
|
||||||
.overload {
|
.overload {
|
||||||
font-family: "courier new",courier,monospace;
|
font-family: 'Source Code Pro',"courier new",courier,monospace;
|
||||||
font-size: 65%;
|
font-size: 12px;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* border, shadow, background in memdoc area */
|
/* border, shadow, background in memdoc area */
|
||||||
|
@ -786,8 +797,10 @@ dl.reflist dd {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* parameter type text */
|
||||||
.params .paramdir, .tparams .paramdir {
|
.params .paramdir, .tparams .paramdir {
|
||||||
font-family: "courier new",courier,monospace;
|
font-family: 'Source Code Pro',"courier new",courier,monospace;
|
||||||
|
font-size: 12px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -801,7 +814,7 @@ td.mlabels-left {
|
||||||
}
|
}
|
||||||
|
|
||||||
td.mlabels-left .memname {
|
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 {
|
td.mlabels-left .memname a {
|
||||||
|
@ -935,7 +948,7 @@ div.directory {
|
||||||
|
|
||||||
.iconfopen {
|
.iconfopen {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 18px;
|
height: 16px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
background-image:url('folderopen.png');
|
background-image:url('folderopen.png');
|
||||||
background-position: 0px -4px;
|
background-position: 0px -4px;
|
||||||
|
@ -946,7 +959,7 @@ div.directory {
|
||||||
|
|
||||||
.iconfclosed {
|
.iconfclosed {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 18px;
|
height: 16px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
background-image:url('folderclosed.png');
|
background-image:url('folderclosed.png');
|
||||||
background-position: 0px -4px;
|
background-position: 0px -4px;
|
||||||
|
@ -957,7 +970,7 @@ div.directory {
|
||||||
|
|
||||||
.icondoc {
|
.icondoc {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 18px;
|
height: 16px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
background-image:url('doc.png');
|
background-image:url('doc.png');
|
||||||
background-position: 0px -4px;
|
background-position: 0px -4px;
|
||||||
|
@ -966,8 +979,9 @@ div.directory {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Class List table */
|
||||||
table.directory {
|
table.directory {
|
||||||
font: 300 16px Poppins,sans-serif;
|
font: 300 14px Poppins,sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @end */
|
/* @end */
|
||||||
|
@ -1085,6 +1099,7 @@ table.fieldtable {
|
||||||
/* footer background */
|
/* footer background */
|
||||||
.navpath ul
|
.navpath ul
|
||||||
{
|
{
|
||||||
|
font-family: Poppins,sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
height:30px;
|
height:30px;
|
||||||
line-height:30px;
|
line-height:30px;
|
||||||
|
@ -1107,6 +1122,11 @@ table.fieldtable {
|
||||||
color:#0B0B0B;
|
color:#0B0B0B;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navpath li.navelem {
|
||||||
|
font-family: Poppins,'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.navpath li.navelem a
|
.navpath li.navelem a
|
||||||
{
|
{
|
||||||
height:32px;
|
height:32px;
|
||||||
|
@ -1114,14 +1134,13 @@ table.fieldtable {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: #040404;
|
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;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navpath li.navelem a:hover
|
.navpath li.navelem a:hover
|
||||||
{
|
{
|
||||||
color:#303030;
|
color:#eeeeee;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* footer */
|
/* footer */
|
||||||
|
|
|
@ -45,7 +45,8 @@
|
||||||
#nav-tree .label {
|
#nav-tree .label {
|
||||||
margin:0px;
|
margin:0px;
|
||||||
padding: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 {
|
#nav-tree .label a {
|
||||||
|
|
|
@ -71,6 +71,7 @@
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
/*font-weight: bold;*/
|
/*font-weight: bold;*/
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
|
letter-spacing: 0.8px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
/*text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
|
/*text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
|
||||||
color: #283A5D;*/
|
color: #283A5D;*/
|
||||||
|
@ -130,10 +131,12 @@
|
||||||
background:rgba(162, 162, 162, 0.1)
|
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 {
|
.sm-dox ul a, .sm-dox ul a:focus, .sm-dox ul a:hover, .sm-dox ul a:active {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border-left: 8px solid transparent;
|
border-left: 8px solid transparent;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
|
letter-spacing: 0.8px;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
background-image:none
|
background-image:none
|
||||||
|
|
Loading…
Add table
Reference in a new issue