jsonresume-theme-kindrobot/style.css

150 lines
2.7 KiB
CSS

:root {
--sidebar-bg: #222;
}
/* BEGIN RESET CSS
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* END RESET CSS */
body {
background-image: linear-gradient(to right, var(--sidebar-bg) 45%, #eee 55%);
font-family: Arial, Helvetica, sans-serif;
line-height: 1.3;
}
p {
}
section, div.item {
padding-top: 1em;
break-inside: avoid;
}
section#work, section#projects{
break-inside: auto;
}
#resume {
margin: 0 auto;
max-width: 8.5in;
display: flex;
padding: 20px 0;
}
#sidebar, #chronology {
padding: 0 1em;
}
#sidebar {
background-color: var(--sidebar-bg);
color: #fff;
font-size: 0.9em;
}
#sidebar a {
color: #fff;
}
#profiles li {
margin-bottom: 0.5em;
}
#profiles .network {
font-weight: bold;
}
#chronology {
background-color: #fff;
padding-left: 10px;
}
h1 {
font-size: 2.9em;
white-space: nowrap;
}
#pronouns {
font-style: italic;
margin-top: -0.5em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.2em;
}
img.headshot {
max-width: 100%;
}
.institution {
font-weight: bold;
}
.date {
font-style: italic;
}
#skills .name, #interests .name {
font-weight: bold;
}
#skills .level {
font-style: italic;
}
.keywords li {
display: inline-block;
border: #888 solid 1px;
padding: 0 2px;
border-radius: 5px;
margin-top: 5px;
}
#chronology .keywords li {
/* border-color: var(--sidebar-bg); */
font-size: 0.8em;
}
#languages .language {
font-weight: bold;
}
#languages .fluency {
font-style: italic;
}
#work .position {
font-weight: bold;
}
ul.highlights {
list-style: disc;
}
ul.highlights li {
margin-left: 1.5em;
}