Difference between revisions of "User:Hezkezl/common.css"

< User:Hezkezl
Line 37: Line 37:
 
     display:block;
 
     display:block;
 
     background: url("https://ffxiv.gamerescape.com/w/images/7/79/Questtopmiddle2a.png") top center no-repeat;
 
     background: url("https://ffxiv.gamerescape.com/w/images/7/79/Questtopmiddle2a.png") top center no-repeat;
    margin-top: 20px;
+
/*    margin-top: 20px;*/
 +
    top: -20px;
 
}
 
}

Revision as of 22:20, 9 January 2019

.arrquestbox div.tl {
    display:block;
    background: url("https://ffxiv.gamerescape.com/w/images/2/20/Questleftupcorner2a.png") top left no-repeat;
}

.arrquestbox div.tr {
    display:block;
    background: url("https://ffxiv.gamerescape.com/w/images/1/19/Questrightupcorner2a.png") top right no-repeat;
}

.arrquestbox div.bl {
    display: block;
    background: url("https://ffxiv.gamerescape.com/w/images/3/39/Questleftdowncorner2a.png") bottom left no-repeat;
}

.arrquestbox div.br {
    display: block;
    background: url("https://ffxiv.gamerescape.com/w/images/4/41/Questrightdowncorner2a.png") bottom right no-repeat;
}

.arrquestbox div.tls {
    display:block;
    background: url("https://ffxiv.gamerescape.com/w/images/8/8b/Questleftborder3a.png") background-size: 100% auto;
}

.arrquestbox div.trs {
    display:block;
    background: url("https://ffxiv.gamerescape.com/w/images/3/35/Questrightborder3h.png") background-size: 100% auto;
}

.arrquestbox div.trb {
    display:block;
    background: url("https://ffxiv.gamerescape.com/w/images/0/09/Questbottomborder3a.png") bottom left repeat-x;
}

.arrquestbox div.trc {
    display:block;
    background: url("https://ffxiv.gamerescape.com/w/images/7/79/Questtopmiddle2a.png") top center no-repeat;
/*    margin-top: 20px;*/
    top: -20px;
}