|
|
crayz |
| October 22, 2006, 10:14pm |
|
E-Blah Member  
Posts: 16
Posts Per Day: 0.02
Time Online: 1 hours 1 minutes
|
Hello, I am setting up a forum for a game called Warcraft III, heres the link: http://www.wc3s.comAnd I must say, the ability to customize eblah is the best i'v seen yet, and by far the best forum i'v used yet. As you can see, i'v changed the way stats look at the bottom of the index, and in MessageIndex.pl you can see minor changes, such as removing the Author table and putting the authors username under the topic title, and where the forum description is, I added the name of the forum. Thanks, eblah  P.S.: I am happy I got new hosting that allows cgi |
|
|
|
|
|
Craig |
| October 23, 2006, 11:13am |
|
|
Posts: 3,619
Gender:  Male
Posts Per Day: 2.13
Reputation: 97.73%
Reputation Score: +215 / -5
Time Online: 14 days 15 hours 11 minutes
Location: Germany
Age: 38
|
Great job! I am gald we got you past the whole sub-forum problem  . I think you might want to customize your Home : Calendar : Search...etc buttons to match your forum a bit better though. Also, your default template still doesn't have all the correct css code. Can you post your template.css file in a code box here please. -Craig |
| Don't just ask a question. Instead ask a question, give us a screen shot and post a link to your forum. Help us help you make your forum better!If I helped...increase my Reputation by clicking here. |
|
|
|
|
|
Justin |
| October 23, 2006, 11:56am |
|
|
Posts: 15,070
Gender:  Male
Posts Per Day: 6.56
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 23 hours 14 minutes
Location: Tallassee, AL
Age: 22
|
|
|
|
|
|
crayz |
|
E-Blah Member  
Posts: 16
Posts Per Day: 0.02
Time Online: 1 hours 1 minutes
|
Hmm, I still don't see what I am missing 
|
Code
.titlebgtop {
height:47px;
background-color: #71A7E8;
font-family: verdana, sans-serif;
font-size: 8pt;
color: #ffffff;
font-weight: bold;
background-image: url('buttons/titlebg.jpg');
background-repeat: repeat-x;
}
/* Basics */
body {
font-family: tahoma, verdana, sans-serif;
font-size: 8pt;
BACKGROUND-COLOR : #CDD1D8;
}
table, td { font-family: tahoma, verdana, sans-serif; font-size: 8pt; color: #1D1F22; }
.titlebg {
height:28px;
background-color: #71A7E8;
font-family: tahoma, verdana, sans-serif;
font-size: 8pt;
color: #ffffff;
font-weight: bold;
background-image: url('buttons/titlebg.gif');
background-repeat: repeat-x;
}
.titlebgtext { color: #ffffff; font-weight: bold; }
.catbg {
background-color: #B3CAE9;
font-family: tahoma, verdana, sans-serif;
font-size: 8pt;
color: #3A4F6C;
font-weight: bold;
background-image: url('buttons/catbg.gif');
background-repeat: repeat-x;
}
.catbgtext { color: #3A4F6C; font-weight: bold; }
.win { background-color: #E7E9EF; }
.win2 { background-color: #E7E9EF; }
.win3 { background-color: #DBDEE8; }
.hr { background-color: #8A8D96; }
.border { border:1px #000040 solid; background-color: #8A8D96; }
.smalltext { font-weight: normal; font-size: 8pt; }
.redrep {color: red; font-weight: bold; }
.grayrep { color: gray; font-weight: bold; }
.greenrep { color: green; font-weight: bold; }
.onlinebots { color: gray; }
.postbody { line-height: 130%; }
.messagetitle { line-height: 200%; }
.pollcolor { background-color: #C1C1C1; color: #000000; }
.pollborder { background-color: #000000; }
a, a:link, a:active, a:visited { text-decoration:none; color:#000080; font-family: tahoma, verdana, sans-serif; }
a:hover { text-decoration: underline; font-family: tahoma, verdana, sans-serif; }
.upload, .textinput,.button, textarea, select {
color: #000000;
background-color: #C7CBD1;
font-family: tahoma, verdana, sans-serif;
font-size : 8pt;
border: 1px #8A8D96 solid;
padding:2px;
}
input.button { border: 1px black solid; }
.largetext_block { font-size : 13px; }
.largetext_main { font-size : 17px; } |
|
|
|
|
|
|
|
Martin |
|
|
Posts: 4,558
Gender:  Male
Posts Per Day: 3.16
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 17 minutes
Location: UK
Age: 50
|
The centering is wrong as you are using a pre-version 10 theme. You need to add this to your template.css and admintemplate.css
|
Code
body {
background-color: #F1F1F1;
position : absolute;
margin : 5px;
text-align : center;
}
table {
margin-left : auto;
margin-right: auto;
}
/*
Centering help:
http://www.maxdesign.com.au/presentation/center/
*/
td {
text-align: left;
}
img {
border: 0px;
}
#postbar img {
margin: 1px;
}
#postbar a:hover img {
margin: 0px;
border: 1px solid #000;
background: #90A9C5;
}
/* Mini-profile:
Fancy --> title and value
Plain --> On one line
*/
.fancyprofilet, .fancyprofilev, .plainprofile {
padding: 5px;
}
.avatarprofile {
margin: 10px;
line-height: 2.3;
}
.milastaction {
margin-bottom: 3px;
}
.bilastaction {
line-height: 1.8;
}
/* Date Color */
.bidate, .midate {
color: #727272;
}
/* Board Index Description */
.bidesc {
font-weight: normal;
font-size : 10px;
line-height: 1.5;
color : #444 !important;
}
.loading {
background-image : url('/blahdocs/images/loading.gif');
background-repeat: no-repeat;
width : 222px;
height : 19px
}
.right {
text-align: right !important;
}
.center {
text-align: center !important;
}
.justify {
text-align: justify !important;
}
.vtop {
vertical-align: top !important;
}
.innertable {
margin: 0px !important;
}
.leftimg {
float : left;
padding-right: 5px;
}
.rightimg {
float : right;
padding-left: 5px;
}
.centerimg {
vertical-align: middle;
}
.boardsearch {
background : url('/blahdocs/images/search.png') no-repeat 3px 4px;
padding-left : 19px;
padding-top : 5px;
padding-bottom: 5px;
width : 90%
}
/* If user has a color, specify the options for that user name to appear here */
.usercolors {
font-weight: bold;
}
|
|
|
| Martin's Reputation: Increase |
|
|
|
|
|
crayz |
|
E-Blah Member  
Posts: 16
Posts Per Day: 0.02
Time Online: 1 hours 1 minutes
|
Ohh, I see now. Thanks  |
|
|
|
|
|
pcmantinker |
|
|
Posts: 401
Gender:  Male
Posts Per Day: 0.52
Reputation: 100.00%
Reputation Score: +9 / -0
Time Online: 3 days 28 minutes
Location: Covington, LA
Age: 18
|
Very nice boards. Nice custom theme and layout. Keep it up. |
|  Even if your idea seems whack, stick with it and make it happen. IGA: International Gamers' Alliance: http://www.iga-home.net/Blah-Themes.com http://www.blah-themes.com/ A website devoted to theme development for E-Blah based forums. For it is by grace you have been saved, through faith—and this not from yourselves, it is the gift of God—[Eph 2:8] |
|
|
|
|
|
|