Difference between revisions of "Template:CSS:CV"

From LQ's wiki
Jump to: navigation, search
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;
Line 31: Line 32:
  
 
.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 {
 
.cv-section-header span {
Line 45: Line 48:
 
}
 
}
 
.cv-subheader {
 
.cv-subheader {
     margin: 1em 1em 0.2em 1em;
+
     margin: 0.2em;
     font-size: 1.2em;
+
     font-size: 1.4em;
 
     border-bottom: 1px solid rgb(30,87,153);
 
     border-bottom: 1px solid rgb(30,87,153);
 
}
 
}
Line 60: Line 63:
 
}
 
}
 
.cv-subheader-date {
 
.cv-subheader-date {
     font-size: 0.9em;
+
     font-size: 0.8em;
 
     text-align: right;
 
     text-align: right;
 
}
 
}
Line 70: Line 73:
 
.cv-inline-block {
 
.cv-inline-block {
 
     display: inline-block;
 
     display: inline-block;
     margin: 0.2em;
+
     margin: 0.15em 0;
 
     padding: 0.2em 1em;
 
     padding: 0.2em 1em;
 
     border: 1px solid #ddd;
 
     border: 1px solid #ddd;

Revision as of 10:25, 23 December 2015