2013-02-15 20:32:21 +00:00
|
|
|
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;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 25px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
p
|
|
|
|
{
|
|
|
|
background: white;
|
2013-02-17 10:30:22 +00:00
|
|
|
margin: 10px;
|
2013-02-15 20:32:21 +00:00
|
|
|
}
|
|
|
|
|
2013-02-18 15:16:26 +00:00
|
|
|
div.banner
|
2013-02-15 20:32:21 +00:00
|
|
|
{
|
2013-02-18 15:16:26 +00:00
|
|
|
height: 136px;
|
2013-02-18 22:05:23 +00:00
|
|
|
|
|
|
|
background-color: black;
|
2013-02-18 15:16:26 +00:00
|
|
|
background-image: url('../img/banner.png');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
2013-02-18 21:50:58 +00:00
|
|
|
|
|
|
|
-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;
|
2013-02-18 15:16:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.banner h1
|
|
|
|
{
|
|
|
|
display: none;
|
2013-02-15 20:32:21 +00:00
|
|
|
text-align: left;
|
|
|
|
font-size: 50px;
|
|
|
|
font-weight: bold;
|
2013-02-18 22:05:23 +00:00
|
|
|
color: #ffffff;
|
2013-02-15 20:32:21 +00:00
|
|
|
font-family: 'Pirata One', sans-serif;
|
2013-02-17 10:30:22 +00:00
|
|
|
padding: 10px;
|
2013-02-15 20:32:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
2013-02-18 21:50:58 +00:00
|
|
|
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
2013-02-15 20:32:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-body h1
|
|
|
|
{
|
|
|
|
margin: 10px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-container
|
|
|
|
{
|
|
|
|
border: 2px solid grey;
|
2013-02-17 10:30:22 +00:00
|
|
|
margin: 10px;
|
2013-02-15 20:32:21 +00:00
|
|
|
}
|
|
|
|
|
2013-02-19 16:26:16 +00:00
|
|
|
div.dottes-transpose-instrument
|
2013-02-16 23:23:50 +00:00
|
|
|
{
|
2013-02-19 16:26:16 +00:00
|
|
|
display: table;
|
|
|
|
width: 100%;
|
2013-02-16 23:23:50 +00:00
|
|
|
}
|
|
|
|
|
2013-02-19 16:26:16 +00:00
|
|
|
div.dottes-transpose-instrument-item
|
2013-02-15 20:32:21 +00:00
|
|
|
{
|
2013-02-19 16:26:16 +00:00
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
2013-02-15 20:32:21 +00:00
|
|
|
}
|
|
|
|
|
2013-02-19 16:26:16 +00:00
|
|
|
div.dottes-transpose-instrument-name
|
2013-02-15 20:32:21 +00:00
|
|
|
{
|
2013-02-19 16:26:16 +00:00
|
|
|
width: 15%;
|
2013-02-15 20:32:21 +00:00
|
|
|
}
|
|
|
|
|
2013-02-19 16:26:16 +00:00
|
|
|
div.dottes-transpose-instrument-how
|
2013-02-15 20:32:21 +00:00
|
|
|
{
|
2013-02-19 16:26:16 +00:00
|
|
|
width: 55%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-transpose-tune-types
|
|
|
|
{
|
|
|
|
width: 30%;
|
2013-02-15 20:32:21 +00:00
|
|
|
}
|
|
|
|
|
2013-07-16 16:35:07 +01:00
|
|
|
div.dottes-tune-display
|
|
|
|
{
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-header
|
|
|
|
{
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-header-row
|
|
|
|
{
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-header-left
|
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-header-middle
|
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-header-middle h1
|
|
|
|
{
|
|
|
|
font-size: 25px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-header-middle h2
|
|
|
|
{
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-header-right
|
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
text-align: right;
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
2013-08-19 09:59:46 +01:00
|
|
|
div.dottes-tune-footer
|
|
|
|
{
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-footer-row
|
|
|
|
{
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-footer-left
|
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-footer-right
|
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
text-align: right;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
2013-02-17 00:40:21 +00:00
|
|
|
a.dottes-tune-link
|
|
|
|
{
|
|
|
|
font-size: 20px;
|
2013-02-18 22:05:56 +00:00
|
|
|
position: relative;
|
2013-02-22 23:20:06 +00:00
|
|
|
top: 12px;
|
2013-02-17 00:27:07 +00:00
|
|
|
}
|
|
|
|
|
2013-02-15 20:32:21 +00:00
|
|
|
ul.tune-type-list
|
|
|
|
{
|
|
|
|
list-style-type: none;
|
2013-02-19 16:26:16 +00:00
|
|
|
margin: 0;
|
2013-02-15 20:32:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.tune-type-list li
|
|
|
|
{
|
2013-02-19 16:26:16 +00:00
|
|
|
display: inline-block;
|
2013-02-15 20:32:21 +00:00
|
|
|
}
|
2013-02-17 00:27:07 +00:00
|
|
|
|
2013-02-17 10:30:22 +00:00
|
|
|
img.dottes-png
|
|
|
|
{
|
|
|
|
display: block;
|
2013-02-18 22:06:17 +00:00
|
|
|
width: 100%; /* Make image fill width */
|
2013-07-16 16:35:07 +01:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2013-02-17 10:30:22 +00:00
|
|
|
}
|
|
|
|
|
2013-02-17 00:27:07 +00:00
|
|
|
ul.tune-data-list
|
|
|
|
{
|
|
|
|
list-style-type: none;
|
2013-07-16 16:35:07 +01:00
|
|
|
margin: 0px;
|
2013-02-17 00:27:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.tune-data-list li
|
|
|
|
{
|
|
|
|
display: inline;
|
2013-07-16 16:35:07 +01:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 20px;
|
2013-02-17 00:27:07 +00:00
|
|
|
}
|
2013-02-22 23:20:06 +00:00
|
|
|
|
|
|
|
div.dottes-tune-list
|
|
|
|
{
|
|
|
|
display: table;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-list-item
|
|
|
|
{
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-list-item-link
|
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-list-item-image
|
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2013-02-23 13:10:58 +00:00
|
|
|
|
|
|
|
div.dottes-change-no
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-change-yes
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-change-link
|
|
|
|
{
|
|
|
|
}
|
2013-08-04 22:09:25 +01:00
|
|
|
|
|
|
|
div.dottes-credit-no
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-credit-yes
|
|
|
|
{
|
|
|
|
}
|