Warning, /graphics/glaxnimate/data/lib/python-lottie/docs/style/customize.css is written in an unsupported language. File is not indexed.
0001 #titlearea { 0002 padding-bottom: 1ex; 0003 } 0004 0005 .sm-dox, .navpath ul { 0006 background: #f3f6ff; 0007 } 0008 0009 #nav-tree { 0010 background: #fff; 0011 } 0012 0013 .ui-resizable-e { 0014 background: #f3f6ff; 0015 } 0016 0017 div.header { 0018 background-image: none; 0019 } 0020 0021 .sm-dox a:hover, .sm-dox ul a:hover, #nav-tree .selected { 0022 background: #4867a6; 0023 text-shadow: none; 0024 } 0025 0026 div.ah, span.ah { 0027 box-shadow: none; 0028 background-image: none; 0029 } 0030 0031 div.fragment { 0032 background: #fff; 0033 } 0034 0035 span.lineno a { 0036 background-color: #e0e0e0; 0037 } 0038 0039 span.lineno { 0040 background-color: #eeeeee; 0041 } 0042 0043 #main-menu { 0044 display: flex; 0045 flex-flow: row; 0046 border-bottom: 1px solid #5373B4; 0047 } 0048 0049 #main-menu > li { 0050 border-bottom: 1px solid #5373B4; 0051 margin-bottom: -1px; 0052 } 0053 0054 #main-menu > li:last-child { 0055 flex-grow: 1; 0056 float: none !important; 0057 display: flex; 0058 flex-flow: column; 0059 justify-content: space-around; 0060 } 0061 0062 #MSearchBox { 0063 width: 100%; 0064 padding: 0 1em; 0065 margin: 6px 0; 0066 display: inline-block; 0067 } 0068 0069 #MSearchBox > .left { 0070 background: white; 0071 border: 1px solid silver; 0072 border-radius: 5px; 0073 padding-left: 5px; 0074 max-width: 300px; 0075 position: initial; 0076 height: auto; 0077 width: auto; 0078 margin-left: auto; 0079 } 0080 0081 #MSearchBox > .right { 0082 display: none; 0083 } 0084 0085 .left #MSearchSelect { 0086 left: auto; 0087 } 0088 0089 #MSearchField { 0090 position: initial; 0091 background: none; 0092 width: auto; 0093 } 0094 0095 #MSearchResultsWindow { 0096 left: auto !important; 0097 right: 0; 0098 max-width: 100vw; 0099 } 0100 0101 .memtitle { 0102 background: none; 0103 width: 100%; 0104 float: none; 0105 margin: 0; 0106 transition: none; 0107 box-sizing: border-box; 0108 } 0109 0110 .memitem { 0111 display: block !important; 0112 transition: none; 0113 width: 100%; 0114 } 0115 0116 .memproto { 0117 text-shadow: none; 0118 -webkit-box-shadow: none; 0119 border: 1px solid #A8B8D9; 0120 background-color: #e8eef8; 0121 } 0122 0123 .memdoc { 0124 margin: 0; 0125 -webkit-box-shadow: none; 0126 background: none; 0127 } 0128 0129 @media (max-width: 800px) { 0130 #doc-content { 0131 overflow: unset !important; 0132 height: auto !important; 0133 } 0134 #side-nav { 0135 display: none !important; 0136 } 0137 #doc-content { 0138 margin-left: 0 !important; 0139 } 0140 #main-menu { 0141 flex-flow: column; 0142 } 0143 #MSearchBox > .left { 0144 margin-left: 0; 0145 } 0146 }