Difference between revisions of "Template:CSS:CV"

From LQ's wiki
Jump to: navigation, search
Line 12: Line 12:
 
     width: 100%;
 
     width: 100%;
 
     height: 2px;
 
     height: 2px;
background:        -webkit-gradient(linear, left top, right top, 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-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: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 50%, rgba(30,87,153,0) 100%);
+
background: -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:    -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 50%, rgba(30,87,153,0) 100%);
+
background:    -moz-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:    -ms-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 50%, rgba(30,87,153,0) 100%);
+
background:    -ms-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:      -o-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 50%, rgba(30,87,153,0) 100%);
+
background:      -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:    linear-gradient(to right, rgba(30,87,153,0) 0%, rgba(30,87,153,1) 50%, rgba(30,87,153,0) 100%);
+
background:    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%);
 
}
 
}
 
</css></includeonly><noinclude>[[Category:Page CSS Templates]]</noinclude>
 
</css></includeonly><noinclude>[[Category:Page CSS Templates]]</noinclude>

Revision as of 18:58, 25 January 2014