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 (Screw it... I don't have patience to make it work.)
Line 1: Line 1:
 
#editform, #toolbar, #wpTextbox1 {
 
#editform, #toolbar, #wpTextbox1 {
 
     min-height: 720px;
 
     min-height: 720px;
    background-color: #191919;
 
    color: #C0C0C0;
 
 
}
 
}
 
html,body{background-color:#101010;
 
color: white}
 
 
 
#pcgw-header {
 
background-color:#333;
 
}
 
 
 
.pcgw-footer {
 
    background-color: #202020;
 
    color:#fff
 
}
 
 
#footer-links-container a{color:#fff;text-decoration:none}
 
#footer-links-container ul li{color:#fff;font-size:1.2rem;line-height:2.1rem;font-weight:200}
 
#footer-links-container ul li a{color:#fff;text-decoration:none}
 
#footer-info-copyright,#footer-info-disclaimer{color:#fff;font-size:1.2rem}
 
#footer-info-copyright a,#footer-info-disclaimer a{color:#fff;text-decoration:none;font-weight:500}
 
 
.header-item {color:#aaaab2;}
 
.header-item a{color:#9fa7b7;}
 
.header-item a:hover{color:#4281fe;}
 
.header-item.current a{color:#e8eef8;}
 
.header-item.new::after{content:'NEW';position:absolute;top:-15px;font-size:10px;left:-2px;height:13px;display:inline-block;background-color:#e74c3c;padding:0 5px;text-align:center;color:#fff;width:calc(108%)}
 
 
#ca-talk.new a, #ca-talk.new a:visited, #ca-nstab-main.new a, #ca-nstab-main.new a:visited {color: #e28b8f !important;}
 
#mw-head ul li a:visited {color: #e8eef8;}
 
 
 
h1, h2, h3, h4, h5, h6 {
 
    color: #f2f2f2;
 
    border-bottom: 1px solid #aaa;
 
}
 
 
hr {
 
color:#aaa;
 
background-color:#aaa;border:0;
 
}
 
 
#main-content {
 
background-color: #191919;
 
}
 
 
code {
 
color:red;
 
background-color:#A0A0F0;
 
border:1px solid #ddd;
 
border-radius:2px;
 
padding:1px 4px
 
}
 
 
pre,.mw-code {
 
color:white;
 
background-color:#000000;
 
border:1px solid #ddd;
 
padding:1em
 
}
 
 
a {color: #9aa6bf;
 
background: none;}
 
 
a:visited {color: #b4bfd5;}
 
 
li { color:#F0F0F0}
 
 
table.wikitable {
 
    margin: 1em 0;
 
    background-color: #303030;
 
    border: 1px solid #aaa;
 
    border-collapse: collapse;
 
    color: white;
 
}
 
 
table.wikitable > tr > th, table.wikitable > * > tr > th {
 
    background-color: #303030;
 
    text-align: center;
 
}
 
 
.wikiEditor-ui-toolbar .sections .section {
 
    border-top: 1px solid #000000;
 
    background-color: #404040;
 
}
 
 
#wikiEditor-ui-toolbar {
 
    background-color: #404040;
 
}
 
 
.wikiEditor-ui-toolbar .tabs span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a:visited {
 
    color: #CACACA;
 
}
 
 
.wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {color: DADADA;}
 

Revision as of 20:36, 7 May 2017

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