2019-09-05 18:23:46 -07:00
/* THOMAS EDITS */
. logo {
width : 120 px !important ;
padding : 21 px !important ;
margin : auto !important ;
}
@ media only screen and ( min-width : 1025px ) {
. mdl-navigation . breadcrumb {
margin-left : 100 px !important ;
}
. mdl-layout__drawer {
width : 300 px !important ;
}
}
2019-09-19 22:17:04 -07:00
. mdl-layout {
2019-09-05 18:23:46 -07:00
visibility : hidden ;
}
. mdl-layout__header--waterfall . is-casting-shadow {
box-shadow : none !important ;
}
. mdl-layout__header . is-compact {
max-height : inherit !important ;
}
. mx-card {
box-shadow : none ;
transition : box-shadow 0.3 s linear ;
}
. mx-card . head-card {
width : 100 % !important ;
}
. mx-card-title {
font-weight : 300 !important
}
. mx-card : hover . mx-card-title {
color : orangered !important ;
}
. mdl-card : hover {
box-shadow : inset 0 -2 px 0 0 #048ccc !important ;
}
. mdl-layout__header-row {
2020-08-03 12:30:13 -07:00
height : 80 px !important ;
2019-09-05 18:23:46 -07:00
}
. mdl-shadow--2dp {
box-shadow : none !important ;
}
div . mdl-layout__header-row . header-links {
display : none !important ;
visibility : none !important ;
background-color : #fafafa !important ;
}
. header_links {
display : none !important ;
visibility : none !important ;
background-color : #fafafa !important ;
}
. mdl-layout__header {
background-color : rgb ( 4 , 140 , 204 ) ;
}
. mdl-layout-title {
background-color : rgb ( 4 , 140 , 204 ) ;
}
. mdl-layout__drawer {
box-shadow : none !important ;
border : none !important ;
}
. pagenation {
visibility : hidden !important ;
}
footer . mdl-mini-footer {
width : 100 % ;
padding-left : 150 px ;
background-color : #424242 !important ;
}
/* END OF THOMAS EDITS */
body {
font-family : 'Roboto' , sans-serif ;
}
p {
font-size : 16 px ;
/* font-weight: 400; */
line-height : 1.5 em ;
margin : 16 px 0 ;
}
. sidebar {
float : right ;
display : block ;
width : 30 % ;
padding : 0 20 px ;
margin : 0 20 px ;
background-color : #eee ;
border-radius : 8 px ;
}
@ media ( max-width : 500px ) {
. sidebar {
float : none ;
width : 100 % ;
padding : 0 10 px ;
margin : 0 10 px ;
width : 80 % ;
}
}
. sidebar . sidebar-title {
text-align : center ;
display : block ;
margin-bottom : 0 px ;
display : none ;
}
. align-center {
text-align : center ;
display : block ;
/* float: right; */
margin : auto ;
}
/* API section */
. mx-api . section . hidden-section {
display : none ;
}
. mx-api h3 . mdl-color-text--primary {
/* display: none; */
/* border-top-style: solid; */
/* border-color: #ccc; */
/* border-top-width: 1px; */
padding : 1 em 0 0 0 ;
margin : 2 em 0 0 0 ;
height : 0 ;
}
/* .section .viewcode-link { */
/* padding-left: 2em; */
/* font-size: 80%; */
/* } */
. section . class dt {
padding-bottom : 1 em ;
}
. install {
max-width : 800 px ;
}
. install . title {
display : inline-block ;
min-width : 100 px ;
text-transform : uppercase ;
font-size : 90 % ;
color : #555 ;
}
. install . option {
margin : 5 px ;
}
@ media ( max-width : 650px ) {
. install . option , . install . title {
width : 90 % ;
}
}
. install . title {
margin-top : 1 em ;
2019-10-10 16:48:13 -07:00
}
/* autodoc */
# autodoc_toggle {
float : right ;
margin : 4 px ;
cursor : pointer ;
2020-08-03 12:30:13 -07:00
}
. scrollUp {
transform : translateY ( -80 px ) ;
}