Difference between revisions of "Template:Ruperto Carola/navbar"

Line 1: Line 1:
 
<html>
 
<html>
 +
 +
<syle>
 +
 +
.mobile-only{
 +
        display: none;
 +
}
 +
 +
.desktop{
 +
        display:block;
 +
}
 +
 +
@media only screen and (max-device-width: 380px;) {
 +
        .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>
  
 
<!-- <div id="particles"></div> -->
 
<!-- <div id="particles"></div> -->

Revision as of 23:06, 19 October 2019

.mobile-only{ display: none; } .desktop{ display:block; } @media only screen and (max-device-width: 380px;) { .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; }