[ABD] Glacier Style for phpBB 3.0.4

Any abandoned 3.0.x Styles will be moved to this forum.
Locked
furiaceka
Registered User
Posts: 31
Joined: Tue Jan 15, 2008 9:53 am

Re: [Release] Glacier Style for phpBB 3.0.4

Post by furiaceka »

Can I solve this "jump of color":

Image

Thanks in advance.
mythcomeback
Registered User
Posts: 3
Joined: Thu Jun 18, 2009 1:51 pm

Re: [Release] Glacier Style for phpBB 3.0.4

Post by mythcomeback »

Thanks its great.
The Robot
Registered User
Posts: 39
Joined: Sun May 10, 2009 12:14 am

Re: [Release] Glacier Style for phpBB 3.0.4

Post by The Robot »

GurlzLubme wrote:The Robot: How did you change the font size for the Navigation bar? I'd like to make mine a bit smaller too.

Or if anyone can answer this. Thank you.
I believe there is a font change button on there ;)
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5859
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: [Release] Glacier Style for phpBB 3.0.4

Post by MattF »

The Robot wrote:
GurlzLubme wrote:The Robot: How did you change the font size for the Navigation bar? I'd like to make mine a bit smaller too.

Or if anyone can answer this. Thank you.
I believe there is a font change button on there ;)
WRONG!

GurlzLubMe... To change the Navigation bar font size, open the file:
Styles/SF_Glacier/theme/glacier.css

Find:

Code: Select all

#nav li a.top_link,
#nav li a.top_link_alert,
#nav li a.top_link_r,
#nav li a.top_link_r_alert {
	display: block;
	height: 33px;
	line-height: 31px;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	cursor: pointer;
}
Within that block of code, look for:

Code: Select all

font-size: 12px;
Replace with:

Code: Select all

font-size: 11px;
Upload the new glacier.css file

Go to Admin Panel:
Refresh the theme under the styles tab

(You may also need to reload your forum in your own browser to clear your cache and load it with the new smaller font.)
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
chakib40
Registered User
Posts: 2
Joined: Fri Jul 10, 2009 4:06 pm

Re: [Release] Glacier Style for phpBB 3.0.4

Post by chakib40 »

i don't know if it's a bug or just in my board.
but when a registred user click on the links of the navigation menu :
user control panel > user control panel > overview, profile, board preference...
it's disconnect the user

the links are like this in the navigation : http://www.site.com/phpbb3/ucp.php?i=165
chakib40
Registered User
Posts: 2
Joined: Fri Jul 10, 2009 4:06 pm

Re: [Release] Glacier Style for phpBB 3.0.4

Post by chakib40 »

chakib40 wrote:i don't know if it's a bug or just in my board.
but when a registred user click on the links of the navigation menu :
user control panel > user control panel > overview, profile, board preference...
it's disconnect the user

the links are like this in the navigation : http://www.site.com/phpbb3/ucp.php?i=165
i've found the solution, it's a bug, in the navigation.html
i've changer this

Code: Select all

                            <li><a href="./ucp.php?i=163">Overview</a></li>
                            <li><a href="./ucp.php?i=164">Profile</a></li>
                            <li><a href="./ucp.php?i=165">Board Preferences</a></li>
                            <li><a href="./ucp.php?i=166">Private Messages</a></li>
                            <li><a href="./ucp.php?i=167">User Groups</a></li>
                            <li><a href="./ucp.php?i=168">Friends & Foes</a></li>
by this

Code: Select all

<li><a href="{U_PROFILE}&i=163">Overview</a></li>
<li><a href="{U_PROFILE}&i=164">Profile</a></li>
<li><a href="{U_PROFILE}&i=165">Board Preferences</a></li>
<li><a href="{U_PROFILE}&i=166">Private Messages</a></li>
<li><a href="{U_PROFILE}&i=167">User Groups</a></li>
<li><a href="{U_PROFILE}&i=168">Friends & Foes</a></li>
	
pippo-c-l
Registered User
Posts: 204
Joined: Fri Oct 03, 2008 9:08 pm

Re: [Release] Glacier Style for phpBB 3.0.4

Post by pippo-c-l »

How i can change the image background? For example i want put this image blue and white:

Code: Select all

http://www.muloloco.com/styles/AeroBlue/theme/images/bg.gif

Is possible? how.....
Forsetti
Registered User
Posts: 16
Joined: Tue Nov 11, 2008 2:45 pm

Re: [Release] Glacier Style for phpBB 3.0.4

Post by Forsetti »

pippo-c-l wrote:How i can change the image background? For example i want put this image blue and white:

Code: Select all

http://www.muloloco.com/styles/AeroBlue/theme/images/bg.gif

Is possible? how.....

Simple way without playing with any code:

Rename your "bg.gif" to smokey-blue-16.jpg

and copy it to

/styles/glacier/theme/images/
iamwanted
Registered User
Posts: 23
Joined: Sat Jul 18, 2009 1:47 am

Re: [Release] Glacier Style for phpBB 3.0.4

Post by iamwanted »

Nice style but not really my type. Sorry
tsavory
Registered User
Posts: 11
Joined: Sat Aug 30, 2008 4:42 am

Re: [Release] Glacier Style for phpBB 3.0.4

Post by tsavory »

