HelpHelpSearchSearchMembersMembersCalendarCalendar
Welcome, Guest. Please login or register.

Login with username, password and session length
October 12, 2008, 04:16:31 AM
Please use the support forum for support issues instead of sending me pm's. Thanks.
I will not reply to support issues via pm.
« previous next »
Pages: 1 [2]   Go Down
0 Members and 1 Guest are viewing this topic. Topic Tools  
Read December 04, 2006, 03:16:08 PM #15
exit

Re: [THEME] SlickPro: Graphite

metalcore, the size of the post/board menu is bigger in the last version of this theme... why?

EDIT: can you provide the changed files to have the menus with corners and strite like in this theme?
« Last Edit: December 04, 2006, 03:20:15 PM by exit »
Offline  
Read December 09, 2006, 12:34:05 PM #16
m3talc0re

Re: [THEME] SlickPro: Graphite

Okay, I've fixed that problem and a CSS/Template file problem as well. So you can either download the theme again or follow this guide:

Okay, I've fixed a few bugs/problems and it's in the new zip for the theme on it's page in the themes site. If you've made changes and don't want to have to do them again, here's what I have changed:

index.template.php
Find:
Code:
echo '
<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>';

Replace With:
Code:
echo '
<div class="body-border">
<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>';

Find: (down above the </body> and ajax div)
Code:
echo '
</div></td></tr></table>';

Replace With:
Code:
echo '
</div>
</div></td></tr></table>';

Find:
Code:
echo '
<td class="', $direction == 'top' ? 'main' : 'mirror', 'tab_' , $context['right_to_left'] ? 'last' : 'first' , '">&nbsp;</td>
<td height="40" valign="middle" class="', $direction == 'top' ? 'main' : 'mirror', 'tab_back">', implode(' &nbsp;&nbsp; ', $button_strip) , '</td>
<td class="', $direction == 'top' ? 'main' : 'mirror', 'tab_' , $context['right_to_left'] ? 'first' : 'last' , '">&nbsp;</td>';
}

Replace With:
Code:
echo '
<td class="', $direction == 'top' ? 'main' : 'mirror', 'tab_' , $context['right_to_left'] ? 'last' : 'first' , '">&nbsp;</td>
<td valign="middle" class="', $direction == 'top' ? 'main' : 'mirror', 'tab_back">', implode(' &nbsp;&nbsp; ', $button_strip) , '</td>
<td class="', $direction == 'top' ? 'main' : 'mirror', 'tab_' , $context['right_to_left'] ? 'first' : 'last' , '">&nbsp;</td>';
}

style.css
Find:
Code:
/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #ffffff;
font-size: small;
font-family: verdana, sans-serif;
}

Replace With:
Code:
/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #000000;
font-size: small;
font-family: verdana, sans-serif;
}

Find:
Code:
/* These are the links in Pages [ 1 ], 2, 3, ... */
a.navPages:link, a.navPages:visited, a.navPages:active
{
color: #ffffff;
text-decoration: none;
}
a.navPages:hover
{
color: #ffffff;
text-decoration: underline;
}

Replace With:
Code:
/* These are the links in Pages [ 1 ], 2, 3, ... */
a.navPages:link, a.navPages:visited, a.navPages:active
{
color: #000000;
text-decoration: none;
}
a.navPages:hover
{
color: #000000;
text-decoration: underline;
}

Find:
Code:
.nav a:link, .nav a:visited, .nav a:active
{
color: #ffffff;
text-decoration: none;
}
.nav a:hover
{
color: #ffffff;
text-decoration: underline;
}

Replace With:
Code:
.nav a:link, .nav a:visited, .nav a:active
{
color: #000000;
text-decoration: none;
}
.nav a:hover
{
color: #000000;
text-decoration: underline;
}

Find:
Code:
/* This is the copyright links at the bottom of the page */
.copyright-links a:link, .copyright-links a:visited, .copyright-links a:active
{
color: #ffffff;
text-decoration: none;
}
.copyright-links a:hover
{
color: #ffffff;
text-decoration: underline;
}

Replace With:
Code:
/* This is the copyright links at the bottom of the page */
.copyright-links a:link, .copyright-links a:visited, .copyright-links a:active
{
color: #000000;
text-decoration: none;
}
.copyright-links a:hover
{
color: #000000;
text-decoration: underline;
}

Find:
Code:
/* This is the titles for the columns on the board index */
.column-title
{
 text-align: center;
 vertical-align: middle;
 background: #efefef url("images/coltitle_bg.gif") bottom left repeat-x;
 font-weight: bold;
 color: #000000;
 font-size: 80%;
}

Add this after:
Code:
/* This is the border around the entire forum. */
.body-border
{
background-color: #ffffff;
border: 1px solid #000000;
padding: 6px 6px 0 6px;
}

Save these two images and replace your own with these:

and


I think that's it...


The real hell is your life gone wrong.
Offline  
Read December 02, 2007, 09:06:21 AM #17
hclloveh

Re: [THEME] SlickPro: Graphite

Not bad theme for SMF. But my forum have error if use this theme. This theme done with SMF 1.1.4 ?
Offline  
Pages: 1 [2]   Go Up
Jump to:  

Theme by Webtechnica.net
MySQL PHP Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC XHTML 1.0 CSS