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

Additional Singlepost styling

parent 47ed36d8
Branches
No related tags found
No related merge requests found
...@@ -387,6 +387,10 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75); ...@@ -387,6 +387,10 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
width: 95%; width: 95%;
} }
/* --------- Single posts -------- */
.single-post-content, .single-post-interactions{ .single-post-content, .single-post-interactions{
margin-top: 1em !important; margin-top: 1em !important;
border-top: 1px solid black; border-top: 1px solid black;
...@@ -435,10 +439,23 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75); ...@@ -435,10 +439,23 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
border: 1px solid black; border: 1px solid black;
position: absolute; position: absolute;
margin-top: 1px !important; margin-top: 1px !important;
padding-left: 10em !important; padding-left: 3.5em !important;
width:30% !important; width:24em !important;
z-index: 0 !important; z-index: 0 !important;
border-top: none; 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{ .single-post-interactions .count{
...@@ -446,6 +463,12 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75); ...@@ -446,6 +463,12 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
right: 2em; right: 2em;
} }
.single-post-interactions .new_comment textarea{
margin: 2em 2em 2em 2em !important;
height: 9em !important;
}
.page-posts{ .page-posts{
background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, #fff); background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, #fff);
background-size: 50px 50px; background-size: 50px 50px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment