Page 7 of 11

Re: PM Notify & Guest Register bar

Posted: 24 Aug 2010, 18:26
by Steve
Yes its not needed ;)

Re: PM Notify & Guest Register bar

Posted: 24 Aug 2010, 18:49
by DJ Danni
Now i have it on http://www.einkaspjall.net/index.php but it is not woorking for me :S

Re: PM Notify & Guest Register bar

Posted: 24 Aug 2010, 19:13
by Steve
goto admin control panel >> styles >> templates and refresh the template for supernova do the same for the theme, i see the css code in theme.

Re: PM Notify & Guest Register bar

Posted: 24 Aug 2010, 19:16
by DJ Danni
not it woork. But it show to small.
also it dose not show up right.

Re: PM Notify & Guest Register bar

Posted: 24 Aug 2010, 19:39
by Steve
This is your css code its not the same as the one in the 1st post.

Code: Select all

#info {
    overflow: visible;
    width: 100%;
    position: fixed;
    left: 0;
    z-index:2;
    margin-top: -12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 5px;
    font-weight: bold;
    background-color :#E5E5E5;
}

  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    float: left;
    width:100%;
    clear: both;
    color: #d50000;
    padding: .55em 0 .55em 0;
    border-bottom: .25em solid #2A7BBA;
    text-align: center;
    text-decoration: none;
    background-color :#E5E5E5;

  }

  #infobar a:hover
  {
    color: black;
    background:#F4F4F4;
    border-bottom: .25em solid #b22222;
    cursor: pointer;
  }
Replace it with this one and refresh the theme and see what happens.

Code: Select all

    #info {
        overflow: visible;
        width: 100%;
        position: fixed;
        left: 0;
        z-index:2;
        margin-top: -12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.5em;
        font-weight: bold;
        background-color :#E5E5E5;
    }

      #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
      {
        display: block;
        float: left;
        width:100%;
        clear: both;
        color: #d50000;
        padding: .55em 0 .55em 0;
        border-bottom: .25em solid #2A7BBA;
        text-align: center;
        text-decoration: none;
        background-color :#E5E5E5;

      }

      #infobar a:hover
      {
        color: black;
        background:#F4F4F4;
        border-bottom: .25em solid #b22222;
        cursor: pointer;
      }
Take out the special characters you have in the overall_header.html also
you can find theme here : http://www.nouilles.info/keyboard_shortcuts.html
use the html option for eg sjá would be sjá ;)

Re: PM Notify & Guest Register bar

Posted: 24 Aug 2010, 19:46
by DJ Danni
Woork. Forgoat to refresh the Theme also.
ty. You rock.

Re: PM Notify & Guest Register bar

Posted: 25 Aug 2010, 14:33
by Stoker
New version available. Download in first post.
Mod validated at phpBB.com

Re: PM Notify & Guest Register bar

Posted: 25 Aug 2010, 18:35
by DJ Danni
What is the difrend?

Re: PM Notify & Guest Register bar

Posted: 25 Aug 2010, 18:56
by Stoker
The new version is the version I use here.
You can still use the old version with no problem.

Re: PM Notify & Guest Register bar

Posted: 25 Aug 2010, 19:22
by sat_cse28
How to make changes for subsilver bases styles?.