Difference between revisions of "MediaWiki:Common.css"

From Wiki Itajaí
Jump to navigation Jump to search
 
Line 21: Line 21:
 
}
 
}
  
#footer {
+
#turnkey-credit {
    text-align: center !important;
+
     display: none !important;
    font-size: 14px !important;
 
    padding: 10px !important;
 
}
 
 
 
#footer:after {
 
     content: "IFSC - Itajaí" !important;
 
    font-weight: bold;
 
    font-size: 16px;
 
 
}
 
}

Latest revision as of 00:43, 17 April 2026

#p-tb { display: none; }        /* Tools */
#p-cactions { display: none; }  /* abas (editar, histórico) */
/* Remove "View history" */
#ca-history {
    display: none;
}

/* Remove "View source" */
#ca-viewsource {
    display: none;
}

}
/* Esconde aba Discussion */
#ca-talk {
    display: none;
}

#footer-info {
    display: none !important;
}

#turnkey-credit {
    display: none !important;
}