"ഫലകം:SSKTitle-25/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
(create css for template) |
(ചെ.)No edit summary |
||
| (2 ഉപയോക്താക്കൾ ചെയ്ത ഇടയ്ക്കുള്ള 8 നാൾപ്പതിപ്പുകൾ പ്രദർശിപ്പിക്കുന്നില്ല) | |||
| വരി 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 { | ||
| വരി 14: | വരി 14: | ||
.menuItem { | .menuItem { | ||
text-align: center; | text-align: center; | ||
padding: 0. | padding: 0.5em; | ||
font-weight: normal; | font-weight: normal; | ||
line-height: 1.15; | line-height: 1.15; | ||
| വരി 21: | വരി 21: | ||
max-width: 250px; | max-width: 250px; | ||
flex: 1 1 0px; | flex: 1 1 0px; | ||
margin-right: 1px | font-size: 0.82em; | ||
margin-right: 1px; | |||
border-bottom: 0.6em solid #393737; | |||
} | |||
.menuItem:hover { | |||
border-bottom: 0.6em solid #006699; | |||
} | |||
/* On Mobile */ | |||
@media (max-width: 768px) { | |||
.titlelinks .mw-file-element { | |||
display: none; | |||
} | |||
} | } | ||
16:58, 8 ജനുവരി 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.5em;
font-weight: normal;
line-height: 1.15;
margin-bottom: 0.2em;
min-width: 100px;
max-width: 250px;
flex: 1 1 0px;
font-size: 0.82em;
margin-right: 1px;
border-bottom: 0.6em solid #393737;
}
.menuItem:hover {
border-bottom: 0.6em solid #006699;
}
/* On Mobile */
@media (max-width: 768px) {
.titlelinks .mw-file-element {
display: none;
}
}