Change all font sizes to rem
This commit is contained in:
parent
2c1bef2646
commit
0dc6d0520f
2
dist/style.css
vendored
2
dist/style.css
vendored
File diff suppressed because one or more lines are too long
@ -11,6 +11,6 @@
|
||||
|
||||
> p {
|
||||
margin: 0.2em;
|
||||
font-size: 80%;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
html {
|
||||
-ms-text-size-adjust:100%;
|
||||
-webkit-text-size-adjust:100%;
|
||||
font-size:100%;
|
||||
font-size:16px;
|
||||
height:100%;
|
||||
overflow-x:hidden;
|
||||
}
|
||||
@ -42,7 +42,7 @@ a{
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
font-size: 1rem;
|
||||
line-height: 24px;
|
||||
margin: 0 0 1.5em 0;
|
||||
}
|
||||
@ -64,7 +64,7 @@ code {
|
||||
background: $white;
|
||||
border: solid 1px #e1e4e5;
|
||||
font-family: $mono;
|
||||
font-size:75%;
|
||||
font-size: 0.75rem;
|
||||
max-width:100%;
|
||||
overflow-x:auto;
|
||||
padding:0 5px;
|
||||
@ -90,7 +90,7 @@ blockquote {
|
||||
|
||||
// Subscripts and Superscripts
|
||||
sub, sup {
|
||||
font-size: 0.6em;
|
||||
font-size: 0.6rem;
|
||||
line-height:0;
|
||||
position:relative;
|
||||
vertical-align:baseline;
|
||||
@ -108,7 +108,7 @@ mark{
|
||||
}
|
||||
|
||||
small{
|
||||
font-size: 85%;
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
img{
|
||||
@ -126,7 +126,7 @@ label{
|
||||
display:block;
|
||||
margin:0 0 0.3125em 0;
|
||||
color:#333;
|
||||
font-size: 90%;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
legend{
|
||||
@ -139,7 +139,7 @@ legend{
|
||||
padding:0;
|
||||
white-space:normal;
|
||||
margin-bottom:24px;
|
||||
font-size: 150%;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.nav #content .admonition-title,#content .nav .admonition-title,.nav .icon{
|
||||
@ -197,7 +197,7 @@ hr{
|
||||
#content h1 .headerlink,#content h2 .headerlink,#content h3 .headerlink,#content h4 .headerlink,#content h5 .headerlink,#content h6 .headerlink,#content dl dt .headerlink{
|
||||
display:none;
|
||||
visibility:hidden;
|
||||
font-size:14px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#content h1 .headerlink:after,#content h2 .headerlink:after,#content h3 .headerlink:after,#content h4 .headerlink:after,#content h5 .headerlink:after,#content h6 .headerlink:after,#content dl dt .headerlink:after{
|
||||
@ -223,7 +223,7 @@ hr{
|
||||
// border:solid 1px #e1e4e5;
|
||||
|
||||
// p, ul, dl{
|
||||
// font-size:90%;
|
||||
// font-size: 0.9rem;
|
||||
// }
|
||||
|
||||
// .last{
|
||||
@ -238,7 +238,7 @@ hr{
|
||||
// padding:6px 12px;
|
||||
// margin:-24px;
|
||||
// margin-bottom:24px;
|
||||
// font-size:100%;
|
||||
// font-size: 1rem;
|
||||
// }
|
||||
// }
|
||||
|
||||
@ -252,7 +252,7 @@ hr{
|
||||
|
||||
#content .footnote-reference,#content .citation-reference{
|
||||
vertical-align:super;
|
||||
font-size:90%;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
background-color: $white;
|
||||
padding: 0px 4px;
|
||||
border: 1px solid $color-shadow;
|
||||
font-size: 10px;
|
||||
font-size: 0.6rem;
|
||||
top: -9px;
|
||||
z-index: 10;
|
||||
font-family: $mono;
|
||||
@ -21,7 +21,7 @@
|
||||
label {
|
||||
text-align: center;
|
||||
cursor: text;
|
||||
font-size: 0.85em;
|
||||
font-size: 0.85rem;
|
||||
font-family: $serif;
|
||||
font-style: italic;
|
||||
color: $color-caption;
|
||||
@ -60,7 +60,7 @@
|
||||
background: $white;
|
||||
display: block;
|
||||
font-family: $mono;
|
||||
font-size: 12px;
|
||||
font-size: 0.75rem;
|
||||
line-height: 1.5;
|
||||
padding: 12px;
|
||||
margin-bottom: 24px;
|
||||
@ -92,7 +92,7 @@ pre {
|
||||
background: $color-background;
|
||||
border: 1px solid $color-shadow;
|
||||
color: $color-text;
|
||||
font-size: 12px;
|
||||
font-size: 0.75rem;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 24px;
|
||||
padding: 12px;
|
||||
|
@ -7,7 +7,7 @@
|
||||
background:#1f1d1d;
|
||||
border-top:solid 10px #343131;
|
||||
font-family: $serif;
|
||||
font-size: 90%;
|
||||
font-size: 0.9rem;
|
||||
z-index:400;
|
||||
padding:12px;
|
||||
a{
|
||||
@ -20,7 +20,7 @@
|
||||
background-color:#272525;
|
||||
display:block;
|
||||
text-align:right;
|
||||
font-size:90%;
|
||||
font-size: 0.9rem;
|
||||
cursor:pointer;
|
||||
color:#27AE60;
|
||||
*zoom:1;
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
p {
|
||||
color: $color-caption;
|
||||
font-size: 0.85em;
|
||||
font-size: 0.85rem;
|
||||
font-family: $serif;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
|
@ -2,7 +2,7 @@
|
||||
sup{
|
||||
a.footref, a.footnum{
|
||||
color: #2980b9;
|
||||
font-size: 12px;
|
||||
font-size: 0.75rem;
|
||||
font-family: $sans-serif;
|
||||
|
||||
&:before{ content:"["; }
|
||||
@ -35,7 +35,7 @@ sup{
|
||||
// Foot Text
|
||||
p {
|
||||
color: #999;
|
||||
font-size: 90%;
|
||||
font-size: 0.9rem;
|
||||
font-family: $sans-serif;
|
||||
padding: 8px;
|
||||
line-height: 1.25em;
|
||||
|
@ -1,11 +1,11 @@
|
||||
.title {
|
||||
font-size: 175%;
|
||||
font-size: 1.75rem;
|
||||
margin-bottom: 1em;
|
||||
font-weight: $bold;
|
||||
text-align: center;
|
||||
|
||||
.subtitle{
|
||||
font-size:80%;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
@ -15,7 +15,7 @@ h1,h2,h3,h4,h5,h6 {
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size:175%;
|
||||
font-size: 1.75rem;
|
||||
margin-bottom: 1em;
|
||||
font-weight: $bold;
|
||||
text-align: center;
|
||||
@ -23,26 +23,26 @@ h1{
|
||||
|
||||
h2{
|
||||
clear: both; // used if float is present before heading
|
||||
font-size:150%;
|
||||
font-size: 1.5rem;
|
||||
margin-bottom: 1em;
|
||||
font-weight: $bold;
|
||||
}
|
||||
|
||||
h3{
|
||||
clear: both;
|
||||
font-size:125%;
|
||||
font-size: 1.25rem;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
h4{
|
||||
font-size:115%;
|
||||
font-size: 1.15rem;
|
||||
margin-bottom: 0.5em;
|
||||
color:#2980B9;
|
||||
font-weight: $light;
|
||||
}
|
||||
|
||||
h5{
|
||||
font-size:110%;
|
||||
font-size: 1.1rem;
|
||||
margin-bottom: 0.5em;
|
||||
color:#2980B9;
|
||||
font-weight:light;
|
||||
|
@ -225,7 +225,7 @@
|
||||
color: #7f7f7f;
|
||||
}
|
||||
.org-org-document-title {
|
||||
color: #191970; font-size: 144%; font-weight:s$bold;
|
||||
color: #191970; font-size: 1.45rem; font-weight:s$bold;
|
||||
}
|
||||
.org-org-done {
|
||||
color: #228b22; font-weight:s$bold;
|
||||
|
@ -30,7 +30,7 @@
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
float: right;
|
||||
font-size: 70%;
|
||||
font-size: 0.7rem;
|
||||
font-weight: $normal;
|
||||
margin: 0 3px;
|
||||
padding: 5px;
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
// span around keyword plus timestamp
|
||||
.timestamp-wrapper {
|
||||
font-size: 0.8em;
|
||||
font-size: 0.8rem;
|
||||
margin-left: 2em;
|
||||
|
||||
// Timestamp date
|
||||
|
@ -12,12 +12,12 @@
|
||||
z-index:400;
|
||||
|
||||
.author {
|
||||
font-size: 100%;
|
||||
font-size: 1rem;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.date {
|
||||
font-size: 90%;
|
||||
font-size: 0.9rem;
|
||||
margin-bottom: 0px;
|
||||
color: $color-secondary;
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font-size: 1rem;
|
||||
font: inherit;
|
||||
vertical-align: baseline; }
|
||||
|
||||
|
@ -9,7 +9,7 @@ table {
|
||||
|
||||
// Cell Style
|
||||
td, th {
|
||||
font-size:90%;
|
||||
font-size: 0.9rem;
|
||||
margin:0;
|
||||
overflow:visible;
|
||||
padding:8px 16px;
|
||||
|
@ -16,7 +16,7 @@
|
||||
text-align: center;
|
||||
padding: 1em;
|
||||
display: block;
|
||||
font-size: 100%;
|
||||
font-size: 1rem;
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
display: block;
|
||||
position: relative;
|
||||
line-height: 1.5em;
|
||||
font-size: 90%;
|
||||
font-size: 0.9rem;
|
||||
color: $color-text-shadow;
|
||||
|
||||
&:hover{
|
||||
@ -252,7 +252,7 @@ li ul li a{
|
||||
text-align: center;
|
||||
padding: 1em;
|
||||
display: block;
|
||||
font-size: 100%;
|
||||
font-size: 1rem;
|
||||
z-index: 20;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user