Template:Support Page: Difference between revisions
Content deleted Content added
No edit summary |
hide toc heading, change link color |
||
Line 39:
.sp-page li {
margin-bottom: 0;
}▼
.sp-page a {▼
color: #36c;▼
}
Line 197 ⟶ 193:
.sp-page li {
margin-bottom: 0.5rem; /*8px*/
}▼
/* Second level navigation */▼
margin: 0.5rem 0 0 0.5rem; /*8px 0 0 8px*/▼
}
Line 411 ⟶ 402:
margin-bottom: 2rem;
}
@media (min-width: 1024px) {
.sp-toc {
Line 431 ⟶ 421:
padding: 0;
}
.toc .toctogglecheckbox,
.toc .toctitle {▼
display: none;▼
▲}
.sp-toc ul {
margin-left: 0;
margin-bottom: 0;
}
▲.toc .: {
▲ display: none;
.toc .tocnumber {▼
display: none;▼
▲.toc .toctitle {
margin-bottom: 12px;
}
Line 455 ⟶ 438:
}
}
▲.toc .tocnumber {
▲ display: none;
.toc .toctitle {▼
text-align: left;▼
}
▲/* Second level navigation */
.toc
▲ margin: 0.5rem 0 0 0.5rem; /*8px 0 0 8px*/
}
color: #72777d;
transition: 300ms all;
▲}
}
Line 484 ⟶ 471:
/* Links */
.sp-content a,
.sp-content a:visited,
Line 498 ⟶ 484:
background-repeat: no-repeat;
-webkit-transition: 300ms all;
transition: 300ms all;
}
.sp-content a:hover,
|