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

< User:Hezkezl
Line 8: Line 8:
 
     background: url("https://ffxiv.gamerescape.com/w/images/1/19/Questrightupcorner2a.png") top right no-repeat;
 
     background: url("https://ffxiv.gamerescape.com/w/images/1/19/Questrightupcorner2a.png") top right no-repeat;
 
     margin-left:27px;
 
     margin-left:27px;
 +
}
 +
 +
.arrquestbox div.bl {
 +
    display: block;
 +
    background: url("https://ffxiv.gamerescape.com/w/images/3/39/Questleftdowncorner2a.png") bottom left no-repeat;
 +
    margin-top: -19px;
 +
    height: 82px;
 +
}
 +
 +
.arrquestbox div.br {
 +
    display: block;
 +
    background: url("https://ffxiv.gamerescape.com/w/images/4/41/Questrightdowncorner2a.png") bottom right no-repeat;
 +
    height: 82px;
 +
    margin-left:27px;
 +
}
 +
 +
.arrquestbox div.trb {
 +
    display:block;
 +
    background: url("https://ffxiv.gamerescape.com/w/images/7/7f/Questbottomborder2a.png") bottom left repeat-x;
 
}
 
}

Revision as of 19:36, 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;
    margin-left:27px;
}

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

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

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