aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2017-05-20 15:06:11 -0700
committerChristine Dodrill <me@christine.website>2017-05-20 15:06:11 -0700
commit64fe5c582a2f93d6b4920eb820b4097993a63da8 (patch)
tree6c29fe31091a2e4bd5af97b8074c8386f760bc93 /static/css
parent30aa5d8c2ddb49ec56596edad23b5c1043737366 (diff)
downloadxesite-64fe5c582a2f93d6b4920eb820b4097993a63da8.tar.xz
xesite-64fe5c582a2f93d6b4920eb820b4097993a63da8.zip
resume: clean up, add heroku
Diffstat (limited to 'static/css')
-rw-r--r--static/css/about/main.css108
-rw-r--r--static/css/main.css3
2 files changed, 0 insertions, 111 deletions
diff --git a/static/css/about/main.css b/static/css/about/main.css
deleted file mode 100644
index feae899..0000000
--- a/static/css/about/main.css
+++ /dev/null
@@ -1,108 +0,0 @@
-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: url('/static/img/avatar.png');
- height: 512px;
- background-size: cover;
- overflow: visible;
-}
-
-.bgblurback {
- height: 100%;
-}
-
-.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
deleted file mode 100644
index 83af9e7..0000000
--- a/static/css/main.css
+++ /dev/null
@@ -1,3 +0,0 @@
-body {
- background-color: #F2E6EB;
-} \ No newline at end of file