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

178 lines
3.2 KiB
Stylus
Raw Normal View History

2017-08-27 18:39:30 +00:00
body
margin: 0
2018-02-07 17:03:57 +00:00
font-family: sans-serif
2017-08-27 18:39:30 +00:00
2018-02-13 20:12:45 +00:00
.stamps
float: right
.stamp
color: #2196F3
padding: 5px
font-size: 120%
2017-08-27 18:39:30 +00:00
display: inline-block
2017-08-28 15:42:16 +00:00
2018-02-13 20:12:45 +00:00
&.noactive.stamp
color: #f70000
2017-12-06 18:59:04 +00:00
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
.info
.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
flex-wrap: nowrap
2017-12-04 18:20:53 +00:00
&:nth-child(even)
background-color: #fff
.application
2018-02-13 20:12:45 +00:00
height: auto
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
2018-02-13 20:12:45 +00:00
.picture
float: none
.info
margin: 0
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
.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
#priv-num
padding: 0 4px
vertical-align: top
input[type=range]
display: inline-block
margin: 0 15px
vertical-align: top