MyBB Community Forums

Full Version: Apart for 1.6 [Released]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
(2011-04-08, 12:53 AM)yuyu Wrote: [ -> ]What is the font used in the logo?

Logo font is Museo.
(2011-04-09, 11:20 PM)Justin S. Wrote: [ -> ]
(2011-04-08, 12:53 AM)yuyu Wrote: [ -> ]What is the font used in the logo?

Logo font is Museo.

Thanks Big Grin
Justin, very nice bit of work. I appreciate you doing this and making it available to the community.
Thank you Justin!
I'm using Apart Earth. My logo is aligned with the left edge of the wrapper. I'd like it to be center aligned. What can I change?

My header template looks like this.
<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<div id="logo">
				<div class="wrapper">
					<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
				</div>
			</div>
			<div id="panel">
				<div class="upper"><!-- This div(class="upper") is closed in the header_welcomeblock_member and header_welcomeblock_guest templates -->
					<div class="wrapper">
						<ul class="menu top_links">
(2011-04-20, 11:53 AM)Caiaphas Wrote: [ -> ]I'm using Apart Earth. My logo is aligned with the left edge of the wrapper. I'd like it to be center aligned. What can I change?

My header template looks like this.
<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<div id="logo">
				<div class="wrapper">
					<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
				</div>
			</div>
			<div id="panel">
				<div class="upper"><!-- This div(class="upper") is closed in the header_welcomeblock_member and header_welcomeblock_guest templates -->
					<div class="wrapper">
						<ul class="menu top_links">

Edit the global.css stylesheet for the theme. Add the following to #logo:

text-align: center;

And that should do it.
(2011-04-20, 09:11 PM)Justin S. Wrote: [ -> ]Edit the global.css stylesheet for the theme. Add the following to #logo:

text-align: center;

And that should do it.

Yes! That did it. Thank you. Thanks also for the great theme!

Where is the code that changes the usercp, modcp, background bar's grey color?

[Image: greybar.jpg]

This theme has helped me learn a lot!
First of all, thank you for your great work. I have a little problem:

[Image: 1zbbaza.jpg]

Sorry for my bad english.
Because of the way the post bit is handled, it is not possible to combine those two. That's why they're separate in the theme.
Hey Justin,
rly great Skin i love the structure of this theme, but there is one thing that i would change in my forum.

http://i56.tinypic.com/20gjlg5.jpg

I want to change that white Background to in another color, it is allowed to change it?
If it is allowed to change, can u tell me how and where i have to configure it?

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36