diff options
author | prashantsinalkar | 2018-08-06 16:56:03 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-08-06 16:56:03 +0530 |
commit | ada9a719e8aa332d18f539d96b19e687f1a68864 (patch) | |
tree | fc9a865de51a8da9e0052576bc9a979fb078ae5b /static/website/bootstrap-css | |
parent | ed93409f9a01717c612c3d03ff95966d547f4cc7 (diff) | |
download | SciPy2018-ada9a719e8aa332d18f539d96b19e687f1a68864.tar.gz SciPy2018-ada9a719e8aa332d18f539d96b19e687f1a68864.tar.bz2 SciPy2018-ada9a719e8aa332d18f539d96b19e687f1a68864.zip |
added team content
Diffstat (limited to 'static/website/bootstrap-css')
-rwxr-xr-x | static/website/bootstrap-css/custom.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/static/website/bootstrap-css/custom.css b/static/website/bootstrap-css/custom.css index 0f03c3b..7d3df62 100755 --- a/static/website/bootstrap-css/custom.css +++ b/static/website/bootstrap-css/custom.css @@ -32,3 +32,44 @@ if it's not present, don't show loader */ .modal-footer { border-top: none; !important } +.src-image { + display: none; +} + +.card { + overflow: hidden; + position: relative; + border: 1px solid #CCC; + border-radius: 8px; + text-align: center; + padding: 0; + background-color: #284c79; + color: rgb(136, 172, 217); +} + +.card .header-bg { + /* This stretches the canvas across the entire hero unit */ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 70px; + border-bottom: 1px #FFF solid; + /* This positions the canvas under the text */ + z-index: 1; +} +.card .avatar { + position: relative; + margin-top: 15px; + z-index: 100; +} + +.card .avatar img { + width: 100px; + height: 100px; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + border-radius: 50%; + border: 5px solid rgba(0,0,30,0.8); +} + |