Difference between revisions of "MediaWiki:Common.css"

From Rebeldroids Wiki
 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 
+
body { background-color: #3f5562; }  /* this changes the color behind the left navigation bar*/
body { background-color: #3f5562;}  /* this changes the color behind the left navigation bar*/
 
 
 
 
 
 
 
/*#mw-navigation { background-color: #73818c;}*/
 
 
 
#mw-page-base { background-color: #73818c;}
 
  
 
#mw-head { background-color: #3f5562;} /*this controls the color of the header at the top*/
 
#mw-head { background-color: #3f5562;} /*this controls the color of the header at the top*/
  
/*.noprint { background-color: #73818c;}*/
+
/* standard link colors */
 
+
.mw-body a:link { color: #3f5562; } /* normal unvisited links */
 
+
.mw-body a:visited { color: #3f5562; } /* visited links */
#mw-content-text { background-color: #ffffff;}   /*this changes the color behind the banner*/
+
.mw-body a:active { color: #000000; } /* active links */
 +
.mw-body a:hover {color: #000000; } /* link color on hover */
  
div#content { background-color: #73818c;}   /*this changes the color of the tab frame*/
+
.mw-body a.interwiki { color: #3f5562; } /* interwiki links */
 +
.mw-body a.external { color: #3f5562; } /* external links */
 +
.mw-body a.stub { color: #304051; } /* hovered links (uncertain of this) */
  
 +
// Let them know some links have no content
 +
.mw-body a:link.new { color: 500000; } /* new links */
 +
.mw-body a:visited.new { color: 500000; } /* new links */
 +
.mw-body a.new { color: #500000; } /* new links */
  
#mw-navigation { color: #FFFFFF;} /*changes the color of the text, left navigation*/
+
// Leave TOC black
 +
.mw-body .toc a { color:black; }
 +
.mw-body .toc a:link { color:black; }
 +
.mw-body .toc a:visited { color:black; }
  
a{ color: #ffffff;}
+
.portlet h5 {
 +
      color: yellow;
 +
}     /*change the color of the sidebar text*/

Latest revision as of 22:22, 10 August 2016

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

body { background-color: #3f5562; }  /* this changes the color behind the left navigation bar*/

#mw-head { background-color: #3f5562;} /*this controls the color of the header at the top*/

/* standard link colors */
.mw-body a:link { color: #3f5562; } /* normal unvisited links */
.mw-body a:visited { color: #3f5562; } /* visited links */
.mw-body a:active { color: #000000; } /* active links */
.mw-body a:hover {color: #000000; } /* link color on hover */

.mw-body a.interwiki { color: #3f5562; } /* interwiki links */
.mw-body a.external { color: #3f5562; } /* external links */
.mw-body a.stub { color: #304051; } /* hovered links (uncertain of this) */

// Let them know some links have no content
.mw-body a:link.new { color: 500000; } /* new links */
.mw-body a:visited.new { color: 500000; } /* new links */
.mw-body a.new { color: #500000; } /* new links */

// Leave TOC black
.mw-body .toc a { color:black; }
.mw-body .toc a:link { color:black; }
.mw-body .toc a:visited { color:black; }

.portlet h5 {
       color: yellow;
}     /*change the color of the sidebar text*/