github.com/GregorioDiStefano/go-file-storage@v0.0.0-20161001105139-5707ab351525/static/css/main.css (about)

     1  h4 {
     2      font-family: 'Anonymous Pro';
     3      font-weight: normal;
     4      text-align: center;
     5      font-size: 20px;
     6      margin-top: 50px;
     7  }
     8  body {
     9      background: #d2dfe6;
    10      color: #444;
    11      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    12      line-height: 1.5em;
    13      height: 100%;
    14      zoom: 115%;
    15  }
    16  figure .icon {
    17      width: 60px;
    18      height: 60px;
    19  }
    20  figure {
    21      text-align: center;
    22      display: inline-block;
    23      max-width: 50%;
    24      /* demo; set some amount (px or %) if you can */
    25      margin: 1px 50px 3px 3px;
    26      /* not needed unless you want centered */
    27  }
    28  
    29  figure:nth-child(4) {
    30    margin-right: 0px
    31  }
    32  
    33  figcaption {
    34      font-family: 'Anonymous Pro';
    35      font-size: 16px;
    36      caption-side:bottom;
    37      text-align: center;
    38  }
    39  
    40  input[type=file] {
    41      display: none !important;
    42  }
    43  
    44  #icons {
    45      margin-top: 60px;
    46      text-align: center;
    47      margin-bottom: 100px;
    48      display: flex;
    49      justify-content: center;
    50  }
    51  #mainDemo {
    52      width: 675px;
    53      margin-top: 40px;
    54      margin-left: auto;
    55      margin-right: auto;
    56      margin-bottom: 40px;
    57      min-width: 500px;
    58      background: #fff;
    59      border-radius: 5px;
    60      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
    61      -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
    62      /*-webkit-transition:all 0.5s; */
    63      overflow: hidden;
    64  }
    65  #quickUpload {
    66      text-align: center;
    67      font-family: 'Anonymous Pro';
    68  }
    69  .horizontalCenter {
    70      margin: auto;
    71  }
    72  #progressUpload {
    73      width: 30%;
    74  }
    75  .swal-wide {
    76      display: inline;
    77      width: 40% !important;
    78      margin-left: -20% !important;
    79      text-align: center;
    80  }
    81  
    82  div.sweet-alert.swal-wide.showSweetAlert > p {
    83      white-space: nowrap;
    84      overflow-x: auto;
    85      text-align: left;
    86  }
    87  
    88  #header {
    89    margin: 2% 25%;
    90  }
    91  
    92  #header > p  {
    93    font-family: 'Anonymous Pro';
    94  }
    95  
    96  .right {
    97    float: right;
    98  }
    99  
   100  #logo {
   101    display: inline;
   102    color: rgb(210, 223, 230) !important;
   103    font-size: 34px;
   104    font-family: "Anonymous Pro";
   105    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
   106  }
   107  
   108  #container {
   109    min-height: 600px;
   110  }
   111  
   112  .about-section {
   113      height: 40%;
   114      width: 100%;
   115      padding-top: 50px;
   116      text-align: center;
   117      background: #eee;
   118      font-family: 'Anonymous Pro';
   119  }