Welcome, Guest. Please Login or Register.
September 28, 2024, 09:32:44 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Graphics and Templates  |  What style and font size does YabbSe have? « previous next »
Pages: 1 [2] Reply Ignore Print
Author Topic: What style and font size does YabbSe have?  (Read 3320 times)
Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:What style and font size does YabbSe have?
« Reply #15 on: March 24, 2003, 11:25:08 PM »
Reply with quote

Search your CSS for .windowbg and .windowbg2...

These are what control the post text size! :)
Logged

Austin
Full Member
***
Posts: 164


llamajama!

Re:What style and font size does YabbSe have?
« Reply #16 on: April 03, 2003, 11:24:49 PM »
Reply with quote

Hi, I am having trouble with this... this is in my styles.css

QuoteA:link {

   COLOR: #005177; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none

}

A:visited {

   COLOR: #005177; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none

}

A:hover {

   COLOR: #cc3333; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none

}

.nav {

   COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none

}

.nav:link {

   COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none

}

.nav:visited {

   COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none

}

.nav:hover {

   FONT-WEIGHT: bold; COLOR: #cc3333; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline

}

BODY {

   FONT-SIZE: 8pt; FONT-FAMILY: Verdana, arial, helvetica, serif

}

TABLE {

   empty-cells: show

}

TD {

   FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana, arial, helvetica, serif

}

INPUT {

   FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana,arial, helvetica, serif; BACKGROUND-COLOR: #afc6db

}

TEXTAREA {

   FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana,arial, helvetica, serif; BACKGROUND-COLOR: #afc6db

}

SELECT {

   FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana,arial, helvetica, serif; BACKGROUND-COLOR: #afc6db

}

.windowbg {

   FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #afc6db

}

.windowbg2 {

   FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #f8f8f8

}

.windowbg3 {

   FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #6394bd

}

.hr {

   COLOR: #6394bd; BACKGROUND-COLOR: transparent

}

.titlebg {

   COLOR: #ffffff; BACKGROUND-COLOR: #6e94b7

}

.text1 {

   FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #ffffff; FONT-STYLE: normal; BACKGROUND-COLOR: transparent

}

.catbg {

   FONT-WEIGHT: bold; FONT-SIZE: 8pt; BACKGROUND-IMAGE: url('YaBBImages/catbg.jpg'); COLOR: #000000

}

.bordercolor {

   FONT-SIZE: 8pt; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #6394bd

}

.quote {

   FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Arial, verdana, helvetica, serif; BACKGROUND-COLOR: #dee7ef

}

.code {

   FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Courier New, helvetica, Times New Roman, serif; BACKGROUND-COLOR: #cccccc

}

.help {

   CURSOR: help; BACKGROUND-COLOR: transparent

}

.meaction {

   COLOR: red; BACKGROUND-COLOR: transparent

}

.editor {

   width : 100%

}

/* Start cool table border style */

.border-1a {

   background-image: url('http://www.leafsforever.ca/community/YaBBImages/border-1a.gif');

   width: 33px; height: 36px;

}

.border-1b {

   background-image: url('http://www.leafsforever.ca/community/YaBBImages/border-1b.gif');

   height: 36px;

}

.border-1c {

   background-image: url('http://www.leafsforever.ca/community/YaBBImages/border-1c.gif');

   width: 35px; height: 36px;

}

.border-2a {

   background-image: url('http://www.leafsforever.ca/community/YaBBImages/border-2a.gif');

   width: 33px;

}

.border-2c {

   background-image: url('http://www.leafsforever.ca/community/YaBBImages/border-2c.gif');

   width: 35px;

}

.border-3a {

   background-image: url('http://www.leafsforever.ca/community/YaBBImages/border-3a.gif');

   width: 33px; height: 34px;

}

.border-3b {

   background-image: url('http://www.leafsforever.ca/community/YaBBImages/border-3b.gif');

   height: 34px;

}

.border-3c {

   background-image: url('http://www.leafsforever.ca/community/YaBBImages/border-3c.gif');

   width: 35px; height: 34px;

}

.border-4a {

   background-image: url('http://www.leafsforever.ca/community/YaBBImages/border-4a.gif');

   width: 33px; height: 51px;

}

.border-4b {

   background-image: url('http://www.leafsforever.ca/community/YaBBImages/border-4b.gif');

   height: 51px;

}

.border-4c {

   background-image: url('http://www.leafsforever.ca/community/YaBBImages/border-4c.gif');

   width: 35px; height: 51px;

}

.bordertitle {

   margin-top: 5px;

}

/* End cool table border style */

I tried changin them to 12 but nothing was changed when looking at the forum.  Could you perhaps alter the font sizes to match this YabbSe baord exactly?  Or atleast tell me?  Sorry for my troubles!

