diff --git a/css/.DS_Store b/css/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/css/.DS_Store differ diff --git a/css/custom.css b/css/custom.css index 6e7ce8b..330d3e0 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1 +1,72 @@ -/* You can include your custom styling here */ \ No newline at end of file +/* You can include your custom styling here */ + +body { + font-family: "Source Sans Pro", sans-serif; + font-style: normal; + background-color: rgba(217,224,226,0.4); +} + +#sidebar li { +border-top: 1px solid rgba(217,224,226,0.4); +} +.fig { + color: gray; +} + +.thumbnail { + float: left; + height: 50px; + width: 60px; + position: relative; +} + +.sidebar { + background-color: white; +} + +.container-fluid .navbar-header ul li a { + color: gray; +} + +.container-fluid .navbar-header ul li a:hover { + color: red; + border-bottom: 2px solid red; +} +.navbar-header ul li a { + border-color: #ff3c1f; + color: #ff3c1f; + opacity: 1; + border-bottom: 2px solid transparent; +} +.sidebarbody { +} + +.sidebar-item { + display: inline-block; +} + +.form-control { + background-color: red; + color: white; +} + +#searchbar { + background-color: white; + color: gray; +} + +#twittericon { + padding:0; + margin:0; +} + +#menudown { + height: auto; + width: 500px; +} + +.nav-sidebar { + height: 500px; + overflow-y:scroll; +} + diff --git a/images/.DS_Store b/images/.DS_Store index 416248f..042008b 100644 Binary files a/images/.DS_Store and b/images/.DS_Store differ diff --git a/images/screenshots/.DS_Store b/images/screenshots/.DS_Store new file mode 100644 index 0000000..5666a0d Binary files /dev/null and b/images/screenshots/.DS_Store differ diff --git a/index.html b/index.html index ce15d9c..e845c74 100644 --- a/index.html +++ b/index.html @@ -18,9 +18,22 @@ + + + + +
- + +