mirror of
https://github.com/AtHeartEngineer/documentation.git
synced 2026-01-14 21:57:55 -05:00
* Aligning footer center, and adding twitter button * Aligning footer center, and adding twitter button * Aligning footer center, and adding twitter button * Removing unused class * adding original package-lock.json back
70 lines
1.1 KiB
CSS
Executable File
70 lines
1.1 KiB
CSS
Executable File
/**
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
/* General elements */
|
|
|
|
a {
|
|
color: #ff30a0;
|
|
}
|
|
|
|
/* Header elements */
|
|
|
|
.mainContainer .wrapper .post .postHeaderTitle {
|
|
margin-top: 10px;
|
|
}
|
|
.toc .toggleNav ul li a {
|
|
font-size: 15px;
|
|
padding: 2px 0;
|
|
|
|
}
|
|
.fixedHeaderContainer {
|
|
border-bottom: 3px solid #ff30a0;
|
|
}
|
|
.toc .toggleNav .navGroup .navGroupCategoryTitle {
|
|
font-size: 17px;
|
|
color: #22292f;
|
|
}
|
|
|
|
/* Sidebar elements */
|
|
|
|
.onPageNav a:hover {
|
|
color: #ff30a0;
|
|
}
|
|
.toc .toggleNav ul li a:hover {
|
|
color: #ff30a0;
|
|
|
|
}
|
|
.toc .toggleNav ul li.navListItemActive a {
|
|
color: #22292f;
|
|
font-weight: 600;
|
|
}
|
|
|
|
@media (max-width: 736px) {
|
|
.nav-footer {
|
|
text-align: center;
|
|
margin:auto;
|
|
}
|
|
|
|
.nav-home {
|
|
margin:auto !important;
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
|
|
}
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
}
|
|
|
|
@media only screen and (max-width: 1023px) {
|
|
}
|
|
|
|
@media only screen and (min-width: 1400px) {
|
|
}
|
|
|
|
@media only screen and (min-width: 1500px) {
|
|
}
|