MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 503: | Line 503: | ||
/*----------------------------28-05-2026--------------------*/ | /*----------------------------28-05-2026--------------------*/ | ||
/*----------------------------swati--------------------*/ | /*----------------------------swati--------------------*/ | ||
/* | |||
a.mw-searchSuggest-link[title*="/"] { | a.mw-searchSuggest-link[title*="/"] { | ||
display: none !important; | display: none !important; | ||
} | } | ||
*/ | |||
/* Remove search preview/excerpt block */ | /* Remove search preview/excerpt block */ | ||
| Line 650: | Line 651: | ||
/* Author Name */ | /* Author Name */ | ||
.ekatra-author { | .ekatra-author { | ||
clear: both; | clear: both; | ||
text-align: right; | text-align: right; | ||
font-weight: bold; | font-weight: bold; | ||
margin: 5px 0 0 0; | |||
} | |||
.ekatra-author p { | |||
margin: 0; | |||
} | } | ||
@media screen and (max-width: 720px) { | @media screen and (max-width: 720px) { | ||
.ekatra-author { | .ekatra-author { | ||
margin: 5px 0 0 0; | |||
margin: | |||
} | } | ||
} | |||
/*--------------------------------15-07-2026------------------------------------*/ | |||
.book-index-title { | |||
display: block; | |||
clear: both; | |||
margin-top: 20px; | |||
} | } | ||