Difference between revisions of "MediaWiki:Common.css"

From Wiki Itajaí
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎See also jquery.makeCollapsible.js: .mw-collapsible-toggle { float: right; } /* list-items go as wide as their paren...")
 
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
#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;
 +
}
  
/* See also jquery.makeCollapsible.js */
+
}
.mw-collapsible-toggle {
+
/* Esconde aba Discussion */
float: right;
+
#ca-talk {
 +
    display: none;
 
}
 
}
  
/* list-items go as wide as their parent element, don't float them inside list items */
+
#footer-info {
li .mw-collapsible-toggle {
+
    display: none !important;
float: none;
 
 
}
 
}
  
/* the added list item should have no list-style */
+
#turnkey-credit {
.mw-collapsible-toggle-li {
+
    display: none !important;
list-style: none;
 
 
}
 
}

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;
}