Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
toc sizing tweaks
transitions on language bar
Line 230: Line 230:
margin-bottom: 0;
margin-bottom: 0;
white-space: nowrap;
white-space: nowrap;
}

.sp-languages a,
.sp-languages a:visited {
color: #000;
border-bottom: 4px solid transparent;
-webkit-transition: all 300ms;
transition: all 300ms;
padding-bottom: 6px;
}
}


Line 235: Line 244:
.sp-languages ul li:focus a,
.sp-languages ul li:focus a,
.sp-languages ul li a:hover,
.sp-languages ul li a:hover,
.sp-languages ul li a:focus {
.sp-languages ul li a:focus,
.sp-languages a.selflink {
text-decoration: none;
text-decoration: none;
border-bottom: 4px solid #000;
border-color: #000;
}

.sp-languages ul li a {
padding-bottom: 6px;
}

.is-selected span,
.selflink {
border-bottom: 4px solid #000;
}

.sp-languages a,
.sp-languages a:visited {
color: #000;
}
}


Line 459: Line 455:
.toc a {
.toc a {
color: #6C8699;
color: #6C8699;
-webkit-transition: 300ms all;
-webkit-transition: all 300ms;
transition: 300ms all;
transition: all 300ms;
}
}
.toc a:hover {
.toc a:hover {
Line 495: Line 491:
background-position: bottom;
background-position: bottom;
background-repeat: no-repeat;
background-repeat: no-repeat;
-webkit-transition: 300ms all;
-webkit-transition: all 300ms;
transition: 300ms all;
transition: all 300ms;
}
}
.sp-content a:hover,
.sp-content a:hover,