Template:Support Page: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
make links more like new site |
||
Line 49: | Line 49: | ||
.sp-page .wtg-bitcoin-btn:focus { |
.sp-page .wtg-bitcoin-btn:focus { |
||
outline: 0; |
outline: 0; |
||
⚫ | |||
.sp-page a:focus, |
|||
⚫ | |||
⚫ | |||
} |
} |
||
Line 487: | Line 482: | ||
} |
} |
||
} |
} |
||
/* Links */ |
|||
.sp-content a, |
.sp-content a, |
||
Line 492: | Line 489: | ||
.sp-content a.external, |
.sp-content a.external, |
||
.sp-content a.external:visited { |
.sp-content a.external:visited { |
||
color: |
color: inherit; |
||
/* |
/* No external link arrows */ |
||
⚫ | |||
padding: 0; |
padding: 0; |
||
background-image: -webkit-gradient(linear,left bottom,left top,from(#36c),to(#36c)); |
|||
background-image: linear-gradient(to top,#36c,#36c); |
|||
background-size: 100% .25rem; |
|||
⚫ | |||
background-repeat: no-repeat; |
|||
-webkit-transition: 300ms all; |
|||
transition: 300ms all; |
|||
⚫ | |||
⚫ | |||
.sp-content a.external:hover { |
|||
background-size: 100% 1.5rem; |
|||
color: #fff; |
|||
⚫ | |||
} |
} |
||