News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

newby' questions

Started by willemien, September 15, 2008, 12:34:07 PM

Previous topic - Next topic

willemien

Hello i am new to SMF

and want lots of i hope not to special things.

and have version SMF version 1.1.6 (read somewhere you have to tell that)

would like to have the following

For some boards only (so i guess i have to have this as a seperate theme)

in Posted posts: (so after you press post)
  a white background
  a forced monospace type font
  no smileys  (some text like 8 ) becomes an unwanted smiley 8)
  (if no other way all bbc can be disabled)

Also i want on the page a "close window " and a "minimise window" button
(I know there are those buttons in windows itself but i would like to have them for these boards also on the page itself.
(the pages in these special boards are popup pages that popup by links in posts on other (normal) boards

Hope this is all possible.

Managed to reform the input area to a monospace font by

changing in the Css file textarea to:

textarea
{
   font-size: 100%;
   color: #000000;
   font-family: monospace;
}

noticed that even in the post you can use while it is not really a font...
(But i would like to have it as default)

Thanks in advance.

More a feature
is it posible to cascade style sheets

so that the style sheet of Theme A
inhereteds all unmentioned styles from Theme B
(A is a child of B) 

so that if i change something in style B
it changes also in style A (except if it is mentioned in the stylesheet  of A)

(without having to do all kinds of things that can go wrong)





karlbenson

this would probably be better in coding discussion forums.

SMF uses css.  the default stuff can be changed in Themes/default/style.css

Look at adding your font-family to
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
   width: 100%;
   overflow: auto;
   line-height: 1.3em;
}

Advertisement: