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:Andytizer/common.css"

From PCGamingWiki, the wiki about fixing PC games
Line 10: Line 10:
 
}
 
}
  
/* Normal line max width */
+
/* Normal line max width  
.mw-parser-output p {max-width:790px}
+
.mw-parser-output p {max-width:790px} */
  
/* Editing guide p max width fix */
+
/* Editing guide p max width fix  
.editing-guide-pagination p {max-width:100%}
+
.editing-guide-pagination p {max-width:100%} */

Revision as of 09:44, 18 April 2020

/* Thumbs dd icon max width and alignment */
.mw-content-ltr dd, .mw-content-rtl .mw-content-ltr dd {max-width:800px;margin-left:36px}
.thumbs-down, .thumbs-up, .more-info, .info-icon {margin-left:-23px}
ul {max-width:790px}

/* Bullet point max width */
@media only screen and (min-width: 801px) {
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
    margin: 0.3em 0 0 2.6em;
}

/* Normal line max width 
.mw-parser-output p {max-width:790px} */

/* Editing guide p max width fix 
.editing-guide-pagination p {max-width:100%} */