More actions
mNo edit summary |
mNo edit summary |
||
| Line 41: | Line 41: | ||
} | } | ||
.tile-glow | .tile-glow { | ||
transition: box-shadow 0.3s ease, | transition: box-shadow 0.3s ease; | ||
box-shadow: 0 0 6px rgba(0, 255, 255, 0.4); | |||
} | } | ||
.tile-glow | |||
box-shadow: 0 0 12px | .tile-glow:hover { | ||
box-shadow: 0 0 12px rgba(0, 255, 255, 0.9); | |||
} | } | ||
Revision as of 13:22, 8 June 2025
/* CSS placed here will be applied to all skins */
.topnav {
background-color: #1a1a1a;
overflow: hidden;
padding: 10px;
text-align: center;
}
.topnav a {
display: inline-block;
color: #eaeaea;
text-align: center;
padding: 10px 20px;
text-decoration: none;
font-family: 'Segoe UI', sans-serif;
font-weight: bold;
font-size: 15px;
}
.topnav a:hover {
background-color: #444;
color: #fff;
border-radius: 5px;
}
.infobox {
border-collapse: collapse;
background-color: #000000;
color: white;
margin: 0.5em 0 0.5em 1em;
padding: 0.4em;
float: right;
clear: right;
}
.infobox th {
background-color: #000000;
padding: 0.25em;
}
.infobox td {
padding: 0.25em;
}
.tile-glow {
transition: box-shadow 0.3s ease;
box-shadow: 0 0 6px rgba(0, 255, 255, 0.4);
}
.tile-glow:hover {
box-shadow: 0 0 12px rgba(0, 255, 255, 0.9);
}
.horizontal-logo-row {
display: flex;
flex-wrap: wrap;
gap: 16px;
justify-content: flex-start;
align-items: center;
padding: 20px;
}
.horizontal-logo {
display: inline-block !important;
margin: 0;
padding: 0;
}
#footer-info-lastmod { display: none; }