Advertisement:
2by2host

Author Topic: Oxygen  (Read 31752 times)

Offline Bloc

  • SMF Friend
  • SMF Super Hero
  • *
  • Posts: 11,478
    • BHKblogg
Oxygen
« on: March 15, 2006, 11:38:19 AM »
Link to the theme

Oxygen is light-colored "airy" theme that should be easy to read and maintain.The width can be changed in the admin section, and also custom contnet be added in a "box" which accept html codes.
« Last Edit: January 14, 2011, 06:26:21 PM by Bloc »
BHKblogg - SMF acting as blog/gallery

Offline eriktm

  • Sr. Member
  • ****
  • Posts: 727
  • Gender: Male
  • The world as you know it, will soon be changed...
Re: Oxygen
« Reply #1 on: March 16, 2006, 11:54:10 AM »
Great theme Bloc, two themes from you, no from others in the theme site... :P

Offline Bloc

  • SMF Friend
  • SMF Super Hero
  • *
  • Posts: 11,478
    • BHKblogg
Re: Oxygen
« Reply #2 on: March 16, 2006, 07:49:03 PM »
Take a look again now.. :) It should be more.
« Last Edit: April 02, 2006, 04:11:06 AM by Bloc »
BHKblogg - SMF acting as blog/gallery

Offline Nefertirievy

  • Semi-Newbie
  • *
  • Posts: 47
  • Gender: Female
How do I remove the Message Board Title from the theme?
« Reply #3 on: April 16, 2006, 01:05:43 AM »
Okay, so right now, for example, I'm using the "Oxygen" theme  by Bloc for my forums.  (GREAT ONES BTW!)  My question is, especially on any theme I might have, how would I go about removing the Boards name if I did not want it visible on the forum?

For example, heres my Phantom of the Opera Forum, using the Oxygen theme:
  http://angelsmusicofthenight.nefertirievy.bhxhost.com
See how at the top, right beside the banner you see Music of The Night?  Thats what I want to get rid of.

I hope this is pretty clear, and thanks for the time guys!

Offline saneiros

  • Semi-Newbie
  • *
  • Posts: 26
Some help with oxygen theme Please =)
« Reply #4 on: April 26, 2006, 10:28:43 PM »
I have changed oxygen a lotta bit, just the colors mainly,

but I have some questions that I seem to need answers to.

1.  How do I change the background color of where the "back" images" show up?

If you are not sure what I mean by this please look at my site! http://www.poorpeoplesparty.org/freespeech

2. there is this white thing that goes up the side of my forum, I have no idea what it is or where it came from but when I right click on it, it says view image I click that and it takes me to the main site... need to get ride of that...

3. Also it would be awesome if some one could tell me how to add this header to the forums, yes I have read [unknown]'s tut on that but I cant seem to get the forum to agree with my divisions...

here is the html/php:
Quote
<?php

echo' <html>
<head>
       
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
   <meta http-equiv="Content-Language" content="en-us" />
   <meta name="robots" content="all" />
   <meta name="author" content="Shaun Aneiros" />
   <meta name="Copyright" content="" />
   <link href="../images/style.css" rel="stylesheet" type="text/css" />
   
</head>
<body>
   <div id="wrap">
      <div id="container">
         <div id="header">
            <p>Experience <span class="red">difference</span> </p>
         </div>
       
         <div id="hmenu">        
             <a href="http://www.poorpeoplesparty.org/">Home</a>
             <a href="http://www.poorpeoplesparty.org/blogs">Blogs</a>
             <a href="http://www.poorpeoplesparty.org/freespeech/">Forums</a>
             <a href="http://www.poorpeoplesparty.org/contact/">Contact</a>
          </div>

'

?>

here is the css for the header:
Quote
body {
   margin: 0px;
   padding: 0px;
   font-size: 70%;
   font-family: "Arial", Tahoma, Sans-Serif;
   background: #242424;
   color: #fff6f9;
}

/* LINKS */
a {
   color: #fff6f9;
   text-decoration: none;
   background-color: inherit;
}

