5 Commits
v1.0 ... master

Author SHA1 Message Date
0df7a48678 remove title from ranks 2020-12-05 12:51:23 +01:00
3de92b1313 added missing custom css 2020-12-05 12:44:43 +01:00
d099120859 added icons to navbar 2020-12-03 00:19:32 +01:00
76a87b023c optimized page width 2020-12-03 00:19:16 +01:00
680bf8bf4b switched logo 2020-12-03 00:18:04 +01:00
7 changed files with 39 additions and 6061 deletions

View File

@@ -39,7 +39,7 @@
<a href="{U_SEARCH}" role="menuitem">
<i class="icon fa-search fa-fw" aria-hidden="true"></i><span>{L_SEARCH}</span>
</a>
</li>
</li>
<!-- ENDIF -->
{% endset %}
@@ -100,6 +100,27 @@
</li>
<!-- ENDIF -->
<!-- EVENT navtabs_left_after -->
<li class="tab">
<a class="nav-link" target="_blank" href="http://www.gene-rally.com/" style="line-height: 40px"><img src="/images/icons/header_icons/sb_home.gif" /></a>
</li>
<li class="tab">
<a class="nav-link" target="_blank" href="http://alternative.generally-racers.com/" style="line-height: 40px"><img src="/images/icons/header_icons/sb_alt.gif" /></a>
</li>
<li class="tab">
<a class="nav-link" target="_blank" href="http://joskgr.free.fr/GWR/" style="line-height: 40px"><img src="/images/icons/header_icons/sb_gwr.gif" /></a>
</li>
<!-- <li class="tab">
<a class="nav-link" target="_blank" href="http://grarchives.vze.com/" style="line-height: 40px"><img src="/images/icons/header_icons/sb_arc.gif" /></a>
</li> -->
<li class="tab">
<a class="nav-link" target="_blank" href="http://trackdb.planet-generally.de/" style="line-height: 40px"><img src="/images/icons/header_icons/sb_tdb.gif" /></a>
</li>
<li class="tab">
<a class="nav-link" target="_blank" href="https://tom.generally-racers.com" style="line-height: 40px"><img src="/images/icons/header_icons/sb_tom.gif" /></a>
</li>
<li class="tab">
<a class="nav-link" target="_blank" href="http://com.generally-racers.com/" style="line-height: 40px"><img src="/images/icons/header_icons/sb_com.gif" /></a>
</li>
</ul>
<ul class="rightside" role="menu">
<!-- EVENT overall_header_navigation_prepend -->
@@ -154,7 +175,7 @@
<!-- ENDIF -->
<!-- EVENT navbar_header_profile_list_after -->
<li class="separator"></li>
<li>
<a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x" role="menuitem">

View File

@@ -36,7 +36,7 @@
</dt>
<!-- EVENT ucp_pm_viewmessage_rank_before -->
<!-- IF RANK_TITLE or RANK_IMG --><dd class="profile-rank">{RANK_TITLE}<!-- IF RANK_TITLE and RANK_IMG --><br /><!-- ENDIF -->{RANK_IMG}</dd><!-- ENDIF -->
<!-- IF RANK_TITLE or RANK_IMG --><dd class="profile-rank"><!-- IF RANK_IMG -->{RANK_IMG}<!-- ELSE -->{RANK_TITLE}<!-- ENDIF --></dd><!-- ENDIF -->
<!-- EVENT ucp_pm_viewmessage_rank_after -->
<dd class="profile-posts"><strong>{L_POSTS}{L_COLON}</strong> <!-- IF U_AUTHOR_POSTS != '' --><a href="{U_AUTHOR_POSTS}">{AUTHOR_POSTS}</a><!-- ELSE -->{AUTHOR_POSTS}<!-- ENDIF --></dd>

View File

@@ -168,7 +168,7 @@
</dt>
<!-- EVENT viewtopic_body_postrow_rank_before -->
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="profile-rank">{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="profile-rank"><!-- IF postrow.RANK_IMG -->{postrow.RANK_IMG}<!-- ELSE -->{postrow.RANK_TITLE}<!-- ENDIF --></dd><!-- ENDIF -->
<!-- EVENT viewtopic_body_postrow_rank_after -->
<!-- IF postrow.POSTER_POSTS != '' --><dd class="profile-posts"><strong>{L_POSTS}{L_COLON}</strong> <!-- IF postrow.U_SEARCH !== '' --><a href="{postrow.U_SEARCH}"><!-- ENDIF -->{postrow.POSTER_POSTS}<!-- IF postrow.U_SEARCH !== '' --></a><!-- ENDIF --></dd><!-- ENDIF -->

View File

@@ -4,3 +4,16 @@
// This file requires SASS compiler.
// You can find instructions here: http://www.artodia.com/phpbb-31-tutorials/compile-theme/
//
.page-width {
max-width: 60rem;
margin: 0 auto;
}
.navbar .inner.static {
max-width: 61.5rem;
margin: 0 auto;
}
.navbar .inner.static .nav-tabs {
border-radius: 0.2rem;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 59 KiB

File diff suppressed because one or more lines are too long