Difference between revisions of "Template:CSS:CV"

From LQ's wiki
Jump to: navigation, search
Line 14: Line 14:
 
     height: 2px;
 
     height: 2px;
 
     background: rgb(30,87,153,1);
 
     background: rgb(30,87,153,1);
 +
    /*
 
     background-image:        -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(30%,rgba(30,87,153,1)), color-stop(70%,rgba(30,87,153,1)), color-stop(100%,rgba(30,87,153,0)));
 
     background-image:        -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(30%,rgba(30,87,153,1)), color-stop(70%,rgba(30,87,153,1)), color-stop(100%,rgba(30,87,153,0)));
 
     background-image: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 30%, rgba(30,87,153,1) 70%, rgba(30,87,153,0) 100%);
 
     background-image: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 30%, rgba(30,87,153,1) 70%, rgba(30,87,153,0) 100%);
Line 20: Line 21:
 
     background-image:      -o-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 30%, rgba(30,87,153,1) 70%, rgba(30,87,153,0) 100%);
 
     background-image:      -o-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 30%, rgba(30,87,153,1) 70%, rgba(30,87,153,0) 100%);
 
     background-image:    linear-gradient(to right, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 30%, rgba(30,87,153,1) 70%, rgba(30,87,153,0) 100%);
 
     background-image:    linear-gradient(to right, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 30%, rgba(30,87,153,1) 70%, rgba(30,87,153,0) 100%);
}
+
     */
@media print {
+
     .cv-divider {
+
        background: rgb(30,87,153,1);
+
    }
+
 
}
 
}
 
</css></includeonly><noinclude>[[Category:Page CSS Templates]][[Category:CV Templates]]</noinclude>
 
</css></includeonly><noinclude>[[Category:Page CSS Templates]][[Category:CV Templates]]</noinclude>

Revision as of 09:12, 26 January 2014