projects:liflg:forum
This is an old revision of the document!
Table of Contents
Style
http://www.phpbb.com/customise/db/style/we_universal version 2.3.1 (https://github.com/inventea/we_universal/)
After updating the files visit Administration Control Panel » Styles Tab and refresh all style components (Templates, Themes and Imagesets).
Patches
Back to LIFLG
diff -Naur we_universal.orig/template/overall_header.html we_universal/template/overall_header.html
--- we_universal.orig/template/overall_header.html 2015-01-27 12:46:32.000000000 +0100
+++ we_universal/template/overall_header.html 2015-01-28 21:40:01.398495150 +0100
@@ -126,6 +126,7 @@
<div class="inventia-dashboard">
<nav class="inventia-forum-menu">
<ul class="inventia-menu">
+ <li class="inventia-menu-item"><a href="http://liflg.org/">Back to LIFLG</a></li>
<li class="inventia-menu-item"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
<!-- IF S_DISPLAY_SEARCH --><li class="inventia-menu-item"><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH}</a></li><!-- ENDIF -->
<!-- IF U_TEAM --><li class="inventia-menu-item"><a href="{U_TEAM}" title="{L_THE_TEAM}">{L_THE_TEAM}</a></li><!-- ENDIF -->
Dashboard
diff -Naur we_universal.orig/theme/we_universal.css we_universal/theme/we_universal.css
--- we_universal.orig/theme/we_universal.css 2015-01-27 12:46:32.000000000 +0100
+++ we_universal/theme/we_universal.css 2015-01-28 22:06:18.442261922 +0100
@@ -104,8 +104,7 @@
.inventia-dashboard {
position: relative;
- min-height: 230px;
- background: url("{T_THEME_PATH}/images/dashboard.jpg") center center no-repeat;
+ min-height: 130px;
background-size: cover;
}
@@ -234,7 +233,7 @@
* Forum name and description
*/
.inventia-sitename {
- padding: 70px 50px 92px;
+ padding: 40px 50px 32px;
color: #fff;
font-size: 14px;
}
@@ -262,7 +261,7 @@
}
.inventia-forum-menu {
- right: 0;
+ left: 0;
}
.inventia-user-menu {
projects/liflg/forum.1422479931.txt.gz · Last modified: by kratz00
