മീഡിയവിക്കി:Timeless.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 ചെയ്യുക.
/* All CSS here will be loaded for users of the Timeless skin */
#p-logo-text {
font-size: 1.5em;
}
#p-logo-text a {
font-weight: 600;
}
#p-logo-text {
display: flex;
align-items: center;
gap: 10px;
}
#p-logo-text {
display: flex;
align-items: center;
gap: 12px;
}
#p-logo-text::before {
content: "";
display: inline-block;
width: 80px;
height: 80px;
flex-shrink: 0;
background-image: url("/resources/assets/AV-Icon.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#p-logo-text::before {
content: "★";
font-size: 30px;
margin-right: 10px;
}