• Advertisement
Online Users

In total there are 9 users online :: 1 registered, 0 hidden and 8 guests

Most users ever online was 49 on Sun Oct 28, 2012 4:08 am

Registered users: Google [Bot] based on users active over the past 5 minutes

Last Online
In order to view the online list you have to be registered and logged in.



We are a free and open
community, all are welcome.

Click here to Register

[ SOLVED ] bl@ck style Kiss center logo

Talk about all the styles posted in the downloads forums.

Re: bl@ck style Kiss center logo

PostAuthor: Prosk8er » Thu Sep 13, 2012 3:07 pm

in ftp go to styles/black/theme/borders.css
download it open with a text editor such as notepad++
find:
Code: Select all
.outside {
margin:0 auto;
max-width:1360px;
min-width:1000px;
width:90%;

in line find:
Code: Select all
width:90%;

replace with:
Code: Select all
width:1008px;

refresh the theme for black in the acp
and it will look like this
leedsparanormalinvestigators.co.uk - 2012-09-13 - 16h-03m-36s.png (252 KiB) Viewed 1214 times
Image
Image
User avatar
Prosk8er
Site Owner
Site Owner
 
Posts: 377
Joined: Sun Aug 26, 2012 11:15 pm
Location: Rochester, Ny
    Windows 7 Internet Explorer 9

Re: bl@ck style Kiss center logo

PostAuthor: sp0k » Thu Sep 13, 2012 3:47 pm

a+
"When I die, my biggest fear is that my wife sells all my toys for what I TOLD HER I paid for them"
User avatar
sp0k
Specialist
Specialist
 
Posts: 92
Joined: Sat Sep 01, 2012 9:24 pm
Location: las vegas nv
    Windows XP Opera

Re: bl@ck style Kiss center logo

PostAuthor: Trollminer » Thu Sep 13, 2012 5:18 pm

dident seem to work i cleared cahce 5 times also browser cach and nothing

Trollminer
Private First Class
Private First Class
 
Posts: 40
Joined: Wed Sep 12, 2012 9:23 am
    Windows 7 Chrome

Re: bl@ck style Kiss center logo

PostAuthor: Prosk8er » Thu Sep 13, 2012 5:24 pm

did you refresh the theme in the acp
admin control panel/styles tab/themes link from left menu/ click refresh for black
or try http://leedsparanormalinvestigators.co. ... efresh.php when logged in as admin
Image
Image
User avatar
Prosk8er
Site Owner
Site Owner
 
Posts: 377
Joined: Sun Aug 26, 2012 11:15 pm
Location: Rochester, Ny
    Windows 7 Internet Explorer 9

Re: bl@ck style Kiss center logo

PostAuthor: Trollminer » Thu Sep 13, 2012 5:28 pm

Ah dident know that was there =) how about closeing the gap between the logo and the "inside" fileds (blocks)

Trollminer
Private First Class
Private First Class
 
Posts: 40
Joined: Wed Sep 12, 2012 9:23 am
    Windows 7 Chrome

Re: bl@ck style Kiss center logo

PostAuthor: Prosk8er » Thu Sep 13, 2012 5:30 pm

you have a <br> after the logo code in the overall_header.html
Image
Image
User avatar
Prosk8er
Site Owner
Site Owner
 
Posts: 377
Joined: Sun Aug 26, 2012 11:15 pm
Location: Rochester, Ny
    Windows 7 Internet Explorer 9

Re: bl@ck style Kiss center logo

PostAuthor: Trollminer » Thu Sep 13, 2012 5:33 pm

Code: Select all
<div class="outside">
   <div class="headerbar">
      <div class="inner"><span class="corners-top"><span></span></span>

         <div id="site-description">
            <!-- IF STARGATE -->
               <a href="{U_PORTAL}" title="{L_PORTAL}" id="logo">{SITE_LOGO_IMG}</a>
            <!-- ELSE -->
               <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
            <!-- ENDIF -->
                        <p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
         </div>

is the image part in the overall_header file there is no <br> i reuploaded the theme so it was back to default to make it more "stable"

Trollminer
Private First Class
Private First Class
 
Posts: 40
Joined: Wed Sep 12, 2012 9:23 am
    Windows 7 Chrome

Re: bl@ck style Kiss center logo

PostAuthor: Prosk8er » Thu Sep 13, 2012 6:02 pm

try this
find:
Code: Select all
   <div class="headerbar">
      <div class="inner"><span class="corners-top"><span></span></span>

         <div id="site-description">
            <!-- IF STARGATE -->
               <a href="{U_PORTAL}" title="{L_PORTAL}" id="logo">{SITE_LOGO_IMG}</a>
            <!-- ELSE -->
               <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
            <!-- ENDIF -->
                        <p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
         </div>

      
      <span class="corners-bottom"><span></span></span></div>
   </div>

replace with:
Code: Select all
   <div class="headerbar">
      <div class="inner">

         <div id="site-description">
            <!-- IF STARGATE -->
               <a href="{U_PORTAL}" title="{L_PORTAL}" id="logo">{SITE_LOGO_IMG}</a>
            <!-- ELSE -->
               <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
            <!-- ENDIF -->
                        <p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
         </div>

      
      </div>
   </div>

let me know if that does anything
Image
Image
User avatar
Prosk8er
Site Owner
Site Owner
 
Posts: 377
Joined: Sun Aug 26, 2012 11:15 pm
Location: Rochester, Ny
    Windows 7 Internet Explorer 9

Re: bl@ck style Kiss center logo

PostAuthor: Trollminer » Thu Sep 13, 2012 6:09 pm

No diffrence at all

Trollminer
Private First Class
Private First Class
 
Posts: 40
Joined: Wed Sep 12, 2012 9:23 am
    Windows 7 Chrome

Re: bl@ck style Kiss center logo

PostAuthor: Prosk8er » Thu Sep 13, 2012 6:20 pm

try
Code: Select all
   <div class="headerbar">

         <div id="site-description">
            <!-- IF STARGATE -->
               <a href="{U_PORTAL}" title="{L_PORTAL}" id="logo">{SITE_LOGO_IMG}</a>
            <!-- ELSE -->
               <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
            <!-- ENDIF -->
                        <p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
         </div>


   </div>
Image
Image
User avatar
Prosk8er
Site Owner
Site Owner
 
Posts: 377
Joined: Sun Aug 26, 2012 11:15 pm
Location: Rochester, Ny
    Windows 7 Internet Explorer 9

PreviousNext

Return to Styles Discussion

Who is online

Registered users: Google [Bot]

cron