MediaWiki:Monobook.css

From YPPedia

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* edit this file to customize the monobook skin for the entire site */

/* Test of new link colors */

/*
<pre>
*/
a { /*Unvisited links*/
    text-decoration: none;
    color: #0033cc;
    background: none;
}
a:visited { /*Visited links*/
    color: #0033cc;
}
a:active { /*Active links*/
    color: #666600;
}
a:hover { /*Hovering links*/
    color: #666600;
    text-decoration: underline;
}
a:stub { /*Stubs?*/
    color: #CC2200; 
}
a:new, #p-personal a:new { /*Unvisited blind links*/
    color: #CC2200;
}
a.new:visited,
#p-personal a.new:visited { /*Visited blind links*/
    color: #CC2200;
}
#bodyContent a.external { /*All external links*/
	color: #0033cc;
}
/*
*/


/****************************/
/* Begin User Section       */
/****************************/
/* Here begin the alterations to subtly
   alter the appearance of user pages
   to distinguish them from the main
   namespace */

.ns-2 * #content { /*User space*/
    border: 5px double; /* 4 pixel wide double lines */
    border-color: #aaaaaa; /* grey border */
}

.ns-3 * #content { /*User talk space*/
    border: 5px double; /* 4 pixel wide double lines */
    border-color: #aaaaaa; /* grey border */
}

/**************************/
/* End User Section       */
/**************************/

#coordinates {  
 position:absolute;
 z-index:1;
 border:none;
 background:none;
 right:30px;
 top:3.7em;
 float:right;
 margin:0.0em;
 padding:0.0em;
 line-height:1.5em;
 text-align:right;
 text-indent:0;
 font-size:85%;
 text-transform:none;
 white-space:nowrap;
}

/*
</pre>

*/