mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
First commit: /a/, /gallery/, images, gifv
This commit is contained in:
4
static/css/custom.css
Normal file
4
static/css/custom.css
Normal file
@@ -0,0 +1,4 @@
|
||||
img.album-img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
139
static/css/styles.css
Normal file
139
static/css/styles.css
Normal file
@@ -0,0 +1,139 @@
|
||||
.UserAvatar {
|
||||
display: block;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.TagPill {
|
||||
box-shadow: 0 5px 5px rgba(0,0,0,.25);
|
||||
border-radius: 54px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
letter-spacing: .02em;
|
||||
color: #eff1f4;
|
||||
text-shadow: 0 1px 4px #000;
|
||||
padding: 8px 30px;
|
||||
display: inline-block;
|
||||
font-family: Proxima Nova Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
||||
transition: box-shadow .2s ease-out;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
.GalleryComment-avatar-bar .avatar span {
|
||||
display: block;
|
||||
background-color: grey;
|
||||
border-radius: 100%;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.GalleryComment-byLine .author-name {
|
||||
text-overflow: ellipsis;
|
||||
color: #01b96b;
|
||||
font-family: Proxima Nova Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
||||
}
|
||||
|
||||
.GalleryComment-avatar-bar .avatar {
|
||||
margin: 2px 0;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.GalleryComment-byLine {
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
color: #b4b9c2;
|
||||
}
|
||||
|
||||
.GalleryComment-avatar-bar {
|
||||
width: 24px;
|
||||
margin-right: 8px;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.GalleryComment-byLine .Meta {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
*, ::after, ::before {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
.GalleryComment-replies {
|
||||
padding-left: 32px;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
.GalleryComment-body .commentObject {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
max-height: 100px;
|
||||
min-width: 50px;
|
||||
max-width: 500px;
|
||||
padding: 5px 0 0;
|
||||
}
|
||||
|
||||
.GalleryComment-body {
|
||||
font-size: 15px;
|
||||
line-height: 150%;
|
||||
overflow-wrap: break-word;
|
||||
color: #eff1f4;
|
||||
}
|
||||
|
||||
.GalleryComment-actions .points {
|
||||
padding: 0 6px;
|
||||
}
|
||||
|
||||
.GalleryComment-actions .actions-btn {
|
||||
color: #b4b9c2;
|
||||
cursor: pointer;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.Vote {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.GalleryComment-actions .actions-btn.vote-btn {
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.GalleryComment-actions .actions-btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
color: #b4b9c2;
|
||||
outline: none;
|
||||
/* cursor: pointer; */
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
min-height: 19px;
|
||||
border-radius: 3px;
|
||||
height: 26px;
|
||||
justify-content: center;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.GalleryComment-actions {
|
||||
display: flex;
|
||||
margin: 4px 0 8px -5px;
|
||||
align-items: center;
|
||||
color: #b4b9c2;
|
||||
font-family: Proxima Nova Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user