Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 00:37, 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;
}

#footer {
    text-align: center !important;
    font-size: 14px !important;
    padding: 10px !important;
}

#footer:after {
    content: "IFSC - Itajaí" !important;
    font-weight: bold;
    font-size: 16px;
}