1

Topic: Timestamp Size

This is a stupid question, and im sure im looking straight at in the .css but ive been looking for it for a few minutes and i cant find it for the life of me. Anyways, can anyone tell me where in the .css i can change the size of the timestamp located at the top of posts? Its a tad bit to big on my site and i want to decrease its size.


Thanks

Ennis
Website: ThisIsEnnis.com | Email: ThisIsEnnis
[img]http://www.thisisennis.com/wp-images/sig.jpg[/img]

2

Re: Timestamp Size

Install webdevloper extension in Firefox, and use CSS->View Style Information (ctrl + shift + y), hovering over element show all the css rules that are applied to the particular element. Clicking on it extract all CSS rules that are acctually used in the forums CSS.

Handy little extension smile

http://www.info-mob.com/forum/ - Croatian forum only, don't bother if you don't speak Croatian :)

3

Re: Timestamp Size

gog wrote:

Install webdevloper extension in Firefox, and use CSS->View Style Information (ctrl + shift + y), hovering over element show all the css rules that are applied to the particular element. Clicking on it extract all CSS rules that are acctually used in the forums CSS.

Handy little extension smile

Im sure there is a easier way then this. One of the developers should know this question fairly quickly i would think. Forgive me if im mistaken. I'd prefer not to install any extensions, i have heard that some tend to screw up your profile, leak more memory etc.

Thanks for your reply though

Ennis
Website: ThisIsEnnis.com | Email: ThisIsEnnis
[img]http://www.thisisennis.com/wp-images/sig.jpg[/img]

4

Re: Timestamp Size

In Oxygen.css:

/* 2.3 Font size for headers */

.pun H2, .pun H4 {FONT-SIZE: 1em}
.pun H3 {FONT-SIZE: 1.1em}
#brdtitle H1 {FONT-SIZE: 1.4em}

The timestamp is an H2.

As for Web Developer, it's the best thing since sliced bread and it doesn't leak memory. I'm also skeptical about extensions and only install what I really need.

Re: Timestamp Size

hcgtv wrote:

As for Web Developer, it's the best thing since sliced bread and it doesn't leak memory. I'm also skeptical about extensions and only install what I really need.

Very much agreed. Several of its features are invaluable.

As for extensions in general, when you have 60+ extensions like I did at one point in time things can get messy. However 20 or less extensions usually don't cause a problem (I've got 13 installed at the moment).

Looking for a certain modification for your forum? Please take a look here before posting.

6

Re: Timestamp Size

Ennis wrote:

Im sure there is a easier way then this. One of the developers should know this question fairly quickly i would think. Forgive me if im mistaken. I'd prefer not to install any extensions, i have heard that some tend to screw up your profile, leak more memory etc.

Ofcourse there is an easies way, it is allways easier to ask rather then doing something yourself smile

We don't want to bother developers with things like this, they should be doing more important things tongue

As for the others -> http://punbb.org/forums/viewtopic.php?pid=71962#p71962

http://www.info-mob.com/forum/ - Croatian forum only, don't bother if you don't speak Croatian :)

7 (edited by Ennis 2006-06-29 18:16)

Re: Timestamp Size

gog wrote:
Ennis wrote:

Im sure there is a easier way then this. One of the developers should know this question fairly quickly i would think. Forgive me if im mistaken. I'd prefer not to install any extensions, i have heard that some tend to screw up your profile, leak more memory etc.

Ofcourse there is an easies way, it is allways easier to ask rather then doing something yourself smile

We don't want to bother developers with things like this, they should be doing more important things tongue

As for the others -> http://punbb.org/forums/viewtopic.php?pid=71962#p71962

Dude, if you read my original post, i stated that i searched for this for a period of time. I am a programmer, and i know that looking for something or programming your head gets a little cloudy sometimes and you just cant solve or find the solution to the right problem quickly.

Furthermore, I didn't ask a developer directly, constantly pm'ing them over this issue. I simple said there had to be a simplier solution to this then installing unneeded firefox extensions. A developer would be the best person to answer the question as they developed this software and have worked with it, or someone else who was use to working with the punbb forums. I recently just install the forums myself, so i am still getting use to the way everything is laid out.

thanks hcgtv for your reply. However, when i change the value of the H2, it decreases the size of the announcement header while the timestamp stays the same

Ennis
Website: ThisIsEnnis.com | Email: ThisIsEnnis
[img]http://www.thisisennis.com/wp-images/sig.jpg[/img]

8

Re: Timestamp Size

NHF...

http://www.info-mob.com/forum/ - Croatian forum only, don't bother if you don't speak Croatian :)

Re: Timestamp Size

Ennis wrote:

thanks hcgtv for your reply. However, when i change the value of the H2, it decreases the size of the announcement header while the timestamp stays the same

Do you simply want to change the text size?

Looking for a certain modification for your forum? Please take a look here before posting.

10

Re: Timestamp Size

pogenwurst wrote:
Ennis wrote:

thanks hcgtv for your reply. However, when i change the value of the H2, it decreases the size of the announcement header while the timestamp stays the same

Do you simply want to change the text size?

yes please

Ennis
Website: ThisIsEnnis.com | Email: ThisIsEnnis
[img]http://www.thisisennis.com/wp-images/sig.jpg[/img]

Re: Timestamp Size

Hopefully this will work out:

DIV.blockpost H2 SPAN A {FONT-SIZE: whatever}

Do you want the number on the right shrunk as well?

Looking for a certain modification for your forum? Please take a look here before posting.

12 (edited by Ennis 2006-06-30 05:05)

Re: Timestamp Size

pogenwurst wrote:

Hopefully this will work out:

DIV.blockpost H2 SPAN A {FONT-SIZE: whatever}

Do you want the number on the right shrunk as well?

The number on the right is perfectly fine for now and thank you very much. This worked perfectly. Appreciate your help.

Ennis
Website: ThisIsEnnis.com | Email: ThisIsEnnis
[img]http://www.thisisennis.com/wp-images/sig.jpg[/img]