You are not currently logged in. Are you accessing the unsecure (http) portal? Click here to switch to the secure portal. |
Difference between revisions of "User:Kendra Brown/common.css"
Jump to navigation
Jump to search
Kendra Brown (talk | contribs) |
Kendra Brown (talk | contribs) |
||
Line 1: | Line 1: | ||
− | /* | + | /* Pride month styles */ |
− | + | ||
− | + | h1 span { | |
− | + | background-image: linear-gradient(90deg, black, brown, chocolate, red, orange, gold, green, blue, violet); | |
− | + | /* background-size: 30% 30%;*/ | |
− | + | -webkit-background-clip: text; | |
− | + | -webkit-text-fill-color: transparent; | |
} | } | ||
− | + | div.portal a:hover, div#bodyContent :link:hover { | |
− | + | background-image: repeating-linear-gradient(to right, black, brown, chocolate, red, orange, gold, green, blue, violet); | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | background-image: linear-gradient( | ||
− | |||
-webkit-background-clip: text; | -webkit-background-clip: text; | ||
-webkit-text-fill-color: transparent; | -webkit-text-fill-color: transparent; | ||
− | + | } | |
+ | |||
+ | div#p-logo link:hover { | ||
+ | background-image: initial; | ||
+ | -webkit-background-clip: initial; | ||
+ | -webkit-text-fill-color: initial; } | ||
+ | |||
+ | h1, h2, h3 { | ||
+ | border-width: 2px solid 50%; | ||
+ | border-top: 0px; | ||
+ | border-left: 0px; | ||
+ | border-image: linear-gradient(to right, black 50%, brown, chocolate, red, orange, gold, green, blue, violet) 1; | ||
} | } |
Revision as of 21:25, 5 June 2020
/* Pride month styles */
h1 span {
background-image: linear-gradient(90deg, black, brown, chocolate, red, orange, gold, green, blue, violet);
/* background-size: 30% 30%;*/
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
div.portal a:hover, div#bodyContent :link:hover {
background-image: repeating-linear-gradient(to right, black, brown, chocolate, red, orange, gold, green, blue, violet);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
div#p-logo link:hover {
background-image: initial;
-webkit-background-clip: initial;
-webkit-text-fill-color: initial; }
h1, h2, h3 {
border-width: 2px solid 50%;
border-top: 0px;
border-left: 0px;
border-image: linear-gradient(to right, black 50%, brown, chocolate, red, orange, gold, green, blue, violet) 1;
}