"മീഡിയവിക്കി:Common.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
Jump to navigation
Jump to search
വരി 1: | വരി 1: | ||
/* ഇവിടെ നൽകുന്ന സി.എസ്.എസ്. എല്ലാ ദൃശ്യരൂപങ്ങൾക്കും ബാധകമായിരിക്കും */ | /* ഇവിടെ നൽകുന്ന സി.എസ്.എസ്. എല്ലാ ദൃശ്യരൂപങ്ങൾക്കും ബാധകമായിരിക്കും */ | ||
body.page-പ്രധാന_താൾ.action-view h1.firstHeading, body.page-പ്രധാന_താൾ.action-submit h1.firstHeading { display: none; } | body.page-പ്രധാന_താൾ.action-view h1.firstHeading, body.page-പ്രധാന_താൾ.action-submit h1.firstHeading { display: none; } | ||
+ | |||
+ | /* Avoid collision of blockquote with floating elements by swapping margin and padding */ | ||
+ | blockquote { | ||
+ | overflow: hidden; | ||
+ | margin: 1em 0; | ||
+ | padding: 0 40px; | ||
+ | } | ||
+ | body.page-പ്രധാന_താൾ #av-topbanner { | ||
+ | clear: both; | ||
+ | } |
18:50, 3 മേയ് 2016-നു നിലവിലുണ്ടായിരുന്ന രൂപം
/* ഇവിടെ നൽകുന്ന സി.എസ്.എസ്. എല്ലാ ദൃശ്യരൂപങ്ങൾക്കും ബാധകമായിരിക്കും */ body.page-പ്രധാന_താൾ.action-view h1.firstHeading, body.page-പ്രധാന_താൾ.action-submit h1.firstHeading { display: none; } /* Avoid collision of blockquote with floating elements by swapping margin and padding */ blockquote { overflow: hidden; margin: 1em 0; padding: 0 40px; } body.page-പ്രധാന_താൾ #av-topbanner { clear: both; }