Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 263: | Line 263: | ||
background-color: #d1d1de !important; /* #f44336 rgb(60, 60, 70) #3c4043 */ | background-color: #d1d1de !important; /* #f44336 rgb(60, 60, 70) #3c4043 */ | ||
} | } | ||
− | .fa-atom { font-size: | + | .fa-atom { font-size: 21px; } |
.fa-info { font-size: 18px; } | .fa-info { font-size: 18px; } | ||
.fa-tools { font-size: 17px; } | .fa-tools { font-size: 17px; } | ||
Line 385: | Line 385: | ||
if (cityName == "PE") { | if (cityName == "PE") { | ||
− | $(".fa-atom").css('font-size', ' | + | $(".fa-atom").css('font-size', '21px') |
$(".fa-info").css('font-size', '18px') | $(".fa-info").css('font-size', '18px') | ||
$(".fa-tools").css('font-size','17px') | $(".fa-tools").css('font-size','17px') | ||
}else if (cityName == "Others") { | }else if (cityName == "Others") { | ||
− | $(".fa-atom").css('font-size', ' | + | $(".fa-atom").css('font-size', '19px') |
$(".fa-info").css('font-size', '20px') | $(".fa-info").css('font-size', '20px') | ||
$(".fa-tools").css('font-size','17px') | $(".fa-tools").css('font-size','17px') | ||
}else { | }else { | ||
− | $(".fa-atom").css('font-size', ' | + | $(".fa-atom").css('font-size', '19px') |
$(".fa-info").css('font-size', '18px') | $(".fa-info").css('font-size', '18px') | ||
$(".fa-tools").css('font-size','19px') | $(".fa-tools").css('font-size','19px') | ||
Line 480: | Line 480: | ||
$("#button-pe").hover(function(){ | $("#button-pe").hover(function(){ | ||
− | $(".fa-atom").css('font-size', ' | + | $(".fa-atom").css('font-size', '21px') |
}, function(){ | }, function(){ | ||
if ( $(this).hasClass("bottom-selected") ) { | if ( $(this).hasClass("bottom-selected") ) { | ||
− | $(".fa-atom").css('font-size', ' | + | $(".fa-atom").css('font-size', '21px') |
}else{ | }else{ | ||
− | $(".fa-atom").css('font-size', ' | + | $(".fa-atom").css('font-size', '19px') |
} | } | ||
}); | }); |
Revision as of 17:09, 14 March 2021