197 lines
4.7 KiB
Stylus
197 lines
4.7 KiB
Stylus
#admin-index-content
|
|
width 100%
|
|
max-width 1024px
|
|
margin 0 auto
|
|
|
|
#admin-index-display
|
|
padding 20px
|
|
width 100%
|
|
max-width 1024px
|
|
z-index 10
|
|
position relative
|
|
#admin-login
|
|
width 300px
|
|
#admin-index-title
|
|
color $white
|
|
font 400 2em $titleType
|
|
vertical-align top
|
|
.admin-menu-main
|
|
.admin-nav
|
|
span
|
|
display inline-block
|
|
padding 0 0 0 5px
|
|
.index-block
|
|
width 50%
|
|
display inline-block
|
|
vertical-align top
|
|
margin-bottom 50px
|
|
|
|
#blog-edit
|
|
label
|
|
font 600 1em $titleType
|
|
color $white
|
|
textarea#entry_title
|
|
width 100%
|
|
background none
|
|
color $tertiary
|
|
font 500 2em $titleType
|
|
textarea#entry_text
|
|
width 100%
|
|
height 600px
|
|
padding 10px
|
|
|
|
#blog-meta
|
|
label
|
|
font 600 1em $titleType
|
|
color $white
|
|
input, button
|
|
width 100%
|
|
input
|
|
color $secondary
|
|
background $black
|
|
#featured-click
|
|
display none
|
|
|
|
#blog-index-content
|
|
width 100%
|
|
max-width 1024px
|
|
margin 0 auto
|
|
#blog-hub-display
|
|
#blog-hub-title
|
|
font 400 2em $titleType
|
|
color $white
|
|
|
|
#saved-index-content
|
|
width 100%
|
|
max-width 1024px
|
|
margin 0 auto
|
|
#saved-hub-display
|
|
#saved-hub-title, #saved-hub-main
|
|
label
|
|
font 400 2em $titleType
|
|
color $white
|
|
textarea
|
|
width 90%
|
|
button
|
|
padding 5px
|
|
|
|
|
|
|
|
#post-edit-content
|
|
width 100%
|
|
max-width 1024px
|
|
margin 0 auto
|
|
header#header
|
|
#header-one
|
|
#blog-edit
|
|
margin 100px 0 0 0
|
|
position relative
|
|
label
|
|
font 600 1em $titleType
|
|
color $white
|
|
display block
|
|
#entry_title
|
|
width 90%
|
|
background none
|
|
font 400 2em $titleType
|
|
color $tertiary
|
|
#entry_text
|
|
width 90%
|
|
height 500px
|
|
padding 10px
|
|
pre
|
|
background $black
|
|
code
|
|
white-space pre-wrap
|
|
color $tertiary
|
|
#header-two
|
|
label
|
|
font 600 1em $titleType
|
|
color $white
|
|
#featured-image-drop
|
|
border-radius 3px
|
|
border 1px dashed $white
|
|
width 100%
|
|
font 600 .5em $titleType
|
|
height 100px
|
|
text-align center
|
|
vertical-align middle
|
|
line-height 100px
|
|
overflow hidden
|
|
img
|
|
width 100%
|
|
|
|
#blog-meta
|
|
margin 100px 0 0 0
|
|
position relative
|
|
#featured-click
|
|
display none
|
|
#entry_tags, button
|
|
width 100%
|
|
|
|
|
|
.folio-project-form
|
|
display inline-block
|
|
width 56%
|
|
|
|
input[type=email], input[type=password], input[type=text], select
|
|
width 400px
|
|
select
|
|
margin: 10px 0 0 0
|
|
|
|
textarea
|
|
width 400px
|
|
height 133px
|
|
|
|
.folio-hub
|
|
padding 20px
|
|
|
|
span
|
|
margin 10px 10px 0 0
|
|
.btn-add-project span
|
|
font 20px $bodyType
|
|
margin: -35px 0 0 40px;
|
|
display block
|
|
height: 50px
|
|
|
|
.project-list
|
|
width 95%
|
|
span.drag-handle
|
|
padding: 10px;
|
|
color $tertiary
|
|
cursor pointer
|
|
.project-item
|
|
width: 100%;
|
|
display: inline-block
|
|
background lightness($primary, 20%)
|
|
padding: 5px
|
|
margin-bottom 10px
|
|
border-radius: 5px;
|
|
object-transitions(.3s)
|
|
.project-item:hover
|
|
background lightness($primary, 30%)
|
|
|
|
.upload-list
|
|
color lightness($primary, 80%)
|
|
display inline-block
|
|
vertical-align top
|
|
width 260px
|
|
height 330px
|
|
margin 45px 0 0
|
|
|
|
.thumb
|
|
height 50px
|
|
overflow hidden
|
|
border-radius 3px
|
|
margin 10px 5px 0 0
|
|
|
|
.upload-drop
|
|
width 400px
|
|
height 70px
|
|
background $form-background
|
|
color lightness($primary, 80%)
|
|
text-align center
|
|
padding 40px 0 0
|
|
font-size 12px
|
|
text-transform uppercase
|
|
border-radius 3px
|