mirror of
https://github.com/Tailszefox/Pony-Fusion.git
synced 2024-11-23 14:27:59 +01:00
65 lines
701 B
CSS
65 lines
701 B
CSS
|
.fusionChoice
|
||
|
{
|
||
|
width: 90%;
|
||
|
margin-left: 5%;
|
||
|
margin-right: 5%;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#from
|
||
|
{
|
||
|
margin-left: 5%;
|
||
|
margin-right: 5%;
|
||
|
}
|
||
|
|
||
|
#to
|
||
|
{
|
||
|
margin-left: 5%;
|
||
|
margin-right: 5%;
|
||
|
}
|
||
|
|
||
|
#buttonSwap
|
||
|
{
|
||
|
margin-top: 10px;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.buttonsRandomize
|
||
|
{
|
||
|
width: 90%;
|
||
|
margin: 5px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.buttonsRandomize .topAndBottom
|
||
|
{
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
.buttonsRandomize .leftAndRight
|
||
|
{
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#buttonRandomizeFrom
|
||
|
{
|
||
|
margin-left: 5%;
|
||
|
margin-right: 5%;
|
||
|
}
|
||
|
|
||
|
#buttonRandomizeTo
|
||
|
{
|
||
|
margin-left: 5%;
|
||
|
margin-right: 5%;
|
||
|
}
|
||
|
|
||
|
#buttonRandomizeTo
|
||
|
{
|
||
|
margin-left: 5%;
|
||
|
margin-right: 5%;
|
||
|
}
|
||
|
|
||
|
#legal
|
||
|
{
|
||
|
position: static;
|
||
|
}
|