Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 2b2352c

Browse files
committed
phpBB 3.0.13 update
1 parent 8aa1402 commit 2b2352c

File tree

9 files changed

+34
-24
lines changed

9 files changed

+34
-24
lines changed

we_clearblue/imageset/imageset.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# General Information about this style
2020
name = we_clearblue
2121
copyright = INVENTEA
22-
version = 2.0.0
22+
version = 2.0.1
2323

2424
# Images
2525
img_site_logo =

we_clearblue/style.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# General Information about this style
2020
name = we_clearblue
2121
copyright = INVENTEA
22-
version = 2.0.0
22+
version = 2.0.1

we_clearblue/template/overall_footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h4 class="inventea-widget-title">About us</h4>
7373

7474
<div class="inventea-breadcrumbs-container">
7575
<ul class="inventea-breadcrumbs">
76-
<li class="inventea-breadcrumbs-item">{L_JUMP_TO}: <a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
76+
<li class="inventea-breadcrumbs-item">{L_JUMP_TO}: <a href="{U_INDEX}">{L_INDEX}</a></li>
7777

7878
<!-- BEGIN navlinks -->
7979
<li class="inventea-breadcrumbs-item"><a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a></li>
@@ -88,7 +88,7 @@ <h4 class="inventea-widget-title">About us</h4>
8888

8989
<footer class="inventea-credits">
9090
{CREDIT_LINE}<br />
91-
Style we_clearblue created by <a href="http://inventea.com" title="phpBB styles, HTML5 &amp; CSS3 templates">INVENTEA</a>
91+
Style we_clearblue created by <a href="https://inventea.com" title="phpBB styles, HTML5 &amp; CSS3 templates">INVENTEA</a>
9292
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
9393
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
9494
</footer>

