lib/assets/style.css in yaml-cv-0.1.1 vs lib/assets/style.css in yaml-cv-0.1.8
- old
+ new
@@ -2,15 +2,24 @@
body {
padding: 0px;
background-color: rgb(218, 218, 218);
}
-p, li {
+p, li, td {
font-family: Century Gothic, arial, sans-serif;
color: #989898;
}
+tbody {
+ padding: 0;
+ margin: 0;
+}
+
+table {
+ padding: 0;
+}
+
.cyan {
color: #7dafd0;
}
.no-list {
@@ -54,14 +63,16 @@
.contact-list {
list-style-type: none;
padding: 0;
margin: 0;
- height: 3.4em;
+ height: 3.6em;
+ -webkit-column-count: 2;
+ -moz-column-count: 2;
column-count: 2;
- column-gap: .3em;
+ column-gap: 0em;
column-fill: auto;
}
.contact-wrapper {
font-size: .62em;
@@ -81,39 +92,43 @@
width: 1.2em;
color: #14527a;
margin-right: .6em;
}
-.section .content-wrapper {
- padding: 0 .5em .75em .5em;
-}
-
.section .title-wrapper {
width: 16%;
vertical-align: top;
}
+.section-profile {
+ padding-bottom: 1em;
+}
+
.section .title {
font-weight: 600;
text-transform: uppercase;
}
.section .content {
font-size: .8em;
}
+p {
+ margin: 0 0 0 0;
+}
+
.subsection {
width: 100%;
}
.subsection:not(:last-child) {
margin-bottom: .8em;
}
.subsection .title {
color: #696969;
- font-size: .9em;
+ font-size: 1em;
text-transform: none;
}
.subsection .period-wrapper,
.subsection .location-wrapper {
@@ -133,16 +148,17 @@
break-inside: avoid-column;
display: inline-block;
page-break-inside: avoid;
}
-.skill-list .skill-title {
+.skill-title {
color: #696969;
font-size: .86em;
font-weight: 600;
+ vertical-align: top;
+ text-align: left;
}
-
.skills-section {
padding-bottom: .25em !important;
}
.fields-list li {
@@ -152,6 +168,20 @@
.title .logo {
vertical-align: middle;
height: 1.4em;
top: -.2em;
position: relative;
+}
+
+.technical-list .content {
+ width: 100%;
+ display: block;
+}
+
+.technical-list .content p {
+ width: 100%;
+ display: inline-block;
+}
+
+.section td.title-wrapper {
+ padding-bottom: .6em;
}