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
 
(33 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%20viewBox%3D%220%200%2025%2025%22%3E%3Ccircle%20cy%3D%2212.5%22%20cx%3D%2212.5%22%20r%3D%2212.5%22%20fill%3D%22%230074e0%22%2F%3E%3Cpath%20d%3D%22M17.726094%209.710599c-2.287875-1.057826-5.575922-1.729949-8.670047-1.479554.155168-1.024313.537846-1.73807%201.16597-1.8883653.864348-.2072852%201.807608.3614923%202.706651%201.3963613.588926.07626%201.28733.2109%201.773281.322662C13.062723%204.9785039%2010.864021%203.2504%209.191652%203.8879c-1.271679.4853617-1.922691%202.2363484-1.844074%204.58933-1.6570155.352412-2.9485546.978842-3.7752538%201.879583-.041859.0485-.1364906.170816-.1027539.229281.025617.04429.1099883-.0052.1461602-.03012.9589101-.670647%202.1865937-1.03369%203.7857355-1.262012.227805%202.510142%201.289766%205.694033%203.053747%208.248172-.964079.378394-1.77424.40342-2.218559-.06533-.611295-.645029-.590848-1.745893-.143724-3.042821-.228397-.5484-.461296-1.220523-.60709-1.697394-1.8518947%202.962654-2.2492634%205.730793-.861317%206.860226%201.056571.859254%202.897618.546852%204.89686-.696557%201.134008%201.259059%202.321905%202.063981%203.515558%202.329731.06297.01182.215995.03285.249729-.02554.02562-.04429-.06024-.09279-.09877-.111763-1.060189-.495326-1.988388-1.377168-2.985611-2.647593%202.060363-1.452463%204.286451-3.96327%205.616595-6.76869.810387.646803%201.235215%201.334649%201.052661%201.95377-.253051.85224-1.216537%201.385805-2.562627%201.645794-.360606.471188-.826996%201.009254-1.16627%201.375028%203.489943.120547%206.085717-.917939%206.369846-2.684946.215996-1.344835-.975223-2.783125-3.0519-3.8927.5236-1.611469.62665-3.042821.25999-4.2093831-.02141-.060234-.0795-.2037407-.147047-.2037407-.05116%200-.05056.098254-.04754.1417329.101501%201.1646419-.197983%202.4098239-.799903%203.9086449zm-6.425508%207.432397c-1.476233-2.368336-2.32707-5.158105-2.321609-7.978953%202.788588-.09338%205.629218.563684%208.069531%201.978795-1.313242%202.461717-3.30311%204.594127-5.748881%205.999863z%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;
}