News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Sinister

Started by The Domain Shop, July 21, 2013, 10:40:17 PM

Previous topic - Next topic

The Domain Shop

Link to the theme


Dark styled theme in Gray, Black and Red for SMF 2.0.x

Features social icons in user bar that can be activated/deactivated and links edited from within current theme options.

License - Read included text file.

License in brief, you can make any changes to this theme to fit your needs, however under no circumstance are you allowed to make any changes to the copyright link.



This theme uses css3, therefor may not work correctly in older type browsers.

No Recommended For RTL Languages

Created by:


For more free themes visit us here

For theme support visit us here

wesniaphania

Looks nice.

There any way to make the Logo area larger?

The Domain Shop

Sure is,

in the index.css find the code below and change the width/height to the sizes you need.

#logo a {
  clear: both;
  cursor: pointer;
  display: block;
  float: right;
  height: 71px;
  overflow: hidden;
  position: relative;
  right: 8em;
  top: 2.3em;
  width: 189px;
}

wesniaphania


The Domain Shop


Deezel

Nice work Trax, I want to use this on a new forum i'm doing.
I need the army dudes gone from the left of the header... can ya help me out?

Cheers mate!!!
Nice to see ya out and about.

The Domain Shop

Hey bud,

Sorry for the late response, got no internet service at the moment. 

If you want it completely removed from the header just flip the right section to replace the left hand side?

zaludan

Hi,
Is it possible to add "outside" link to logo pic?

I'm sorry if this is not the place to ask, but I'm completely new to all this, I've searched around, but just couldn't find the right answer, so I figured it might be the best to ask you since this is the theme I use :)

The Domain Shop

In the index.template.php

Find
<div id="logo">
    <a href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? '<img src="'. $settings['images_url']. '/theme/logo.png" alt="' . $context['forum_name'] . '" title="' . $context['forum_name'] . '" />' : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" title="' . $context['forum_name'] . '" />', '</a>
    </div>


Replace with
<div id="logo">
    <a href="http://www.google.com/">', empty($context['header_logo_url_html_safe']) ? '<img src="'. $settings['images_url']. '/theme/logo.png" alt="' . $context['forum_name'] . '" title="' . $context['forum_name'] . '" />' : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" title="' . $context['forum_name'] . '" />', '</a>
    </div>


Change "google.com" to your required domain.

Advertisement: