Skip to content

Commit 6b50338

Browse files
committed
Add basic & elegance themes
1 parent a149913 commit 6b50338

File tree

1,513 files changed

+153246
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,513 files changed

+153246
-0
lines changed

styles/basic/license.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
IMPORTANT: This license does not apply to files in directory theme/fonts/
2+
3+
Files in those directories have their own licenses, see license.txt in respective
4+
directories for details.
5+
6+
-----------------------------------------------------------------------------
7+
8+
Copyright (c) 2015, Vjacheslav Trushkin
9+
All rights reserved.
10+
11+
Redistribution and use in source and binary forms, with or without
12+
modification, are permitted provided that the following conditions are met:
13+
14+
1. Redistributions of source code must retain the above copyright notice, this
15+
list of conditions and the following disclaimer.
16+
2. Redistributions in binary form must reproduce the above copyright notice,
17+
this list of conditions and the following disclaimer in the documentation
18+
and/or other materials provided with the distribution.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
21+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
24+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
26+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
27+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
29+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30+
31+
The views and conclusions contained in the software and documentation are those
32+
of the authors and should not be interpreted as representing official policies,
33+
either expressed or implied, of the FreeBSD Project.

styles/basic/style.cfg

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
#
2+
# phpBB Style Configuration File
3+
#
4+
# This file is part of the phpBB Forum Software package.
5+
#
6+
# @copyright (c) phpBB Limited <https://www.phpbb.com>
7+
# @license GNU General Public License, version 2 (GPL-2.0)
8+
#
9+
# For full copyright and license information, please see
10+
# the docs/CREDITS.txt file.
11+
#
12+
# At the left is the name, please do not change this
13+
# At the right the value is entered
14+
#
15+
# Values get trimmed, if you want to add a space in front or at the end of
16+
# the value, then enclose the value with single or double quotes.
17+
# Single and double quotes do not need to be escaped.
18+
#
19+
#
20+
21+
# General Information about this style
22+
name = Basic
23+
copyright = Created by Arty (Vjacheslav Trushkin), http://www.artodia.com/
24+
style_version = 3.1.6
25+
phpbb_version = 3.1.6
26+
27+
# Defining a different template bitfield
28+
# template_bitfield = lNg=
29+
30+
# Parent style
31+
# Set value to empty or to this style's name if this style does not have a parent style
32+
parent = prosilver
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!-- IF $FALSE -->
2+
Variables below change style behavior.
3+
4+
List of variables and values (do not edit!):
5+
Forums list layout:
6+
$STANDARD_FORUMS_LAYOUT = 0 -> Layout with topics and posts below forum title
7+
$STANDARD_FORUMS_LAYOUT = 1 -> Default layout with separate columns for topics and posts
8+
9+
Hide forum description:
10+
$HIDE_FORUM_DESCRIPTION = 0 -> Always show it
11+
$HIDE_FORUM_DESCRIPTION = 1 -> Show it only when hovering forum title
12+
13+
Wrap header / navigation:
14+
$WRAP_HEADER = 0 -> Header and navigation will not be included in global wrapper
15+
$WRAP_HEADER = 1 -> Both header and navigation will be included in global wrapper
16+
$WRAP_HEADER = 2 -> Header will not be included in global wrapper, navigation will be included
17+
18+
Wrap footer:
19+
$WRAP_FOOTER = 0 -> Footer will be outside of content wrapper
20+
$WRAP_FOOTER = 1 -> Footer will be inside content wrapper
21+
22+
Quick search position:
23+
$SEARCH_IN_NAVBAR = 0 -> Search bar will be displayed in header
24+
$SEARCH_IN_NAVBAR = 1 -> Search bar will be displayed in secondary navigation
25+
26+
Edit variables below:
27+
<!-- ENDIF -->
28+
29+
<!-- DEFINE $STANDARD_FORUMS_LAYOUT = 0 -->
30+
<!-- DEFINE $HIDE_FORUM_DESCRIPTION = 1 -->
31+
<!-- DEFINE $WRAP_HEADER = 0 -->
32+
<!-- DEFINE $WRAP_FOOTER = 0 -->
33+
<!-- DEFINE $SEARCH_IN_NAVBAR = 1 -->
34+
35+
<!-- IF $FALSE -->
36+
Do not edit code below!
37+
<!-- ENDIF -->

0 commit comments

Comments
 (0)