diff options
| author | Christine Dodrill <me@christine.website> | 2016-12-16 20:07:34 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2016-12-16 20:07:34 -0800 |
| commit | 0dd6f1c40bbb8aabbc9a4af49692e7c5613d4e45 (patch) | |
| tree | 70a467567ddaa1586b869ddea61715c25175aa81 /static | |
| parent | 7c4d5314934c069ac6ec435bcc8582ed2b50b708 (diff) | |
| download | xesite-0dd6f1c40bbb8aabbc9a4af49692e7c5613d4e45.tar.xz xesite-0dd6f1c40bbb8aabbc9a4af49692e7c5613d4e45.zip | |
Add static file, change eifel tower to my avatar
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/about/main.css | 104 | ||||
| -rw-r--r-- | static/css/main.css | 3 | ||||
| -rw-r--r-- | static/img/about/tower.jpg | bin | 0 -> 147510 bytes | |||
| -rw-r--r-- | static/img/avatar.png | bin | 0 -> 91545 bytes |
4 files changed, 107 insertions, 0 deletions
diff --git a/static/css/about/main.css b/static/css/about/main.css new file mode 100644 index 0000000..900fdd1 --- /dev/null +++ b/static/css/about/main.css @@ -0,0 +1,104 @@ +img.textwrap-right { + float: right; + margin: 10px; +} + +.well { + margin-top:-20px; + text-align:center; + cursor:pointer; + font-size: 25px; + padding: 15px; + border-radius: 0px !important; +} + +.well:hover { + margin-top:-20px; + border:2px solid black; + text-align:center; + cursor:pointer; + font-size: 25px; + padding: 15px; + border-radius: 0px !important; +} + +.bg_blur +{ + background-image:url('/static/img/avatar.png'); + height: 512px; + background-size: cover; + overflow: visible; +} + +.fb_wrap { + margin: 0 auto; + padding: 10px; +} + +.follow_btn { + text-decoration: none; + height: 20%; + padding: 10px; + background-color: #E5B7CE; + padding-top: 6px; + color: #fff; + text-align: center; + font-size: 20px; + opacity: 1.0; +} + +.follow_btn:hover { + text-decoration: none; + background-color: #FE9ACD; + padding: 10px; + padding-top: 6px; + color: #fff; + text-align: center; + font-size: 20px; + border: 4px solid rgba(255, 255, 255, 0.8); +} + +.header{ + color : #808080; + margin-left:10%; + margin-top:70px; +} + +.picture{ + height:150px; + width:150px; + top: 75px; + left:-75px; + float: left; +} + +.picture_mob{ + position: absolute; + width: 35%; + left: 35%; + bottom: 70%; +} + +.btn-style{ + color: #fff; + background-color: #007FBE; + border-color: #adadad; + width: 33.3%; +} + +.btn-style:hover { + color: #333; + background-color: #3D5DE0; + border-color: #adadad; + width: 33.3%; +} + +@media (max-width: 767px) { + .header{ + text-align : center; + } + + .nav{ + margin-top : 30px; + } +} diff --git a/static/css/main.css b/static/css/main.css new file mode 100644 index 0000000..8411af4 --- /dev/null +++ b/static/css/main.css @@ -0,0 +1,3 @@ +body { + background-color: #FFCCE6; +}
\ No newline at end of file diff --git a/static/img/about/tower.jpg b/static/img/about/tower.jpg Binary files differnew file mode 100644 index 0000000..3d9f264 --- /dev/null +++ b/static/img/about/tower.jpg diff --git a/static/img/avatar.png b/static/img/avatar.png Binary files differnew file mode 100644 index 0000000..f4b9014 --- /dev/null +++ b/static/img/avatar.png |