a:hover {
   color: #d52d2d;
   background-color: inherit;
}


/* HEADINGS */
h1 {
   padding: 0px 0px 22px 0px;
   font-size: 1.4em;
}

h2 {
   font-size: 1.2em;
   margin: 0px;
}

h3 {
   width: 100%;
   font-size: 1.5em;
   color: #d52d2d;
   font-weight: bold;
   letter-spacing: -1px;
   line-height: 1.5em;
   padding: 0px 0px 0px 30px;
   background-color: inherit;
   background-image: url("titlebg.gif");
   background-repeat: no-repeat;
   background-position: center left;
}

.red {
   color: #d52d2d;
   background-color: inherit;
}

/* PARAGRAPH */
p {
   font-size: 1em;
   color: #fff6f9;
   line-height:1.6em;
   margin: 0px 0px 5px 0px;
   padding: 0px;
   background-color: inherit;
}


/*-------------------------
DIVS IN ORDER OF APPEARANCE
-------------------------*/

/* WRAP, HOLDS EVERYTHING TOGETHER */
#wrap {
   margin: 0px auto;
   padding: 0px;
   width: 691px;
   
}

#container {
   float: left;
   margin: 0px;
   padding: 0px;
   width: 780px;
   background: url("middle.gif") repeat-y top left;
}


#top {
   width: 700px;
   height: 25px;
   margin: 0px;
   padding: 0px;
   background: url("top.gif") no-repeat top left;
}

#header {
   margin: 0px;
   padding: 55px 0 0 100px;
   background-color: inherit;
   background-image: url("header.gif");
   background-repeat: no-repeat;
   height: 70px;
   color: #fff6f9;
   font-weight: bold;
   font-size: 1.3em;
}


/* HORIZONTAL MENU */
#hmenu {
   margin: 0 96px 0 15px;
   padding: 10px 0 20px 0;
   background: #d52d2d url("hmenu.gif") repeat-x top left;
   color: #fff6f9;
}

#hmenu a {
   color: #fff6f9;
   margin: 0px 3px 0px 8px;
   padding: 0 0px 0 9px;
   background-color: transparent;
   background-image: url("arrow.gif");
   background-repeat: no-repeat;
   background-position: center left;
   
}

#hmenu a:hover {
   color: #242424;   
   background-color: transparent;
}

I am wanting the forum to line up inbetween the nav bars width(centered)

http://www.poorpeoplesparty.org/headerfooter/header.php

thanks for any help!!!!

Shaun
« Last Edit: April 26, 2006, 11:51:06 PM by saneiros »

Offline saneiros

  • Semi-Newbie
  • *
  • Posts: 26
Re: Oxygen
« Reply #5 on: April 28, 2006, 02:01:16 AM »
I could really use some help here!!!

Please any ideas on how to fix these things?

Offline Bloc

  • SMF Friend
  • SMF Super Hero
  • *
  • Posts: 11,478
    • BHKblogg
Re: Oxygen
« Reply #6 on: April 28, 2006, 01:18:26 PM »
Its basically just html that you need to insert in the template.

As you have changed the theme that much I assume you know this already. Broken images - rightclick on it and find out what it is, then look in index.template and see where its at.
BHKblogg - SMF acting as blog/gallery

Offline saneiros

  • Semi-Newbie
  • *
  • Posts: 26
Re: Oxygen
« Reply #7 on: April 28, 2006, 03:30:29 PM »
I just dont know what image is controling the "gray" color that is around the body of my forum... I have looked, re-looked, and then looked again, and I cannot find the image that makes it do this

Please help me with this!!!

http://www.poorpeoplesparty.org/freespeech

Offline Bloc

  • SMF Friend
  • SMF Super Hero
  • *
  • Posts: 11,478
    • BHKblogg
Re: Oxygen
« Reply #8 on: April 29, 2006, 02:50:17 PM »
i can't see any gray area there - only red one.
BHKblogg - SMF acting as blog/gallery

Offline saneiros

  • Semi-Newbie
  • *
  • Posts: 26
