Sha256: 8d72a515bc33e69f3b6768a5119c8206d1f748fc08b50a71fcf7f4544aa3cb96

Contents?: true

Size: 1.5 KB

Versions: 4

Compression:

Stored size: 1.5 KB

Contents

* {
    font-size : 16px;
    margin    : 0;
    padding   : 0;
}

a {
    color: #a00;
}

a.btn {
    -webkit-transition : .2s;
    background         : #ddd;
    border-radius      : 4px;
    color              : #333;
    display            : block;
    font-size          : 14px;
    font-weight        : normal;
    padding            : 4px 6px;
    text-decoration    : none;
}

a.btn:hover {
    background : #333;
    color      : #eee;
}

a.btn:active {
    color: #f00;
}

body {
    font-family : "Helvetica Neue", sans-serif;
    width       : 600px;
    margin      : 36px auto;
}

h1 {
    border-bottom  : 1px solid #ccc;
    font-size      : 36px;
    margin-bottom  : 18px;
    padding-bottom : 10px;
    position       : relative;
}

h1 a {
    bottom      : 16px;
    position    : absolute;
    right       : 0;
}

h2 {
    clear         : left;
    font-size     : 24px;
    margin-bottom : 18px;
    padding-top   : 36px;
    position      : relative;
}

table {
    width: 100%;
}

thead th {
    border-bottom : 1px solid #ccc;
    text-align    : left;
}

td, th {
    padding: 3px;
}

.boxen li {
    background      : #000;
    border-radius   : 8px;
    color           : #aaa;
    float           : left;
    font-size       : 13px;
    list-style-type : none;
    margin-left     : 18px;
    padding         : 12px;
    text-align      : center;
    width           : 164px;
}

.boxen li:first-child {
    margin-left: 0;
}

.boxen li .num {
    color     : #eee;
    display   : block;
    font-size : 24px;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
oso-2.0.1 lib/oso/public/style.css
oso-2.0.0 lib/oso/public/style.css
oso-1.0.1 lib/oso/public/style.css
oso-1.0.0 lib/oso/public/style.css