forked from CryHavoc/dottes
More CSS tweaks.
This commit is contained in:
parent
8c6b9c8fda
commit
2701902641
|
@ -7,8 +7,6 @@ body {
|
||||||
background-image: url('../img/purple-fabric-background.jpg');
|
background-image: url('../img/purple-fabric-background.jpg');
|
||||||
color: #000000;
|
color: #000000;
|
||||||
height: auto;
|
height: auto;
|
||||||
padding-top: 0px;
|
|
||||||
padding-bottom: 20px;
|
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +19,6 @@ h1 {
|
||||||
p
|
p
|
||||||
{
|
{
|
||||||
background: white;
|
background: white;
|
||||||
margin: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.banner
|
div.banner
|
||||||
|
@ -41,9 +38,6 @@ div.banner
|
||||||
-moz-border-radius-bottomright: 5px;
|
-moz-border-radius-bottomright: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
|
|
||||||
margin-top: 5px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.banner img
|
div.banner img
|
||||||
|
@ -87,19 +81,17 @@ div.dottes-body
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|
||||||
padding: 5px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dottes-body h1
|
div.dottes-body h1
|
||||||
{
|
{
|
||||||
margin: 10px;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dottes-transpose-container
|
div.dottes-transpose-container
|
||||||
{
|
{
|
||||||
border: 2px solid grey;
|
border: 2px solid grey;
|
||||||
margin: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dottes-transpose-instrument
|
div.dottes-transpose-instrument
|
||||||
|
@ -112,6 +104,7 @@ div.dottes-transpose-instrument-item
|
||||||
{
|
{
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dottes-transpose-instrument-name
|
div.dottes-transpose-instrument-name
|
||||||
|
@ -131,7 +124,6 @@ div.dottes-transpose-tune-types
|
||||||
|
|
||||||
div.dottes-tune-display
|
div.dottes-tune-display
|
||||||
{
|
{
|
||||||
margin: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dottes-tune-header
|
div.dottes-tune-header
|
||||||
|
@ -225,18 +217,21 @@ div.dottes-tune-footer-row
|
||||||
div.dottes-tune-footer-links
|
div.dottes-tune-footer-links
|
||||||
{
|
{
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dottes-tune-footer-play
|
div.dottes-tune-footer-play
|
||||||
{
|
{
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dottes-tune-footer-last
|
div.dottes-tune-footer-last
|
||||||
{
|
{
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dottes-tune-learner
|
div.dottes-tune-learner
|
||||||
|
@ -319,6 +314,7 @@ ul.tune-data-list
|
||||||
{
|
{
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.tune-data-list li
|
ul.tune-data-list li
|
||||||
|
|
Loading…
Reference in New Issue