Hello I am having a slight Prob for some reason the borders are not working right all the images are piled on each other on the left side but the code appears clean any help would be greatfull
I am runing this on phpBB 3.0.5

Code: Select all

/*  phpBB 3.0 Style Sheet - Borders
        --------------------------------------------------------------
		Style name:         Glacier
		Based on style:     proSilver (this is the default phpBB 3 style)
		Original author:	subBlue ( http://www.subBlue.com/ )
		Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
		
		Style Author:		Ika ( http://www.shadowflames.us )
		Copyright 2007-2008 ShadowFlames Development
        --------------------------------------------------------------
    */

html, body {
	background-image: url('{T_THEME_PATH}/images/smokey-blue-16.jpg');
	background-color: #2C374D;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#wrap {
	padding: 0 20px;
	min-width: 700px;
   	width: 900px;  
   	margin: 0 auto;
}

.top-left, .top-right, .bottom-left, .bottom-right {
    height: 20px;
	width: 20px;
    font-size: 2px;
}

.top-left {
	background-image: url("{T_THEME_PATH}/images/glacier_borders_tc.png"); background-repeat:no-repeat;
    background-position: 0 -20px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 9px;
}
.top-right {
    background-image: url("{T_THEME_PATH}/images/glacier_borders_tc.png"); background-repeat:no-repeat;
    background-position: 100% 0px;
    margin-left: 0px;
    margin-top: -9px;
    margin-right: 0px; 
}

.top-center {
    background-image: url("{T_THEME_PATH}/images/glacier_borders_02.png"); 
    background-position: 0 0px;
    height: 20px;
    width: 20px;
    font-size: 2px;
    margin-left: 20px;
    margin-top: -20px;
    margin-right: 20px;
    margin-bottom: -20px;
}

.bottom-left  {
	background-image: url("{T_THEME_PATH}/images/glacier_borders_bc.png"); background-repeat:no-repeat;
    background-position: 0 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.bottom-right {
    background-image: url("{T_THEME_PATH}/images/glacier_borders_bc.png"); background-repeat:no-repeat;
   background-position: 100% -20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: -20px;
}

.bottom-center {
    background-image: url("{T_THEME_PATH}/images/glacier_borders_09.png");
    background-position: 0 0px;
    height: 20px;
    width: 20px;
    font-size: 2px;
    margin-left: 20px;
    margin-top: -20px;
    margin-right: 20px;
    margin-bottom: -20px;
}

.inside {
    border-left: 0px solid #000000;
    border-right: 0px solid #000000;
    color: #000000;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url("{T_THEME_PATH}/images/glacier_borders_06.png");
}

.notopgap    {
	margin-top: 0;
}

.nobottomgap {
	margin-bottom: 0;
}

.outside {
	margin: 0 auto;
    width : 950px;
}

Edit: Fixed it
Last edited by tsavory on Sun Aug 23, 2009 7:29 am, edited 1 time in total.
User avatar
jecko
Registered User
Posts: 5
Joined: Sun Mar 16, 2008 7:29 pm

Re: [Release] Glacier Style for phpBB 3.0.4

Post by jecko »

Hi there,
is it possible to move smilies from right to the bottom of text area, between text area and Save-Preview-Submit buttons?

Thanks in advance.
In the end everything is a gag
Monstamash
Registered User
Posts: 3
Joined: Mon Jan 26, 2009 3:07 pm

Re: [Release] Glacier Style for phpBB 3.0.4

Post by Monstamash »

Hi

First off - thanks for such a brilliant style. Its obvious a huge amount of work has gone into this, so big thumbs up!

I have only just started playing with phpBB a couple of days ago so please forgive me if my question is rather dumb! :?

How do I change the header "yourdomain.com" and "A short text to describe your forum"? I have hunted high and low - searched the code and this forum.

Cheers

Andy
User avatar
ameisez
Registered User
Posts: 1166
Joined: Sun Nov 04, 2007 7:04 am

Re: [Release] Glacier Style for phpBB 3.0.4

Post by ameisez »

Go to your Administrator Control Panel (ACP) and change your site name and site description accordingly. ;)
PHPBB on HOSTGATOR SERVER. MY PERSONAL CHOICE ;)
Need phpBB images and buttons? HIRE ME
my MOD: BB3 Media Player | a phpbb based media player
Blupa
Registered User
Posts: 17
Joined: Fri Jul 31, 2009 1:56 pm

Re: [Release] Glacier Style for phpBB 3.0.4

Post by Blupa »

I'm trying to remove the logo from the header but when I do it messes up the size of the header.

I tried removing this

Code: Select all

<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a><br />
Is there another way to do this or to even make the size of the logo smaller.

Any help would be great. Thanks
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5859
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: [Release] Glacier Style for phpBB 3.0.4

Post by MattF »

Blupa wrote:I'm trying to remove the logo from the header but when I do it messes up the size of the header.

I tried removing this

Code: Select all

<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a><br />
Is there another way to do this or to even make the size of the logo smaller.

Any help would be great. Thanks
The easiest thing to do would be to make your own transparent PNG version of the logo image, it is 535x100 pixels.
Here is one: http://i27.tinypic.com/29xu4k7.png (remember it is invisible so you will see what looks like a blank page. Name it whatever your site logo is named, default is glacier_logo.png)
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
Locked

Return to “[3.0.x] Abandoned Styles”