Difference between revisions of "Template:Ruperto Carola"

Line 287: Line 287:
 
     border: 4px solid #ffb819;
 
     border: 4px solid #ffb819;
 
}
 
}
 +
 +
 +
.mobile-only{
 +
        display: none;
 +
}
 +
 +
.desktop{
 +
        display: block;
 +
}
 +
 +
@media only screen and (max-width: 500px) {
 +
        .mobile-only {display: block;}
 +
        .desktop {display: none;}
 +
}
 +
 +
.noline{
 +
        line-height: 0 px;
 +
        margin: 0px 0px !important ;
 +
}
 +
 +
.narrow{
 +
        margin: 0px 5px 0px 5px !important ;
 +
}
 +
 +
.dice-expand{
 +
        float:right;
 +
        margin-left: 5px;
 +
}
  
 
</style>
 
</style>

Revision as of 23:47, 19 October 2019