[RC] Grid for phpBB 3.2.8

For style authors to post and receive feedback on 3.2.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Grid for phpBB 3.2.1

Post by jrolson »

NAPWR wrote: Fri Jan 05, 2018 4:20 pm crikie Sniper_E,

thanks very much for the insight,

and long live the 'GRID' style :lol:


p.s. I have noticed a few styles that cannot accept certain extensions,

but if the 'ne-blackgreen' style coding is of any help,

it sure does do justice for a lot of installed extensions. :shock:
It's really up to the mod author to include a custom CSS file to add better compatibility for this style.

I could do it but I can't really check every single mod out there.
User avatar
Sniper_E
Registered User
Posts: 1126
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: [Release] Grid for phpBB 3.2.1

Post by Sniper_E »

I have this style added/installed on my test site to test extensions with.

mChat just needed box-shadow: 0px 0px 4px 2px #000000; added in it's mchat/styles/grid/theme/mchat.css

Code: Select all

.mchat-message {
	padding: 5px !important;
	overflow: hidden;
	box-shadow: 0px 0px 1px 2px #000000;
}
I have fixednavbars installed there also. It only needed background, box-shadow and border added in.

Code: Select all

/* Fixed footer navbar */
#page-footer .navbar, #page-footer .navbarb {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 98.3%;
	max-width: 100%;
	padding: 0 15px !important;
	margin: -1px 0 !important;
	border-radius: 0 !important;
	background: rgba(0, 0, 0, 0.8) url("./images/bg.png");
	box-shadow: 0px 0px 8px 3px #64C2E6;
	border: none;
	border-top: 2px solid #F1FCFF;
	animation: fadein 3s;
	z-index: 9; 
}

Code: Select all

/* Fixed header navbar */
.page-header-navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 98.3%;
	max-width: 100%;
	padding: 0 15px !important;
	margin: -1px 0 !important;
	border-radius: 0 !important;
	background: rgba(0, 0, 0, 0.8) url("./images/bg.png");
	box-shadow: 0px 0px 8px 3px #64C2E6;
	border-bottom: 2px solid #F1FCFF;
	animation: fadein 3s;
	z-index: 9; 
}
I bet it wouldn't take much to get any extension to work well in here. I'll test other extensions.

@ jrolson, I added panel class in the index_body.html to bring those lower sections in the wrapper.
<div class="stat-block online-list panel">
<div class="stat-block birthday-list panel">
<div class="stat-block statistics panel">
They stand out much nicer like the rest of the blocks. I even put a <div class="panel"> wrap around the login section. just a thought
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Grid for phpBB 3.2.2

Post by jrolson »

Grid 1.0.2 Released

*updated for phpBB 3.2.2
*added more hover transitions.
*misc style fixes.
*added special sound effect when grid link is clicked in footer. 8-)
Last edited by jrolson on Thu Sep 13, 2018 4:43 pm, edited 1 time in total.
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Grid for phpBB 3.2.3

Post by jrolson »

Grid 1.0.3 Released

*updated for phpBB 3.2.3
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [Release] Grid for phpBB 3.2.4

Post by jrolson »

Grid 1.0.4 released
*updated for phpBB 3.2.4
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Grid for phpBB 3.2.7

Post by jrolson »

Grid 1.0.6 released!
*security fixes for phpBB 3.2.7
User avatar
jrolson
Registered User
Posts: 968
Joined: Wed Jan 05, 2005 1:53 am
Location: U.S.

Re: [RC] Grid for phpBB 3.2.8

Post by jrolson »

Grid 1.0.7 Released

*Support for phpBB 3.2.8
Post Reply

Return to “[3.2.x] Styles in Development”