export pdf ok
This commit is contained in:
97
public/css/pdf.css
Normal file
97
public/css/pdf.css
Normal file
@ -0,0 +1,97 @@
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url('/public/fonts/open-sans2/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans'), local('OpenSans'), url('/public/fonts/open-sans2/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/public/fonts/open-sans2/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/public/fonts/open-sans2/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff') format('woff');
|
||||
}
|
||||
*,
|
||||
body {
|
||||
font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, 'Hiragino Sans GB';
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
}
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, 'Hiragino Sans GB';
|
||||
}
|
||||
* {
|
||||
font-size: 16px;
|
||||
}
|
||||
body {
|
||||
width: 650px;
|
||||
margin: auto;
|
||||
}
|
||||
body * {
|
||||
line-height: 1.5;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
h1.title {
|
||||
font-size: 32px;
|
||||
border-left: 5px solid #65bd77;
|
||||
padding-left: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#logo {
|
||||
display: inline-block;
|
||||
max-height: 40px;
|
||||
width: 40px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
#tag {
|
||||
width: 15px;
|
||||
display: inline-block;
|
||||
margin-top: -3px;
|
||||
}
|
||||
.created-time {
|
||||
margin: 30px 0;
|
||||
}
|
||||
#footer {
|
||||
margin-top: 50px;
|
||||
margin-bottom: 20px;
|
||||
color: #ccc;
|
||||
padding: 10px 0;
|
||||
text-align: center;
|
||||
}
|
||||
#footer #leanote_logo {
|
||||
height: 50px;
|
||||
}
|
||||
#footer .split {
|
||||
border-top: #ccc 1px solid;
|
||||
height: 1px;
|
||||
width: 60px;
|
||||
margin: auto;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#footer p {
|
||||
margin: 0;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
#footer a {
|
||||
color: #ccc;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
pre * {
|
||||
font-size: 14px;
|
||||
font-family: "Open Sans";
|
||||
}
|
Reference in New Issue
Block a user