This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
IcyNet.eu/src/style/admin.styl

207 lines
4.0 KiB
Stylus
Raw Normal View History

2017-08-27 18:39:30 +00:00
body
margin: 0
nav
display: block
height: 60px
2017-08-28 15:42:16 +00:00
background-color: #00BCD4
border-bottom: 5px solid #0096a9
2017-08-27 18:39:30 +00:00
ul
display: inline-block
margin: 0
padding: 0
list-style-type: none
&.right
float: right
li
height: 60px
display: inline-block
a
font-size: 180%
2017-08-28 15:42:16 +00:00
padding: 16px
2017-08-27 18:39:30 +00:00
line-height: 2
2017-08-28 15:42:16 +00:00
color: #fff
2017-08-27 18:39:30 +00:00
text-decoration: none
text-transform: uppercase
font-weight: bold
&:hover
2017-08-28 15:42:16 +00:00
background-color: #00c9e2
2017-08-27 18:39:30 +00:00
.wrapper
min-height: 100vh
overflow: hidden
.container
overflow: hidden
padding: 10px
2017-08-28 15:42:16 +00:00
background-color: #fff
min-height: 100vh
.left, .right
width: 48%
display: inline-block
.right
float: right
2017-08-28 22:36:13 +00:00
.stamps
float: right
2017-12-06 18:16:28 +00:00
.stamp
2017-12-06 18:59:04 +00:00
color: #2196F3
2017-12-06 18:16:28 +00:00
padding: 5px
font-size: 120%
display: inline-block
2017-08-28 15:42:16 +00:00
2017-12-06 18:59:04 +00:00
&.noactive.stamp
color: #f70000
2017-08-28 15:42:16 +00:00
.user
2017-12-06 18:16:28 +00:00
min-height: 160px
2017-08-28 15:42:16 +00:00
.avatar
float: left
.info
margin-left: 170px
.display_name
font-weight: bold
font-size: 120%
.username
font-size: 80%
2017-12-04 18:20:53 +00:00
.info
.section
margin: 5px 0
.key
width: 120px
display: inline-block
.list
padding: 10px
.list-item
background-color: #f5f5f5
padding: 10px
&:nth-child(even)
background-color: #fff
.application
2017-12-06 18:59:04 +00:00
min-height: 220px
2017-12-05 16:59:17 +00:00
#hiddensecret
2017-12-05 16:59:17 +00:00
color: #ff796f
background-color: #f1f1f1
min-width: 250px
#showbutton
font-style: italic
display: inline-block
cursor: pointer
.link
color: green
cursor: pointer
display: inline-block
2017-12-06 18:16:28 +00:00
.dropdown-wrapper
border-radius: 5px
position: relative
cursor: pointer
2017-12-06 18:59:04 +00:00
color: #000 !important
2017-12-06 18:16:28 +00:00
.dropdown
2017-12-06 18:59:04 +00:00
transition: all .2s ease
2017-12-06 18:16:28 +00:00
cursor: default
position: absolute
2017-12-06 18:59:04 +00:00
top: 30px
2017-12-06 18:16:28 +00:00
right: 0
background-color: #fff
border: 1px solid #ddd
border-radius: 5px
min-width: 210px
font-size: 100%
z-index: 2999
2017-12-06 18:16:28 +00:00
.title
padding: 5px
color: #a5a5a5
.action
transition: background-color .3s linear
cursor: pointer
padding: 5px
&:hover
background-color: #ececec
.separator
margin: 0 15px
margin-top: 10px
border-bottom: 1px solid #ddd
margin-bottom: 9px
2017-12-04 18:20:53 +00:00
.modal-mask
position: fixed
z-index: 9998
top: 0
left: 0
width: 100%
height: 100%
background-color: rgba(0, 0, 0, .5)
display: table
transition: opacity .3s ease
.modal-wrapper
display: table-cell
vertical-align: middle
.modal-container
2017-12-05 16:59:17 +00:00
width: 360px
2017-12-04 18:20:53 +00:00
margin: 0px auto
padding: 20px 30px
background-color: #fff
border-radius: 2px
box-shadow: 0 2px 8px rgba(0, 0, 0, .33)
transition: all .3s ease
font-family: Helvetica, Arial, sans-serif
.modal-header h3
margin-top: 0
color: #42b983
.modal-body
margin: 20px 0
2017-12-05 16:59:17 +00:00
.modal-footer
min-height: 50px
button
margin: 5px
display: inline-block
&.text-align
text-align: center
2017-12-04 18:20:53 +00:00
2017-12-05 16:59:17 +00:00
.fade-enter-active, .fade-leave-active
2017-12-06 18:59:04 +00:00
transition-property: opacity
transition-duration: .25s
2017-12-05 16:59:17 +00:00
.fade-enter-active
2017-12-06 18:59:04 +00:00
transition-delay: .25s
.fade-enter, .fade-leave-active,
.pop-enter, .pop-leave-active
opacity: 0
2017-12-05 16:59:17 +00:00
2017-12-06 18:59:04 +00:00
.pop-enter, .pop-leave-active
-webkit-transform: scale(1.1)
transform: scale(1.1)
2017-12-05 16:59:17 +00:00
2017-12-04 18:20:53 +00:00
.modal-enter
opacity: 0
.modal-leave-active
opacity: 0
.modal-enter .modal-container, .modal-leave-active .modal-container
-webkit-transform: scale(1.1)
transform: scale(1.1)
form
.message
display: none