2023-08-22 16:08:11 -07:00
|
|
|
@import "../partials/clean/mixins"
|
|
|
|
|
2010-11-06 08:52:58 -07:00
|
|
|
body.contributions-index
|
|
|
|
text-align: center
|
|
|
|
|
|
|
|
.contributions
|
|
|
|
li
|
|
|
|
list-style: none
|
|
|
|
height: 80px
|
|
|
|
overflow: hidden
|
|
|
|
padding: 1em 0 0 100px
|
|
|
|
position: relative
|
|
|
|
text-align: left
|
|
|
|
.point-value
|
|
|
|
+header-text
|
|
|
|
color: #fff
|
|
|
|
font-size: 80px
|
|
|
|
left: 0
|
|
|
|
line-height: 1
|
|
|
|
position: absolute
|
|
|
|
text-align: center
|
|
|
|
text-shadow: 2px 2px 0 #000
|
|
|
|
top: 0
|
|
|
|
width: 80px
|
|
|
|
z-index: 3
|
|
|
|
&:hover
|
|
|
|
+opacity(0.5)
|
|
|
|
img
|
|
|
|
height: 80px
|
|
|
|
left: 0
|
|
|
|
position: absolute
|
|
|
|
top: 0
|
|
|
|
width: 80px
|
|
|
|
z-index: 2
|
2012-12-29 23:57:23 -08:00
|
|
|
.username, .contributed-name
|
|
|
|
font-weight: bold
|
|
|
|
.time-ago
|
|
|
|
display: block
|
|
|
|
font-size: 75%
|