Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rhizome-css
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Huss
rhizome-css
Commits
47ed36d8
Commit
47ed36d8
authored
7 years ago
by
David Huss
Browse files
Options
Downloads
Patches
Plain Diff
Added single post styling
parent
6fb77db7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rhizome.css
+526
-471
526 additions, 471 deletions
rhizome.css
with
526 additions
and
471 deletions
rhizome.css
+
526
−
471
View file @
47ed36d8
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment