diff --git a/views/html/characters/character.tpl b/views/html/characters/character.tpl index 8c6f17d3..9da8031a 100644 --- a/views/html/characters/character.tpl +++ b/views/html/characters/character.tpl @@ -1,25 +1,165 @@ -

-

-

+

+

-
-

- XPs: ( : )
- :
- - :
- -

- - <?=$character['avatar_description']?> - +
+
+
+
+ +
+

Gesamtfortschritt: 85%

+
+
+

+

+
+
+

500

+

XP

+
+
+

7.

+

Platz

+
+ +

Belohnungen

+
    +
  • +

    Aktive Beteiligung

    +
  • +
  • +

    + 0,3 Notenbonus

    +
  • +
  • +

    + 0,7 Notenbonus (noch 300 XP)

    +
  • +
  • +

    + 1,0 Notenbonus (noch 500 XP)

    +
  • +
+
+
+
+ + <?=$character['avatar_description']?> + +
-

-
+ +
+
+

Neue Achievements

+ +
+ +
+

Ranking

+
    +
  • + +

    7. Anduin

    +

    Level 27 (1500 XP)

    +
  • +
  • + +

    8. Jaina

    +

    Level 26 (1400 XP)

    +
  • +
  • + +

    9. Uther

    +

    Level 25 (1300 XP)

    +
  • +
  • + +

    10. Lothar

    +

    Level 24 (1200 XP)

    +
  • +
  • + +

    11. Morris

    +

    Level 23 (1100 XP)

    +
  • +
+
+
+ +
+

Thematischer Fortschritt

+ +
+ diff --git a/www/css/desktop.css b/www/css/desktop.css index 5fcb2d5a..0f6b867b 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -10,7 +10,7 @@ b,strong,.fwb{font-weight:bold} dfn,.fsi{font-style:italic} img{border:0} h1,h2,h3{color:#103a3e} -h2{font-size:120%} +h2{font-size:120%;margin-top:30px} h3{font-size:100%} ul,ol,nav{padding:0;list-style-type:none} p{margin:0 0 16px;padding:0} @@ -23,7 +23,7 @@ mark{background:#ff0;color:#000} code,kbd,pre,samp{font-family:monospace,serif;font-size:1em} pre{white-space:pre-wrap} q{quotes:"\201C" "\201D" "\2018" "\2019"} -small{font-size:80%} +small{font-size:87.5%} sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} sup{top:-.5em} sub{bottom:-.25em} @@ -73,7 +73,7 @@ menu a,#profile{display:block;padding:15px 0;color:#d9e5e7} menu a:hover,#profile:hover{color:#fff} menu .active{color:#fff} -menu .active .fa{color:#bcd75e} +menu .active .fa,.crewards .unlocked .fa{color:#bcd75e} #profile{float:right} .circlenote{margin-left:15px;background:#bcd75e;border-radius:0.8em;display:inline-block;color:#0f373c;font-weight:bold;line-height:1.6em;text-align:center;width:1.6em;font-size:.8em} @@ -123,13 +123,44 @@ article{padding:70px 0 30px} input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;border-color:#d48c4e} +/** Character Profile **/ + +.cportrait img{width:100%} + +.cdata{display:inline-block;background:#fff;border-radius:3px;padding:12px 20px 0 20px;margin-bottom:5px} +.cdata.square{text-align:center;width:10%;padding-top:0} +.cdata.square.blue{background:#5cb6bd;color:#fff} +.cdata .xpbar,.ctopics .xpbar{width:100%} +.cdata .value{font-size:1.5em;margin:0;padding-top:8px} + +.crewards li{background:#fff;margin-bottom:5px;padding:15px 15px 1px 15px;border-radius:3px;font-size:.875em} +.crewards li:last{margin-bottom:0} +.crewards li .fa{font-size:1.25em} +.crewards .locked{color:#aca8a1;padding:10px;} + +.cgroups img{float:left;border-radius:3px;margin-right:5px;height:35px} +.cgroups p{float:left;0;padding:0 12px;line-height:35px;background:#fff;border-radius:0 3px 3px 0} +.cgroups a{float:left;padding:0 12px;line-height:35px;background:#50a4ab;color:#fff;background:#50a4ab;border-radius:3px 0 0 3px} + +.cranks li{clear:both;padding:8px 0 8px 8px;border-radius:3px} +.cranks li:nth-child(odd){background:#fff} +.cranks img{float:left;margin-right:15px;width:50px;height:50px;border-radius:25px} +.cranks p,.ctopics p{margin:0;padding:0} + +.ctopics .xpbar{background:#e4e1dd} +.ctopics .xpbar span{background:#50a4ab} + + /** Media Queries **/ @media only screen and (min-width:480px){ -.questgroups li{width:48%;float:left} -.questgroups li:nth-child(even){float:right} +.questgroups li,.ctopics li,.fll48{width:48%;float:left} +.questgroups li:nth-child(even),.ctopics li:nth-child(even),.flr48{width:48%;float:right} .xpinfo{display:inline-block;float:left;padding-right:20px} .xpbar{width:50%} + +.cinfo{float:left;width:70%} +.cportrait{float:right;width:25%} } @media only screen and (min-width:768px){ @@ -144,7 +175,7 @@ menu a{padding:10px 0} #profile{float:none;margin:30px 0 15px 12px} #toggle,.toggle{display:none} .wrap{margin:0 0 0 300px} -article{padding:20px 40px 30px 40px} +article{padding:20px 40px 80px 40px} .moodpic{margin:-20px -40px} .breadcrumbs li{display:inline;padding-right:10px} }