292 lines
16 KiB
CSS
292 lines
16 KiB
CSS
---
|
|
# calling front matter
|
|
---
|
|
|
|
/*
|
|
* Based on: MaterialDocs https://github.com/chromatical/jekyll-materialdocs
|
|
* Copyright (c) 2017 James King
|
|
* MIT License https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
.mdl-typography--title {
|
|
font-size: 24px;
|
|
}
|
|
|
|
#page-title {
|
|
padding-left: 8px;
|
|
}
|
|
|
|
.grid-content {
|
|
min-height: calc(100vh - 120px);
|
|
}
|
|
|
|
.mdl-layout__header-row {
|
|
/* color: #fff; */
|
|
}
|
|
|
|
.mdl-layout__header-row > .mdl-navigation > .mdl-navigation__link {
|
|
color: #fff;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.welcome-card-wide.mdl-card {
|
|
width: 60vw;
|
|
}
|
|
|
|
.welcome-card-wide > .mdl-card__title {
|
|
color: #fff;
|
|
height: 300px;
|
|
background: url({{ '_assets/splash.jpg' | absolute_url }}) center / cover;
|
|
}
|
|
|
|
.demo-card-wide > .mdl-card__menu {
|
|
color: #fff;
|
|
}
|
|
|
|
.mdl-card__supporting-text > p {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.metadata {
|
|
text-align: right;
|
|
line-height: 8px;
|
|
padding-bottom: 0px;
|
|
color: rgb(158,158,158);
|
|
}
|
|
|
|
.homepage {
|
|
display: flex;
|
|
position: relative;
|
|
float: right;
|
|
}
|
|
|
|
.mdl-tooltip {
|
|
background-color: #424242 !important;
|
|
}
|
|
|
|
@media print {
|
|
.content .printed-page { page-break-after: always; }
|
|
}
|
|
|
|
.content{
|
|
max-width: 800px;
|
|
padding: 40px 40px 40px 40px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.content br + em {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.content strong > em {
|
|
color: #0066ff;
|
|
padding: 10px 10px 10px 30px;
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z' fill='%23ff0000'/%3E%3C/svg%3E%0A");
|
|
background-repeat: no-repeat;
|
|
background-position: left;
|
|
}
|
|
|
|
.content strong > em::before {
|
|
content: "TODO: ";
|
|
}
|
|
|
|
.content img, .content video {
|
|
position: relative;
|
|
max-width: 100%;
|
|
padding: 20px;
|
|
background: #fff;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
|
|
border-radius: 2px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.content img[src*="-300"] {
|
|
padding-right: calc(100% - 320px);
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.content img[src*="-350"] {
|
|
padding-right: calc(100% - 370px);
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.content img[src*="-400"] {
|
|
padding-right: calc(100% - 420px);
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.content img[src*="-450"] {
|
|
padding-right: calc(100% - 470px);
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.content img[src*="-500"] {
|
|
padding-right: calc(100% - 520px);
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.content img[src*="-550"] {
|
|
padding-right: calc(100% - 570px);
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.content img[src*="-600"] {
|
|
padding-right: calc(100% - 620px);
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.content img[src*="-650"] {
|
|
padding-right: calc(100% - 670px);
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.content img[src*="-700"] {
|
|
padding-right: calc(100% - 720px);
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.content img[src*="-750"] {
|
|
padding-right: calc(100% - 770px);
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.content img[src*="-snapshot"] {
|
|
padding: 0px;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.back {
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.forward {
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.footer {
|
|
height: 40px;
|
|
padding-top: 0px;
|
|
padding-left: 0px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* .mdl-layout-icon {
|
|
width: 50px;
|
|
height: 50px;
|
|
margin-right: 8px;
|
|
position: relative;
|
|
float: left;
|
|
background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 140 140'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='105.979' y1='186.085' x2='-27.244' y2='15.44' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.091' stop-color='%230b8fff'/%3E%3Cstop offset='.208' stop-color='%230d94f6'/%3E%3Cstop offset='.396' stop-color='%2311a3de'/%3E%3Cstop offset='.633' stop-color='%2318bbb7'/%3E%3Cstop offset='.871' stop-color='%2321d789'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='178.605' y1='129.386' x2='45.382' y2='-41.259' xlink:href='%23a'/%3E%3ClinearGradient id='c' x1='78.586' y1='105.516' x2='126.297' y2='-22.788' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.123' stop-color='%2321d789'/%3E%3Cstop offset='.132' stop-color='%2327d788'/%3E%3Cstop offset='.216' stop-color='%2359d87b'/%3E%3Cstop offset='.303' stop-color='%2385d970'/%3E%3Cstop offset='.394' stop-color='%23abda67'/%3E%3Cstop offset='.487' stop-color='%23cadb5f'/%3E%3Cstop offset='.585' stop-color='%23e1db59'/%3E%3Cstop offset='.688' stop-color='%23f2dc55'/%3E%3Cstop offset='.802' stop-color='%23fcdc53'/%3E%3Cstop offset='.946' stop-color='%23ffdc52'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3Emps_logo%3C/title%3E%3Cpath fill='url(%23a)' d='M0 140L140 140 70 70 0 0 0 140z'/%3E%3Cpath data-name='<Path>' fill='url(%23b)' d='M140 140L70 70 140 0 140 140z'/%3E%3Cpath data-name='<Path>' fill='url(%23c)' d='M102 102L70 70 140 0 102 102z'/%3E%3C/svg%3E");
|
|
background-size: 100%;
|
|
} */
|
|
|
|
.mdl-layout-icon {
|
|
width: 100px;
|
|
height: 60px;
|
|
margin-right: 8px;
|
|
position: relative;
|
|
float: left;
|
|
background-size: 110%;
|
|
background-position-y: 1px;
|
|
background-position-x: -5px;
|
|
background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1000 600'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='286.10097' y1='345.8907' x2='136.61561' y2='158.50163' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0914' stop-color='%230b8fff'/%3E%3Cstop offset='0.2077' stop-color='%230d94f6'/%3E%3Cstop offset='0.39603' stop-color='%2311a3de'/%3E%3Cstop offset='0.63282' stop-color='%2318bbb7'/%3E%3Cstop offset='0.87097' stop-color='%2321d789'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='217.493' y1='294.52798' x2='284.26524' y2='114.9648' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.12297' stop-color='%2321d789'/%3E%3Cstop offset='0.13191' stop-color='%2327d788'/%3E%3Cstop offset='0.21553' stop-color='%2359d87b'/%3E%3Cstop offset='0.30328' stop-color='%2385d970'/%3E%3Cstop offset='0.39353' stop-color='%23abda67'/%3E%3Cstop offset='0.487' stop-color='%23cadb5f'/%3E%3Cstop offset='0.58469' stop-color='%23e1db59'/%3E%3Cstop offset='0.68842' stop-color='%23f2dc55'/%3E%3Cstop offset='0.80231' stop-color='%23fcdc53'/%3E%3Cstop offset='0.94595' stop-color='%23ffdc52'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3EMPS_CodeRules%3C/title%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpolygon points='303.441 342.787 303.441 146.857 246.156 285.502 107.511 146.858 107.511 342.787 303.441 342.787 303.441 342.787 303.441 342.787' fill='url(%23linear-gradient)'/%3E%3Cpolygon id='_Path_' data-name='<Path>' points='249.935 289.281 205.04 244.558 303.441 146.857 249.935 289.281' fill='url(%23linear-gradient-2)'/%3E%3C/g%3E%3Cg id='_Group_' data-name='<Group>'%3E%3Cpath id='_Compound_Path_' data-name='<Compound Path>' d='M376.12008,147.72024H422.544l51.45765,82.77816,51.45764-82.77816h46.42392V343.48335H529.09494V215.67709l-55.09329,83.6188h-1.11823l-54.53474-82.77816V343.48335h-42.2286Z'/%3E%3Cpath id='_Compound_Path_2' data-name='<Compound Path>' d='M585.85377,147.72024h79.98316c46.70376,0,74.94944,27.68712,74.94944,67.67814v.55742c0,45.30682-35.23714,68.79749-79.14364,68.79749H628.92189v58.73006H585.85377Zm77.187,98.71882c21.534,0,34.11891-12.86356,34.11891-29.64262v-.55967c0-19.29648-13.42437-29.64487-34.95843-29.64487H628.92189v59.84716Z'/%3E%3Cpath id='_Compound_Path_3' data-name='<Compound Path>' d='M738.70029,314.95783l25.44954-30.48325c17.61857,14.54259,36.07665,23.77163,58.45023,23.77163,17.61744,0,28.24455-6.99033,28.24455-18.45808v-.55967c0-10.90808-6.71162-16.50034-39.43134-24.88875-39.43247-10.06968-64.882-20.9755-64.882-59.84716v-.56192c0-35.51585,28.52552-59.00652,68.51654-59.00652,28.52551,0,52.85683,8.94808,72.713,24.88874l-22.37357,32.441c-17.33873-12.02518-34.39875-19.29648-50.89684-19.29648-16.50147,0-25.17083,7.55-25.17083,17.05777v.56193c0,12.86356,8.38952,17.05776,42.2286,25.72713,39.7123,10.34839,62.08587,24.61227,62.08587,58.73v.55968c0,38.87166-29.64487,60.68555-71.87459,60.68555A124.57063,124.57063,0,0,1,738.70029,314.95783Z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath d='M106.83938,420.35176c0-21.09849,15.33587-35.50881,34.79007-35.50881a30.96663,30.96663,0,0,1,25.01,12.14562l-4.94047,3.19025a24.94616,24.94616,0,0,0-20.06954-9.98433c-16.16055,0-28.61386,12.249-28.61386,30.15727,0,17.704,12.45331,30.15728,28.61386,30.15728a24.944,24.944,0,0,0,20.06954-9.98182l4.94047,3.08685c-6.07282,7.51284-14.10013,12.249-25.01,12.249C122.17525,455.8631,106.83938,441.45277,106.83938,420.35176Z' fill='%2314003b'/%3E%3Cpath d='M196.57985,420.35176c0-20.06954,13.17458-35.50881,33.34878-35.50881,20.07081,0,33.34753,15.43927,33.34753,35.50881,0,20.07207-13.27672,35.51134-33.34753,35.51134C209.75443,455.8631,196.57985,440.42383,196.57985,420.35176Zm60.52135,0c0-17.49717-10.70434-30.15727-27.17257-30.15727-16.67376,0-27.17257,12.6601-27.17257,30.15727,0,17.2929,10.49881,30.15728,27.17257,30.15728C246.39686,450.509,257.1012,437.64466,257.1012,420.35176Z' fill='%2314003b'/%3E%3Cpath d='M298.36129,454.62735V385.97529h21.92317c21.30529,0,34.68666,15.54268,34.68666,34.37647,0,19.04312-13.38137,34.27559-34.68666,34.27559Zm50.43362-34.27559c0-16.05462-10.292-29.02492-28.51045-29.02492H304.22857v57.949h16.05589C338.3995,449.27581,348.79491,436.40891,348.79491,420.35176Z' fill='%2314003b'/%3E%3Cpath d='M390.1584,454.62735V385.97529h43.53739v5.35155H396.02441v25.4236h36.95137V422.102H396.02441v27.17383h37.67138v5.35154Z' fill='%2314003b'/%3E%3Cpath d='M556.26427,454.62735l-19.2474-28.407H521.88653v28.407h-5.866V385.97529H541.6484c11.8367,0,20.89422,7.51284,20.89422,20.07207,0,12.4533-8.85073,19.34827-19.0406,19.76186l19.864,28.81813Zm.10339-48.58c0-8.64771-6.17621-14.72052-15.23373-14.72052h-19.2474v29.5394h19.2474C550.19145,420.86624,556.36766,414.69254,556.36766,406.04736Z' fill='%2314003b'/%3E%3Cpath d='M597.73367,428.2782V385.97529h5.96942V428.1748c0,13.89585,7.30856,22.33424,20.79082,22.33424,13.58691,0,20.79207-8.43839,20.79207-22.33424V385.97529h5.96942V428.2782c0,16.98269-9.05752,27.5849-26.76149,27.5849C606.89334,455.8631,597.73367,445.15749,597.73367,428.2782Z' fill='%2314003b'/%3E%3Cpath d='M688.91417,454.62735V385.97529h5.866v63.30052h33.24539v5.35154Z' fill='%2314003b'/%3E%3Cpath d='M761.36553,454.62735V385.97529h43.53739v5.35155H767.2328v25.4236h36.95011V422.102H767.2328v27.17383h37.67012v5.35154Z' fill='%2314003b'/%3E%3Cpath d='M836.18246,444.95322l3.80812-4.426a27.98291,27.98291,0,0,0,21.40869,9.98182c14.10013,0,18.115-7.82052,18.115-13.68906,0-9.67413-9.16092-12.3499-18.83632-14.92227-10.80648-2.986-22.33424-6.07282-22.33424-18.73292,0-11.22008,10.08648-18.32184,22.541-18.32184,10.292,0,17.90825,3.60384,23.26105,9.67413l-3.91152,4.32512c-4.94046-5.96942-11.93883-8.64771-19.65846-8.64771-9.16093,0-16.05715,5.25066-16.05715,12.6601,0,8.13071,8.543,10.49881,17.90951,12.9703,11.11668,3.19025,23.261,6.69069,23.261,20.584,0,8.852-5.866,19.45419-24.3934,19.45419C849.97491,455.8631,841.43186,451.33371,836.18246,444.95322Z' fill='%2314003b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
|
}
|
|
|
|
.mdl-logo {
|
|
width: 40px;
|
|
height: 40px;
|
|
margin-right: 20px;
|
|
margin-left: 72px;
|
|
position: relative;
|
|
float: left;
|
|
background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 700 700'%3E%3Ctitle%3Ejetbrains-simple_2%3C/title%3E%3Cpath d='M0 0H700V700H0z'/%3E%3Cpath fill='%23fff' d='M60.379 568.75H322.879V612.5H60.379z'/%3E%3Cpath d='M57.428,184.315L77.8,165.083c5.542,6.682,10.758,10.594,17.929,10.594,7.823,0,12.877-5.378,12.877-15.972V87.5h31.457v72.367c0,14.343-3.586,24.448-11.246,32.109-7.5,7.5-18.254,11.572-31.294,11.572C77.638,203.548,65.577,195.236,57.428,184.315Z' fill='%23fff'/%3E%3Cpath fill='%23fff' d='M147.394 87.5L239.156 87.5 239.156 114.23 178.688 114.23 178.688 131.67 233.451 131.67 233.451 156.607 178.688 156.607 178.688 174.699 239.971 174.699 239.971 201.592 147.394 201.592 147.394 87.5z'/%3E%3Cpath fill='%23fff' d='M280.491 115.208L246.427 115.208 246.427 87.5 346.338 87.5 346.338 115.208 312.111 115.208 312.111 201.592 280.491 201.592 280.491 115.208z'/%3E%3Cpath d='M139.736,282.7c10.106-4.4,17.6-12.224,17.6-25.426v-0.326A25.675,25.675,0,0,0,150,238.364c-6.682-6.52-16.788-10.106-31.131-10.106H60.362V342.35H119.2c27.218,0,43.191-11.9,43.191-31.457v-0.326C162.392,295.083,153.591,287.26,139.736,282.7Zm-48.57-29.011h20.7c9.29,0,14.343,3.422,14.343,9.779v0.326c0,6.682-5.542,9.942-15.158,9.942H91.166V253.685Zm39.607,52.808c0,6.682-5.379,10.431-15.158,10.431H91.166V295.9h24.123c10.594,0,15.484,4.075,15.484,10.269v0.326Z' fill='%23fff'/%3E%3Cpath d='M335.8,227.444H305.325l-42.63,101.193-17.833-26.056c14.18-6.031,23.469-17.6,23.469-35.205V267.05c0-11.246-3.422-19.885-10.1-26.567-7.661-7.661-19.722-12.224-37.162-12.224H167.116V342.35h31.619V307.8h14.017l22.981,34.553H290l8.15-20.536h44.169l8.149,20.536h33.9Zm-99.093,42.05c0,8.312-6.357,13.529-16.951,13.529H198.736V255.477H219.6c10.432,0,17.114,4.564,17.114,13.692v0.325ZM307.444,297.2l12.877-32.271L333.033,297.2H307.444Z' fill='%23fff'/%3E%3Cpath fill='%23fff' d='M388.119 228.258H419.73800000000006V342.35H388.119z'/%3E%3Cpath fill='%23fff' d='M427.56 228.258L457.061 228.258 504.001 288.564 504.001 228.258 535.295 228.258 535.295 342.35 507.75 342.35 458.854 279.763 458.854 342.35 427.56 342.35 427.56 228.258z'/%3E%3Cpath d='M537.277,325.4l17.6-21.025c11.409,8.964,23.8,13.691,37,13.691,8.638,0,13.2-2.934,13.2-7.824v-0.325c0-4.89-3.749-7.335-19.4-11.084-24.286-5.541-43.03-12.387-43.03-35.694v-0.326c0-21.188,16.788-36.509,44.17-36.509,19.4,0,34.553,5.216,46.94,15.158L617.956,263.79c-10.431-7.5-21.84-11.246-31.946-11.246-7.66,0-11.409,3.1-11.409,7.334V260.2c0,5.216,3.912,7.5,19.885,11.083,26.078,5.7,42.377,14.18,42.377,35.531v0.326c0,23.307-18.418,37.161-46.126,37.161C570.526,344.306,551.457,337.95,537.277,325.4Z' fill='%23fff'/%3E%3C/svg%3E");
|
|
background-size: 100%;
|
|
}
|
|
|
|
table{
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
empty-cells: show;
|
|
border:1px solid #cbcbcb;
|
|
vertical-align: bottom;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
thead{
|
|
background-color: #e0e0e0;
|
|
}
|
|
|
|
th{
|
|
padding: 0.5em 1em;
|
|
border-left: 1px solid #cbcbcb;
|
|
border-width: 0 0 0 1px;
|
|
overflow: visible;
|
|
}
|
|
|
|
td{
|
|
padding: 0.5em 1em;
|
|
border-left: 1px solid #cbcbcb;
|
|
border-width: 0 0 0 1px;
|
|
overflow: visible;
|
|
}
|
|
|
|
.github-icon {
|
|
width: 32px;
|
|
height: 32px;
|
|
position: relative;
|
|
float: right;
|
|
background-image: url("data:image/svg+xml,%3Csvg width='1024' height='1024' viewBox='0 0 1024 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z' transform='scale(64)' fill='rgb(66,66,66)'/%3E%3C/svg%3E");
|
|
background-size: 100%;
|
|
}
|
|
|
|
.unsplash-icon {
|
|
text-align: center;
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-16 -16 64 64' width='512' height='512'%3E%3Cpath d='M20.8 18.1c0 2.7-2.2 4.8-4.8 4.8s-4.8-2.1-4.8-4.8c0-2.7 2.2-4.8 4.8-4.8 2.7.1 4.8 2.2 4.8 4.8zM32 10.7v14.9c0 2.3-1.9 4.3-4.3 4.3H4.3C1.9 29.9 0 28 0 25.6v-15c0-2.3 1.9-4.3 4.3-4.3H8L8.8 4c.4-1.1 1.7-2 2.9-2h8.6c1.2 0 2.5.9 2.9 2l.8 2.4h3.7c2.4 0 4.3 1.9 4.3 4.3zm-8.6 7.5c0-4.1-3.3-7.5-7.5-7.5-4.1 0-7.5 3.4-7.5 7.5s3.3 7.5 7.5 7.5c4.2-.1 7.5-3.4 7.5-7.5z' fill='#99ccff'/%3E%3C/svg%3E");
|
|
background-size: 100%;
|
|
}
|
|
|
|
/* Menu */
|
|
|
|
.mdl-layout__drawer > .mdl-layout-title {
|
|
padding-left: 16px;
|
|
padding-right: 16px;
|
|
text-align: center;
|
|
line-height: 32px;
|
|
margin-top: 32px;
|
|
/* margin-bottom: 32px; */
|
|
}
|
|
|
|
.parent {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.child{
|
|
padding: 5px 40px 5px 60px !important;
|
|
}
|
|
|
|
.is-active{
|
|
background-color: #e0e0e0;
|
|
}
|
|
|
|
.mdl-navigation__link > .material-icons {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.mdl-tooltip > .material-icons {
|
|
font-size: 14px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.lineno{
|
|
padding-right: 8px;
|
|
}
|