Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
hide toc heading, change link color
No edit summary
Line 53: Line 53:


.toc li,
.toc li,
.toc .toctitle,
.sp-footer-text,
.sp-footer-text,
.wtg-muted p {
.wtg-muted p {
Line 61: Line 60:
@media all and (min-width: 1280px) {
@media all and (min-width: 1280px) {
.toc li,
.toc li,
.toc .toctitle,
.sp-footer-text,
.sp-footer-text,
.wtg-muted p {
.wtg-muted p {
font-size: 16px;
font-size: 18px;
line-height: 1.5; /*24px @16px*/
line-height: 1.333; /*24px @18px*/
}
}
}
}
Line 446: Line 444:
}
}
.toc a {
.toc a {
color: #72777d;
color: #6C8699;
-webkit-transition: 300ms all;
-webkit-transition: 300ms all;
transition: 300ms all;
transition: 300ms all;
Line 478: Line 476:
/* No external link arrows */
/* No external link arrows */
padding: 0;
padding: 0;
background-image: -webkit-gradient(linear,left bottom,left top,from(#36c),to(#36c));
background-image: -webkit-gradient(linear, left bottom, left top, from(#36c), to(#36c));
background-image: linear-gradient(to top,#36c,#36c);
background-image: linear-gradient(to top, #36c, #36c);
background-size: 100% .2rem;
background-size: 100% .2rem;
background-position: bottom;
background-position: bottom;