go.charczuk.com@v0.0.0-20240327042549-bc490516bd1a/projects/kana-server/pkg/static/_static/css/site.css (about)

     1  /*
     2   * Copyright (c) 2023 - Present. Will Charczuk. All rights reserved.
     3   * Use of this source code is governed by a MIT license that can be found in the LICENSE file at the root of the repository.
     4   */
     5  nav.bp3-navbar {
     6      margin-bottom: 25px;
     7  }
     8  
     9  .align-left {
    10      text-align: left;
    11  }
    12  .align-center {
    13      text-align: center;
    14  }
    15  .align-right {
    16      text-align: right;
    17  }
    18  
    19  .text-intent-primary {
    20      color:#0E5A8A;    
    21  }
    22  .text-intent-success {
    23      color: #0A6640;    
    24  }
    25  .text-intent-warning {
    26      color: #A66321;    
    27  }
    28  .text-intent-danger {
    29      color: #A82A2A;    
    30  }
    31  
    32  .text-underline {
    33      text-decoration: underline;
    34  }
    35  
    36  .bp3-card {
    37      margin-bottom: 15px;
    38  }
    39  
    40  /* navbar stuff */
    41  
    42  .nav-profile-picture {
    43      max-height: 30px;
    44      max-width: 30;
    45      border-radius: 30px;
    46      border: 1px solid #efefef;
    47  }
    48  
    49  /* end navbar stuff */
    50  
    51  /* specific page sections */
    52  
    53  .quiz-prompt {
    54      font-size: 12rem;
    55  }
    56  
    57  .latest-result {
    58      padding-top: 15px;
    59  }
    60  
    61  .container.stats > .row {
    62      margin-top: 20px;
    63  }
    64  
    65  .container.stats thead, .container.stats tbody {
    66      font-size: 12px;
    67  }
    68  
    69  .quiz-settings .quiz-setting {
    70      border-right: 1px solid rgb(180, 180, 180);
    71      padding-right: 5px;
    72      padding-left: 5px;;
    73  }
    74  
    75  .quiz-settings .quiz-setting:last-child {
    76      border-right: none;
    77      padding-right: 5px;
    78      padding-left: 5px;;
    79  }
    80  
    81  .home-stats h1, .home-stats h2, .home-stats h3, .home-stats h4, .home-stats h5, .home-stats h6 {
    82      margin-bottom: 0.5rem;
    83  }