fmartingr.com-legacy/fmartingrcom/themes/v2/static/sass/_projects.sass

55 lines
1.1 KiB
Sass

body
&.projects
background-color: #fff
background-image: url('/static/images/homepage/bg.png')
background-attachment: fixed
.project-papers
background: #fff
box-shadow: 0 0 10px rgba(0,0,0,0.3)
margin: 30px 0
max-width: 600px
min-width: 200px
padding: 24px
position: relative
font-size: 110%
width: 80%
.project-papers:before, .project-papers:after
content: ""
height: 98%
position: absolute
width: 100%
z-index: -1
.project-papers:before
background: #fafafa
box-shadow: 0 0 8px rgba(0,0,0,0.2)
left: -5px
top: 4px
@include rotate(-2.5)
.project-papers:after
background: #f6f6f6
box-shadow: 0 0 3px rgba(0,0,0,0.2)
right: -3px
top: 1px
@include rotate(1.4)
.project-papers
&:hover
cursor: pointer
.title
float: left
margin: 0
.role, .stack, .company, .title, .date, .url
margin: 12px 0 12px 0
.date
float: right
.computer
max-width: inherit
.images a:hover
text-decoration: none !important