"ഫലകം:SSKTitle-25/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
ദൃശ്യരൂപം
No edit summary |
No edit summary |
||
| വരി 2: | വരി 2: | ||
cursor: pointer; | cursor: pointer; | ||
color: #0645ad; | color: #0645ad; | ||
border-top:8px #3a6e6b solid; | border-top: 8px #3a6e6b solid; | ||
text-align: center; | |||
padding: 1em; | |||
} | } | ||
.menuCover { | .menuCover { | ||
| വരി 21: | വരി 21: | ||
max-width: 250px; | max-width: 250px; | ||
flex: 1 1 0px; | flex: 1 1 0px; | ||
margin-right: 1px | margin-right: 1px; | ||
transition: background-color 0.3s; /* Smooth transition for hover effect */ | |||
} | |||
/* Hover Effect */ | |||
.menuItem:hover { | |||
background-color: #f0f8ff; /* Change background color on hover */ | |||
} | } | ||
/* On Mobile */ | /* On Mobile */ | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.titlelinks .mw-file-element { | |||
display: none; | |||
} | |||
} | |||
14:42, 6 ജനുവരി 2025-നു നിലവിലുണ്ടായിരുന്ന രൂപം
.titlelinks {
cursor: pointer;
color: #0645ad;
border-top: 8px #3a6e6b solid;
text-align: center;
padding: 1em;
}
.menuCover {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
width: 100%;
}
.menuItem {
text-align: center;
padding: 0.75em;
font-weight: normal;
line-height: 1.15;
margin-bottom: 0.2em;
min-width: 100px;
max-width: 250px;
flex: 1 1 0px;
margin-right: 1px;
transition: background-color 0.3s; /* Smooth transition for hover effect */
}
/* Hover Effect */
.menuItem:hover {
background-color: #f0f8ff; /* Change background color on hover */
}
/* On Mobile */
@media (max-width: 768px) {
.titlelinks .mw-file-element {
display: none;
}
}