Difference between revisions of "MediaWiki:Common.css"

From Wiki Itajaí
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Standard Navigationsleisten, aka box hiding thingy
+
#p-tb { display: none; }        /* Tools */
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
+
#p-cactions { display: none; }  /* abas (editar, histórico) */
div.NavFrame {
+
/* Remove "View history" */
margin: 0;
+
#ca-history {
padding: 4px;
+
    display: none;
border: 1px solid #a2a9b1;
 
text-align: center;
 
border-collapse: collapse;
 
font-size: 95%;
 
 
}
 
}
div.NavFrame + div.NavFrame {
+
 
border-top-style: none;
+
/* Remove "View source" */
border-top-style: hidden;
+
#ca-viewsource {
 +
    display: none;
 
}
 
}
div.NavPic {
+
 
background-color: #fff;
 
margin: 0;
 
padding: 2px;
 
/* @noflip */
 
float: left;
 
 
}
 
}
div.NavFrame div.NavHead {
+
/* Esconde aba Discussion */
line-height: 1.6em;
+
#ca-talk {
font-weight: bold;
+
    display: none;
background-color: #ccf;
 
position: relative;
 
 
}
 
}
div.NavFrame p,
+
 
div.NavFrame div.NavContent,
+
#footer-info {
div.NavFrame div.NavContent p {
+
    display: none !important;
font-size: 100%;
 
}
 
div.NavEnd {
 
margin: 0;
 
padding: 0;
 
line-height: 1px;
 
clear: both;
 
}
 
a.NavToggle {
 
position: absolute;
 
top: 0;
 
/* @noflip */
 
right: 3px;
 
font-weight: normal;
 
font-size: 90%;
 
 
}
 
}
  
.client-js .NavFrame.collapsed > .NavContent {
+
#turnkey-credit {
display: none;
+
    display: none !important;
 
}
 
}

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