mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
template: Tweak default template's CSS styles.
This commit is contained in:
parent
3f9f0b5380
commit
e120124c4c
@ -16,6 +16,7 @@
|
||||
font-weight: 400;
|
||||
src: local('Ropa Sans Italic'), local('RopaSans-Italic'), url('../fonts/ropasans-italic-1.002.woff2') format('woff2'), url('../fonts/ropasans-italic-1.002.woff') format('woff');
|
||||
}
|
||||
|
||||
/**
|
||||
* Open Sans
|
||||
* Digitized data copyright 2010-2011 Google Corporation
|
||||
@ -46,17 +47,64 @@
|
||||
font-weight: 700;
|
||||
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/opensans-bolditalic-1.10.woff2') format('woff2'), url('../fonts/opensans-bolditalic-1.10.woff') format('woff');
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 40px auto;
|
||||
padding: 0 10px;
|
||||
max-width: 650px;
|
||||
color: #444;
|
||||
color: rgb(68,68,68);
|
||||
background-color: rgb(252,252,252);
|
||||
font-family: 'Open Sans';
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
line-height: 25px;
|
||||
}
|
||||
h1, h2, h3 {
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Ropa Sans';
|
||||
font-weight: 400;
|
||||
line-height: 1.2;
|
||||
text-rendering: geometricPrecision;
|
||||
color: rgb(60,60,60);
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
line-height: 1;
|
||||
letter-spacing: -0.035em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 28px;
|
||||
line-height: 30px;
|
||||
letter-spacing: -0.025em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 21px;
|
||||
line-height: 25px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: -0.018em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 19px;
|
||||
line-height: 20px;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 17px;
|
||||
line-height: 20px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 14px;
|
||||
line-height: 15px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: -0.005em;
|
||||
}
|
||||
|
||||
p, body > ol, body > ul {
|
||||
margin: 1.33333em 0;
|
||||
}
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
font-weight: 400;
|
||||
src: local('Ropa Sans Italic'), local('RopaSans-Italic'), url('../fonts/ropasans-italic-1.002.woff2') format('woff2'), url('../fonts/ropasans-italic-1.002.woff') format('woff');
|
||||
}
|
||||
|
||||
/**
|
||||
* Open Sans
|
||||
* Digitized data copyright 2010-2011 Google Corporation
|
||||
@ -46,17 +47,64 @@
|
||||
font-weight: 700;
|
||||
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/opensans-bolditalic-1.10.woff2') format('woff2'), url('../fonts/opensans-bolditalic-1.10.woff') format('woff');
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 40px auto;
|
||||
padding: 0 10px;
|
||||
max-width: 650px;
|
||||
color: #444;
|
||||
color: rgb(68,68,68);
|
||||
background-color: rgb(252,252,252);
|
||||
font-family: 'Open Sans';
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
line-height: 25px;
|
||||
}
|
||||
h1, h2, h3 {
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Ropa Sans';
|
||||
font-weight: 400;
|
||||
line-height: 1.2;
|
||||
text-rendering: geometricPrecision;
|
||||
color: rgb(60,60,60);
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
line-height: 1;
|
||||
letter-spacing: -0.035em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 28px;
|
||||
line-height: 30px;
|
||||
letter-spacing: -0.025em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 21px;
|
||||
line-height: 25px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: -0.018em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 19px;
|
||||
line-height: 20px;
|
||||
letter-spacing: -0.02em;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 17px;
|
||||
line-height: 20px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 14px;
|
||||
line-height: 15px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: -0.005em;
|
||||
}
|
||||
|
||||
p, body > ol, body > ul {
|
||||
margin: 1.33333em 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user