From e06fa1dc74532463d64060e2ba21799848a8e47e Mon Sep 17 00:00:00 2001 From: ryderr Date: Tue, 30 Sep 2014 17:46:54 -0400 Subject: stylez --- public/assets/stylesheets/app.css | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'public') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 9050486..2cf65c0 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -50,10 +50,14 @@ a{ width: 100%; top: 0; left: 0; - background: white; z-index: 6; } +.page #header { + background: white; + border-bottom: 1px solid; +} + /*page*/ .topLogo { @@ -355,7 +359,7 @@ iframe.embed { font-size: 148px; background-size: cover; background-position: center; - width: 33.3333%; + width: 40%; height: 50vh; float: left; } @@ -375,7 +379,13 @@ iframe.embed { font-weight: 300; float:left; text-decoration: none; - border-bottom:1px solid transparent; +} +.page .topLinks a { + border-right:1px solid; +} + +.topLinks a:last-child { + border-right:0px solid; } .topLinks a:hover { background: black; @@ -384,13 +394,12 @@ iframe.embed { .profilepage .bio { text-align: left; padding: 0 5%; - width: 66.5%; + width: 60%; background-image: url(../img/pattern.png); background-size: 100%; background-color: lightyellow; display: table; height: 50vh; - border-top: 1px solid; float: left; } @@ -784,7 +793,7 @@ iframe.embed { left: 0; width: 100%; height: 100%; - z-index: 3; + z-index: 6; overflow-y: scroll; } @@ -992,9 +1001,8 @@ iframe.embed { } .mediaDrawer h2{ - font-size: 18px; + font-size: 24px; display: inline-block; - margin-top: 20px; position:relative; z-index:4; } -- cgit v1.2.3-70-g09d2