Files
ent/doc/website/static/css/custom.css
Ariel Mashraki e00a7d96a4 ent/doc: add indexes doc and example
Summary: Pull Request resolved: https://github.com/facebookexternal/fbc/pull/1380

Reviewed By: alexsn

Differential Revision: D17075317

fbshipit-source-id: 021cb0bde3849af5a5d842b715a7b7dbd861c54f
2019-08-27 12:15:14 -07:00

125 lines
2.4 KiB
CSS
Executable File

/* your custom css */
@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) {
}
.fixedHeaderContainer {
background: #85daff;
}
@media only screen and (max-width: 1024px) {
.navigationSlider .slidingNav ul {
background: #4d8eaa;
}
}
@media only screen and (min-width: 1024px) {
.navigationSlider .slidingNav ul {
background: #85daff;
}
}
.navigationSlider .slidingNav ul li > a:focus,
.navigationSlider .slidingNav ul li > a:hover,
.navigationSlider .slidingNav ul li.siteNavItemActive > a,
.navigationSlider .slidingNav ul li.siteNavGroupActive > a {
background-color:#4d8eaa;
}
.onPageNav .toc-headings > li > a.active,
.toc .toggleNav ul li.navListItemActive a,
.toc .toggleNav ul li a:hover,
.toc .toggleNav ul li a:focus{
color: #4d8eaa;
}
.imageAlignTop .blockImage {
max-width: 100%;
}
.projectTitle {
color: #4d8eaa;
}
@media only screen and (min-width: 480px) {
.projectTitle {
font-size: 420%;
}
}
.button {
border: 1px solid #4d8eaa;
color: #4d8eaa;
}
.button:hover {
background: #48849e;
}
.homeContainer .homeWrapper {
padding: 2em 10px 0 10px;
}
a {
color: #4d8eaa;
}
#er-linked-list, #er-user-spouse, #er-tree, #er-following-followers,
#er-user-friends, #er-city-streets {
height: 230px;
}
@media only screen and (max-width: 1500px) {
.gridBlock .twoByGridBlock img,
.gridBlock .threeByGridBlock img,
.gridBlock .fourByGridBlock img {
max-height: 136px;
}
}
@media only screen and (min-width: 1500px) {
.gridBlock .twoByGridBlock img,
.gridBlock .threeByGridBlock img,
.gridBlock .fourByGridBlock img {
max-height: 180px;
}
}
@media only screen and (max-width: 1126px) {
.gridBlock .twoByGridBlock img,
.gridBlock .threeByGridBlock img,
.gridBlock .fourByGridBlock img {
max-height: 122px;
}
}
@media only screen and (max-width: 1000px) {
.gridBlock .twoByGridBlock img,
.gridBlock .threeByGridBlock img,
.gridBlock .fourByGridBlock img {
max-height: 104px;
}
}
@media only screen and (max-width: 880px) {
.gridBlock .twoByGridBlock img,
.gridBlock .threeByGridBlock img,
.gridBlock .fourByGridBlock img {
max-height: 85px;
}
}