charactergroups design update
This commit is contained in:
parent
a4a777cea6
commit
bde658d7a4
5 changed files with 76 additions and 61 deletions
|
|
@ -113,7 +113,7 @@ aside{display:none}
|
|||
|
||||
#qtextbox{font-size:.875em;border-radius:5px;background:#fff;border:15px solid #fff;height:200px;overflow:hidden}
|
||||
.qtext{padding-right:15px}
|
||||
.qtext img{float:right;margin-left:15px;max-width:30%;border-radius:3px}
|
||||
.qtext img,.grpqimg{float:right;margin-left:15px;max-width:30%;border-radius:3px}
|
||||
|
||||
.xpinfo{display:none}
|
||||
.xpbar{width:60%;float:left;height:10px;position:relative;background:#eee;border-radius:25px;margin:8px 0 16px}
|
||||
|
|
@ -163,12 +163,19 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
.ctopics .xpbar span{background:#50a4ab}
|
||||
|
||||
|
||||
/** Charactergroup List **/
|
||||
|
||||
.cglist li{list-style-type:decimal;background:#fff;margin:0 0 6px 25px;padding:5px 15px;border-radius:3px}
|
||||
.cglist .xp{float:right}
|
||||
.cgqlist li{list-style-type:square;margin-left:25px;padding:2px 15px}
|
||||
|
||||
/** Charactergroup Profile **/
|
||||
|
||||
.gdata{margin-top:20px}
|
||||
.gdata img{border-radius:3px;margin-bottom:15px}
|
||||
.gdata h1{margin:0;padding:0}
|
||||
.gdata .fa{color:#aca8a1}
|
||||
.gbanner img{margin-top:10px;border-radius:3px}
|
||||
.gbanner h1{margin:10px 0 5px 0}
|
||||
|
||||
.gdata{margin:20px 0 40px 0}
|
||||
.gdata li{float:left;background:#fff;padding:5px 15px;margin:0 5px 5px 0;border-radius:3px}
|
||||
|
||||
.gchars li{background:#fff;padding:15px 0;border-radius:3px;float:left;margin-bottom:5px;width:49%}
|
||||
.gchars li:nth-child(even){float:right}
|
||||
|
|
@ -182,6 +189,14 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
.gquests .xp{display:block}
|
||||
|
||||
|
||||
/** Charactergroup Quest **/
|
||||
|
||||
.grpqlist li{background:#fff;margin-bottom:6px;padding:5px 15px 5px 0;font-size:.875em;border-radius:3px}
|
||||
.grpqlist .date{padding:0 15px;border-right:1px solid #dad8d5}
|
||||
.grpqlist .group{padding:0 15px}
|
||||
.grpqlist .xp{float:right}
|
||||
|
||||
|
||||
/** Achievements **/
|
||||
|
||||
.rare ol{margin-bottom:40px}
|
||||
|
|
@ -228,9 +243,9 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
.cinfo{float:left;width:70%}
|
||||
.cportrait{float:right;width:25%}
|
||||
|
||||
.gdata .gbanner{float:left;min-width:100px}
|
||||
.gdata .gdesc{float:left;width:75%}
|
||||
.gdata ul{clear:both}
|
||||
.gbanner img{float:left;margin:20px 20px 0 0}
|
||||
.gbanner h1{margin:25px 0 2px}
|
||||
|
||||
.gchars li{width:32%;margin-right:5px}
|
||||
.gchars li:nth-child(even){float:left}
|
||||
|
||||
|
|
@ -242,10 +257,6 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
@media only screen and (min-width:768px){
|
||||
.xpbar{width:70%}
|
||||
|
||||
.gdata{margin-top:40px}
|
||||
.gdata .gdesc{width:60%}
|
||||
.gdata li{font-size:.875em;padding-bottom:5px}
|
||||
.gdata ul{clear:none;float:right;width:20%;margin:0;padding:0}
|
||||
.gchars li{width:19%}
|
||||
|
||||
.gquests .date{display:inline;margin-right:15px}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue