diff options
Diffstat (limited to 'docs/css/default.css')
| -rw-r--r-- | docs/css/default.css | 73 | 
1 files changed, 73 insertions, 0 deletions
| diff --git a/docs/css/default.css b/docs/css/default.css index af6a9cc0..7f3acfed 100644 --- a/docs/css/default.css +++ b/docs/css/default.css @@ -307,3 +307,76 @@ table {  .side-nav {    overflow-y: scroll;  } + + +ul.sponsor.diamond li a { +    float: left; +    width: 600px; +    height: 20px; +    text-align: center; +    margin: 10px 70px; +    padding: 300px 0 0 0; +    background-position: 0 50%; +    background-size: 600px auto; +    background-repeat: no-repeat; +    font-size: 200%; +} + +@media (max-width: 1000px) { +    ul.sponsor.diamond li a { +        float: left; +        width: 300px; +        height: 20px; +        text-align: center; +        margin: 10px 40px; +        padding: 300px 0 0 0; +        background-position: 0 50%; +        background-size: 280px auto; +        background-repeat: no-repeat; +        font-size: 150%; +    } +} + +ul.sponsor.platinum li a { +    float: left; +    width: 300px; +    height: 20px; +    text-align: center; +    margin: 10px 40px; +    padding: 300px 0 0 0; +    background-position: 0 50%; +    background-size: 280px auto; +    background-repeat: no-repeat; +    font-size: 150%; +} + +ul.sponsor.gold li a { +    float: left; +    width: 130px; +    height: 20px; +    text-align: center; +    margin: 10px 30px; +    padding: 150px 0 0 0; +    background-position: 0 50%; +    background-size: 130px auto; +    background-repeat: no-repeat; +    font-size: 120%; +} + +ul.sponsor.silver li a { +    float: left; +    width: 130px; +    height: 20px; +    text-align: center; +    margin: 10px 30px; +    padding: 150px 0 0 0; +    background-position: 0 50%; +    background-size: 130px auto; +    background-repeat: no-repeat; +    font-size: 120%; +} + +ul.sponsor { +    list-style: none; +    display: block; +} | 
