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
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
#editform, #toolbar, #wpTextbox1 {
+
html, body {
    min-height: 720px;
+
background-color: #232323;
    background-color: #101010;
 
    color: #C0C0C0;
 
 
}
 
}
  
html,body{background-color:#000000;}
+
@media {
 
+
.pcgw-header_limit {
 
+
max-width: 100%;
#pcgw-header {
 
background-color:#333;
 
 
}
 
}
 
 
.pcgw-footer {
 
    background-color: #202020;
 
    color:#fff
 
 
}
 
}
  
#footer-links-container a{color:#fff;text-decoration:none}
+
#masthead {
#footer-links-container ul li{color:#fff;font-size:1.2rem;line-height:2.1rem;font-weight:200}
+
max-width: 80%;
#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:#aaaab2;
 
 
}
 
}
  
.header-item a:hover{
+
textarea#wpTextbox1 {
color:#fff
+
  color: #E0E0E0;
 +
  background-color: #404040;
 
}
 
}
  
.header-item.current a{
+
#body-content {
font-weight:500;
+
  min-height: 720px;
color:#fff}
 
 
 
.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%)}
 
 
 
 
 
h1, h2, h3, h4, h5, h6 {
 
    color: #909090;
 
    border-bottom: 1px solid #aaa;
 
 
}
 
}
  
hr {
 
color:#aaa;
 
background-color:#aaa;border:0;
 
}
 
  
code {
+
table.wikitable,
color:black;
+
.template-infotable,
background-color:#A0A0F0;
+
.page-normaltable,
border:1px solid #ddd;
+
.table-source-ports-head-notes,
border-radius:2px;
+
.table-source-ports-body-notes,
padding:1px 4px
+
.table-standard-head-second-column,
 +
.table-standard-body-second-column
 +
{
 +
    text-align: center;
 
}
 
}
  
pre,.mw-code {
+
.table-availability-head-source,
color:white;
+
.table-availability-body-source,
background-color:#000000;
+
.table-dlc-head-name,
border:1px solid #ddd;
+
.table-dlc-body-name,
padding:1em
+
.table-gamedata-head-system,
 +
.table-gamedata-body-system,
 +
.table-cloudsync-head-system,
 +
.table-cloudsync-body-system,
 +
.table-settings-video-head-parameter,
 +
.table-settings-video-body-parameter,
 +
.table-settings-input-head-parameter,
 +
.table-settings-input-body-parameter,
 +
.table-settings-audio-head-parameter,
 +
.table-settings-audio-body-parameter,
 +
.table-l10n-head-parameter,
 +
.table-l10n-body-parameter,
 +
.table-network-multiplayer-head-parameter,
 +
.table-network-multiplayer-body-parameter,
 +
.table-network-connection-head-parameter,
 +
.table-network-connection-body-parameter,
 +
.table-network-ports-head-parameter,
 +
.table-network-ports-body-parameter,
 +
.table-settings-vr-head-parameter,
 +
.table-settings-vr-body-parameter,
 +
.table-api-head-parameter,
 +
.table-api-body-parameter,
 +
.table-middleware-head-parameter,
 +
.table-middleware-body-parameter,
 +
.table-sysreqs-body-parameter,
 +
.table-source-ports-head-parameter,
 +
.table-source-ports-body-parameter,
 +
.table-standard-head-first-column,
 +
.table-standard-body-first-column
 +
{
 +
    text-align: center;
 
}
 
}

Latest revision as of 09:47, 28 March 2021

html, body {
background-color: #232323;
}

@media {
.pcgw-header_limit {
max-width: 100%;
}
}

#masthead {
max-width: 80%;
}

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

#body-content {
   min-height: 720px;
}


table.wikitable,
.template-infotable,
.page-normaltable,
.table-source-ports-head-notes,
.table-source-ports-body-notes,
.table-standard-head-second-column,
.table-standard-body-second-column
{
    text-align: center;
}

.table-availability-head-source,
.table-availability-body-source, 
.table-dlc-head-name, 
.table-dlc-body-name, 
.table-gamedata-head-system, 
.table-gamedata-body-system, 
.table-cloudsync-head-system, 
.table-cloudsync-body-system, 
.table-settings-video-head-parameter, 
.table-settings-video-body-parameter, 
.table-settings-input-head-parameter, 
.table-settings-input-body-parameter,
.table-settings-audio-head-parameter, 
.table-settings-audio-body-parameter, 
.table-l10n-head-parameter, 
.table-l10n-body-parameter, 
.table-network-multiplayer-head-parameter, 
.table-network-multiplayer-body-parameter, 
.table-network-connection-head-parameter, 
.table-network-connection-body-parameter, 
.table-network-ports-head-parameter,
.table-network-ports-body-parameter,
.table-settings-vr-head-parameter, 
.table-settings-vr-body-parameter, 
.table-api-head-parameter, 
.table-api-body-parameter, 
.table-middleware-head-parameter, 
.table-middleware-body-parameter, 
.table-sysreqs-body-parameter,
.table-source-ports-head-parameter,
.table-source-ports-body-parameter,
.table-standard-head-first-column,
.table-standard-body-first-column
{
    text-align: center;
}