1 (edited by faax 2009-08-11 13:17)

Topic: Huuuh almost done :)

www.cinemacity.ba/forum

Extensions used: Profile About Subscriptions Link, Active Topics List on Index, Admin add user, Antispam System, Default Avatar, Gender Profile tag, Improved online list, Latest posts on profile, Private Messaging, Pun Admin Manage Extensions Improved, PunBB Repository, Show links in new window, Show subscriptions, Subforums, Subscribe User and VideoTag.

Some major css changes (not fully done jet, i'm work on it)

And that's all...

Comments?

it's just me...

Re: Huuuh almost done :)

very nice job. and pretty popular too (i.e. active) it seems...

3

Re: Huuuh almost done :)

it's active 7 days and still it's BETA ... i'm workin'g on it smile

it's just me...

4 (edited by tbint 2009-08-12 22:11)

Re: Huuuh almost done :)

my your a css intense man. very nice.

5

Re: Huuuh almost done :)

Wow... you are really brilliant.. I'm starting to have an idea on what to do with mine.. big_smile

Re: Huuuh almost done :)

faax, very impressive, but how did you change the sticki note icon?

I went here
/* Status indicators
----------------------------------------------------------------*/
.brd .main-content .sticky .icon {
    border-color: #D7E5F3 #C3CFDC #9FB3C7 #90A2B4;
    }



and put in

.brd .main-content .sticky .icon {
background-image:url('/img/sticki.gif');
}

but it doesn't work.

7

Re: Huuuh almost done :)

very nice..  good work..

Re: Huuuh almost done :)

AMG wrote:

very nice..  good work..

Bravo!

9 (edited by faax 2009-09-23 20:16)

Re: Huuuh almost done :)

DNAImagery wrote:

faax, very impressive, but how did you change the sticki note icon?

I went here
/* Status indicators
----------------------------------------------------------------*/
.brd .main-content .sticky .icon {
    border-color: #D7E5F3 #C3CFDC #9FB3C7 #90A2B4;
    }



and put in

.brd .main-content .sticky .icon {
background-image:url('/img/sticki.gif');
}

but it doesn't work.

i define .icon in style.css

.brd .main-content .main-item .icon {
     border-width: 0;
     height: 16px;
     width: 16px;
    position: absolute;
    left: 15px;
    margin-top: 17px;
    display: block;
}

and than in style_cs.css

.brd .main-content .sticky .icon {
    background:url(sticki.gif) no-repeat;
    }

be carefull what you do... there is a lot of css changes...

petebaldwin wrote:
AMG wrote:

very nice..  good work..

Bravo!

tnx / hvala smile

it's just me...

Re: Huuuh almost done :)

One thing I've noticed is where it says:

Teme Odgovora Pregleda zadnji komentar

Everything below it on the same row is different. I don't know if it's suppose to be like that because I don't understand the language but just a heads up. Nice work by the way.

[img]http://img90.imageshack.us/img90/746/scripter8ko.png[/img]
http://openwings.co.cc

Re: Huuuh almost done :)

WoW!!!

Re: Huuuh almost done :)

Very impressive I must say. smile