Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the website look & feel for consistency with rz-examples #222

Merged
merged 10 commits into from Nov 8, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions css/bootstrap-theme.min.css

This file was deleted.

14 changes: 10 additions & 4 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

221 changes: 221 additions & 0 deletions css/custom.css
@@ -0,0 +1,221 @@
body {
margin: 0;
padding-top:20px;
}

body p {
font-size:1.1em;
}

/* --------------------NAV BAR--------------------------*/
.navbar-inverse {
background-color: #57068c;
border-color: transparent;
font-size:1.3em;
}
.navbar-inverse .navbar-brand {
color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #bbbbbb;
}
.navbar-inverse .navbar-nav > li > a {
color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #0c84e4;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #0c84e4;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #0c84e4;
color: #ffffff;
}

/* --------------------DROP DOWN AT NAVBAR--------------------------*/
.dropdown-menu>li>a{
display:block;
padding:3px 20px;
clear:both;
font-weight:normal;
line-height:1.846;
color:#23241e;
white-space:nowrap
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{
text-decoration:none;
color:#141414;
background-color:#eeeeee
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{
color:#ffffff;
text-decoration:none;
outline:0;
background-color:#2196f3
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
color:#bbbbbb
}

/* --------------------SAMPLE CODE--------------------------*/
/* Sample code areas */
@media(min-width:768px) {
.codesample-left {
width: 75%;
margin: 2em auto 1em 0;
}
.codesample-right {
float: left;
width: 75%;
padding-left: 1em;
}
.codesample-arrow {
float: left;
width: 25%;
background-image: url(arrow.png);
background-size: 100%;
background-repeat: no-repeat;
height: 320px;
}
.codesample-bottom:after {
visibility: hidden;
display: block;
content: " ";
clear: both;
height: 0;
}
}
/* Sample titles */
.code-title {
font-size: 13px;
font-weight: 700;
color: #959595;
text-transform: uppercase;
letter-spacing: 1px;
padding-left: 2em;
line-height: 2em;

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* --------------------FOOTER--------------------------*/
body > .container {
padding-bottom: 65px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
background-color: #f5f5f5;
padding: 10px 0;
}
.footer p {
margin: 0;
color: #777;
text-align: center;
}

/* --------------------TWITTER WIDGET--------------------------*/
#twitter-wrapper {
display: none;
}
#twitter-wrapper.affix {
position: fixed;
top: 2px;
}
@media(min-width:768px) {
#twitter-wrapper {
display: block;
width: 187.5px;
}
}
@media(min-width:992px) {
#twitter-wrapper {
display: block;
width: 242.5px;
}
}
@media(min-width:1200px) {
#twitter-wrapper {
display: block;
width: 292.5px;
}
}

/* --------------------NEWS TABLE--------------------------*/
.date {
width: 10px;
vertical-align: top;
padding-bottom: 10px;
}

.news {
width: 250px;
vertical-align: top;
padding-bottom: 10px;
}

/* --------------------MISCELLANEOUS--------------------------*/
/* iframe */
iframe {
margin: 0 auto;
display: block;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

tt {
background-color: #f3f3f3;
}
18 changes: 0 additions & 18 deletions css/theme.css

This file was deleted.

Binary file added img/2013-paper-sigmod.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/2013-paper-tapp.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/2013-poster-sigmod.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/2013-presentation-BTPDF2.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/2013-presentation-ICERM.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/2013-presentation-tapp.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/2013-presentation-workshopSoftwareInfra.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/2015-05-digiscome-shasha.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/2015-10-att-shasha.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/2015-10-presentation-summitUW.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/2015-presentation-berkeley.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/2015-presentation-columbia.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/2015-presentation-uw.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/2016-05-presentation-daspos.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/2016-10-presentation-pasig.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/2016-10-presentation-rutgers.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/2016-paper-sigmod.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/2016-poster-force.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/2016-poster-msdseSummit.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/2016-poster-sigmod.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/2016-presentation-daghust.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.