mirror of
https://github.com/resume/resume.github.com.git
synced 2025-12-30 15:49:30 -06:00
125 lines
1.2 KiB
CSS
125 lines
1.2 KiB
CSS
/*
|
|
Print stylesheet for résumés
|
|
*/
|
|
|
|
|
|
/* =! Template */
|
|
|
|
#doc2 {
|
|
width: 100%;
|
|
}
|
|
#inner {
|
|
margin: 0 auto;
|
|
padding: 10pt;
|
|
border: 0;
|
|
}
|
|
header {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.enlarge {
|
|
padding-right: 0;
|
|
}
|
|
|
|
.talent li {
|
|
border: 0;
|
|
}
|
|
|
|
.org p,
|
|
.job p {
|
|
margin: 5pt 0 15pt;
|
|
}
|
|
|
|
#repositories {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
#jobs h4 {
|
|
margin-top: 10pt;
|
|
}
|
|
|
|
#jobs .job,
|
|
#about {
|
|
page-break-inside: avoid;
|
|
}
|
|
|
|
article,
|
|
#about {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
footer {
|
|
padding: 5pt 0;
|
|
}
|
|
|
|
/* --------- */
|
|
|
|
|
|
|
|
/* =! Font */
|
|
|
|
body {
|
|
font-size: 10pt;
|
|
}
|
|
|
|
header h1 {
|
|
font-size: 28pt;
|
|
}
|
|
header h2 {
|
|
font-size: 14pt;
|
|
}
|
|
|
|
article h2,
|
|
#profile .enlarge,
|
|
#about .enlarge {
|
|
font-size: 12pt;
|
|
}
|
|
|
|
/* --------- */
|
|
|
|
|
|
|
|
/* =! Colors */
|
|
|
|
body,
|
|
h1, h2, h3, h4 {
|
|
color: #000;
|
|
}
|
|
|
|
#inner {
|
|
background: #fff;
|
|
}
|
|
|
|
/* --------- */
|
|
|
|
|
|
|
|
/* =! Links */
|
|
|
|
#profile a:after,
|
|
#repositories a:after,
|
|
#about a:after {
|
|
content: " (" attr(href) ")";
|
|
font-style: italic;
|
|
font-size: 10pt;
|
|
}
|
|
#profile #myblog:after,
|
|
#jobs p a:after {
|
|
content: none;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
#mylanguages a,
|
|
#jobs p a {
|
|
color: inherit;
|
|
}
|
|
|
|
#actions {
|
|
visibility: hidden;
|
|
}
|
|
|
|
/* --------- */
|