MediaWiki:XPtable.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 2:
 
.xptable > div {
column-count: 45;
column-width: 320px240px;
column-gap: 12px;
column-rule: 1px solid #a2a9b1;
Line 27:
font-stretch: condensed;
font-weight: bold;
}
 
.xptable > .content > div {
cursor: helppointer;
}
 
Line 44 ⟶ 48:
.xptable span.level,
.xptable span.ap {
width: 2030%;
}
.xptable span.xp,
.xptable span.total_xp {
width: 3035%;
}
 
Line 61 ⟶ 65:
 
.xpcalc .controls {
user-select: none;
box-sizing: border-box;
border: none;
position: relative;
margin: auto;
/* background-color: #f8f9fa;
border: 1px solid #a2a9b1; */
Line 74 ⟶ 79:
gap: 12px 20px;
line-height: normal;
}
 
.xpcalc .controls > .levels,
.xpcalc .controls > .items {
user-select: none;
}
 
Line 87 ⟶ 97:
 
.xpcalc .controls > .items .item {
display: inline-flex;
flex-direction: column;
align-items: center;
Line 100 ⟶ 110:
 
.xpcalc .controls input {
width: 40px44px;
font-size: 17px;
border: 1px solid #eaecf0;
/* border: none; */
background-color: rgba(255,255,255,1);
border-radius: 3px;
text-align: center;
}
 
.xpcalc .controls > .output {
text-align: right;
cursor: help;
}
 
 
.xpcalc .controls > .output > div{
margin: 0.2em;
}
 
.xpcalc .controls > .output > .total-xpspan {
display: inline-block;
cursor: help;
min-width: 64px;
}
 
Line 112 ⟶ 139:
left: 0;
right: 0;
top: -20px22px;
height: 22px24px;
line-height: 20px;
border-radius: 4px 4px 0 0;
 
Line 121 ⟶ 149:
color: #c52c5d;
content:"suboptimal";
}
 
.xpcalc .controls > .mw-collapsible-toggle {
position: absolute;
right: 0;
top: 0;
padding: 0.5em 0.4em;
}
 
.xpcalc td.data {
padding: 0;
}
 
.xpcalc-affection .controls > .items .item > img {
padding: 6px 12px;
}