From eb633b5dcfd984a5e7fa034b2eb45c10009e98b3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 24 Apr 2014 12:46:48 +0200 Subject: [PATCH 1/5] milestone design update & changed section order --- views/html/characters/character.tpl | 65 ++++++++++++++--------------- www/css/desktop.css | 1 + 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/views/html/characters/character.tpl b/views/html/characters/character.tpl index 2fdc870f..f74fa78c 100644 --- a/views/html/characters/character.tpl +++ b/views/html/characters/character.tpl @@ -34,7 +34,7 @@

-

+

@@ -50,6 +50,30 @@
+

+
    + &$rankCharacter) : ?> +
  • + +

    .

    +

    ( XPs)

    +
  • + +
  • + +

    .

    +

    ( XPs)

    +
  • + &$rankCharacter) : ?> +
  • + +

    .

    +

    ( XPs)

    +
  • + +
+
+

    @@ -60,32 +84,15 @@
-
-

-
    - &$rankCharacter) : ?> -
  • - -

    .

    -

    ( XPs)

    -
  • - -
  • - -

    .

    -

    ( XPs)

    -
  • - &$rankCharacter) : ?> -
  • - -

    .

    -

    ( XPs)

    -
  • - -
-
+ +
+

+

+
+ +

- - -
-

-

-
- - diff --git a/www/css/desktop.css b/www/css/desktop.css index fb192b69..fa97244a 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -157,6 +157,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .crewards li:last-child{margin-bottom:0} .crewards li .fa{font-size:1.25em} .crewards p{margin-bottom:5px} +.crewards .passed .fa{color:#850000} .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} From 2dec2e672f046546055b268142158201b52916cc Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 24 Apr 2014 13:07:36 +0200 Subject: [PATCH 2/5] show all possible avatars at character creation --- views/html/characters/register.tpl | 24 ++++++++++++++---------- www/css/desktop.css | 2 ++ 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/views/html/characters/register.tpl b/views/html/characters/register.tpl index cc3bc005..1526fd23 100644 --- a/views/html/characters/register.tpl +++ b/views/html/characters/register.tpl @@ -3,9 +3,10 @@ -

-

- + +

    @@ -37,15 +38,18 @@
- +
-
    +
      - checked="checked" /> - +
    • + + checked="checked" /> +
@@ -58,7 +62,7 @@
- + Date: Thu, 24 Apr 2014 13:45:23 +0200 Subject: [PATCH 3/5] manage users design --- views/html/characters/manage.tpl | 24 +++++++++--------------- www/css/desktop.css | 13 ++++--------- 2 files changed, 13 insertions(+), 24 deletions(-) diff --git a/views/html/characters/manage.tpl b/views/html/characters/manage.tpl index 17a2c82b..b9dd9978 100644 --- a/views/html/characters/manage.tpl +++ b/views/html/characters/manage.tpl @@ -3,13 +3,15 @@ -

-

-

+ +

- + :
  • @@ -18,17 +20,9 @@

    XP

    -
      - -
    • - - -
    • - - -
    • - -
    +

    +

    +

  • diff --git a/www/css/desktop.css b/www/css/desktop.css index f4905c16..c6d2371d 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -29,8 +29,7 @@ sup{top:-.5em} sub{bottom:-.25em} svg:not(:root){overflow:hidden} figure{margin:0} -fieldset{border:0;margin:0;padding:0} -legend{border:0;padding:0;margin-bottom:15px} +fieldset,legend{border:0;margin:0 0 10px;padding:0} button,input,select,textarea{font-family:inherit;font-size:100%;margin:0} button,input{line-height:normal} button,select{text-transform:none} @@ -189,10 +188,9 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .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} +.gchars li{background:#fff;padding:15px 0;border-radius:3px;display:inline-block;margin-bottom:5px;width:49%;text-align:center;vertical-align:top} .gchars img{width:50px;height:50px;border-radius:25px} -.gchars p{margin:0;padding:0;text-align:center} +.gchars p{margin:0;padding:0} .gchars .fa{position:absolute;margin:-10px 0 0} .gquests li{padding:12px 15px 0 15px;border-radius:3px} @@ -296,8 +294,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo .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} +.gchars li{width:32%} .achmnts .xpbar{width:89%} @@ -341,8 +338,6 @@ menu a{padding:10px 0} article{padding:20px 40px 80px 40px} .moodpic{margin:-20px -40px 0 -40px} .breadcrumbs li{display:inline;padding-right:5px} - -.gchars li{width:19%} } @media only screen and (min-width:1366px){ From cdaec40aac47019b6e53cb035fc600245b205a1e Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 24 Apr 2014 13:47:30 +0200 Subject: [PATCH 4/5] user list bugfix --- views/html/characters/index.tpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/views/html/characters/index.tpl b/views/html/characters/index.tpl index a0c10339..171d09d7 100644 --- a/views/html/characters/index.tpl +++ b/views/html/characters/index.tpl @@ -3,12 +3,14 @@ -

    -

    + +

    0) : ?> From 0ea6010918df54285a8779f79d8d776b27ab1893 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 24 Apr 2014 13:50:07 +0200 Subject: [PATCH 5/5] menu update with new meta system name --- views/html/menu/index.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/html/menu/index.tpl b/views/html/menu/index.tpl index 0e9d4aea..a0e6cbf7 100644 --- a/views/html/menu/index.tpl +++ b/views/html/menu/index.tpl @@ -1,4 +1,4 @@ -
  • The Legend of Z
  • +
  • Questlab
  • 0) : ?>
  • 0) : ?>