Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Okay, for some reason the automatic <PRE> style goes away whenever I've edited this page. When I first view it, it's fine, but after I edited it, it went away, along with the browser-cache warning, just as if this weren't a CSS page. Only clearing the server's cache fixes it apparently.
So the sequence goes:

First view: Fine. 

After edit: broken.

After {{purge|server purge}}: Fine again.

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

#pt-userpage { /* attempt at hiding username on screen; not allowed, it seems */
color: white;
display: none;
}

pre { overflow-x: auto; overflow-y: visible; }
/* Testing the PRE auto-scroll: ----------------------------------------------------------------------------------------------------------foobar- */

/* overriding bizarro
  "http://en.wikipedia.org/w/index.php?title=-&action=raw&gen=css&maxage=2678400&smaxage=0&ts=20070315045556"
  css import */
a { text-decoration: none; }


 #p-cactions li, #p-cactions li a {
  -moz-border-radius-topleft:  .5em;
  -moz-border-radius-topright: .5em;
}

 #bottomtabs li, #bottomtabs li a { 
  -moz-border-radius-bottomleft:  .5em;
  -moz-border-radius-bottomright: .5em;
}




/** bottom tab styling (only Firefox-tested) */
#bottomtabs {
    background:transparent none repeat scroll 0%;
    border-collapse:collapse;
    font-size:95%;
    line-height:1.1em;
    margin:0pt;
    overflow:visible;
    padding-left:1em;
    position:relative; /* was absolute for top tabs, for obvious reasons */
    left: 11.5em;
     bottom: .5em;
    white-space:nowrap;
    width:76%;
}

#bottomtabs .hiddenStructure { display: none; }

#bottomtabs ul {
    list-style-image: none;
    list-style-position:outside;
    list-style-type: none;
}

#bottomtabs .pBody {
background-color:transparent;
border:0pt none;
border-collapse:inherit;
color:inherit;
font-size:1em;
padding:0pt;
}

#bottomtabs li {
    background:white none repeat scroll 0%;
    border-color: #AAAAAA;
    border-style:none solid solid;
    border-width:medium 1px 1px;
    display:inline;
    margin:0pt 0.3em 0pt 0pt;
    overflow:visible;
    padding:0pt 0pt 0.2em;
}


#bottomtabs li a,
#bottomtabs li a:hover,
#bottomtabs li.selected a {
background-color: #f8fcff;
}

#bottomtabs li.selected {
    border-color: #fabd23;
    font-weight: bold;
    /* padding: 0.2em 0pt 0pt; why does the opposite exist in the upper tabs? */
}

#bottomtabs li a {
text-transform: lowercase;
border:medium none;
color:#002BB8;
margin:0pt;
padding:0.3em .8em 0pt;
position:relative;
text-decoration:none;
z-index:0;
}

#bottomtabs li.selected a { z-index: 3; }
#bottomtabs .new a { color:#ba0000; }
#bottomtabs li a:hover {
    z-index: 3;
    text-decoration: none;
}
#bottomtabs h5 { display: none; }
#bottomtabs li.istalk { margin-right: 0; }
#bottomtabs li.istalk a { padding-right: 0.5em; }
#bottom-ca-addsection a { 
    padding-left: 0.4em;
    padding-right: 0.4em;
}
#bottom-ca-edit a { /* does the Wikipedia thing of emboldening the "edit" button */
    font-weight:bold;
}
/* offsets to distinguish the tab groups */
li#bottom-ca-talk { margin-right: 1.6em; }
li#bottom-ca-watch, li#bottom-ca-unwatch, li#bottom-ca-varlang-0, li#bottom-ca-print { margin-left: 1.6em; }



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