Jesska Jounes replied

49 weeks ago

Hello All,

New to styling this system.

Can anyone post the default template for the look and feel please?

Also i have no styles in global styles as none appearing? Would be nice to see the current styles.

Please help.

Topham

Stanislav Staff replied

49 weeks ago

You can see current styles of anything by right clicking on any element on the page and selecting "Inspect Element".
Founder / Engineer

Jesska Jounes replied

49 weeks ago

Can you also post the default template too please need the sign in and friends bit in navigation back

Stanislav Staff replied

49 weeks ago

<div class="navbar navbar-fixed-top">
  <div class="navbar-inner">
    <div class="container">
      <a class="brand" href="/">{{siteName}}</a>
      <ul class="nav">{{{siteNav}}}</ul>
      <ul class="nav pull-right">{{{globalNav}}}</ul>
    </div>
  </div>
</div>
<div class="container">
  {{#header}}
  <a id="site-header" href="/">
    <img src="{{src}}" width="{{width}}" height="{{height}}" />
  </a>
  {{/header}}
  <div id="site-body">{{{body}}}</div>
  <div id="site-footer">{{{poweredBy}}}</div>
</div>
Founder / Engineer
Please log in to post a reply.