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

72 lines
1.4 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-08-28 15:42:16 +00:00
.user
min-height: 180px
.avatar
float: left
.info
margin-left: 170px
.display_name
font-weight: bold
font-size: 120%
.username
font-size: 80%
.application
height: 200px
#hiddensecret
display: none
&.shown
display: inline-block
.link
color: green
cursor: pointer
display: inline-block
form
.message
display: none