Skip to content

Commit 14e4b25

Browse files
authored
Merge pull request #5 from MannixMD/dev-branch
background image fix
2 parents 4b41e59 + e4c3c3c commit 14e4b25

File tree

8 files changed

+7
-5
lines changed

8 files changed

+7
-5
lines changed

style.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# General Information about this style
2222
name = HexagonReborn
2323
copyright = © MannixMD, @MannixMD
24-
style_version = 3.1.4
24+
style_version = 3.1.5
2525
phpbb_version = 3.2.8
2626

2727
# Defining a different template bitfield

template/overall_footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<div class="copyright">
1414
<!-- EVENT overall_footer_copyright_prepend -->
1515
<br><strong><span>*</span>Hexagon Reborn style by <a href="https://twitter.com/MannixMD">MannixMD</a></strong>
16+
<br><strong><span>*</span>Style Version: 3.1.5</strong>
1617
<p class="footer-row">
1718
<span class="footer-copyright">{{ CREDIT_LINE }}</span>
1819
</p>

template/overall_header.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<!-- ENDIF -->
5454
<link href="{T_FONT_AWESOME_LINK}" rel="stylesheet">
5555
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
56-
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">
5756
<link href="{T_THEME_PATH}/css/hexagon.css" rel="stylesheet">
5857
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:normal,bold" />
5958

theme/bidi.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ li.breadcrumbs span:first-child > a {
10871087
.captcha-panel dd.captcha {
10881088
margin-right: 0;
10891089
}
1090-
+
1090+
10911091
.rtl p.responsive-center {
10921092
float: none;
10931093
text-align: center;

theme/colours.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ a.button.button-icon-only.hexagonbutton {
14631463
color: #000000;
14641464
}
14651465
.colorbutton:hover {
1466-
box-shadow: 0 0 4px #000;
1466+
box-shadow: 0 0 4px 5px #000;
14671467
}
14681468
@media (max-width: 700px){
14691469
.responsivebutton:before {

theme/icons.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
vertical-align: text-bottom;
5454
font-size: 16px;
5555
}
56+
5657
.arrow-left .icon {
5758
float: left;
5859
}
@@ -92,3 +93,4 @@ blockquote cite:before, .uncited:before {
9293
.rtl blockquote cite:before, .rtl .uncited:before {
9394
content: '\f10e'; /* Font Awesome quote-right */
9495
}
96+

theme/images/bg.jpg

31.8 KB
Loading

theme/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
@import url("icons.css?v=3.2");
2020
@import url("colours.css?v=3.2");
2121
@import url("responsive.css?v=3.2");
22-
@import url("hexagon.css");
22+
@import url("hexagon.css?v=3.2");

0 commit comments

Comments
 (0)