Toggle menu
4
2
4
7.8K
Buzz Lightyear of Star Command Unofficial Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:


/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body { background: #012e59; }
/*body { background: #012e59; }
 
/* color of text */
/*#mw-element { color: #e6e6e6 ; }


/* background color of the content and title of pages */
/* background color of the content and title of pages */
#content { background: #171a2b; }
/*#mw-content { background: #171a2b; }
 
/* changes the background color of the rectagunlar area where category links are located */
/*#mw-catlinks { background: #012e59; }
 
/* sets the background color of the area of the logo */
/*#mw-p-logo { background: #3a3c4b; }
 
/* background color of the title of the Navigation menu in the left column */
/*#mw-p-navigation { background: #3a3c4b; }
 
/* Small references list */
ol.references {
  font-size: 90%;
}
.references-small {
font-size: 90%;
}
 
/* Subpage Tabs aka Episode Tabs / Character Tabs / etc */
.subpage-tab {
  width:100%;
  border-bottom:1px solid var(--theme-border-color);
  margin-bottom:2em;
  padding-bottom:5px;
}
.subpage-tab span:first-of-type,
.subpage-multitab span:not(:last-of-type) {
  margin-right:25px;
}
.subpage-tab .subpage-tab-active {
  border-bottom:3px solid;
  padding-bottom:7px;
}
.subpage-tab a {
  text-decoration:none;
}

Latest revision as of 23:54, 7 January 2026

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

/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
/*body { background: #012e59; }

/* color of text */
/*#mw-element { color: #e6e6e6 ; }

/* background color of the content and title of pages */
/*#mw-content { background: #171a2b; }

/* changes the background color of the rectagunlar area where category links are located */
/*#mw-catlinks { background: #012e59; }

/* sets the background color of the area of the logo */
/*#mw-p-logo { background: #3a3c4b; }

/* background color of the title of the Navigation menu in the left column */
/*#mw-p-navigation { background: #3a3c4b; }

/* Small references list */
ol.references {
   font-size: 90%;
}
.references-small {
	font-size: 90%;
}

/* Subpage Tabs aka Episode Tabs / Character Tabs / etc */
.subpage-tab {
  width:100%;
  border-bottom:1px solid var(--theme-border-color);
  margin-bottom:2em;
  padding-bottom:5px;
}
.subpage-tab span:first-of-type,
.subpage-multitab span:not(:last-of-type) {
  margin-right:25px;
}
.subpage-tab .subpage-tab-active {
  border-bottom:3px solid;
  padding-bottom:7px;
}
.subpage-tab a {
  text-decoration:none;
}