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

Added single post styling

parent 6fb77db7
No related branches found
No related tags found
No related merge requests found
......@@ -388,12 +388,67 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
}
.single-post-content, .single-post-interactions{
margin-top: 3em !important;
margin-top: 1em !important;
border-top: 1px solid black;
padding-top: 4em !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: 10em !important;
width:30% !important;
z-index: 0 !important;
border-top: none;
}
.single-post-interactions .count{
position: fixed;
right: 2em;
}
.page-posts{
background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, #fff);
background-size: 50px 50px;
}
.stream-photo, .slides{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment