Skip to content

Commit

Permalink
opt: remove body default 13 px font-size, use chrome's instead
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed May 19, 2022
1 parent 3390e73 commit b47004a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
1 change: 0 additions & 1 deletion article-style-st-babylon.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ html
body
{
background: white;
font-size: 13px;
}

.gdarticle
Expand Down
2 changes: 0 additions & 2 deletions article-style-st-lingvo.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ a:hover

.gddictname
{
font-size: 13px;
font-weight: normal;

float: right;
Expand All @@ -58,7 +57,6 @@ a:hover

.gdactivearticle .gddictname
{
font-size: 13px;
font-weight: normal;

float: right;
Expand Down
1 change: 0 additions & 1 deletion article-style-st-modern.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ a:hover

.gdactivearticle .gddictname
{
font-size: 13px;
font-weight: normal;
margin: -6px;
margin-bottom: 5px;
Expand Down
15 changes: 7 additions & 8 deletions article-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ body
{
background: #fefdeb;
font-family: Tahoma, Verdana, "Lucida Sans Unicode", sans-serif;
font-size: 13px;
}

/* This stylesheet is used to highligh current selection when doing a search.
Expand Down Expand Up @@ -611,15 +610,15 @@ div.xdxf

.epwing_narrow_font
{
width: 7px;
height: 13px;
width: 0.5em;
height: 1em;
vertical-align: -15%;
}

.epwing_wide_font
{
width: 13px;
height: 13px;
width: 1em;
height: 1em;
vertical-align: -15%;
}

Expand Down Expand Up @@ -1600,7 +1599,7 @@ in the bottom-right corner of the content area */
.mwiki #bodyContent a.external,
.mwiki #bodyContent a[href ^="gopher://"] {
background: url(external.png) center right no-repeat;
padding-right: 13px;
padding-right: 1em;
}
.mwiki #bodyContent a[href ^="https://"],
.mwiki .link-https {
Expand Down Expand Up @@ -1636,15 +1635,15 @@ in the bottom-right corner of the content area */
.mwiki #bodyContent a.external[href $=".wma"], .mwiki #bodyContent a.external[href $=".WMA"],
.mwiki .link-audio {
background: url("audio.png") center right no-repeat;
padding-right: 13px;
padding-right: 1em;
}
.mwiki #bodyContent a.external[href $=".ogm"], .mwiki #bodyContent a.external[href $=".OGM"],
.mwiki #bodyContent a.external[href $=".avi"], .mwiki #bodyContent a.external[href $=".AVI"],
.mwiki #bodyContent a.external[href $=".mpeg"], .mwiki #bodyContent a.external[href $=".MPEG"],
.mwiki #bodyContent a.external[href $=".mpg"], .mwiki #bodyContent a.external[href $=".MPG"],
.mwiki .link-video {
background: url("video.png") center right no-repeat;
padding-right: 13px;
padding-right: 1em;
}
.mwiki #bodyContent a.external[href $=".pdf"], .mwiki #bodyContent a.external[href $=".PDF"],
.mwiki #bodyContent a.external[href *=".pdf#"], .mwiki #bodyContent a.external[href *=".PDF#"],
Expand Down

0 comments on commit b47004a

Please sign in to comment.