Difference between revisions of "Template:CSS:CV"

From LQ's wiki
Jump to: navigation, search
Line 8: Line 8:
 
.cv-name {
 
.cv-name {
 
     font-size: 3em;
 
     font-size: 3em;
 +
}
 +
.cv-divider {
 +
    width: 100%;
 +
    height: 2px;
 +
background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(30,87,153,1)), color-stop(100%,rgba(30,87,153,0)));
 +
background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 50%, rgba(30,87,153,0) 100%);
 +
background:    -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 50%, rgba(30,87,153,0) 100%);
 +
background:    -ms-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 50%, rgba(30,87,153,0) 100%);
 +
background:      -o-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 50%, rgba(30,87,153,0) 100%);
 +
background:  linear-gradient(to bottom, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 50%, rgba(30,87,153,0) 100%);
 
}
 
}
 
</css></includeonly><noinclude>[[Category:Page CSS Templates]]</noinclude>
 
</css></includeonly><noinclude>[[Category:Page CSS Templates]]</noinclude>

Revision as of 18:56, 25 January 2014