Skip to content
Snippets Groups Projects
Commit 9f289d70 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Added peoples-page

parent 3c0879f1
No related branches found
No related tags found
No related merge requests found
......@@ -387,91 +387,13 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
width: 95%;
}
/* --------- Single posts -------- */
.single-post-content, .single-post-interactions{
margin-top: 1em !important;
border-top: 1px solid black;
padding-top: 4em !important;
margin-top: 3em !important;
}
.single-post-content{
padding-top: 4em !important;
border-top: 1px solid black;
overflow-y: auto !important;
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
}
.single-post-interactions{
background-color: rgba(255,255,255,1) !important;
}
.single-post-interactions .comment{
margin-left: 1em !important;
border: 1px solid black !important;
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
}
.single-post-interactions .img{
border: 1px solid black !important;
width: 6em;
height: 6em;
margin-left: -1em;
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
}
.single-post-interactions .img img{
width: 6em !important;
height: auto !important;
z-index: 1000!important;
}
.single-post-interactions .bd a.author-name{
box-sizing: border-box !important;
border: 1px solid black;
position: absolute;
margin-top: 1px !important;
padding-left: 3.5em !important;
width:24em !important;
z-index: 0 !important;
border-top: none;
-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
}
.single-post-interactions .permalink_comment{
background-color: white;
border: 1px solid black;
margin-left: -1em;
padding: 0.1em 1em;
-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.75);
}
.single-post-interactions .count{
position: fixed;
right: 2em;
}
.single-post-interactions .new_comment textarea{
margin: 2em 2em 2em 2em !important;
height: 9em !important;
}
.page-posts{
background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, #fff);
background-size: 50px 50px;
overflow-y: auto !important;
}
.stream-photo, .slides{
......@@ -547,3 +469,38 @@ box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
margin-left: 2.7em;
margin-bottom: 2em;
}
/* ---- page people ----------*/
.page-people{
background-color: rgba(200,50,50,1);
}
.page-people .col-md-4{
border: 1px solid black !important;
margin-top: 4em !important;
overflow-y: auto !important;
-webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
font-size: 1.2em !important;
}
.page-people .page-header{
border: 1px solid black;
margin-top: 5em;
background-color: white;
z-index: 100 !important;
width: 30em !important;
margin-left: 35em !important;
padding-left: 2em !important;
-webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
}
.page-people .col-md-8{
margin-top: 4em;
border: 1px solid black !important;
background-color: white;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment