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.
/* My personal skin. Use if wanted. Printable version; note that to take off printable mode, you will have to remove the scripts like @media print */ /* Body */ body.mediawiki { background:#000000; } /* Content Space */ div#content { background:-moz-linear-gradient(top, rgba(188,188,156,0.5) 0%, rgba(188,188,156,0.5) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,156,0.5)), color-stop(100%,rgba(188,188,156,0.5))); background:-webkit-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-o-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-ms-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:linear-gradient(to bottom, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bcbc9c', endColorstr='#bcbc9c',GradientType=0 ); color:#000000; border-top:2px solid #E0E0D1; border-right:0 !important; border-bottom:2px solid #CE0E0D1; border-left:2px solid #E0E0D1; border-top-left-radius:15px; border-top-right-radius:0 !important; border-bottom-right-radius:0 !important; border-bottom-left-radius:15px; } /* Pre and Code */ pre { background:-moz-linear-gradient(top, rgba(188,188,156,0.5) 0%, rgba(188,188,156,0.5) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,156,0.5)), color-stop(100%,rgba(188,188,156,0.5))); background:-webkit-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-o-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-ms-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:linear-gradient(to bottom, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bcbc9c', endColorstr='#80bcbc9c',GradientType=0 ); border:1px dashed #BCBC9C; color:#000000; overflow:auto; font-family:"Lucida Console", Monaco, monospace; } code { background:-moz-linear-gradient(top, rgba(188,188,156,0.5) 0%, rgba(188,188,156,0.5) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,156,0.5)), color-stop(100%,rgba(188,188,156,0.5))); background:-webkit-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-o-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-ms-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:linear-gradient(to bottom, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbc9c', endColorstr='#80bcbc9c',GradientType=0 ); color:#000000; font-family:"Lucida Console", Monaco, monospace; padding:5px; } /* Table of Contents */ table#toc, #catlinks, ul#filetoc { color:#000000; background:-moz-linear-gradient(top, rgba(188,188,156,0.5) 0%, rgba(188,188,156,0.5) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,156,0.5)), color-stop(100%,rgba(188,188,156,0.5))); background:-webkit-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-o-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-ms-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:linear-gradient(to bottom, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbc9c', endColorstr='#80bcbc9c',GradientType=0 ); border:2px solid #BCBC9C; border-radius:10px; } table#toc h5 { color:#000000; } /* Links */ a, a:hover, a:active, a:visited, bodyContent a.external, #bodyContent a[href^="gopher://"] { color:#894101; } /* Sidebar */ .generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody { background:-moz-linear-gradient(top, rgba(188,188,156,0.5) 0%, rgba(188,188,156,0.5) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,156,0.5)), color-stop(100%,rgba(188,188,156,0.5))); background:-webkit-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-o-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-ms-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:linear-gradient(to bottom, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bcbc9c', endColorstr='#80bcbc9c',GradientType=0 ); border-top:2px solid #BCBC9C; border-right:2px solid #BCBC9C; border-bottom:2px solid #BCBC9C; border-left:0 !important; border-top-left-radius:0 !important; border-top-right-radius:10px; border-bottom-right-radius:10px; border-bottom-left-radius:0 !important; } .portlet h5 { text-transform:capitalize; color:#000000; } /* Pagetabs */ #p-cactions { width:650px; z-index:4; } #p-cactions li.selected a{ background:#FF7100; border-bottom:0 !important } #p-cactions li a { background-color:transparent; color:#000000; border-radius:4px 4px 0 0; } #p-cactions li.selected a:hover { background:transparent; } #p-cactions li a:hover { background-color:transparent; color:#000000; text-decoration:underline; } #p-cactions li.selected { border-color:#BCBC9C; } #p-cactions li { background:#FF7100; border-style:solid solid none; border-width:2px 2px 0; border-color:#BCBC9C; border-radius:4px 4px 0 0; } #ca-edit a { font-weight:bold !important; } /* Header */ #p-personal li a { color:#B24700; font-weight:bold !important; } #p-personal li a:hover { text-decoration:underline; background-color:transparent; color:#B24700; font-weight:bold !important; } /* Footer */ div#footer { background:-moz-linear-gradient(top, rgba(188,188,156,0.5) 0%, rgba(188,188,156,0.5) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,156,0.5)), color-stop(100%,rgba(188,188,156,0.5))); background:-webkit-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-o-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-ms-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:linear-gradient(to bottom, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bcbc9c', endColorstr='#80bcbc9c',GradientType=0 ); border-top:2px solid #BCBC9C; border-right:0 !important; border-bottom:2px solid #BCBC9C; border-left:0 !important; color:#000000; height:56px !important; } #f-poweredbyico, #f-copyrightico { margin:8px; } /* Fieldset */ fieldset { border:1px solid #BCBC9C; } /* Preferences */ div#preferences { border:1px solid #BCBC9C; background:-moz-linear-gradient(top, rgba(188,188,156,0.5) 0%, rgba(188,188,156,0.5) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,156,0.5)), color-stop(100%,rgba(188,188,156,0.5))); background:-webkit-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-o-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-ms-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:linear-gradient(to bottom, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bcbc9c', endColorstr='#80bcbc9c',GradientType=0 ); } form.visualClear > ul#preftoc > li.selected { border:1px solid #BCBC9C; background:-moz-linear-gradient(top, rgba(188,188,156,0.5) 0%, rgba(188,188,156,0.5) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,156,0.5)), color-stop(100%,rgba(188,188,156,0.5))); background:-webkit-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-o-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-ms-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:linear-gradient(to bottom, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bcbc9c', endColorstr='#80bcbc9c',GradientType=0 ); } form.visualClear, form.visualClear > ul#preftoc > li.selected > a { color:#000000; } form.visualClear > ul#preftoc > li { border:1px solid #BCBC9C; border-bottom:0 !important; background:-moz-linear-gradient(top, rgba(188,188,156,0.5) 0%, rgba(188,188,156,0.5) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,156,0.5)), color-stop(100%,rgba(188,188,156,0.5))); background:-webkit-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-o-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:-ms-linear-gradient(top, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); background:linear-gradient(to bottom, rgba(188,188,156,0.5) 0%,rgba(188,188,156,0.5) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bcbc9c', endColorstr='#80bcbc9c',GradientType=0 ); } form.visualClear > ul#preftoc > li > a { color:#000000; } table#mw-htmlform-info, table#mw-htmlform-signature, table#mw-htmlform-signature, table#mw-htmlform-appearance, table#mw-htmlform-addressv2, table#mw-htmlform-followed-pages-iv2, table#mw-htmlform-email-me-v2, table#mw-htmlform-email-advanced-v2, table#mw-htmlform-email-unsubscribe, table#mw-htmlform-wikiemail, table#mw-htmlform-emailv2, table#mw-htmlform-editing-experience, table#mw-htmlform-starting-an-edit, table#mw-htmlform-monobookv2, table#mw-htmlform-recent-changesv2, table#mw-htmlform-followed-pagesv2, table#mw-htmlform-searchv2, table#mw-htmlform-advanced-displayv2, table#mw-htmlform-fbconnect-status-prefstext { background:transparent; color:#000000; } fieldset > legend { background:transparent !important; } /* Misc */ a.button.forum-new-post { background:#45484d !important; background:-moz-linear-gradient(top, #45484d 0%, #000000 100%) !important; background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)) !important; background:-webkit-linear-gradient(top, #45484d 0%,#000000 100%) !important; background:-o-linear-gradient(top, #45484d 0%,#000000 100%) !important; background:-ms-linear-gradient(top, #45484d 0%,#000000 100%) !important; background:linear-gradient(to bottom, #45484d 0%,#000000 100%) !important; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ) !important; border-radius:10px !important; color:#FFFFFF !important; border:1px solid #000000 !important; } /* Removing templates and such when printing--not that I'll ever print. lol*/ @media } print .ambox } display: none; @media } print .infobox } display: none; @media } print .template } display: none; @media } print .toc } display: none; @media } print .div } display: none; /***********************************************************/ /*Reformatting the content space text styles. */ /*Author: Ceadeus Slayer */ /*Purposes: Make all text Times New Roman, center headers, */ /*and preferably make some other text decor. */ /***********************************************************/ /* reformatting h1 style */ h1 { color:black; text-align:center; font-family:"Times New Roman"; } /* Reformatting p style */ p { font-family:"Times New Roman"; font-size:17px; } /* and now we move on to h2 style */ h2 { color:black; text-align:center; font-family:"Times New Roman"; } /* and finally, h3 style */ h3 { color:black; text-align:center; font-family:"Times New Roman"; } /* Oh heck, why not H4 style, if such a thing exists? :D */ { h3 color:black; text-align:center; font-family:"Times New Roman"; } /*END Text Decor*/