Difference between revisions of "Template:CSS:CV"

From LQ's wiki
Jump to: navigation, search
 
(36 intermediate revisions by one user not shown)
Line 1: Line 1:
 
<includeonly><css>
 
<includeonly><css>
 +
table td { padding: 0 !important; }
 
div#content a.external {
 
div#content a.external {
 
     background-image: none !important;
 
     background-image: none !important;
 +
    padding-right: 0 !important;
 
}
 
}
 
.cv-header {
 
.cv-header {
Line 8: Line 10:
 
.cv-header table {
 
.cv-header table {
 
     width: 100%;
 
     width: 100%;
 +
    background-color: transparent;
 
}
 
}
.cv-name {
+
/* .cv-header table td > * { */ /* > is unescaped in wikitext -- requires template */
 +
.cv-header table td a,
 +
.cv-header table td span {
 +
    display: inline-block;
 +
    vertical-align: middle;
 +
}
 +
.cv-header td {
 +
    background-color: #f9f9f9;
 +
}
 +
.cv-header .cv-name {
 
     font-family: Times New Roman, Arial, Helvetica, sans-serif;
 
     font-family: Times New Roman, Arial, Helvetica, sans-serif;
 
     font-size: 3em;
 
     font-size: 3em;
 
     text-align: center;
 
     text-align: center;
 +
    background-color: transparent;
 
}
 
}
 
.cv-header img {
 
.cv-header img {
Line 19: Line 32:
 
.cv-divider {
 
.cv-divider {
 
     height: 2px;
 
     height: 2px;
 +
    margin: 2em 0 0.5em 0;
 
     background: rgb(30,87,153);
 
     background: rgb(30,87,153);
 
}
 
}
  
 
.cv-section-header {
 
.cv-section-header {
    margin: 0.5em;
 
    padding: 0.5em;
 
 
     font-size: 1.5em;
 
     font-size: 1.5em;
     background-color: #F9F9F9;
+
    margin: 0;
     border: 1px solid #AAA;
+
    margin-bottom: 0.2em;
 +
    padding: 0;
 +
    border: none;
 +
     background-color: transparent;
 +
     border-left: 5px solid rgb(30,87,153);
 +
}
 +
.cv-section-header span {
 +
    display: inline-block;
 +
    vertical-align: middle;
 
}
 
}
 
.cv-section-icon {
 
.cv-section-icon {
Line 33: Line 53:
 
}
 
}
 
.cv-subheader {
 
.cv-subheader {
     margin: 0 1em;
+
     margin: 0.2em;
     font-size: 1.2em;
+
     font-size: 1.4em;
 +
    border-bottom: 1px solid rgb(30,87,153);
 
}
 
}
 
.cv-subheader table {
 
.cv-subheader table {
 
     width: 100%;
 
     width: 100%;
    border-bottom: 1px solid rgb(30,87,153);
 
 
}
 
}
 
.cv-subheader-title {
 
.cv-subheader-title {
Line 48: Line 68:
 
}
 
}
 
.cv-subheader-date {
 
.cv-subheader-date {
     font-size: 0.9em;
+
     font-size: 0.8em;
 
     text-align: right;
 
     text-align: right;
 
}
 
}
 +
 +
 
.cv-content {
 
.cv-content {
     margin: 0 1em 0 1.5em;
+
     margin: 0 1em 0.5em 1.5em;
 
}
 
}
 
.cv-inline-block {
 
.cv-inline-block {
 
     display: inline-block;
 
     display: inline-block;
     margin: 1em;
+
     margin: 0.15em 0;
 +
    padding: 0.2em 1em;
 +
    border: 1px solid #ddd;
 +
    background-color: #fafafa;
 
}
 
}
 +
div.cv-minor {
 +
    color: #888;
 +
    margin: -0.2em 0;
 +
}
 +
span.cv-minor {
 +
    color: #888;
 +
}
 +
 +
 +
.cv-footer {
 +
    margin: 2em 0 0 0;
 +
    text-align: center;
 +
    border-top: 2px solid rgb(231, 231, 231);
 +
}
 +
 +
.cv-page-break {
 +
    page-break-after: always;
 +
}
 +
 
</css></includeonly><noinclude>[[Category:Page CSS Templates]][[Category:CV Templates]]</noinclude>
 
</css></includeonly><noinclude>[[Category:Page CSS Templates]][[Category:CV Templates]]</noinclude>

Latest revision as of 05:58, 26 August 2019