From b60a065fc76706a835b1957cfcac8831daa5480c Mon Sep 17 00:00:00 2001 From: ryderr Date: Mon, 17 Nov 2014 17:00:50 -0500 Subject: howto and button --- public/assets/stylesheets/app.css | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 65968f2..820c631 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -378,6 +378,18 @@ h5 { background-position:center; } +.projectList.about.howto .item span:nth-child(1){ + width: 300px; + height: 300px; + display: inline-block; + float: left; + border-radius: 0; + background-size:cover; + background-position:center; + border: 1px solid; + box-shadow: 2px 2px black; +} + .projectList.about .item span h3{ font-weight: 500; font-size: 25px; @@ -830,7 +842,7 @@ iframe.embed { margin: 0 auto; line-height: 50px; } -.gopro span a{ +.greenbtn{ width: 100%; display: inline-block; text-align: center; @@ -842,7 +854,14 @@ iframe.embed { -moz-transition:0.2s background; transition:0.2s background; } -.gopro span a:hover{ +.greenbtn.learn { + width: 80%; + clear: both; + font-size: 30px; + font-weight: 300; + margin: 110px 10% 0 10%; +} +.greenbtn:hover{ background:black; } .profilepage .about h2 .btn { @@ -963,7 +982,7 @@ border-left: 1px solid black; } .editing .mx-scenery:hover, .editing .mx-scenery.picked { - border: 2px dashed yellow; + border: 1px dashed black; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; @@ -3041,6 +3060,9 @@ a[data-role="forgot-password"] { .gopro span a{ margin-top: 20px; } + .greenbtn.learn { + display:none; + } } @media screen and (orientation:portrait) { -- cgit v1.2.3-70-g09d2 From 37466ff2c09432f27a96f7a33dc041175847f6d6 Mon Sep 17 00:00:00 2001 From: ryderr Date: Mon, 17 Nov 2014 17:35:33 -0500 Subject: learn button --- public/assets/stylesheets/app.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 820c631..cf11b1a 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -855,11 +855,13 @@ iframe.embed { transition:0.2s background; } .greenbtn.learn { - width: 80%; + width: 60%; clear: both; - font-size: 30px; + font-size: 26px; font-weight: 300; - margin: 110px 10% 0 10%; + margin: 140px 0% 0 20%; + background: #0054ff; + padding: 20px 0; } .greenbtn:hover{ background:black; -- cgit v1.2.3-70-g09d2