diff --git a/News/themes/stardust/layouts/default.twig b/News/themes/stardust/layouts/default.twig
index 95436a5..4825b7e 100644
--- a/News/themes/stardust/layouts/default.twig
+++ b/News/themes/stardust/layouts/default.twig
@@ -8,7 +8,7 @@
KXStudio News
-
+
@@ -18,76 +18,8 @@
$theme.stylesheets
$theme.javascripts
${ trigger.call("head") }
-
-
-
-
-
-
-
-
-
-
-
+
@@ -97,12 +29,45 @@ ${ trigger.call("head") }
-
+
- News
- - Software ▼
- - Repositories ▼
-
+
+
+
- Documentation
- Donations
- Downloads
diff --git a/css/base.css b/css/base.css
index bb279b2..c527f5c 100644
--- a/css/base.css
+++ b/css/base.css
@@ -80,11 +80,11 @@ blockquote{border-left:5px solid #690;color:#ddd;padding:10px;}
#header ul#global-navigation, #global-navigation li{border-color:#222222;border-style:solid;margin:0;}
#global-navigation li:first-child{border-left-width:1px;}
#global-navigation li{float:left;border-right-width:1px;}
-#global-navigation li a{color:#F0F0F0;display:block;height:100%;margin:0 15px;padding-top:7px;text-decoration:none;width:100%;font-size:1.2em;font-weight:800;}
+#global-navigation li a{color:#F0F0F0;display:block;height:100%;margin:0 15px;line-height:2em;text-decoration:none;width:100%;font-size:1.2em;font-weight:800;}
#global-navigation li a:hover, #global-navigation li a:focus{color:#6464E6;}
#global-favorites{float:right !important;border-left-width:1px;}
#header-logo{float:left;margin-top:2px;margin-right:25px;}
-#header-home{float:left;margin:0 0px;color:#F0F0F0;padding-top:7px;text-decoration:none;}
+#header-home{float:left;margin:0 0px;color:#F0F0F0;line-height:2em;font-size:1.2em;text-decoration:none;}
#header-home:hover, #header-home:focus{color:#6464E6;}
#header #global-search-form{color:#F0F0F0;float:right;margin-top:4px;position:relative;}
.lable-overley label{position:absolute;top:4px;left:5px;}
diff --git a/css/style.css b/css/style.css
index aa0f354..e369bf7 100644
--- a/css/style.css
+++ b/css/style.css
@@ -432,35 +432,37 @@ fieldset table {
background:none repeat scroll 0 0 transparent;
}
-.div_menuDropdown {
+.item-menu:hover > .item-menu-children {
+ display: block;
+}
+
+.item-menu-children {
position: absolute;
+ display: none;
+ margin: 0;
+ padding: 0;
+ z-index: 99;
top: 30px;
- left: 0px;
background-color: #111111;
border-top: 1px solid #222222;
- padding: 0px;
- visibility: hidden;
- text-decoration: none;
- z-index: 99;
}
-.div_menuDropdown p {
+.item-menu-children p {
+ margin: 0;
color: #F0F0F0;
- margin: 0 0 0 0;
padding-top: 4px;
padding-bottom: 4px;
- padding-left: 16px;
padding-right: 16px;
border: 1px solid #222222;
border-top: 0px;
}
-.div_menuDropdown a {
+.item-menu-children a {
color: #F0F0F0;
text-decoration: none;
}
-.div_menuDropdown a:hover, .div_menuDropdown a:focus {
+.item-menu-children a:hover, .div_menuDropdown a:focus {
color: #6464E6;
}
diff --git a/images/ico_rocketchat.png b/images/ico_rocketchat.png
new file mode 100644
index 0000000..c92b58c
Binary files /dev/null and b/images/ico_rocketchat.png differ
diff --git a/includes/header.php b/includes/header.php
index 646dd71..7aa827c 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -1,6 +1,6 @@
-
-
-
-
-
-
+
+
+
+
+
-
+