Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
favicon; http(s) warnings (accessing resources hosted on http from ht…
Browse files Browse the repository at this point in the history
…tps); reducing size of css files; making some static content local to reduce the time for loading the page
  • Loading branch information
jkremser committed Nov 18, 2014
1 parent 0b7ae44 commit d8d2493
Show file tree
Hide file tree
Showing 15 changed files with 520 additions and 76 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

8 changes: 4 additions & 4 deletions _config.yml
Expand Up @@ -16,11 +16,11 @@ highlighter: pygments

### content configuration ###
title: "RHQ"
keywords: "SinglePaged, jekyll, template, github, blog, single page"
description: "A single-page template for Jekyll based blogs (like what you'd use on github pages!)"
keywords: "RHQ, monitoring, management, open-source, Red Hat"
description: "Project landing page of RHQ. RHQ is an enterprise management solution for JBoss middleware projects, Tomcat, Apache Web Server, and numerous other server-side applications."
source_link: "https://github.com/rhq-project/rhq"
favicon: "img/favicon.ico"
touch_icon: "img/apple-touch-icon.png"
favicon: "img/favicon.png"
touch_icon: "img/rhq-touch-icon.png"
google_analytics_key: UA-10656779-1


Expand Down
56 changes: 1 addition & 55 deletions _includes/css/base.css
@@ -1,29 +1,4 @@
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
#Reset & Basics
#Basic Styles
#Site Styles
#Typography
#Links
#Lists
#Images
#Buttons
#Forms
#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
Expand All @@ -47,9 +22,6 @@
border-collapse: collapse;
border-spacing: 0; }


/* #Basic Styles
================================================== */
body {
background: #fff;
font: 14px/21px "Raleway" "HelveticaNeue-Light", Arial, sans-serif;
Expand All @@ -58,9 +30,6 @@
-webkit-text-size-adjust: 100%;
}


/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
font-weight: 300; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
Expand All @@ -80,7 +49,6 @@
strong { font-weight: bold; }
small { font-size: 80%; }

/* Blockquotes */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
Expand All @@ -90,15 +58,11 @@
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
a, a:visited { text-decoration: underline; outline: 0; }
a:hover, a:focus { }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
Expand All @@ -111,17 +75,10 @@
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* #Images
================================================== */

img.scale-with-grid {
max-width: 100%;
height: auto; }


/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
Expand Down Expand Up @@ -200,10 +157,6 @@
padding: 0;
}


/* #Forms
================================================== */

form {
margin-bottom: 20px; }
fieldset {
Expand Down Expand Up @@ -255,18 +208,11 @@
font-size: 13px;
color: #444; }

/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }



/* #Syntax highlighting
================================================== */


.highlighttable {
color: #f8f8f2;
table-layout: fixed;
Expand Down Expand Up @@ -363,4 +309,4 @@ span.lineno {
.gh { } /* Generic Heading & Diff Header */
.gu { color: #75715e; } /* Generic.Subheading & Diff Unified/Comment? */
.gd { color: #f92672; } /* Generic.Deleted & Diff Deleted */
.gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */
.gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */
10 changes: 5 additions & 5 deletions _includes/css/lightbox.css
@@ -1,6 +1,6 @@
/* Preload images */
body:after {
content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
content: url(img/close.png) url(img/loading.gif) url(img/prev.png) url(img/next.png);
display: none;
}

Expand Down Expand Up @@ -79,7 +79,7 @@ body:after {
width: 32px;
height: 32px;
margin: 0 auto;
background: url(../img/loading.gif) no-repeat;
background: url(img/loading.gif) no-repeat;
}

.lb-nav {
Expand Down Expand Up @@ -110,7 +110,7 @@ body:after {
width: 34%;
left: 0;
float: left;
background: url(../img/prev.png) left 48% no-repeat;
background: url(img/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
Expand All @@ -128,7 +128,7 @@ body:after {
width: 64%;
right: 0;
float: right;
background: url(../img/next.png) right 48% no-repeat;
background: url(img/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
Expand Down Expand Up @@ -192,7 +192,7 @@ body:after {
float: right;
width: 30px;
height: 30px;
background: url(../img/close.png) top right no-repeat;
background: url(img/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
Expand Down
6 changes: 2 additions & 4 deletions _includes/css/main.css
@@ -1,10 +1,6 @@
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

/* ---------------------------*/
/* ----- Special Styles ----- */
/* ---------------------------*/

/* ----- colors (autogenerated from _config.yml)----- */

{% for c in site.colors %}
Expand Down Expand Up @@ -186,6 +182,8 @@ nav ul li:hover, nav ul li.active {
text-align:center;
background-color:#2e2e2e;
background-image:none;
padding-top: 90px;
padding-bottom: 170px;
}
#footer .container p { font-size:13px; margin:0; }

Expand Down
8 changes: 3 additions & 5 deletions _includes/css/tabzilla.css
@@ -1,10 +1,8 @@

/* ------------------ Red Hat Tab & "A JBoss Project" label - Necessary for every JBoss project regardless of hosting location ------------------------- */
.dropup {
/* --- This is the standard RH tab that overlaps what's below it (project banner or navigation bar) --- */
/* display: none; HIDE IT UNTIL WORKING */
height: 37px;
background-image: url("http://static.jboss.org/common/images/tabzilla/tabzilla-redhat-logo-sprite.png");
background-image: url("js/tabzilla-redhat-logo-sprite.png");
background-repeat: no-repeat;
background-position: right top;
width: 250px;
Expand Down Expand Up @@ -219,7 +217,7 @@ tady
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
order-radius: 8px;
background: url("http://static.jboss.org/common/images/arrow-tabnav-down.png") repeat scroll 0 0 transparent;
background: url("js/arrow-tabnav-down.png") repeat scroll 0 0 transparent;
content: "x";
height: 15px;
position: absolute;
Expand Down Expand Up @@ -290,7 +288,7 @@ tady
}
.dropup {
height: 37px;
background-image: url("http://static.jboss.org/common/images/tabzilla/tabzilla-redhat-logo-sprite.png");
background-image: url("js/tabzilla-redhat-logo-sprite.png");
background-position: left bottom;
width: 74px;
right: 30px;
Expand Down
Binary file added img/RHJB_Middleware_Logotype.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/arrow-tabnav-down.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/favicon.ico
Binary file not shown.
Binary file added img/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added img/tabzilla-redhat-logo-sprite.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -74,8 +74,8 @@ <h5 class="icon-title">{{ page.title }}</h5>

{% include analytics.html %}
</body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="site.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="//static.jboss.org/js/_jbossorg-tabzilla.js"></script>
<script src="js/jbossorg-tabzilla.js"></script>
</html>

0 comments on commit d8d2493

Please sign in to comment.