മീഡിയവിക്കി:Common.css
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
ശ്രദ്ധിക്കുക: സേവ് ചെയ്തശേഷം മാറ്റങ്ങൾ കാണാനായി താങ്കൾക്ക് ബ്രൗസറിന്റെ കാഷെ ഒഴിവാക്കേണ്ടി വന്നേക്കാം.
- ഫയർഫോക്സ് / സഫാരി: Reload ബട്ടൺ അമർത്തുമ്പോൾ Shift കീ അമർത്തി പിടിക്കുകയോ, Ctrl-F5 അല്ലെങ്കിൽ Ctrl-R (മാക്കിന്റോഷിൽ ⌘-R ) എന്ന് ഒരുമിച്ച് അമർത്തുകയോ ചെയ്യുക
- ഗൂഗിൾ ക്രോം: Ctrl-Shift-R (മാക്കിന്റോഷിൽ ⌘-Shift-R ) അമർത്തുക
- ഇന്റർനെറ്റ് എക്സ്പ്ലോറർ: Refresh ബട്ടൺ അമർത്തുമ്പോൾ Ctrl കീ അമർത്തിപിടിക്കുക. അല്ലെങ്കിൽ Ctrl-F5 അമർത്തുക
- ഓപ്പറ: Menu → Settings എടുക്കുക (മാക്കിൽ Opera → Preferences) എന്നിട്ട് Privacy & security → Clear browsing data → Cached images and files ചെയ്യുക.
/*BASE TYPOGRAPHY*/
:lang(en) {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
:lang(ml) {
font-family: 'Manjari', 'Meera', 'Rachana', 'AnjaliOldLipi', 'Noto Sans Malayalam', sans-serif;
line-height: 1.75;
}
body {
font-size: 17px;
}
/*RESPONSIVE*/
@media (max-width: 900px) {
/* Chapter template styling */
.book-chapter {
max-width: 800px;
margin: 2em auto;
font-family: 'Georgia', serif;
line-height: 1.5;
}
.chapter-meta {
border-bottom: 2px solid #2c3e50;
margin-bottom: 1.5em;
padding-bottom: 0.5em;
}
.chapter-number {
font-size: 1.2em;
text-transform: uppercase;
letter-spacing: 2px;
color: #7f8c8d;
}
.chapter-title {
font-size: 2.2em;
margin: 0.2em 0 0.1em;
color: #2c3e50;
}
.chapter-author {
font-style: italic;
color: #34495e;
}
.chapter-content {
text-align: justify;
}
.chapter-footer {
margin-top: 3em;
padding-top: 1em;
border-top: 1px solid #ecf0f1;
text-align: center;
font-size: 0.9em;
}
.page-nav a {
color: #2980b9;
text-decoration: none;
padding: 0 1em;
}
.page-nav a:hover {
text-decoration: underline;
}