ഫലകം:PHSchoolFrame/Header/styles.css

Schoolwiki സംരംഭത്തിൽ നിന്ന്
10:49, 26 ഒക്ടോബർ 2025-നു ഉണ്ടായിരുന്ന രൂപം സൃഷ്ടിച്ചത്:- Ranjithsiji (സംവാദം | സംഭാവനകൾ) ('.print-only-link-class{ float:right; font-size:0.9em; } @media print { →‎Target the specific element by its class or a unique identifier: .print-only-link-class { display: none !important; visibility: hidden !important; } →‎Alternatively, if it's in a div with a specific style (like the float:right) and doesn't have a unique class, you might target it by structure:: ...' താൾ സൃഷ്ടിച്ചിരിക്കുന്നു)
(മാറ്റം) ←പഴയ രൂപം | ഇപ്പോഴുള്ള രൂപം (മാറ്റം) | പുതിയ രൂപം→ (മാറ്റം)
.print-only-link-class{
 float:right; 
 font-size:0.9em;
}
@media print {
    /* Target the specific element by its class or a unique identifier */
    .print-only-link-class {
        display: none !important;
        visibility: hidden !important;
    }

    /* Alternatively, if it's in a div with a specific style (like the float:right)
       and doesn't have a unique class, you might target it by structure: */
    div[style*="float:right;"] {
        display: none !important;
        visibility: hidden !important;
    }
}
"https://schoolwiki.in/index.php?title=ഫലകം:PHSchoolFrame/Header/styles.css&oldid=2889516" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്