Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
hide toc heading, change link color
Line 39: Line 39:
.sp-page li {
.sp-page li {
margin-bottom: 0;
margin-bottom: 0;
}

.sp-page a {
color: #36c;
}
}


Line 197: Line 193:
.sp-page li {
.sp-page li {
margin-bottom: 0.5rem; /*8px*/
margin-bottom: 0.5rem; /*8px*/
}

/* Second level navigation */
.sp-page .sp-toc li ul {
margin: 0.5rem 0 0 0.5rem; /*8px 0 0 8px*/
}
}


Line 411: Line 402:
margin-bottom: 2rem;
margin-bottom: 2rem;
}
}

@media (min-width: 1024px) {
@media (min-width: 1024px) {
.sp-toc {
.sp-toc {
Line 431: Line 421:
padding: 0;
padding: 0;
}
}
.toc .toctogglecheckbox,

.toc .toctitle {
display: none;
}
.sp-toc ul {
.sp-toc ul {
margin-left: 0;
margin-left: 0;
margin-bottom: 0;
margin-bottom: 0;
}
}
.toc li {

.toc .: {
display: none;
}

.toc .tocnumber {
display: none;
}

.toc li,
.toc .toctitle {
margin-bottom: 12px;
margin-bottom: 12px;
}
}
Line 455: Line 438:
}
}
}
}
.toc .tocnumber {

display: none;
.toc .toctitle {
text-align: left;
}
}
/* Second level navigation */

.toc .toctitle h2:after {
.toc li ul {
margin: 0.5rem 0 0 0.5rem; /*8px 0 0 8px*/
content: ":";
}
}
.toc a {

color: #72777d;
.toc .toctogglespan {
display: none;
-webkit-transition: 300ms all;
transition: 300ms all;
}
.toc a:hover {
color: #000;
text-decoration: none;
}
}


Line 484: Line 471:


/* Links */
/* Links */

.sp-content a,
.sp-content a,
.sp-content a:visited,
.sp-content a:visited,
Line 498: Line 484:
background-repeat: no-repeat;
background-repeat: no-repeat;
-webkit-transition: 300ms all;
-webkit-transition: 300ms all;
transition: 300ms all;
transition: 300ms all;
}
}
.sp-content a:hover,
.sp-content a:hover,