Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "User:Suicide machine/common.css"

From PCGamingWiki, the wiki about fixing PC games
m
m
Line 1: Line 1:
 
#editform, #toolbar, #wpTextbox1 {
 
#editform, #toolbar, #wpTextbox1 {
 
     min-height: 720px;
 
     min-height: 720px;
}
 
 
html, body {
 
    background-color:#101010;
 
    color: #FFFFFF;
 
}
 
 
a:visited {
 
    color: #A0A0D0;
 
}
 
 
a {
 
    color: #D0D0FF;
 
}
 
 
#main-content {
 
    color: #FFFFFF;
 
    background-color: #303030;
 
}
 
 
h1, h2, h3, h4, h5, h6 {
 
    color: #FFFFFF
 
}
 
 
pre, .mw-code {
 
  color: #FFFFFF;
 
  background-color: #505050;
 
}
 
 
.header-item a {
 
  color: #B0B0FF;
 
 
}
 
}
  
 
textarea#wpTextbox1 {
 
textarea#wpTextbox1 {
  color: #E0E0E0;
 
  background-color: #404040;
 
}
 
 
input {
 
 
   color: #E0E0E0;
 
   color: #E0E0E0;
 
   background-color: #404040;
 
   background-color: #404040;
 
}
 
}

Revision as of 20:44, 3 December 2017

#editform, #toolbar, #wpTextbox1 {
    min-height: 720px;
}

textarea#wpTextbox1 {
   color: #E0E0E0;
   background-color: #404040;
}