Skip to content
Snippets Groups Projects
Select Git revision
  • e5e73a4e260a0fc5abfdf11339444efeb436ce2c
  • develop default protected
  • master protected
  • feature/scrollbars
  • native-audio
  • v7.3.0
  • v7.2.0
  • v7.1.0
  • v7.0.2
  • v7.0.1
  • v7.0.0
  • v5.0.1
  • v5.1.0
  • v6.1.0
  • v6.0.0
15 results

NativeAudioWinPlugin.java

Blame
  • main.css 1.21 KiB
    @font-face {
        font-family: 'Roboto';
        src: url('../fonts/Roboto-Regular-webfont.woff') format('woff');
        font-weight: normal;
    }
    
    @font-face {
        font-family: 'Roboto';
        src: url('../fonts/Roboto-Bold-webfont.woff') format('woff');
        font-weight: bold;
    }
    
    body {
        background-color: #212121;
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
        color: white;
    }
    
    .grid-stack {
        width: 95%;
        margin: auto;
    }
    
    .grid-stack-item-content > .container {
        background-color: #616161;
        text-align: center;
        border-radius: 1vh;
    }
    
    .grid-stack-item .container {
        display: table;
        width: 100%;
        height: 100%;
    }
    
    .grid-stack-item-content .container > div {
        vertical-align: middle;
        display: table-cell;
        width: 100%;
        height: 100%;
    }
    
    .main {
        width: 100%;
        height: 100%;
    }
    
    .content {
        width: 40%;
        margin: auto;
        text-align: center;
    }
    
    .spacer {
        margin-bottom: 5vmin;
    }
    
    .page-item {
        display: block;
        background-color: #616161;
        text-align: center;
        border-radius: 1vh;
        margin: 2vmin;
        padding: 2vmin;
    
        text-decoration: none;
        color: white;
        font-size: 1.5rem;
    }
    
    @media (max-width: 600px) {
        .content {
            width: 90%;
        }
    }