Re: Oxygen
« Reply #9 on: April 29, 2006, 05:10:49 PM »
Sorry got it fixed  :D

Offline RSprinkel

  • Semi-Newbie
  • *
  • Posts: 35
Re: Oxygen
« Reply #10 on: September 05, 2006, 05:46:07 PM »
Hi all,

New here and am having some issues with the Oxygen theme.

I am running the current vers of the SMF forums and when I try and set the oxygen theme as default all is fine.

But when I go into the section to add some html code into the "Current Theme Settings area and post the code into the Top HTML Box and click save it just reverts back to the Normal Default theme.

The code I am trying to post is for another link bar pointing back to the site and other sections of the site.

THanks much in advance.

RSprinkel

Offline Bloc

  • SMF Friend
  • SMF Super Hero
  • *
  • Posts: 11,478
    • BHKblogg
Re: Oxygen
« Reply #11 on: September 05, 2006, 06:42:05 PM »
This sounds like an error you get from using a 1.0.8 version on a 1.1 forum - or vice versa. Sure you got the correct Oxygen version?
BHKblogg - SMF acting as blog/gallery

Offline Megado2

  • Newbie
  • *
  • Posts: 5
Re: Oxygen
« Reply #12 on: September 16, 2006, 11:12:22 AM »
RC3 versio coming up?

Offline Bloc

  • SMF Friend
  • SMF Super Hero
  • *
  • Posts: 11,478
    • BHKblogg
Re: Oxygen
« Reply #13 on: September 16, 2006, 06:21:07 PM »
Yes..give it some time though, i got 20++ themes to update. :)
BHKblogg - SMF acting as blog/gallery

Offline Bloc

  • SMF Friend
  • SMF Super Hero
  • *
  • Posts: 11,478
    • BHKblogg
Re: Oxygen
« Reply #14 on: October 04, 2006, 11:58:38 AM »
Updated to work with SMF 1.1 RC3.
BHKblogg - SMF acting as blog/gallery

Offline Forkmedia

  • Newbie
  • *
  • Posts: 7
Re: Oxygen
« Reply #15 on: October 13, 2006, 06:38:24 PM »
I'm a newbie here and I tried out this theme and really like it. But I haven't been able to figure out a way to access Private Messaging the way I can in the default theme, which uses a My Messages button.

Is there an easy way?

Offline Bloc

  • SMF Friend
  • SMF Super Hero
  • *
  • Posts: 11,478
    • BHKblogg
Re: Oxygen
« Reply #16 on: October 13, 2006, 06:54:25 PM »
Well, you already have that info under the avatar and user name. "You got x messages, x is new" is EXACTLY the same information. ;) And its linked the same way.
BHKblogg - SMF acting as blog/gallery

Offline Forkmedia

  • Newbie
  • *
  • Posts: 7
Re: Oxygen
« Reply #17 on: October 13, 2006, 07:37:34 PM »
I knew it had to be there -- just wasn't obvious to a literal guy like me.

Thanks for the quick reply.

Offline Diante

  • Semi-Newbie
  • *
  • Posts: 11
Re: Oxygen
« Reply #18 on: November 15, 2006, 09:23:13 PM »
Details: SMF 1.1 RC3 with Oxygen11rc3.
I am trying to get a link back to my home site from within this theme.  I have entered the URL in under theme settings, as well as created an HTML link in the available block.  Finally, I looked through the themes.template.php to find the linkable area with no luck.

Can you please narrow my search for the area I need to use to create this linked ring between my site and forums?

Many thanks.

FYI...Love the easy look and feel of Oxygen.

Offline angelo.pampalone

  • Newbie
  • *
  • Posts: 1
Re: Oxygen
« Reply #19 on: November 17, 2006, 09:55:47 AM »
Hi bloc, I like this theme and whant to traslate it to italian.
But before starting I like to know the name of the fonts that you used so I can traslate the buttons using the same font as your.

Then, afther that I've finished, if you are interessed I can send you the modified buttons and strings.

Cheers,
Angelo