we_clearblue/template/overall_header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
phpBB style name: we_clearblue
2323
Based on style: prosilver (this is the default phpBB3 style)
2424
Original author: Tom Beddard ( http://www.subBlue.com/ )
25-
Modified by: INVENTEA ( http://inventea.com/ )
25+
Modified by: INVENTEA ( https://inventea.com/ )
2626
-->
2727

2828
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />

we_clearblue/template/template.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# General Information about this template
2020
name = we_clearblue
2121
copyright = INVENTEA
22-
version = 2.0.0
22+
version = 2.0.1
2323

2424
# Defining a different template bitfield
2525
template_bitfield = lNg=

we_clearblue/theme/colours.css

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
--------------------------------------------------------------
33
Colours and backgrounds for common.css
44
-------------------------------------------------------------- */
@@ -81,7 +81,7 @@ hr.dashed {
8181
}
8282

8383
.bg1 { background-color: #ECF3F7; }
84-
.bg2 { background-color: #e1ebf2; }
84+
.bg2 { background-color: #e1ebf2; }
8585
.bg3 { background-color: #cadceb; }
8686

8787
.ucprowbg {
@@ -234,7 +234,7 @@ p.rules {
234234
background-image: none;
235235
}
236236

237-
/*
237+
/*
238238
--------------------------------------------------------------
239239
Colours and backgrounds for links.css
240240
-------------------------------------------------------------- */
@@ -327,7 +327,7 @@ a.topictitle:active {
327327
color: #105289;
328328
}
329329

330-
/* Profile searchresults */
330+
/* Profile searchresults */
331331
.search .postprofile a {
332332
color: #105289;
333333
}
@@ -346,10 +346,10 @@ a.top2 {
346346
}
347347

348348
/* Arrow links */
349-
a.up { background-image: url("{T_THEME_PATH}/images/arrow_up.gif") }
350-
a.down { background-image: url("{T_THEME_PATH}/images/arrow_down.gif") }
351-
a.left { background-image: url("{T_THEME_PATH}/images/arrow_left.gif") }
352-
a.right { background-image: url("{T_THEME_PATH}/images/arrow_right.gif") }
349+
a.up { background-image: url("{T_THEME_PATH}/images/arrow_up.gif"); }
350+
a.down { background-image: url("{T_THEME_PATH}/images/arrow_down.gif"); }
351+
a.left { background-image: url("{T_THEME_PATH}/images/arrow_left.gif"); }
352+
a.right { background-image: url("{T_THEME_PATH}/images/arrow_right.gif"); }
353353

354354
a.up:hover {
355355
background-color: transparent;
@@ -364,7 +364,7 @@ a.right:hover {
364364
}
365365

366366

367-
/*
367+
/*
368368
--------------------------------------------------------------
369369
Colours and backgrounds for content.css
370370
-------------------------------------------------------------- */
@@ -655,7 +655,7 @@ fieldset.polls dd div {
655655
background-image: url("{IMG_ICON_USER_ONLINE_SRC}");
656656
}
657657

658-
/*
658+
/*
659659
--------------------------------------------------------------
660660
Colours and backgrounds for buttons.css
661661
-------------------------------------------------------------- */
@@ -664,9 +664,9 @@ Colours and backgrounds for buttons.css
664664
.reply-icon span { background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); }
665665
.post-icon span { background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); }
666666
.locked-icon span { background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); }
667-
.pmreply-icon span { background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;}
668-
.newpm-icon span { background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;}
669-
.forwardpm-icon span { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}
667+
.pmreply-icon span { background-image: url("{IMG_BUTTON_PM_REPLY_SRC}"); }
668+
.newpm-icon span { background-image: url("{IMG_BUTTON_PM_NEW_SRC}"); }
669+
.forwardpm-icon span { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}"); }
670670

671671
a.print {
672672
background-image: url("{T_THEME_PATH}/images/icon_print.gif");
@@ -714,7 +714,7 @@ a.fontsize {
714714
.info-icon, .info-icon a { background-image: url("{IMG_ICON_POST_INFO_SRC}"); }
715715
.warn-icon, .warn-icon a { background-image: url("{IMG_ICON_USER_WARN_SRC}"); } /* Need updated warn icon */
716716

717-
/*
717+
/*
718718
--------------------------------------------------------------
719719
Colours and backgrounds for cp.css
720720
-------------------------------------------------------------- */
@@ -916,7 +916,7 @@ dl.mini dt {
916916
background-color: #EEE;
917917
}
918918

919-
/*
919+
/*
920920
--------------------------------------------------------------
921921
Colours and backgrounds for forms.css
922922
-------------------------------------------------------------- */
@@ -967,7 +967,7 @@ fieldset.quick-login input.inputbox {
967967
/* Input field styles
968968
---------------------------------------- */
969969
.inputbox {
970-
background-color: #FFFFFF;
970+
background-color: #FFFFFF;
971971
border-color: #B4BAC0;
972972
color: #333333;
973973
}

we_clearblue/theme/forms.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ select {
2929
font-size: 1em;
3030
}
3131

32+
select:focus {
33+
outline-style: none;
34+
}
35+
3236
option {
3337
padding-right: 1em;
3438
}
@@ -298,6 +302,7 @@ fieldset.submit-buttons input {
298302
.inputbox:focus {
299303
border: 1px solid #eaeaea;
300304
color: #4b4b4b;
305+
outline-style: none;
301306
}
302307

303308
input.inputbox { width: 85%; }
@@ -369,6 +374,11 @@ input.disabled {
369374
color: #666666;
370375
}
371376

377+
/* Focus states */
378+
input.button1:focus, input.button2:focus, input.button3:focus {
379+
outline-style: none;
380+
}
381+
372382
/* Topic and forum Search */
373383
.search-box {
374384
margin-top: 3px;

we_clearblue/theme/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Based on style: prosilver (the default phpBB 3.0.x style)
55
Original author: Tom Beddard ( http://www.subblue.com/ )
66
Modified by: phpBB Group ( https://www.phpbb.com/ )
7-
Modified by: INVENTEA ( http://inventea.com/ )
7+
Modified by: INVENTEA ( https://inventea.com/ )
88
--------------------------------------------------------------
99
*/
1010

we_clearblue/theme/theme.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# General Information about this theme
2222
name = we_clearblue
2323
copyright = Inventea
24-
version = 2.0.0
24+
version = 2.0.1
2525

2626
# Some configuration options
2727

0 commit comments

Comments
 (0)