view web/css/dottes.css @ 213:8e6105d2bf59

Sort out the tunes and transposition displayed on the front page.
author Jim Hague <jim.hague@laicatc.com>
date Tue, 19 Feb 2013 16:26:16 +0000
parents 9da75d87e93b
children db569ede2165
line wrap: on
line source

body {
    background-color: #9900cc;
    background-image: url('../img/purple-fabric-background.jpg');
    color: #000000;
    font-size: 16px;
    height: auto;
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: 'Oswald', serif;
}

h1 {
    background: white;
    font-weight: normal;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

p
{
    background: white;
    margin: 10px;
}

div.banner
{
    height: 136px;

    background-color: black;
    /* background-color: #9900cc; */
    background-image: url('../img/banner.png');
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    margin-top: 5px;
    margin-bottom: 5px;
}

div.banner h1
{
    display: none;
    text-align: left;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Pirata One', sans-serif;
    padding: 10px;
}

div.dottes-body
{
    background-color: white;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    margin-top: 5px;
    margin-bottom: 5px;
}

div.dottes-body h1
{
    margin: 10px;
    text-align: left;
}

div.dottes-container
{
    border: 2px solid grey;
    margin: 10px;
}

div.dottes-transpose-instrument
{
    display: table;
    width: 100%;
}

div.dottes-transpose-instrument-item
{
    display: table-cell;
    vertical-align: middle;
}

div.dottes-transpose-instrument-name
{
    width: 15%;
}

div.dottes-transpose-instrument-how
{
    width: 55%;
}

div.dottes-transpose-tune-types
{
    width: 30%;
}

a.dottes-tune-link
{
    font-size: 20px;
    position: relative;
    top: 10px;
}

table.dottes-tune-table
{
    margin: 10px;
}

table.dottes-tune-table td
{
    vertical-align: middle;
}

ul.tune-type-list
{
    list-style-type: none;
    margin: 0;
}

ul.tune-type-list li
{
    display: inline-block;
}

img.dottes-png
{
    display: block;
    width: 100%; /* Make image fill width */
    /* margin-left: auto; /* Centre image */
    /* margin-right: auto; */
}

ul.tune-data-list
{
    list-style-type: none;
}

ul.tune-data-list li
{
    display: inline;
    margin: 10px;
}