Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7CA2C200B12 for ; Sat, 28 May 2016 17:38:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7A485160A41; Sat, 28 May 2016 15:38:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 725DF160A43 for ; Sat, 28 May 2016 17:38:38 +0200 (CEST) Received: (qmail 92442 invoked by uid 500); 28 May 2016 15:38:37 -0000 Mailing-List: contact commits-help@bahir.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@bahir.apache.org Delivered-To: mailing list commits@bahir.apache.org Received: (qmail 92207 invoked by uid 99); 28 May 2016 15:38:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2016 15:38:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D32B1E78B1; Sat, 28 May 2016 15:38:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lresende@apache.org To: commits@bahir.apache.org Date: Sat, 28 May 2016 15:38:46 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/15] bahir-website git commit: Publish initial website contents archived-at: Sat, 28 May 2016 15:38:39 -0000 http://git-wip-us.apache.org/repos/asf/bahir-website/blob/91002993/content/assets/themes/apache-clean/css/style.css ---------------------------------------------------------------------- diff --git a/content/assets/themes/apache-clean/css/style.css b/content/assets/themes/apache-clean/css/style.css new file mode 100644 index 0000000..b211b72 --- /dev/null +++ b/content/assets/themes/apache-clean/css/style.css @@ -0,0 +1,358 @@ +/* Move down content because we have a fixed navbar that is 50px tall */ +@import url(//fonts.googleapis.com/css?family=Patua+One); + +body { + font-size:18px; + font-weight: 400; + font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif; + /* padding-top: 50px; */ + padding-bottom: 20px; +} + +.navbar-brand { + padding: 12px 12px; + padding-top: 15px; + padding-bottom: 10px; +} + +.navbar { + background-color: #222 /* #0d5373 #3071a9 */; + border-bottom:0px; + /*height: 50px; */ +} + +.navbar-inverse .navbar-nav > li > a { + color: #ffffff; + background-color: #222 /* #0d5373 #3071a9 */; +} + +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + color: #ffffff; + background-color: #222 /* #3D758F #2C6094 */; +} +.navbar-inverse .navbar-nav > li > a.active:hover, +.navbar-inverse .navbar-nav > li > a.active:focus { + text-decoration: none; + background-color: #222 /* #3D758F #265380 */; +} + +.navbar-inverse .navbar-nav > li > a.active { + background-color: #222 /* #3D758F #265380 */; +} + +.navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-brand:focus { + background-color: #222 /* #3D758F #265380 */; +} + +.navbar-inverse .navbar-brand { + background-color: #222 /* #3D758F #265380 */; + color: #fff; + text-decoration: none; + font-size: 32px; +} + +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #222 /*#062A3A*/; + background-color: #222 /* #0d5373 #3071a9 */; +} + +@media (max-width: 768px) { + .navbar-collapse.in { + box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4); + } + + .bigFingerButton { + margin-top: 12px; + display: block; + margin-right: auto; + margin-left: auto; + } +} + +.bigFingerButton { + margin-right: 10px; +} + +.navbar-inverse .navbar-toggle { + border-color: #222 /*#265380*/; +} + +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + border-color: #222 /*#265380*/; + background-color: #222 /*#265380*/; +} + +.navbar-inverse .navbar-toggle:focus { + outline-width: 0px; +} + + +/* CUSTOMIZE THE CAROUSEL +-------------------------------------------------- */ + +/* Carousel base class */ +.carousel { + height: 200px; + margin-bottom: 10px; +} +/* Since positioning the image, we need to help out the caption */ +.carousel-caption { + z-index: 10; +} + +/* Declare heights because of positioning of img element */ +.carousel .item { + height: 300px; +} +.carousel-control { + background-image: none !important; +} + +.carousel-inner > .item > img { + position: absolute; + top: 0; + left: 0; + min-width: 100%; + height: 300px; +} +.carousel-indicators { + margin-top:30px; + margin-bottom:0px; +} +@media screen and (min-width: 768px) { + .carousel-indicators { + margin-bottom: -60px; + } + .carousel-caption { + padding-bottom: 60px; + } +} + + +.jumbotron { + background-color: #ffffff /* #3071a9 */; +} + +.jumbotron h1, +.jumbotron p { + color: #444; +} +.jumbotron .thumbnail { + margin-top: 0; +} +.jumbotron.small { + padding: 0 0 0 0; + color : #ffffff; +} +.jumbotron.small .title{ + float : left; + font-weight : bold; + font-size : 20px; + height : 30px; + margin-right: 20px; +} + +.jumbotron.small .subtitle{ + font-size : 14px; + height : 30px; + vertical-align:text-bottom; + padding-top:7px; +} + +.jumbotron.small .description{ + margin-top: 7px; +} + + + +/* screenshot img inside of doc */ +.screenshot { + width : 800px; +} + +/* Table on the index page */ +.table-container { + position: absolute; +} + +.table-stack { +/* border: 1px solid #6371a9;*/ + width:200px; padding: 5px 5px 5px 5px; +} + +.table-stack table { + width:100% +} + +.table-stack tr td{ + border: 1px solid #FFFFFF; + height : 40px; + background-color : #6371a9; + color : #FFFFFF; +} + +.table-stack .gray { + background-color:#DDDDDD; + color:#777777; +} + +/* Table for property */ +.table-configuration { + width : 800px; + border : 1px solid gray; +} +.table-configuration tr td { + border : 1px solid gray; + padding : 5px 5px 5px 5px; +} +.table-configuration tr th { + border : 1px solid gray; + padding : 5px 5px 5px 5px; + background-color: #B0C4DE; +} + + +.rotate270 { + width:15px;padding:10px 0px 0px 0px; + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -ms-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); +} + + + +/* Custom container */ +.container-narrow { + margin: 0 auto; +/* max-width: 960px; */ +} + +.container-narrow > hr { + margin: 30px 0; } + +/* posts index */ +.post > h3.title { + position: relative; + padding-top: 10px; } + +.post > h3.title span.date { + position: absolute; + right: 0; + font-size: 0.9em; } + +.post > .more { + margin: 10px 0; + text-align: left; } + +/* post-full*/ +.post-full .date { + margin-bottom: 20px; + font-weight: bold; } + +/* tag_box */ +.tag_box { + list-style: none; + margin: 0; + overflow: hidden; } + +.tag_box li { + line-height: 28px; } + +.tag_box li i { + opacity: 0.9; } + +.tag_box.inline li { + float: left; } + +.tag_box a { + padding: 3px 6px; + margin: 2px; + background: #eee; + color: #555; + border-radius: 3px; + text-decoration: none; + border: 1px dashed #cccccc; } + +.tag_box a span { + vertical-align: super; + font-size: 0.8em; } + +.tag_box a:hover { + background-color: #e5e5e5; } + +.tag_box a.active { + background: #57A957; + border: 1px solid #4c964d; + color: #FFF; } + + +.jumbotron h1 { + font-family: 'Patua One', cursive; } + +.jumbotron small { + font-size: 60%; + color: #FFF;} + +.navbar-brand { + font-family: 'Patua One', cursive; +} + +.navbar-brand small { + font-size: 60%; + color: #FFF; } + +.navbar-collapse.collapse { + max-height: 50px;} + +#apache .caret { + margin-left: 4px; + border-top-color: #FFF; +} + +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + color: #ffffff; + background-color: #222; +} + +.navbar-nav > .open > .dropdown-menu > li > a:hover, +.navbar-nav > .open > .dropdown-menu > li > a:focus { + color: #092C3E; + text-decoration: none; + background-color: #D5D5D5 /* #3D758F #265380 */; +} + +/* Custom, iPhone Retina */ +@media only screen and (max-width : 480px) { + .jumbotron h1 { + display: none; + } + .navbar-brand small { + display: none; + color: #FFF; + } +} + +@media only screen and (max-width : 768px) { + .navbar .navbar-brand { + padding-bottom: 0; + } +} + +@media only screen +and (min-width : 768px) +and (max-width : 1024px) { + .navbar-brand small { + display: none; + } + .navbar-collapse.collapse { + padding-right: 0; + } +} http://git-wip-us.apache.org/repos/asf/bahir-website/blob/91002993/content/assets/themes/apache-clean/css/syntax.css ---------------------------------------------------------------------- diff --git a/content/assets/themes/apache-clean/css/syntax.css b/content/assets/themes/apache-clean/css/syntax.css new file mode 100644 index 0000000..1e651cf --- /dev/null +++ b/content/assets/themes/apache-clean/css/syntax.css @@ -0,0 +1,60 @@ +.highlight { background: #ffffff; } +.highlight .c { color: #999988; font-style: italic } /* Comment */ +.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.highlight .k { font-weight: bold } /* Keyword */ +.highlight .o { font-weight: bold } /* Operator */ +.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ +.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ +.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .gr { color: #aa0000 } /* Generic.Error */ +.highlight .gh { color: #999999 } /* Generic.Heading */ +.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ +.highlight .go { color: #888888 } /* Generic.Output */ +.highlight .gp { color: #555555 } /* Generic.Prompt */ +.highlight .gs { font-weight: bold } /* Generic.Strong */ +.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ +.highlight .gt { color: #aa0000 } /* Generic.Traceback */ +.highlight .kc { font-weight: bold } /* Keyword.Constant */ +.highlight .kd { font-weight: bold } /* Keyword.Declaration */ +.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ +.highlight .kr { font-weight: bold } /* Keyword.Reserved */ +.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ +.highlight .m { color: #009999 } /* Literal.Number */ +.highlight .s { color: #d14 } /* Literal.String */ +.highlight .na { color: #008080 } /* Name.Attribute */ +.highlight .nb { color: #0086B3 } /* Name.Builtin */ +.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ +.highlight .no { color: #008080 } /* Name.Constant */ +.highlight .ni { color: #800080 } /* Name.Entity */ +.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ +.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ +.highlight .nn { color: #555555 } /* Name.Namespace */ +.highlight .nt { color: #000080 } /* Name.Tag */ +.highlight .nv { color: #008080 } /* Name.Variable */ +.highlight .ow { font-weight: bold } /* Operator.Word */ +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ +.highlight .mf { color: #009999 } /* Literal.Number.Float */ +.highlight .mh { color: #009999 } /* Literal.Number.Hex */ +.highlight .mi { color: #009999 } /* Literal.Number.Integer */ +.highlight .mo { color: #009999 } /* Literal.Number.Oct */ +.highlight .sb { color: #d14 } /* Literal.String.Backtick */ +.highlight .sc { color: #d14 } /* Literal.String.Char */ +.highlight .sd { color: #d14 } /* Literal.String.Doc */ +.highlight .s2 { color: #d14 } /* Literal.String.Double */ +.highlight .se { color: #d14 } /* Literal.String.Escape */ +.highlight .sh { color: #d14 } /* Literal.String.Heredoc */ +.highlight .si { color: #d14 } /* Literal.String.Interpol */ +.highlight .sx { color: #d14 } /* Literal.String.Other */ +.highlight .sr { color: #009926 } /* Literal.String.Regex */ +.highlight .s1 { color: #d14 } /* Literal.String.Single */ +.highlight .ss { color: #990073 } /* Literal.String.Symbol */ +.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ +.highlight .vc { color: #008080 } /* Name.Variable.Class */ +.highlight .vg { color: #008080 } /* Name.Variable.Global */ +.highlight .vi { color: #008080 } /* Name.Variable.Instance */ +.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/bahir-website/blob/91002993/content/assets/themes/apache-clean/img/apache_logo.png ---------------------------------------------------------------------- diff --git a/content/assets/themes/apache-clean/img/apache_logo.png b/content/assets/themes/apache-clean/img/apache_logo.png new file mode 100644 index 0000000..b42dd57 Binary files /dev/null and b/content/assets/themes/apache-clean/img/apache_logo.png differ http://git-wip-us.apache.org/repos/asf/bahir-website/blob/91002993/content/assets/themes/apache-clean/img/apache_logo_800.png ---------------------------------------------------------------------- diff --git a/content/assets/themes/apache-clean/img/apache_logo_800.png b/content/assets/themes/apache-clean/img/apache_logo_800.png new file mode 100644 index 0000000..e8a6293 Binary files /dev/null and b/content/assets/themes/apache-clean/img/apache_logo_800.png differ http://git-wip-us.apache.org/repos/asf/bahir-website/blob/91002993/content/assets/themes/apache-clean/img/body-bg.jpg ---------------------------------------------------------------------- diff --git a/content/assets/themes/apache-clean/img/body-bg.jpg b/content/assets/themes/apache-clean/img/body-bg.jpg new file mode 100644 index 0000000..0e0f861 Binary files /dev/null and b/content/assets/themes/apache-clean/img/body-bg.jpg differ http://git-wip-us.apache.org/repos/asf/bahir-website/blob/91002993/content/assets/themes/apache-clean/img/egg-logo.png ---------------------------------------------------------------------- diff --git a/content/assets/themes/apache-clean/img/egg-logo.png b/content/assets/themes/apache-clean/img/egg-logo.png new file mode 100644 index 0000000..9d25899 Binary files /dev/null and b/content/assets/themes/apache-clean/img/egg-logo.png differ http://git-wip-us.apache.org/repos/asf/bahir-website/blob/91002993/content/assets/themes/apache-clean/img/favicon.png ---------------------------------------------------------------------- diff --git a/content/assets/themes/apache-clean/img/favicon.png b/content/assets/themes/apache-clean/img/favicon.png new file mode 100644 index 0000000..d4b2ad2 Binary files /dev/null and b/content/assets/themes/apache-clean/img/favicon.png differ http://git-wip-us.apache.org/repos/asf/bahir-website/blob/91002993/content/assets/themes/apache-clean/img/header-bg.jpg ---------------------------------------------------------------------- diff --git a/content/assets/themes/apache-clean/img/header-bg.jpg b/content/assets/themes/apache-clean/img/header-bg.jpg new file mode 100644 index 0000000..960bff7 Binary files /dev/null and b/content/assets/themes/apache-clean/img/header-bg.jpg differ http://git-wip-us.apache.org/repos/asf/bahir-website/blob/91002993/content/assets/themes/apache-clean/img/highlight-bg.jpg ---------------------------------------------------------------------- diff --git a/content/assets/themes/apache-clean/img/highlight-bg.jpg b/content/assets/themes/apache-clean/img/highlight-bg.jpg new file mode 100644 index 0000000..4c4a78e Binary files /dev/null and b/content/assets/themes/apache-clean/img/highlight-bg.jpg differ http://git-wip-us.apache.org/repos/asf/bahir-website/blob/91002993/content/assets/themes/apache-clean/img/logo.png ---------------------------------------------------------------------- diff --git a/content/assets/themes/apache-clean/img/logo.png b/content/assets/themes/apache-clean/img/logo.png new file mode 100644 index 0000000..d4b2ad2 Binary files /dev/null and b/content/assets/themes/apache-clean/img/logo.png differ http://git-wip-us.apache.org/repos/asf/bahir-website/blob/91002993/content/assets/themes/apache-clean/img/sidebar-bg.jpg ---------------------------------------------------------------------- diff --git a/content/assets/themes/apache-clean/img/sidebar-bg.jpg b/content/assets/themes/apache-clean/img/sidebar-bg.jpg new file mode 100644 index 0000000..42890fe Binary files /dev/null and b/content/assets/themes/apache-clean/img/sidebar-bg.jpg differ