github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/clients/js/style.css (about)

     1  body {
     2    font-family: sans-serif;
     3    font-size: 0.8em;
     4  }
     5  #logo {
     6    background: url(camel.jpg);
     7    width: 320px;
     8    height: 302px;
     9    color: white;
    10    font-size: 400%;
    11    text-align: center;
    12    vertical-align: bottom;
    13    text-shadow: 0 0 10px black;
    14  }
    15  #bloblist {
    16    border: solid 1px gray;
    17  }
    18  #bloblist th {
    19    background: #eee;
    20    padding: 2px 4px;
    21  }
    22  #bloblist td {
    23    padding-right: 1ex;
    24  }
    25  .blobref {
    26    font-family: WebKitWorkaround, monospace;
    27  }