Welcome, Guest. Please Login or Register.
March 29, 2024, 11:25:15 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Graphics and Templates  |  Need help Please! « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Need help Please!  (Read 5333 times)
Straw
Noobie
*
Posts: 5


Working to much!

WWW
Need help Please!
« on: November 28, 2003, 08:49:05 PM »
Reply with quote

 :o This is my new BB @ http://www.net-jam.net/yabbse/index.php

{Problem}
As you can see the borders that seperate the catagories, forums, stats etc.. are missing. Everything else on the BB is exactly the way I wanted it. Can someone please show me how to put the borders back?
Logged

I'd rather be golfing!
Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:Need help Please!
« Reply #1 on: November 28, 2003, 11:31:35 PM »
Reply with quote

Try restoring all the YaBB SE selectors to your style sheet and editing the declarations to suit your design!
« Last Edit: November 28, 2003, 11:32:15 PM by Peter Duggan » Logged

Straw
Noobie
*
Posts: 5


Working to much!

WWW
Re:Need help Please!
« Reply #2 on: December 19, 2003, 01:39:38 PM »
Reply with quote

Even though I somehow managed to get my boards working I'm not fluent in web design. As I learn about Yabbse I discovered  that I'm not exactly sure how to restore all the selectors or edit declarations.
Logged

I'd rather be golfing!
Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:Need help Please!
« Reply #3 on: December 19, 2003, 07:42:59 PM »
Reply with quote

OK, let's explain that in a bit more detail:

Style sheets are basically composed from selectors (such as .windowbg and .bordercolor) and declarations (such as font-size: 12px; and background-color: #6394bd;). The selectors specify what you're going to apply the styles to and the declarations specify what you're going to do to these things. Something you've done to one or the other has affected your borders. If I quote you the default YaBB SE style sheet (from template.php) here, perhaps you'll be able to compare it to yours and work it out, but please don't hesitate to come back to us if you need any more help.

Default YaBB SE style sheet:

 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

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  Need help Please! « 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.030 seconds with 19 queries.