Jump to content

User:NaomiAmethyst/transparent2.css

From Wikipedia, the free encyclopedia
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.
#globalWrapper, #column-content, .portlet .pBody, .page-Main_Page table, .page-Main_Page table table, .page-Main_Page table table table {
    background: transparent !important;
    border: 0px
}

#globalWrapper, #column-content, .thumbinner, .page-Main_Page table, .page-Main_Page table table, .page-Main_Page table table table, #userloginForm,
table.navbox td {
    background-image: transparent !important;
    background-color: transparent !important;
}

#content table, td.diff-otitle, td.diff-ntitle, td.diff-context {
    background-image: transparent;
    background-color: transparent;
}

.portlet .pBody a, #p-personal .pBody a {
    color: cyan;
}
.portlet h5, #p-personal .pBody, #p-personal .pBody span, .usermessage {
    color: white;
}

.MainPageBG, .page-Main_Page table, .page-Main_Page table table, .page-Main_Page table table table {
    color: white !important;
}

ins.popupDiff { background: navy !important; }
del.popupDiff { background: maroon !important; }

#content, #footer, .catlinks, .toc, .infobox, textarea, ul#pagehistory li.selected,
table.diff, td.diff-addedline, td.diff-deletedline, .MainPageBG, .wikitable, .wikitable th, .wikitable td,
.messagebox, .shortcutbox, #userloginForm form, .mw-specialpagesgroup, #userloginForm table,
table.navbox, table.navbox th, .boilerplate, .resolved span, code, .usermessage, .mw-parser-output div.documentation,
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a, .portlet, pre, .wikiEditor-ui, .wikiEditor-ui div {
    background-image:url(http://resources.loa.la/25pblack.png);
    background-color: transparent !important;
    color: white;
}

 #content {
    background-image:url(http://resources.loa.la/25pblack.png) !important;
    background-color: transparent !important;
    color: white;
}

.popup_menu, .popup_menu li, .popup_drop, .popup_history_row_odd, .popup_history_row_even, .navpopup table, .navpopup, .permissions-errors {
    background-image:url(http://resources.loa.la/50pblack.png) !important;
    background-color: transparent !important;
    color: white;
}
#content div.thumb {
    border-color: #F8FCFF;
}

body
{
  background-image: url(http://resources.loa.la/Wallpaper-Neon-lights-night-on-the-metropolitan-desk.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  color: white;
}

input, select, option
{
  background-color:transparent;
  color: #FFFFFF !important;
}

#p-logo {
  background-image: none;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
  color: white;
}

a {
  color: cyan;
}

a:visited {
  color: lightcyan;
}

#p-cactions li {
  background-color: transparent !important;
  font-size: 75% !important;
}

span.mw-plusminus-pos {
  color: lightgreen;
}

span.mw-plusminus-neg {
  color: red;
}

span.comment, .mw-code, #content {
  color: white !important;
}

span.autocomment {
  color: white;
  font-weight: bold;
}