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

From PCGamingWiki, the wiki about fixing PC games
(Undo revision 1149125 by Rose (talk))
Tag: Undo
 
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
table.jquery-tablesorter th.headerSort {
+
/* Table header color consistency test */
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2221%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M14.5%205l-4%204-4-4zm0-1l-4-4-4%204z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
+
 
    background-color: #556db3;
+
table.jquery-tablesorter th.unsortable {
    color: #fff;
+
  background-color: #556db3 !important;
 +
  color: #fff;
 +
}
 +
 
 +
 
 +
/* Compact editing guide */
 +
 
 +
.page-PCGamingWiki_Editing_guide h3 {
 +
margin: 25px auto 25px;
 +
}
 +
 
 +
.editing-guide-section-list .editing-guide-list-item {
 +
height: 70px;
 +
}
 +
 
 +
.editing-guide-section-list .editing-guide-list-item:not(.editing-guide-list-item:hover, .editing-guide-list-item:focus) {
 +
box-shadow: none;
 +
}
 +
 
 +
.editing-guide-list-item .editing-guide-icon img {
 +
width: 75px;
 +
}
 +
 
 +
.editing-guide-section-list .editing-guide-list-item a,
 +
.editing-guide-section-list .editing-guide-list-item a.new,
 +
.editing-guide-section-list .editing-guide-list-item a.new:visited {
 +
padding: 12px 20px 10px 115px;
 
}
 
}
  
+
.editing-guide-list-item .editing-guide-icon a, .editing-guide-list-item .editing-guide-icon a.new, .editing-guide-list-item .editing-guide-icon a.new:visited {
.store-battlenet {
+
padding: 0;
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.8667%22%20height%3D%2233.8667%22%20viewBox%3D%220%200%2033.8667%2033.8667%22%3E%3Ccircle%20cy%3D%2216.9333%22%20cx%3D%2216.9333%22%20r%3D%2216.9333%22%20fill%3D%22%230074e0%22%2F%3E%3Cpath%20d%3D%22M24.0129%2013.1546c-3.0993-1.433-7.5535-2.3435-11.745-2.0043.2102-1.3876.7286-2.3545%201.5795-2.5581%201.1709-.2808%202.4487.4897%203.6666%201.8916.7978.1033%201.7439.2857%202.4022.4371-2.2206-4.1767-5.1991-6.5177-7.4646-5.6541-1.7227.6575-2.6046%203.0295-2.4981%206.217-2.2447.4774-3.9943%201.326-5.1142%202.5462-.0567.0657-.1849.2314-.1392.3106.0347.06.149-.0071.198-.0408%201.299-.9085%202.9621-1.4003%205.1284-1.7096.3086%203.4004%201.7472%207.7135%204.1368%2011.1735-1.306.5126-2.4035.5465-3.0054-.0885-.8281-.8738-.8004-2.3651-.1947-4.122-.3094-.7429-.6249-1.6534-.8224-2.2994-2.5087%204.0134-3.047%207.7633-1.1668%209.2933%201.4313%201.164%203.9253.7408%206.6336-.9436%201.5362%201.7056%203.1454%202.796%204.7624%203.156.0853.016.2926.0445.3383-.0346.0347-.06-.0816-.1257-.1338-.1514-1.4362-.671-2.6936-1.8656-4.0445-3.5866%202.7911-1.9676%205.8067-5.3689%207.6086-9.1693%201.0978.8762%201.6733%201.808%201.426%202.6467-.3428%201.1545-1.648%201.8773-3.4715%202.2295-.4885.6383-1.1203%201.3672-1.5799%201.8627%204.7277.1633%208.2441-1.2435%208.629-3.6372.2926-1.8218-1.3211-3.7702-4.1343-5.2733.7093-2.183.8489-4.122.3522-5.7023-.029-.0816-.1077-.276-.1992-.276-.0693%200-.0685.1331-.0644.192.1375%201.5777-.2682%203.2645-1.0836%205.2949zM15.3085%2023.223c-1.9998-3.2083-3.1524-6.9875-3.145-10.8088%203.7776-.1265%207.6257.7636%2010.9315%202.6806-1.779%203.3348-4.4746%206.2235-7.7878%208.1278z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
 
background-image: url(//images.pcgamingwiki.com/8/86/Availability_Table_Icons_-_Battle_net.svg)!ie
 
 
}
 
}

Latest revision as of 19:18, 3 November 2021

/* Table header color consistency test */

table.jquery-tablesorter th.unsortable {
  background-color: #556db3 !important;
  color: #fff;
}


/* Compact editing guide */

.page-PCGamingWiki_Editing_guide h3 {
margin: 25px auto 25px;
}

.editing-guide-section-list .editing-guide-list-item {
height: 70px;
}

.editing-guide-section-list .editing-guide-list-item:not(.editing-guide-list-item:hover, .editing-guide-list-item:focus) {
box-shadow: none;
}

.editing-guide-list-item .editing-guide-icon img {
width: 75px;
}

.editing-guide-section-list .editing-guide-list-item a,
.editing-guide-section-list .editing-guide-list-item a.new,
.editing-guide-section-list .editing-guide-list-item a.new:visited {
padding: 12px 20px 10px 115px;
}

.editing-guide-list-item .editing-guide-icon a, .editing-guide-list-item .editing-guide-icon a.new, .editing-guide-list-item .editing-guide-icon a.new:visited {
padding: 0;
}