Elxis CMS Forum

Support => Elxis 4.x/5.x DEV => Topic started by: speck on November 03, 2012, 19:38:38

Title: Stalingrad Template is ready
Post by: speck on November 03, 2012, 19:38:38
Stalingrad template is a revolutionary template for elxis. The users can choose the basic color prefered and the template, tanks a powerful alogarithm, create a color gamma to use in the essential part of template (menus, title, gradients). But is not at all... a great suprise for old users and future users of Elxis.
Is fully compatible with all browers CSS3, include IE7-8-9
Here some screenshot, also they are of few days ago

Title: Re: Stalingrad Template is ready
Post by: aiden11 on November 06, 2012, 20:02:28
nice one!!
Title: Re: Stalingrad Template is ready
Post by: speck on November 06, 2012, 20:13:46
Thanks a lot at WebGift for his precoius TIPS to correct some php lines.
Title: Re: Stalingrad Template is ready
Post by: webgift on November 07, 2012, 10:39:18
You are welcome, Speck  ;)
Title: Re: Stalingrad Template is ready
Post by: wbread on November 14, 2012, 14:19:33
Quote
Stalingrad
:-\
nice
Title: Re: Stalingrad Template is ready
Post by: ahmet on January 24, 2013, 10:49:53
many thanks to speck and webgift..
Its an amazing template.. not only you can play, modify the template  and  you can also have a look to how to hide columns..
can somebody pls explain me why there are lots of classes  here?
there are only language and search we want to position..
thanks..



/* 1st top - for menu / language */

<div id="top1" style="width:<?php echo $stalingrad->widthLayout()?>px;">
   <div class="top1-int1">
      <div class="top1-int2">
         <div class="language">
            <?php $eDoc->modules('language', 'none'); ?>
         </div>
         <div class="search">
            <?php $eDoc->modules('search', 'none'); ?>
         </div>
      </div>
   </div>
   <div style="clear:both;"></div>

</div>
----------------------------------------------css---------------------------------------------------------------

#top1 { width:980px; margin:auto; top:10px; position:relative; background:#CACACA; z-index:100; height:32px;}
.top1-int1 { width:auto; height:auto; padding:5px; }
.top1-int2 {width:100%;}
.language {float:left; color:#ffffff; }
.search {float:right; width:180px;}
Title: Re: Stalingrad Template is ready
Post by: speck on January 24, 2013, 16:19:19
it's to have the better layout and compatibility with all browers, overall ie7 / ie8  :)
it's better to have a class in more that solve many problems than have one or more css files , one for ie7, one for ie8 and so on... the problem is not mozilla, safari, opera, but that f****d of IE  >:(
change the width of layout and column becomes more simply.
in any case forget all width=....px of principal classes u find in the layout.css file because are supressed by parameters of the template. t
Title: Re: Stalingrad Template is ready
Post by: ahmet on January 25, 2013, 01:47:44
thanks speck,
css is really difficult when you want to posiiton eveything in its right place.. :)