diff --git a/_sakura/templates/misaki/main/profile.tpl b/_sakura/templates/misaki/main/profile.tpl index 01b71ee..ecdc2ee 100755 --- a/_sakura/templates/misaki/main/profile.tpl +++ b/_sakura/templates/misaki/main/profile.tpl @@ -66,63 +66,80 @@
- {% if not profileHidden and (profile.checkPremium[0] or profile.checkPermission('MANAGE', 'USE_MANAGE')) %} -
-
-
    - {% if profile.checkPremium[0] %} -
  • Tenshi
  • - {% endif %} - {% if profile.checkPermission('MANAGE', 'USE_MANAGE') %} -
  • Staff
  • - {% endif %} - {% if false %} -
  • Developer
  • - {% endif %} - {% if false %} -
  • Alumnii
  • - {% endif %} -
+ {% if not profileHidden %} + {% if (profile.checkPremium[0] or profile.checkPermission('MANAGE', 'USE_MANAGE')) %} +
+
+
    + {% if profile.checkPremium[0] %} +
  • Tenshi
  • + {% endif %} + {% if profile.checkPermission('MANAGE', 'USE_MANAGE') %} +
  • Staff
  • + {% endif %} + {% if false %} +
  • Developer
  • + {% endif %} + {% if false %} +
  • Alumnii
  • + {% endif %} +
+
-
-
-
- {% if session.checkLogin %} - {% if profile.profileFields %} - {% for name,field in profile.profileFields %} -
-
{{ field.name }}
-
- {% if name == 'youtube' %} - {% if field.youtubetype == 'true' %}{{ profile.data.username }}'s Channel{% else %}{{ field.value }}{% endif %} + {% endif %} + {% if session.checkLogin %} +
+
+ +
+
+ {% endif %} +
+
+ {% if session.checkLogin %} + {% if profile.profileFields %} + {% for name,field in profile.profileFields %} +
+
{{ field.name }}
+ +
-
-
- {% endfor %} + {% endfor %} + {% else %} +
+
+
This user has not set any links yet.
+
+ {% endif %} {% else %}
-
-
This user has not set any links yet.
+
+
Log in to view the full profile.
{% endif %} - {% else %} -
-
-
Log in to view the full profile.
-
- {% endif %} +
-
- {% endif %} + {% endif %}
Account Standing
diff --git a/public/content/data/misaki/css/misaki.css b/public/content/data/misaki/css/misaki.css index 3c18d8e..b4cfa1d 100755 --- a/public/content/data/misaki/css/misaki.css +++ b/public/content/data/misaki/css/misaki.css @@ -538,13 +538,15 @@ a:active { flex-shrink: 0; } -#profileContent > .userDataBar > .hierarchyContainer > .inner > .hierarchies { +#profileContent > .userDataBar > .hierarchyContainer > .inner > .hierarchies, +#profileContent > .userDataBar > .userActions > .inner > .actions { list-style: none; font-size: 2.5em; line-height: 1.2em; } -#profileContent > .userDataBar > .hierarchyContainer > .inner > .hierarchies > li:before { +#profileContent > .userDataBar > .hierarchyContainer > .inner > .hierarchies > li:before, +#profileContent > .userDataBar > .userActions > .inner > .actions > li > a:before { font-family: "FontAwesome"; width: 36px; padding-right: 3px; @@ -554,6 +556,19 @@ a:active { text-shadow: 0 0 3px #fcfcfc; } +#profileContent > .userDataBar > .userActions > .inner > .actions > li > a { + display: block; + color: inherit; +} + +#profileContent > .userDataBar > .hierarchyContainer > .inner > .hierarchies > .owner { + color: #824ca0; +} + +#profileContent > .userDataBar > .hierarchyContainer > .inner > .hierarchies > .owner:before { + content: "\f0ad"; +} + #profileContent > .userDataBar > .hierarchyContainer > .inner > .hierarchies > .tenshi { color: #ee9400; } @@ -563,7 +578,7 @@ a:active { } #profileContent > .userDataBar > .hierarchyContainer > .inner > .hierarchies > .staff { - color: #09f; + color: #fa3703; } #profileContent > .userDataBar > .hierarchyContainer > .inner > .hierarchies > .staff:before { @@ -571,7 +586,7 @@ a:active { } #profileContent > .userDataBar > .hierarchyContainer > .inner > .hierarchies > .developer { - color: #824ca0; + color: #6eac0a; } #profileContent > .userDataBar > .hierarchyContainer > .inner > .hierarchies > .developer:before { @@ -586,6 +601,39 @@ a:active { content: "\f005"; } +#profileContent > .userDataBar > .userActions > .inner > .actions > .edit > a:before { + content: "\f044"; +} + +#profileContent > .userDataBar > .userActions > .inner > .actions > .settings > a:before { + content: "\f013"; +} + +#profileContent > .userDataBar > .userActions > .inner > .actions > .addFriend > a:before { + content: "\f234"; +} + +#profileContent > .userDataBar > .userActions > .inner > .actions > .mutualFriend > a:before { + content: "\f004"; +} + +#profileContent > .userDataBar > .userActions > .inner > .actions > .pendingFriend > a:before { + content: "\f006"; +} + +#profileContent > .userDataBar > .userActions > .inner > .actions > .mutualFriend:hover > a:before, +#profileContent > .userDataBar > .userActions > .inner > .actions > .pendingFriend:hover > a:before { + content: "\f235"; +} + +#profileContent > .userDataBar > .userActions > .inner > .actions > .message > a:before { + content: "\f0e0"; +} + +#profileContent > .userDataBar > .userActions > .inner > .actions > .report > a:before { + content: "\f06a"; +} + #profileContent > .userDataBar > .userAccounts a { color: inherit; }