2013-11-11 22:14:00 +00:00
|
|
|
html {
|
2016-11-06 13:40:32 +00:00
|
|
|
font-size: 100%;
|
2013-11-11 22:14:00 +00:00
|
|
|
}
|
|
|
|
|
2013-02-15 20:32:21 +00:00
|
|
|
body {
|
|
|
|
background-color: #9900cc;
|
|
|
|
background-image: url('../img/purple-fabric-background.jpg');
|
|
|
|
color: #000000;
|
|
|
|
height: auto;
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 20px;
|
2013-11-11 22:14:00 +00:00
|
|
|
font-family: 'Open Sans', sans-serif;
|
2013-02-15 20:32:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
background: white;
|
|
|
|
text-align: center;
|
|
|
|
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 22:05:23 +00:00
|
|
|
background-color: black;
|
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
|
|
|
}
|
|
|
|
|
2016-11-06 13:40:32 +00:00
|
|
|
div.banner img
|
|
|
|
{
|
|
|
|
width: 100%;
|
|
|
|
max-width: 960;
|
|
|
|
max-height: 136px;
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
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-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%;
|
|
|
|
}
|
|
|
|
|
2016-11-05 10:46:41 +00:00
|
|
|
div.dottes-tune-header-icons-column
|
|
|
|
{
|
|
|
|
display: table-column;
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-header-title-column
|
|
|
|
{
|
|
|
|
display: table-column;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-header-last-column
|
|
|
|
{
|
|
|
|
display: table-column;
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
2013-07-16 16:35:07 +01:00
|
|
|
div.dottes-tune-header-row
|
|
|
|
{
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
2016-11-05 10:46:41 +00:00
|
|
|
div.dottes-tune-header-icons
|
2013-07-16 16:35:07 +01:00
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
2016-11-05 10:46:41 +00:00
|
|
|
div.dottes-tune-header-title
|
2013-07-16 16:35:07 +01:00
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
2016-11-05 10:46:41 +00:00
|
|
|
div.dottes-tune-header-title h1
|
2013-07-16 16:35:07 +01:00
|
|
|
{
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2016-11-05 10:46:41 +00:00
|
|
|
div.dottes-tune-header-title h2
|
2013-07-16 16:35:07 +01:00
|
|
|
{
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2016-11-05 10:46:41 +00:00
|
|
|
div.dottes-tune-header-composer
|
2013-07-16 16:35:07 +01:00
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2013-08-19 09:59:46 +01:00
|
|
|
div.dottes-tune-footer
|
|
|
|
{
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-11-05 10:46:41 +00:00
|
|
|
div.dottes-tune-footer-links-column
|
|
|
|
{
|
|
|
|
display: table-column;
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-footer-play-column
|
|
|
|
{
|
|
|
|
display: table-column;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-footer-last-column
|
|
|
|
{
|
|
|
|
display: table-column;
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
2013-08-19 09:59:46 +01:00
|
|
|
div.dottes-tune-footer-row
|
|
|
|
{
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
2016-11-05 10:46:41 +00:00
|
|
|
div.dottes-tune-footer-links
|
2013-08-19 09:59:46 +01:00
|
|
|
{
|
|
|
|
display: table-cell;
|
2013-08-28 11:54:45 +01:00
|
|
|
}
|
|
|
|
|
2016-11-05 10:46:41 +00:00
|
|
|
div.dottes-tune-footer-play
|
2013-08-28 11:54:45 +01:00
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
text-align: center;
|
2013-08-19 09:59:46 +01:00
|
|
|
}
|
|
|
|
|
2016-11-05 10:46:41 +00:00
|
|
|
div.dottes-tune-footer-last
|
2013-08-19 09:59:46 +01:00
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2016-11-06 08:24:22 +00:00
|
|
|
div.dottes-tune-learner
|
|
|
|
{
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-learner-speed-column
|
|
|
|
{
|
|
|
|
display: table-column;
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-learner-play-column
|
|
|
|
{
|
|
|
|
display: table-column;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-learner-download-column
|
|
|
|
{
|
|
|
|
display: table-column;
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-learner-row
|
|
|
|
{
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-learner-speed
|
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-learner-play
|
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-learner-download
|
|
|
|
{
|
|
|
|
display: table-cell;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2013-02-17 00:40:21 +00:00
|
|
|
a.dottes-tune-link
|
|
|
|
{
|
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-10-09 18:06:14 +01:00
|
|
|
a.dottes-tune-icon-link
|
|
|
|
{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
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;
|
2016-11-02 17:59:25 +00:00
|
|
|
margin-right: 5px;
|
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;
|
|
|
|
}
|
|
|
|
|
2016-11-05 10:46:41 +00:00
|
|
|
div.dottes-tune-list-link-column
|
|
|
|
{
|
|
|
|
display: table-column;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-tune-list-image-column
|
|
|
|
{
|
|
|
|
display: table-column;
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
2013-02-22 23:20:06 +00:00
|
|
|
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
|
|
|
|
2016-11-05 10:46:41 +00:00
|
|
|
div.dottes-tune-list-item-image img
|
|
|
|
{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-11-02 15:02:06 +00:00
|
|
|
div.dottes-notes-no
|
2013-02-23 13:10:58 +00:00
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-11-02 15:02:06 +00:00
|
|
|
div.dottes-notes-yes
|
2013-08-04 22:09:25 +01:00
|
|
|
{
|
|
|
|
}
|
2016-11-02 18:36:31 +00:00
|
|
|
|
|
|
|
div.dottes-history-no
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dottes-history-yes
|
|
|
|
{
|
|
|
|
margin-top: 20px
|
|
|
|
}
|