MAIN THINGS I WANT CHANGED

I want the font a smaller size for the topics

IWhen reading posts, the font size is tiny.  I want the size like the one on this board.

MY BOARDS

www.leafsforever.ca/community/index.php

Thanks,
Austin
« Last Edit: April 03, 2003, 11:37:57 PM by Austin » Logged

Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:What style and font size does YabbSe have?
« Reply #17 on: April 04, 2003, 03:36:40 PM »
Reply with quote

Here are the default YaBB SE styles so you can compare the font sizes (note that some are specified in points and some in pixels) to your own:

 a:link
 {
   color: #005177;
   background-color: transparent;
   text-decoration: none;
 }
 a:visited
 {
   color: #005177;
   background-color: transparent;
   text-decoration: none;
 }
 a:hover
 {
   color: #cc3333;
   background-color: transparent;
   text-decoration: none;
 }
 .nav
 {
   color: #000000;
   background-color: transparent;
   text-decoration: none;
 }
 .nav:link
 {
   color: #000000;
   background-color: transparent;
   text-decoration: none;
 }
 .nav:visited
 {
   color: #000000;
   background-color: transparent;
   text-decoration: none;
 }
 .nav:hover
 {
   font-weight: bold;
   color: #cc3333;
   background-color: transparent;
   text-decoration: underline;
 }
 body
 {
   font-size: 12px;
   font-family: verdana, arial, helvetica, serif;
 }
 table
 {
   empty-cells: show;
 }
 td
 {
   font-size: 12px;
   color: #000000;
   font-family: verdana, arial, helvetica, serif;
 }
 input
 {
   font-size: 9pt;
   color: #000000;
   font-family: verdana,arial, helvetica, serif;
   background-color: #afc6db;
 }
 textarea
 {
   font-size: 9pt;
   color: #000000;
   font-family: verdana,arial, helvetica, serif;
   background-color: #afc6db;
 }
 select
 {
   font-size: 7pt;
   color: #000000;
   font-family: verdana,arial, helvetica, serif;
   background-color: #afc6db;
 }
 .windowbg
 {
   font-size: 12px;
   color: #000000;
   font-family: verdana, arial, helvetica, serif;
   background-color: #afc6db;
 }
 .windowbg2
 {
   font-size: 12px;
   color: #000000;
   font-family: verdana, arial, helvetica, serif;
   background-color: #f8f8f8;
 }
 .windowbg3
 {
   font-size: 12px;
   color: #000000;
   font-family: verdana, arial, helvetica, serif;
   background-color: #6394bd;
 }
 hr
 {
   color: #6394bd;
   background-color: transparent;
 }
 .titlebg
 {
   color: #ffffff;
   background-color: #6e94b7;
 }
 .text1
 {
   font-weight: bold;
   font-size: 12px;
   color: #ffffff;
   font-style: normal;
   background-color: transparent;
 }
 .catbg
 {
   font-weight: bold;
   font-size: 13px;
   background-image: url(YaBBImages/catbg.jpg);
   color: #000000;
 }
 .bordercolor
 {
   font-size: 12px;
   font-family: verdana, arial, helvetica, serif;
   background-color: #6394bd;
 }
 .quote
 {
   font-size: 10px;
   color: #000000;
   font-family: arial, verdana, helvetica, serif;
   background-color: #dee7ef;
 }
 .code
 {
   font-size: 10px;
   color: #000000;
   font-family: courier new, helvetica, times new roman, serif;
   background-color: #cccccc;
 }
 .help
 {
   cursor: help;
   background-color: transparent;
 }
 .meaction
 {
   color: red;
   background-color: transparent;
 }
 .editor
 {
   width : 100%;
 }
Logged

Austin
Full Member
***
Posts: 164


llamajama!

Re:What style and font size does YabbSe have?
« Reply #18 on: April 04, 2003, 04:43:31 PM »
Reply with quote

Hmmm thanks, but it still doesn't change... have a look.

http://www.leafsforever.ca/community/index.php?board=1;action=display;threadid=1574

Look at the font size in the posts... its so tiny

I want the font size in the posts to be the font size that you are reading right now...  :-\
Logged

Austin
Full Member
***
Posts: 164


llamajama!

Re:What style and font size does YabbSe have?
« Reply #19 on: April 04, 2003, 04:57:50 PM »
Reply with quote

Nevermind...all of a sudden 10 minutes later it started working!

What would I alter to get the post titles

( http://www.leafsforever.ca/community/index.php?board=1 ) smaller?  ???
Logged

Pages: 1 [2] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  What style and font size does YabbSe have? « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.058 seconds with 21 queries.