[theme] Juno (SMF v1.0.5 - 1.1RC2)

Started by bloc, October 27, 2004, 08:31:31 PM

Previous topic - Next topic

bloc


A.M.A

yet another great theme Bloc .. well done.
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

klumy


codenaught

Dev Consultant
Former SMF Doc Coordinator

Benny Elgazar


Falck_11

get midgaard back !
www.eggheads.gen.tr

~Tyris~

personally not my taste... oh well :P
0.0

Jazhawk

Man, this theme is quite creative and quite cool.  Big ups on this theme.

-Jazhawk

treo

will an update for rc2 and a german version be soon avialable?

bloc


Alisha


bloc


Alisha

hmmm OK! Cool... BTW, I believe I read something about you not wanting to give out button information to make our own buttons? Although you would make them for us?  Where do I need to post that request ?  I am needing some... I believe I am going to switch to your Helious Green for RC2 :)

Thanks

bloc

:) I use a small button-generator for my buttons, so just post requests in the themes threads in here, and I will make them for you.

I am planning to put that generator up on my website, but haven't got the time to do it yet. It needs some tweaking too...

Glad you like the Helios Green. :) A bit more "plastic-like" than Helios.

bloc

Updated the theme to work in RC2. Also added several language-sets.

See first post for details.

mexie

Hi Bloc - I've just put up my first SMF board and was looking for a really clean theme and I'm mightyly impressed with Juno. Great work.
Just a couple of questions - a few of my members are getting on in years and their eyesight isnt as good as it could be and they have asked if its possible to tweak the theme to make the text in quote and code boxes a little larger and also to use a clear background rather than the purplish one in the boxes.

Is this something you could help/advise on as I'm still very much a newbie on this one?

Second question is the subject of intergrating Flash Chat into the theme -  I've recently successfully integrated the flaschat button into the SMF default theme and it works fine - Id like to do the same into Juno but if I follow the flasgchat help file the button destroys the navigation bar and table layout. Do you know how I could just integrate the icon into, for example - the top left corner of the header of the header of the page  so it doesnt interfere with anything?

Hope I havent asked too much - any help will be most welcome
and thanks again for some great themes
/Mexie

bloc

I am glad you like it - this theme is a bit esoteric really. :)

Now, for changing the quote and code boxes you have to look in the file named style.css. In there you will find these things:

/* A quote, perhaps from another post. */
.quote
{
        color: #000000;
        background-color: #C3B8D0;
        border: 1px solid #000000;
        margin: 1px;
        padding: 1px;
        font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
        color: #000000;
        background-color: #cccccc;
        border: 1px solid #000000;
        padding: 1px;
        font-family: "courier new", helvetica, "times new roman", serif;
        font-size: x-small;
        width: 99%;
        margin: 1px auto 1px auto;
        #ffffff-space: nowrap;
        overflow: auto;
}


And instead replace that with this:

/* A quote, perhaps from another post. */
.quote
{
        color: #000000;
        background-color: #fff5ff;
        border: 1px solid #000000;
        margin: 1px;
        padding: 1px;
}

/* A code block - maybe even PHP ;). */
.code
{
        color: #000000;
        background-color: #e0e0e0;
        border: 1px solid #000000;
        padding: 1px;
        font-family: "courier new", helvetica, "times new roman", serif;
        width: 99%;
        margin: 1px auto 1px auto;
        #ffffff-space: nowrap;
        overflow: auto;
}


That should make it bigger and lighter in background.

As for your second question I can make a extra button for you and insert the code, but I need to have a copy of you index.template.php file to make them. You can send them to my email-adress in my profile.

mexie

Hi Bloc - sorry for the late reply - I was away a few days

firstly thanks for the css  tips - I've made the changes and learnt some new stuff on the way and the board members are now happy  ;)

ref the index.template file - I'll email you that today

really appreciate your help on this

/mexie

Midgard


bloc

Updated to work with SMF v1.0 or v1.0.1. Just use the same archives in first post.

Advertisement: