Note: After publishing, 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/*
You may need to [[Wikipedia:WP:PURGE|manually purge]] this page.  That should ensure the section links and TOC work.

== Force <pre> tags to fit within the available space ==
<pre><nowiki> */
pre { overflow:auto }
/*</nowiki></pre>*/

/*
== Duplicate the tabs along the bottom of the page ==
<pre><nowiki> */
/* bottom tab styling (not for IE currently) */
#mytabs {
    margin: -0.3em 0 0  11.5em;
    white-space:nowrap;
    line-height: 1.1em;
    overflow: visible;
    border-collapse: collapse;
    padding: 0 0 0 1em;
    list-style: none;
    font-size: 95%;
}
#mytabs .hiddenStructure { display: none; }
#mytabs li {
    display: inline;
    border: 1px solid #aaaaaa;
    border-top: none;
    padding: 0.1em 0 0 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: White;
}
#mytabs li.selected {
    border-color: #fabd23;
    padding: 0.2em 0 0 0;
}
#mytabs li a {
    background-color: White;
    color: #002bb8;
    border: none;
    padding: 0.3em 0.8em 0 0.8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    margin: 0;
}
#mytabs li.selected a { z-index: 3; }
#mytabs .new a { color:#ba0000; }
#mytabs li a:hover {
    z-index: 3;
    text-decoration: none;
}
#mytabs h5 { display: none; }
#mytabs li.istalk { margin-right: 0; }
#mytabs li.istalk a { padding-right: 0.5em; }
#mytabs-ca-addsection a {
    padding-left: 0.4em;
    padding-right: 0.4em;
}
/* offsets to distinguish the tab groups */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch, li#mytabs-ca-unwatch, li#mytabs-ca-varlang-0, li#mytabs-ca-print { margin-left: 1.6em; }

/* remove comment tags if bottom tabs should be rounded as well in moz */
#mytabs li, #mytabs li a {
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-bottomright: 1em;
}
/*</nowiki></pre>*/


/*


== change background of unselected tabs ==
<pre><nowiki>*/
#p-cactions ul li a { background: #48DDFF;}
/*</nowiki></pre>*/


/*

== Make a few corners round, only supported by moz/firefox/other gecko browsers for now ==
<pre><nowiki>*/
#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
/*</nowiki></pre>*/

/*
== Turn the side bar into a series of drop menus ==
<pre><nowiki>*/
.pBody { display: none; }

.portlet, #p-personal, #p-cactions {
display: inline;
position: relative;
z-index: 4;
top: 0;
cursor: pointer;
}

#p-cactions
{
left: 0;
}

.portlet h5, #p-personal h5, #p-cactions h5 {
display: inline;
font-size: 100%;
font-weight: bold;
}

.portlet:hover h5, #p-personal:hover h5, #p-cactions:hover h5, .portlet.over h5, #p-personal.over h5, #p-cactions.over h5 {
background: #f4f8ff;
}

.portlet:hover .pBody, #p-personal:hover .pBody, .portlet.over .pBody, #p-personal.over .pBody, #p-cactions.over .pBody {
-moz-border-radius: 0;

display: block;
position: absolute;
margin: 0px;
padding-top: 3px;
padding-bottom: 3px;
z-index: 4;
left: 0;
top: 1.2em;
width: 160px;
font-size: 100%;
background-color: white;
color: black;
border: 1px solid #aaa!important;
font-size: 1em;
font-weight: normal;
}

.portlet .pBody ul, #p-personal .pBody ul, #p-cactions .pBody ul {
list-style-type: none;
text-align: left;
overflow: hidden;
display: block;
text-transform: none;
line-height: 1.4em;
margin: 0px;
padding: 0px;
width: 100%;
float: left;
background: white;
font-size: 1em;
font-weight: normal;
}

.portlet .pBody li, #p-personal .pBody li, #p-cactions .pBody li {
display: block;
margin-left: 3px;
margin-right: 3px;
width: 100%;
border-width: 0;
background: white;
-moz-border-radius: 0;
}

.portlet .pBody a, #p-personal .pBody a, #p-cactions .pBody a {
text-decoration: none;
display: block;
border-width: 0;
background: none;
-moz-border-radius: 0;
text-transform: none;
}

.portlet .pBody a:hover, #p-personal .pBody a:hover, #p-cactions .pBody a:hover {
background-color: #f4f8ff;
}

#searchform a:hover
{
background: none;
}

#p-wikicities-nav a
{
display: inline;
}

#n-wikicitieshome a, #n-shared-problemreport a, #n-irc a
{
display: block;
}

#n-irc
{
border-bottom: 1px solid #aaa;
}

li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	background: none;
	padding-left: 0;
	text-transform: none;
}

#column-one {
padding-top: 0px;
position: absolute;
background: white;
width: 100%; 
border-bottom: 1px solid #aaa;
}

/* #p-cactions
{
position: absolute;
left: 0;
z-index: 0;
} */

#column-content
{
width: 100%;
margin-left: 0px;
margin-right: 0px;
}

.content-ads
{
position: relative;
_left: -150px;
margin-left: 3px;
margin-right: 150px;
_margin-right: 0px;
}

#column-google
{
padding-top: 160px;
margin-right: 10px;
}

#p-logo
{
position: absolute;
left: 100%;
margin-left: -150px;
padding-top: 1em;
}

body
{
overflow-x: hidden;
}
/*</nowiki></pre>*/



/*</nowiki></pre>*/

/*

== See Also ==
*[[User:Will Pittenger/monobook.js]]*/