Files
documentation/website/static/css/custom.css
Jwdev ba5707a973 fix(Footer): Fixes footer to be center aligned, and adds twitter button issue #47 (#119)
* 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
2020-05-25 09:24:44 +00:00

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) {
}