diff options
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 105 |
1 files changed, 12 insertions, 93 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index a28b5601b..2ddd32980 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -51,6 +51,7 @@ section { line-height: 1; text-align: center; margin-bottom: 9px; + text-shadow: 0 1px 2px rgba(0,0,0,.5); } #masthead p.lead { font-size: 20px; @@ -59,51 +60,27 @@ section { text-align: center; margin: 0; } -#masthead a.btn { - background-color: #552e7e; - background-repeat: no-repeat; - background-image: -webkit-gradient(linear, left top, left bottom, from(#7a43b6), to(#552e7e)); - background-image: -webkit-linear-gradient(#7a43b6, #552e7e); - background-image: -moz-linear-gradient(#7a43b6, #552e7e); - background-image: -o-linear-gradient(top, #7a43b6, #552e7e); - background-image: -khtml-gradient(linear, left top, left bottom, from(#7a43b6), to(#552e7e)); - filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7a43b6', EndColorStr='#552e7e', GradientType=0); - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7a43b6', EndColorStr='#552e7e', GradientType=0))"; - padding-top: 5px; - padding-bottom: 4px; - margin-bottom: 18px; - font-weight: normal; - border: 0; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.4); - -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.4); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.4); - -webkit-transition: all 0.2s linear; - -moz-transition: all 0.2s linear; - transition: all 0.2s linear; -} -#masthead small { - display: block; - text-align: center; - font-size: 13px; - line-height: 18px; - color: rgba(255,255,255,0.5); -} -#masthead small a { - color: #fff; -} div.quickstart { - background-color: rgba(0,0,0,.03); + background-color: #f5f5f5; + background-repeat: repeat-x; + background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5)); + background-image: -moz-linear-gradient(#f9f9f9, #f5f5f5); + background-image: -ms-linear-gradient(#f9f9f9, #f5f5f5); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f5f5f5)); + background-image: -webkit-linear-gradient(#f9f9f9, #f5f5f5); + background-image: -o-linear-gradient(#f9f9f9, #f5f5f5); + -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0)"; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0); + background-image: linear-gradient(#f9f9f9, #f5f5f5); margin-bottom: -36px; border-top: 1px solid #fff; border-bottom: 1px solid #eee; } div.quickstart div.row { margin: 0 -20px; -/* background-color: rgba(0,0,0,.1); */ } div.quickstart div.columns { -/* background-color: rgba(0,0,0,.1); */ width: 285px; height: 100px; margin-left: 0; @@ -113,7 +90,6 @@ div.quickstart div.columns { div.quickstart div.columns:last-child { border-right: 1px solid #eee; width: 286px; -/* padding-right: 20px; */ } div.quickstart h6, div.quickstart p { @@ -137,64 +113,7 @@ div.quickstart form textarea { -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1); -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1); box-shadow: inset 0 1px 3px rgba(0,0,0,.1); -/* - border: 0; - display: block; - width: 270px; - margin: 0 0 9px; - padding: 3px 5px; - background-color: rgba(0,0,0,.3); - -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.15); - -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.15); - box-shadow: inset 0 1px 3px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.15); - color: #fff; - color: rgba(255,255,255,.65); - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -*/ -} -/* -div.quickstart form textarea:focus { - background-color: #fff; - color: #333; - -webkit-box-shadow: 0 0 5px rgba(255,255,255,.25); - -moz-box-shadow: 0 0 5px rgba(255,255,255,.25); - box-shadow: 0 0 5px rgba(255,255,255,.25); } -*/ - -/* -div.quick-start { - padding: 0 20px; - margin: 36px 0 0; -} -div.quick-start h4, -div.quick-start p, -div.quick-start form { - float: left; -} -#masthead div.quick-start p { - margin-bottom: 0; - font-size: 14px; - line-height: 27px; - color: rgba(255,255,255,.5); -} -div.quick-start p a { - color: #fff; -} -div.quick-start form { - margin-bottom: 0; - padding: 0 10px; -} -div.quick-start form input { - width: 530px; - border: none; - padding: 3px 5px; - height: 21px; - line-height: 21px; -} -*/ #footer { margin-top: 80px; } |
