http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/css/style.css ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/css/style.css b/website/assets/themes/mahout/css/style.css deleted file mode 100644 index d261286..0000000 --- a/website/assets/themes/mahout/css/style.css +++ /dev/null @@ -1,1128 +0,0 @@ -/* Move down content because we have a fixed navbar that is 50px tall */ -@import url(//fonts.googleapis.com/css?family=Patua+One); -@import url(//fonts.googleapis.com/css?family=Open+Sans); - - -/* - colors - mahout light blue cde9fc - colors - mahout light yellow cde9fc - colors - mahout blue button homepage 0099cc - grey - aaaaaa - -*/ - -body { - padding-top: 50px; - font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; - line-height: 1.6; - color: #4c555a; - letter-spacing: .2px; -} - -.logopage_container { - display: inline-block; - vertical-align: middle; - margin: 10px 20px; -} - -.jumbotron { -/* background-color: #cde9fc; */ - background-color: #cde9fc; - margin-bottom: 0px; - padding-top: 28px; -} - -.jumbotron h1, -.jumbotron p { - color: #000; -} - -.jumbotron p { - font-size: 19px; - line-height: 1.5; - margin-bottom: 28px; -} - -.jumbotron .btn { - font-size: 16px; -} - -.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; -} - -.jumbotron h1 { - font-family: 'Patua One', cursive; - font-size: 60px; - line-height: 1.5; -} - -.jumbotron small { - font-size: 60%; - color: #FFF; -} - -.navbar-brand { - padding-top: 10px; - padding-bottom: 10px; -} - -.navbar-brand img { - margin: 0; -} - -.navbar { - background: #cde9fc; - border-bottom: 0px; - height: 50px; -} - -.navbar-inverse .navbar-nav > li > a { - color: black; - background: #cde9fc; -} - -.navbar-inverse .navbar-nav > li > a:hover, -.navbar-inverse .navbar-nav > li > a:focus { - color: black !important; - background: #FFDE00 !important; -} - -.navbar-inverse .navbar-collapse.in .navbar-nav .dropdown-menu > li > a:hover, -.navbar-inverse .navbar-collapse.in .navbar-nav .dropdown-menu > li > a:focus { - color: white !important; - background: #FFDE00 !important; -} - -.navbar-inverse .navbar-collapse.in .navbar-nav .dropdown-menu > li > a { - color: white !important; -} - -.navbar-inverse .navbar-collapse.in .navbar-nav .divider { - background: #286090; -} - -.navbar-inverse .navbar-nav > li > a.active:hover, -.navbar-inverse .navbar-nav > li > a.active:focus { - text-decoration: none; - background: #265380; -} - -.navbar-inverse .navbar-nav > li > a.active { - background: #265380; -} - -.navbar-inverse .navbar-brand { - color: black; - text-decoration: none; - font-size: 32px; -} - -.navbar-inverse .navbar-collapse, -.navbar-inverse .navbar-form { - border-color: #265380; - background: #cde9fc; -} - -.bigFingerButton { - margin-right: 10px; -} - -.navbar-inverse .navbar-toggle { - border-color: #265380; -} - -.navbar-inverse .navbar-toggle:hover, -.navbar-inverse .navbar-toggle:focus { - border-color: #265380; - background: #265380; -} - -.navbar-inverse .navbar-toggle:focus { - outline-width: 0; -} - -/* SideMenu */ - -.sideMenu li { - list-style: none; - border: 1px solid #c2c2c2; - border-bottom: none; - padding: 5px 10px; -} - -.sideMenu li a { - text-decoration: none; - color: #cde9fc; -} - -.sideMenu li:first-of-type { - border-top-left-radius: 3px; - border-top-right-radius: 3px; -} - -.sideMenu li:last-of-type { - border-bottom: 1px solid #c2c2c2; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; -} - -/* 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: 0; -} - -/* screenshot img inside of doc */ -.screenshot { - width: 800px; -} - -.rotate270 { - width: 15px; - padding: 10px 0 0 0; - -webkit-transform: rotate(270deg); - -moz-transform: rotate(270deg); - -ms-transform: rotate(270deg); - -o-transform: rotate(270deg); - transform: rotate(270deg); -} - -/* Custom container */ -.content { - word-wrap: break-word; - max-width: 860px; - padding: 2rem 2rem; - margin: 0 auto; -} -.content :first-child { - margin-top: 0; -} - -/* <a> */ -.content a { - color: #4183C4; -} -a.absent { - color: #cc0000; -} -a.anchor { - display: block; - padding-left: 30px; - margin-left: -30px; - cursor: pointer; - position: absolute; - top: 0; - left: 0; - bottom: 0; -} - -/* <hn> */ -.content h1, h2, h3, h4, h5, h6 { - font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; - margin-top: 3rem; - margin-bottom: 1rem; - font-weight: bold; - color: rgba(21,21,21,0.8); -} -.content h1 { - font-size: 30px; - color: black; -} -.content h2 { - font-size: 28px; - padding-top: 5px; - padding-bottom: 5px; - border-bottom: 1px solid #E5E5E5; -} -.content h3 { - font-size: 22px; - padding-top: 5px; - padding-bottom: 5px; -} -.content h4 { - font-size: 18px; -} -.content h5 { - font-size: 14px; -} -.content h6 { - font-size: 14px; - color: #777777; -} - -.content img { - max-width: 100%; -} - -/* <li, ul, ol> */ -.content li { - margin: 0; -} -.content li p.viz { - display: inline-block; -} -.content ul :first-child, ol :first-child { - margin-top: 0px; -} - -.content .nav-tabs { - margin-bottom: 10px; -} - -/* <code> */ -.content code { - padding: 2px 4px; - font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 90%; - color: #567482; - background-color: #f3f6fa; - border-radius: 0.3rem; -} - -/* <pre> */ -.content pre { - padding: 0.8rem; - margin-top: 0; - margin-bottom: 1rem; - font: Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 90%; - color: #567482; - word-wrap: normal; - background-color: #f3f6fa; - border: solid 1px #dce6f0; - border-radius: 0.3rem; -} -.content pre > code { - padding: 0; - margin: 0; - font-size: 95%; - color: #567482; - word-break: normal; - white-space: pre; - background: transparent; - border: 0; -} -.content .highlight { - margin-bottom: 1rem; -} -.content .highlight pre { - margin-bottom: 0; - word-break: normal; -} -.content .highlight pre, -.content pre { - padding: 0.8rem; - overflow: auto; - font-size: 90%; - line-height: 1.45; - border-radius: 0.3rem; - -webkit-overflow-scrolling: touch; -} -.content pre code, -.content pre tt { - display: inline; - max-width: initial; - padding: 0; - margin: 0; - overflow: initial; - line-height: inherit; - word-wrap: normal; - background-color: transparent; - border: 0; -} -.content pre code:before, .main-content pre code:after, -.content pre tt:before, -.content pre tt:after { - content: normal; -} - -/* <blockquotes> */ -.content blockquote { - padding: 0 1rem; - margin-left: 0; - color: #819198; - border-left: 0.3rem solid #dce6f0; -} -.content blockquote > :first-child { - margin-top: 0; -} -.content blockquote > :last-child { - margin-bottom: 0; -} -.content blockquote p { - font-size: 14px; -} - -/* <table> */ -.content table { - display: block; - width: 100%; - overflow: auto; - word-break: normal; - word-break: keep-all; - -webkit-overflow-scrolling: touch; - font-size: 90%; -} -.content table th { - font-weight: bold; - text-align: center; - background-color: rgba(91, 138, 179, 0.10); -} -.content table th, -.content table td { - padding: 0.5rem 1rem; - border: 1px solid #e9ebec; -} - -/* 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: #e5e5e5; -} - -.tag_box a.active { - background: #57A957; - border: 1px solid #4c964d; - color: white; -} - -.navbar-brand { - font-family: 'Patua One', cursive; -} - -.navbar-brand small { - font-size: 14px; - font-family: 'Helvetica Neue', Helvetica; - color: white; -} - -.navbar-collapse.collapse { - max-height: 50px; -} - -.navbar-inverse .navbar-nav a .caret, -.navbar-inverse .navbar-nav a:hover .caret { - margin-left: 4px; - border-top-color: white; - border-bottom-color: white; -} - -.navbar-inverse .navbar-nav > .open > a, -.navbar-inverse .navbar-nav > .open > a:hover, -.navbar-inverse .navbar-nav > .open > a:focus { - color: white; - background: #286090; -} - -a.anchorjs-link:hover { text-decoration: none; } - -.index-header { - font-family: 'Helvetica' !important; - text-align: center; - font-size: 37px !important; - font-weight: 700; - text-transform: uppercase; - border-bottom: none; - color: #4c555a !important; - letter-spacing: 1px; -} - -/* Helium Package list style */ -.heliumPackageContainer p { - font-family: "Helvetica Neue"; - font-weight: 900; - padding: 12px 0; - text-transform: uppercase; -} - -.heliumPackageList { - min-height: 25px; - margin-bottom: 15px; - border-bottom: 2px solid #EFEFEF; - padding-bottom: 13px; -} - -.heliumPackageList .heliumPackageHead { - font-family: "Helvetica Neue"; - height: 30px; -} - -.heliumPackageList .heliumPackageName { - font-size: 20px; - font-weight: 900; - color: #cde9fc; - margin-top: 0; -} - -.heliumPackageList .heliumPackageName span { - font-size: 10px; - color: #aaa; -} - -.heliumPackageList .heliumPackageAuthor { - font-size: 12px; - color: #aaa; - margin-top: 4px; -} - -.heliumPackageList .heliumPackageIcon { - float: left; - font-size: 17px; - width: 26px; - height: 22px; - padding: 5px 2px 0px 2px; -} - -.heliumPackageList .heliumPackageDescription { - margin-top: 10px; - margin-bottom: 10px; -} - -.heliumPackageList .heliumPackageLatestVersion { - color: #aaa; - font-style: italic; -} - -.helium-radio { - position: absolute; - display: none; -} - -.helium-radio[disabled] { - cursor: not-allowed; -} - -.helium-radio + label { - position: relative; - display: block; - padding-left: 36px; - cursor: pointer; - vertical-align: middle; - font-size: 13px; - font-weight: 500; - line-height: 26px; -} -.helium-radio + label:hover:before { - animation-duration: 0.4s; - animation-fill-mode: both; - animation-name: hover-color; -} -.helium-radio + label:before { - position: absolute; - top: 5px; - left: 5px; - display: inline-block; - width: 19px; - height: 19px; - content: ''; - border: 1px solid #c0c0c0; -} -.helium-radio + label:after { - position: absolute; - display: none; - content: ''; -} - -.helium-radio[disabled] + label { - cursor: not-allowed; - color: #e4e4e4; -} -.helium-radio[disabled] + label:hover, .helium-radio[disabled] + label:before, .helium-radio[disabled] + label:after { - cursor: not-allowed; -} -.helium-radio[disabled] + label:hover:before { - border: 1px solid #e4e4e4; - animation-name: none; -} -.helium-radio[disabled] + label:before { - border-color: #e4e4e4; -} - -.helium-radio:checked + label:before { - animation-name: none; -} - -.helium-radio:checked + label:after { - display: block; -} - -.helium-radio + label:before { - border-radius: 50%; -} - -.helium-radio + label:after { - top: 11px; - left: 11px; - width: 7px; - height: 7px; - border-radius: 50%; - background: #3e97eb; -} - -.helium-radio:checked + label:before { - border: 1px solid #3e97eb; -} - -.helium-radio:checked[disabled] + label:before { - border: 1px solid #c9e2f9; -} - -.helium-radio:checked[disabled] + label:after { - background: #c9e2f9; -} - -/* For what's new section */ -.new { - background: rgba(226, 233, 239, 0.4); - padding-bottom: 28px; -} - -.new .description { - text-align: center; - padding: 18px; - font-size: 17px; -} - -/* todo : zep -> mahout*/ -.newMahout { - text-align: center; - font-family: 'Patua One', cursive; - font-size: 30px; - padding-bottom: 28px; - color: #0099cc; -} - -.new h2 { - font-family: "Helvetica"; - text-align: center; - padding-top: 32px; - font-size: 37px; - font-weight: 700; - text-transform: uppercase; - border-bottom: none; - letter-spacing: 1px; -} - -.new h4 { - text-align: center; - font-size: 20px; - font-weight: 700; - padding: 18px; - margin-top: 8px; -} - -.new p { - padding-bottom: 18px; - padding-right: 9px; - padding-left: 9px; - text-align: justify; -} - -.newBtn .round { - border-radius: 24px; -} - -.newBtn .btn { - padding: 14px 16px; - border: 0 none; - font-weight: 700; - font-size: 14px; - letter-spacing: 1px; - text-transform: uppercase; - color: #fff !important; - width: 190px; - margin: 24px 16px -} - -.newBtn .btn:focus, .btn:active:focus, .btn.active:focus { - outline: 0 none; -} - -.newBtn .btn-primary { - background: #0099cc; - color: #ffffff; -} -.newBtn .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { - background: #ffffff; - transition: .1s ease-in; -} -.newBtn .btn-primary:active, .btn-primary.active { - background: #007299; - box-shadow: none; -} - -/* For twitter news feed button */ -.twitterBtn .round { - border-radius: 18px; -} - -.twitterBtn .btn { - padding: 10px 24px; - border: 0 none; - font-weight: 700; - font-size: 13px; - letter-spacing: 1px; - text-transform: uppercase; - color: #fff !important; - width: 280px; - margin: 8px 16px -} - -.twitterBtn .btn:focus, .btn:active:focus, .btn.active:focus { - outline: 0 none; -} - -.twitterBtn .btn-primary { - background: #0099cc; - color: #ffffff; -} -.twitterBtn .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { - background: #33a6cc; - transition: .1s ease-in; -} -.twitterBtn .btn-primary:active, .btn-primary.active { - background: #007299; - box-shadow: none; -} - -/* For Medium Blog post */ -.blog { - background: #fff; - padding-bottom: 28px; -} - -.blog .container { - width: 60vw; - max-width: 750px; -} - -.blogContentBox { - border-top: solid 1px #93A1A1; - margin-top: 26px; - padding-top: 22px; - padding-bottom: 16px; -} - -.blog h2 { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - text-align: center; - padding-top: 32px; - font-size: 36px; - font-weight: 700; - text-transform: uppercase; - border-bottom: none; - letter-spacing: 1px; -} - -.blogList { - min-height: 25px; - margin-bottom: 22px; - border-bottom: 1px solid #EFEFEF; - padding-bottom: 22px; -} - -.blogList .blogHead { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - height: 30px; -} - -.blogList .blogTitle { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - -.blogList .blogTitle a { - font-size: 24px; - font-weight: 700; - letter-spacing: -.02em; - line-height: 1.2; - color: rgba(0,0,0,.7); - margin-top: 5px; - margin-bottom: 3px; -} - -.blogList .blogDescription { - margin-top: 14px; - margin-bottom: 14px; - letter-spacing: -.02em; - font-weight: 200; - font-size: 16px; - line-height: 1.3; - color: #000; -} - -.blogList .blogAuthor { - font-weight: 200; - color: #00ab6b; - float: left; -} - -.blogList .blogPublishDate::before { - content: '\00B7'; -} - -.blogList .blogPublishDate { - font-weight: 200; - color: rgba(0,0,0,.44); -} - -/* Demo img thumbnail */ -.thumbnail { - background-color: transparent; - border: none; - display: inline; -} - -.thumbnail img { - margin: 0 5px 5px 0; -} - -.thumbnail:hover { - background-color: transparent; -} - -/* For enlarged image*/ -.thumbnail span img { - border-width: 0; - padding: 2px; - max-width: 55vw; -} - -.viz .thumbnail span { - position: absolute; - padding: 5px; - left: -55vw; - visibility: hidden; - color: black; - text-decoration: none; - width: 30px; -} - -.viz .thumbnail:hover span { - visibility: visible; - top: 0; - left: 320px; /*position where enlarged image should offset horizontally */ - z-index: 50; -} - -.multi .thumbnail span { - position: absolute; - padding: 5px; - left: -12vw; - top: 160px; - visibility: hidden; - color: black; - text-decoration: none; - width: 30px; -} - -.multi .thumbnail:hover span { - visibility: visible; - z-index: 50; -} - -.personal .thumbnail span { - position: absolute; - padding: 5px; - left: -55vw; - visibility: hidden; - color: black; - text-decoration: none; - width: 30px; -} - -.personal .thumbnail:hover span { - visibility: visible; - top: 0; - z-index: 50; -} - - -/* Custom, iPhone Retina */ -@media only screen and (max-width: 480px) { - .jumbotron h1 { - display: none; - } - .navbar-brand small { - display: none; - color: white; - } -} - -@media only screen and (max-width: 768px) { - .navbar .navbar-brand { - padding-bottom: 0; - } - - /* For enlarged image*/ - .thumbnail span img { - max-width: 86vw !important; - } - - .viz .thumbnail span { - left: 0; - } - - .viz .thumbnail:hover span { - top: 16vh; - left: 0; - } - - .multi .thumbnail span { - left: 0; - top: 16vh; - } - - .personal .thumbnail span { - left: 0; - } - - .personal .thumbnail:hover span { - top: 16vh; - left: 0; - } - - .blog .container { - width: 80vw; - } -} - -@media only screen -and (min-width: 768px) -and (max-width: 996px) { - .navbar-brand small { - display: none; - } - .navbar-collapse.collapse { - padding-right: 0; - } - .navbar-header { - float: none; - } - .navbar-toggle { - display: block; - } - .navbar-fixed-top { - top: 0; - border-width: 0 0 1px; - } - .navbar-collapse { - border-top: 1px solid transparent; - box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); - } - .navbar-collapse.collapse { - display: none!important; - } - .navbar-nav { - float: none!important; - margin-top: 7.5px; - } - .navbar-nav>li { - float: none; - } - .navbar-nav>li>a { - padding-top: 10px; - padding-bottom: 10px; - } - .collapse.in{ - display:block !important; - } -} - -@media only screen -and (min-width: 768px) -and (max-width: 1024px) { - .navbar-brand small { - display: none; - } - .navbar-collapse.collapse { - padding-right: 0; - } -} - -/* master branch docs dropdown menu */ -#menu .dropdown-menu li span { - padding: 3px 10px 10px 10px; - font-size: 13px; -} - -#menu .caret { - border-top-color: white; - border-bottom-color: white; -} - -#menu .open .caret { - border-top-color: #428bca; - border-bottom-color: #428bca; -} - -#menu .navbar-brand { - margin-right: 50px; -} - -/* gh-pages branch docs dropdown menu */ -#docs .dropdown-menu { - left: 0; - right: auto; -} - -#docs .dropdown-menu li span { - padding: 3px 10px 10px 10px; - font-size: 13px; -} - -/* -** Media Queries CSS -*/ - - - -@media (max-width: 991px) { - .navbar-inverse .navbar-brand { - font-size: 28px; - } - - .content { - padding: 2rem 4rem; - } -} - -@media (max-width: 768px) { - .navbar-collapse.in { - box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4); - } - - .bigFingerButton { - margin-top: 12px; - display: block; - margin-right: auto; - margin-left: auto; - } - - .sideMenu { - margin-bottom: 15px; - } - - .content { - padding: 2rem 2rem; - } -} - -@media screen and (min-width: 768px) { - .carousel-indicators { - margin-bottom: -60px; - } - .carousel-caption { - padding-bottom: 60px; - } -}
http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/css/syntax.css ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/css/syntax.css b/website/assets/themes/mahout/css/syntax.css deleted file mode 100644 index 1e651cf..0000000 --- a/website/assets/themes/mahout/css/syntax.css +++ /dev/null @@ -1,60 +0,0 @@ -.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/mahout/blob/978d4467/website/assets/themes/mahout/imgx/asf_logo.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/asf_logo.png b/website/assets/themes/mahout/imgx/asf_logo.png deleted file mode 100644 index b20bb7f..0000000 Binary files a/website/assets/themes/mahout/imgx/asf_logo.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/available_interpreters.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/available_interpreters.png b/website/assets/themes/mahout/imgx/available_interpreters.png deleted file mode 100644 index dc5545e..0000000 Binary files a/website/assets/themes/mahout/imgx/available_interpreters.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/body-bg.jpg ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/body-bg.jpg b/website/assets/themes/mahout/imgx/body-bg.jpg deleted file mode 100644 index 0e0f861..0000000 Binary files a/website/assets/themes/mahout/imgx/body-bg.jpg and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/graph1.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/graph1.png b/website/assets/themes/mahout/imgx/graph1.png deleted file mode 100644 index 45296d3..0000000 Binary files a/website/assets/themes/mahout/imgx/graph1.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/graph2.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/graph2.png b/website/assets/themes/mahout/imgx/graph2.png deleted file mode 100644 index 75d4558..0000000 Binary files a/website/assets/themes/mahout/imgx/graph2.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/header-bg.jpg ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/header-bg.jpg b/website/assets/themes/mahout/imgx/header-bg.jpg deleted file mode 100644 index 960bff7..0000000 Binary files a/website/assets/themes/mahout/imgx/header-bg.jpg and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/helium.gif ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/helium.gif b/website/assets/themes/mahout/imgx/helium.gif deleted file mode 100644 index e97a238..0000000 Binary files a/website/assets/themes/mahout/imgx/helium.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/highlight-bg.jpg ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/highlight-bg.jpg b/website/assets/themes/mahout/imgx/highlight-bg.jpg deleted file mode 100644 index 4c4a78e..0000000 Binary files a/website/assets/themes/mahout/imgx/highlight-bg.jpg and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/interpreter.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/interpreter.png b/website/assets/themes/mahout/imgx/interpreter.png deleted file mode 100644 index 28d92f6..0000000 Binary files a/website/assets/themes/mahout/imgx/interpreter.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/maven_default_icon.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/maven_default_icon.png b/website/assets/themes/mahout/imgx/maven_default_icon.png deleted file mode 100644 index 56b3894..0000000 Binary files a/website/assets/themes/mahout/imgx/maven_default_icon.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/notebook.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/notebook.png b/website/assets/themes/mahout/imgx/notebook.png deleted file mode 100644 index 5995bf2..0000000 Binary files a/website/assets/themes/mahout/imgx/notebook.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/personalize.gif ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/personalize.gif b/website/assets/themes/mahout/imgx/personalize.gif deleted file mode 100644 index 95c6af2..0000000 Binary files a/website/assets/themes/mahout/imgx/personalize.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/scope.gif ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/scope.gif b/website/assets/themes/mahout/imgx/scope.gif deleted file mode 100644 index aa6c6b1..0000000 Binary files a/website/assets/themes/mahout/imgx/scope.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/collaboration.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/collaboration.png b/website/assets/themes/mahout/imgx/screenshots/collaboration.png deleted file mode 100644 index 1a68468..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/collaboration.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/display_angular.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/display_angular.png b/website/assets/themes/mahout/imgx/screenshots/display_angular.png deleted file mode 100644 index 923f0a5..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/display_angular.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/display_angular1.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/display_angular1.png b/website/assets/themes/mahout/imgx/screenshots/display_angular1.png deleted file mode 100644 index b24810c..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/display_angular1.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/display_angular2.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/display_angular2.png b/website/assets/themes/mahout/imgx/screenshots/display_angular2.png deleted file mode 100644 index e2c366b..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/display_angular2.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/display_angular3.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/display_angular3.png b/website/assets/themes/mahout/imgx/screenshots/display_angular3.png deleted file mode 100644 index a5f622d..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/display_angular3.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/display_html.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/display_html.png b/website/assets/themes/mahout/imgx/screenshots/display_html.png deleted file mode 100644 index 745c27e..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/display_html.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/display_image.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/display_image.png b/website/assets/themes/mahout/imgx/screenshots/display_image.png deleted file mode 100644 index 26624ab..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/display_image.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/display_table.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/display_table.png b/website/assets/themes/mahout/imgx/screenshots/display_table.png deleted file mode 100644 index 255860c..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/display_table.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/display_table1.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/display_table1.png b/website/assets/themes/mahout/imgx/screenshots/display_table1.png deleted file mode 100644 index ce2946d..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/display_table1.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/display_table_html.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/display_table_html.png b/website/assets/themes/mahout/imgx/screenshots/display_table_html.png deleted file mode 100644 index bce874c..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/display_table_html.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/display_text.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/display_text.png b/website/assets/themes/mahout/imgx/screenshots/display_text.png deleted file mode 100644 index d177404..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/display_text.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/display_text1.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/display_text1.png b/website/assets/themes/mahout/imgx/screenshots/display_text1.png deleted file mode 100644 index c39eb09..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/display_text1.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/dynamicform.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/dynamicform.png b/website/assets/themes/mahout/imgx/screenshots/dynamicform.png deleted file mode 100644 index 13a9afe..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/dynamicform.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/form_input.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/form_input.png b/website/assets/themes/mahout/imgx/screenshots/form_input.png deleted file mode 100644 index 2bb4878..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/form_input.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/form_input_default.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/form_input_default.png b/website/assets/themes/mahout/imgx/screenshots/form_input_default.png deleted file mode 100644 index 6dedf2c..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/form_input_default.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/form_input_default_prog.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/form_input_default_prog.png b/website/assets/themes/mahout/imgx/screenshots/form_input_default_prog.png deleted file mode 100644 index 246e1c6..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/form_input_default_prog.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/form_input_prog.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/form_input_prog.png b/website/assets/themes/mahout/imgx/screenshots/form_input_prog.png deleted file mode 100644 index e727244..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/form_input_prog.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/form_select.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/form_select.png b/website/assets/themes/mahout/imgx/screenshots/form_select.png deleted file mode 100644 index f6a1d85..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/form_select.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/form_select_displayname.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/form_select_displayname.png b/website/assets/themes/mahout/imgx/screenshots/form_select_displayname.png deleted file mode 100644 index b1b5666..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/form_select_displayname.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/form_select_prog.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/form_select_prog.png b/website/assets/themes/mahout/imgx/screenshots/form_select_prog.png deleted file mode 100644 index b5d6ca5..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/form_select_prog.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/homepage_notebook_id.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/homepage_notebook_id.png b/website/assets/themes/mahout/imgx/screenshots/homepage_notebook_id.png deleted file mode 100644 index ac6ceef..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/homepage_notebook_id.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/homepage_notebook_list.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/homepage_notebook_list.png b/website/assets/themes/mahout/imgx/screenshots/homepage_notebook_list.png deleted file mode 100644 index a5ac6f2..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/homepage_notebook_list.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/interpreter_create.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/interpreter_create.png b/website/assets/themes/mahout/imgx/screenshots/interpreter_create.png deleted file mode 100644 index dacd278..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/interpreter_create.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/interpreter_setting.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/interpreter_setting.png b/website/assets/themes/mahout/imgx/screenshots/interpreter_setting.png deleted file mode 100644 index d6b9a21..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/interpreter_setting.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/interpreter_setting_spark.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/interpreter_setting_spark.png b/website/assets/themes/mahout/imgx/screenshots/interpreter_setting_spark.png deleted file mode 100644 index 83b6249..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/interpreter_setting_spark.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/link_paragraph.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/link_paragraph.png b/website/assets/themes/mahout/imgx/screenshots/link_paragraph.png deleted file mode 100644 index 1c854d4..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/link_paragraph.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/markdown.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/markdown.png b/website/assets/themes/mahout/imgx/screenshots/markdown.png deleted file mode 100644 index 50c5c87..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/markdown.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/multiple_language_backend.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/multiple_language_backend.png b/website/assets/themes/mahout/imgx/screenshots/multiple_language_backend.png deleted file mode 100644 index 4d91168..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/multiple_language_backend.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/notebook.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/notebook.png b/website/assets/themes/mahout/imgx/screenshots/notebook.png deleted file mode 100644 index ae9bb4b..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/notebook.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/pivot.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/pivot.png b/website/assets/themes/mahout/imgx/screenshots/pivot.png deleted file mode 100644 index 1f5a91b..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/pivot.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/publish.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/publish.png b/website/assets/themes/mahout/imgx/screenshots/publish.png deleted file mode 100644 index d01f936..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/publish.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/spark.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/spark.png b/website/assets/themes/mahout/imgx/screenshots/spark.png deleted file mode 100644 index 4c50dc0..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/spark.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/sparksql.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/sparksql.png b/website/assets/themes/mahout/imgx/screenshots/sparksql.png deleted file mode 100644 index 1ee9653..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/sparksql.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/screenshots/visualization.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/screenshots/visualization.png b/website/assets/themes/mahout/imgx/screenshots/visualization.png deleted file mode 100644 index 49ec55b..0000000 Binary files a/website/assets/themes/mahout/imgx/screenshots/visualization.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/sidebar-bg.jpg ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/sidebar-bg.jpg b/website/assets/themes/mahout/imgx/sidebar-bg.jpg deleted file mode 100644 index 42890fe..0000000 Binary files a/website/assets/themes/mahout/imgx/sidebar-bg.jpg and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/spark_logo.jpg ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/spark_logo.jpg b/website/assets/themes/mahout/imgx/spark_logo.jpg deleted file mode 100644 index afe2d1b..0000000 Binary files a/website/assets/themes/mahout/imgx/spark_logo.jpg and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/user-impersonation.gif ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/user-impersonation.gif b/website/assets/themes/mahout/imgx/user-impersonation.gif deleted file mode 100644 index eb39bc8..0000000 Binary files a/website/assets/themes/mahout/imgx/user-impersonation.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/zeppelin_classic_logo.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/zeppelin_classic_logo.png b/website/assets/themes/mahout/imgx/zeppelin_classic_logo.png deleted file mode 100644 index ed3c282..0000000 Binary files a/website/assets/themes/mahout/imgx/zeppelin_classic_logo.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/themes/mahout/imgx/zeppelin_logo.png ---------------------------------------------------------------------- diff --git a/website/assets/themes/mahout/imgx/zeppelin_logo.png b/website/assets/themes/mahout/imgx/zeppelin_logo.png deleted file mode 100644 index 0b45fa4..0000000 Binary files a/website/assets/themes/mahout/imgx/zeppelin_logo.png and /dev/null differ
