From: <txm...@us...> - 2015-04-16 21:43:55
|
Revision: 13037 http://sourceforge.net/p/xoops/svn/13037 Author: txmodxoops Date: 2015-04-16 21:43:53 +0000 (Thu, 16 Apr 2015) Log Message: ----------- Updated Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/css/style.css XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_header.tpl Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/css/style.css =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/css/style.css 2015-04-07 18:36:06 UTC (rev 13036) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/assets/css/style.css 2015-04-16 21:43:53 UTC (rev 13037) @@ -69,12 +69,96 @@ font-size:18px; } -footer { - margin-top:20px; - padding-top:20px; - padding-bottom:20px; - background-color:#efefef; +#g-color-menu { + margin: 0; + padding: 15px 0 0 15px; } +#g-color-menu li { + display: inline-block; + border: 2px solid black; + height: 30px; + width: 30px; + margin: 0 15px 15px 0; +} +#g-color-menu li:hover { + border: 2px solid white; +} +#g-color-menu .color-theme1 { + display: block; + width: 0px; + height: 0px; + border-left-color: transparent !important; + border-top-color: transparent !important; + position: relative; + z-index: 1 +} +#g-color-menu .color-theme2 { + display: block; + width: 26px; + height: 26px; + position: relative; + top: -26px; +} +#g-color-menu li.theme1 { + display: none +} +#g-color-menu li { + cursor: pointer +} +#g-color-menu .theme1 .color1 { + border: 13px solid #ffffff; +} +#g-color-menu .theme1 .color2 { + background: #484848; +} +#g-color-menu .theme2 .color1 { + border: 13px solid #f6f6f6; +} +#g-color-menu .theme2 .color2 { + background: #f2404e; +} +#g-color-menu .theme3 .color1 { + border: 13px solid #cbccbe; +} +#g-color-menu .theme3 .color2 { + background: #584336; +} +#g-color-menu .theme4 .color1 { + border: 13px solid #fdfdfd; +} +#g-color-menu .theme4 .color2 { + background: #eac12d; +} +#g-color-menu .theme5 .color1 { + border: 13px solid #f5f1e8; +} +#g-color-menu .theme5 .color2 { + background: #b04444; +} +#g-color-menu .theme6 .color1 { + border: 13px solid #ffffff; +} +#g-color-menu .theme6 .color2 { + background: #729f42; +} +#g-color-menu .theme7 .color1 { + border: 13px solid #f1f1f1; +} +#g-color-menu .theme7 .color2 { + background: #317081; +} +#g-color-menu .theme8 .color1 { + border: 13px solid #fcfcfc; +} +#g-color-menu .theme8 .color2 { + background: #43bebc; +} +#g-color-menu .theme9 .color1 { + border: 13px solid #f9f6ed; +} +#g-color-menu .theme9 .color2 { + background: #eea200; +} .nav>li .count { position: absolute; @@ -95,7 +179,7 @@ /* Dropdown Submenu Top */ -.dropdown-submenu{ +.dropdown-submenu { position:relative; } @@ -188,6 +272,13 @@ margin: 20px 0 0 10px; } +footer { + margin-top:20px; + padding-top:20px; + padding-bottom:20px; + background-color:#efefef; +} + @media(max-width:767px) { .sidenav { margin-top: -20px; Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_header.tpl =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_header.tpl 2015-04-07 18:36:06 UTC (rev 13036) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/bootnewage/xotpl/theme_header.tpl 2015-04-16 21:43:53 UTC (rev 13037) @@ -12,6 +12,7 @@ </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> + <li class="home"><a href="<{xoAppUrl /}>"><i class="glyphicon glyphicon-home"></i></a></li> <{foreach item=item from=$navitems}> <li class="dropdown"> <a href="<{$item.link}>" class="dropdown-toggle" title="<{$item.title}>" data-toggle="dropdown" data-hover="dropdown-menu"> <i class="glyphicon glyphicon-<{$item.icon}>"></i> <span class="caret"></span></a> @@ -37,11 +38,11 @@ <a href="#" class="dropdown-toggle" role="button" data-toggle="dropdown" title="<{$smarty.const._OXYGEN_THEME_COLOR}>"> <i class="glyphicon glyphicon-tint"></i> <span class="caret"></span> </a> - <ul id="g-account-menu" class="dropdown-menu" role="menu"> + <ul id="g-color-menu" class="dropdown-menu" role="menu"> <li class="bg-color bg-dark"><a id="dark" href="<{$theme_css}>/index.html?style=dark" rel="dark" class="styleswitch"><{$smarty.const._OXYGEN_DARK}></a></li> <li class="bg-color bg-silver"><a id="silver" href="<{$theme_css}>/index.html?style=silver" rel="silver" class="styleswitch"><{$smarty.const._OXYGEN_SILVER}></a></li> <li class="bg-color bg-orange"><a id="orange" href="<{$theme_css}>/index.html?style=orange" rel="orange" class="styleswitch"><{$smarty.const._OXYGEN_ORANGE}></a></li> - <li class="bg-color bg-red"><a id="red" href="<{$theme_css}>/index.html?style=red" rel="red" class="styleswitch"><{$smarty.const._OXYGEN_RED}></a></li> + <li class="bg-color bg-red"><a id="red" href="<{$theme_css}>/index.html?style=red" rel="red" class="styleswitch"><{$smarty.const._OXYGEN_RED}></a></li> <li class="bg-color bg-green"><a id="green" href="<{$theme_css}>/index.html?style=green" rel="green" class="styleswitch"><{$smarty.const._OXYGEN_GREEN}></a></li> <li class="bg-color bg-yellow"><a id="yellow" href="<{$theme_css}>/index.html?style=yellow" rel="yellow" class="styleswitch"><{$smarty.const._OXYGEN_YELLOW}></a></li> <li class="bg-color bg-blue"><a id="blue" href="<{$theme_css}>/index.html?style=blue" rel="blue" class="styleswitch"><{$smarty.const._OXYGEN_BLUE}></a></li> |