Difference between revisions of "MediaWiki:Common.css"

From Avidyana
Jump to navigation Jump to search
(navbox add)
(reinstalled footer code)
 
(4 intermediate revisions by the same user not shown)
Line 19: Line 19:


a.new { color: #000000; }
a.new { color: #000000; }
/* Default style for navigation boxes */
.navbox {                    /* Navbox container style */
box-sizing: border-box;
border: 1px solid #a2a9b1;
width: 100%;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
margin-top: 0;            /* No top margin for nested navboxes */
}
.navbox + .navbox {
margin-top: -1px;        /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em;      /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
th.navbox-group {            /* Group style */
white-space: nowrap;
/* @noflip */
text-align: right;
}
.navbox,
.navbox-subgroup {
background-color: #fdfdfd; /* Background color */
}
.navbox-list {
line-height: 1.5em;
border-color: #fdfdfd;    /* Must match background color */
}
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
.navbox th,
.navbox-title {
background-color: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
background-color: #ddddff;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background-color: #e6e6ff;      /* Level 3 color */
}
.navbox-even {
background-color: #f7f7f7;      /* Even row striping */
}
.navbox-odd {
background-color: transparent;  /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0;      /* Adjust hlist padding in navboxes */
}
/* Default styling for Navbar template */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline-block;
white-space: nowrap;
}

Latest revision as of 08:50, 10 November 2021

/* CSS placed here will be applied to all skins */

  1. ca-history { display:none!important; } View history/History tab
  2. ca-nstab-main { display:none!important; } Page tab
  3. ca-nstab-user { display:none!important; } User page tab (the Page tab on personal user pages)
  4. ca-protect { display:none!important; } Protect tab (as the previous two, with the Vector skin it's in the More drop-down menu)
  5. ca-talk { display:none!important; }
  6. ca-watch { display:none!important; } the Watch tab for adding the page to the watchlist
  7. ca-unwatch { display:none!important; } the Unwatch tab for removing the page from the watchlist
  8. ca-view { display:none!important; } Read tab (from the prepackaged skins this tab is available only in the Vector skin)
  9. ca-viewsource { display:none!important; }
  10. ca-viewsource { display:none!important; }
  11. footer-poweredbyico { display: none; }

body.page-Avidya li#ca-delete { display:none!important; } body.page-Avidya li#ca-talk { display:none!important; } body.page-Avidya li#ca-move { display:none!important; } body.page-Avidya li#ca-history { display:none!important; } body.page-Avidya li#ca-viewsource { display:none!important; }

a.new { color: #000000; }