App-MHFS
    
    
  
  
  
view release on metacpan or search on metacpan
share/public_html/index.html view on Meta::CPAN
        font-family: Segoe UI, Helvetica, Arial, Sans-Serif;
    }
    
    h2 {
        display: block;
        font-size: 2em;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
    }
    </style>
</head>
<body>
    <div id="contents">
    <h2><a href="music">Music</a></h2>
    <br>
    <h2><a href="video">Video</a> <a href="video?fmt=noconv">Video (noconv)</a></h2>
share/public_html/static/music_worklet_inprogress/music.css view on Meta::CPAN
.navbar li:hover {
    background-color: #666666;
    border-top-color: #666666;
}
.navbaractive {
    background-color: #000 !important;
    border-color: #ababab !important;
    border-style: solid hidden hidden hidden !important;
    font-weight: bold;
}
.navbarright {
    border-left-color: #ababab !important;
    border-right-style: hidden !important;
}
.navbarleft {
    border-right-color: #ababab !important;
    border-left-style: hidden !important;
share/public_html/static/music_worklet_inprogress/music.css view on Meta::CPAN
    text-align: center;
    box-sizing: border-box;
    resize: both;
    overflow: hidden;
}
.movableWindowCloseButton {
    color: #f1f1f1;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 16px;
}
.movableWindowCloseButton:hover,
.movableWindowCloseButton:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background-color: #e81123
}
share/public_html/static/music_worklet_inprogress/music.css view on Meta::CPAN
.mcol {
    border: 1px solid #ababab;
    width: 60%;
    display: flex;
    flex-direction: column;
}
.colheader {
    padding: 3px 10px;
    border: 1px solid #ababab;
    font-weight: bold;
}
.newtracktext {
    padding: 3px 10px;
    border: 1px solid #ababab;
    overflow: hidden;
    flex: 1;
    align-self: stretch;
}
share/public_html/static/music_worklet_inprogress/music.css view on Meta::CPAN
    overflow: hidden;
}
.trackmetadatainner {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.trackmetadatatrackname {
    font-weight: bold;
}
/* Then the controls */
.acontrols {
    position: absolute;
    top: 70%;
    width: 100%;
    height: 30%;
    display: inline-block;
    overflow: hidden;
share/public_html/static/music_worklet_inprogress/music.css view on Meta::CPAN
    width: 60%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
}
.timedisplay {
    width: 55px;
}
.boldlbl {
    font-weight: bold;
}
( run in 1.406 second using v1.01-cache-2.11-cpan-c333fce770f )