112 lines
2.3 KiB
Sass
112 lines
2.3 KiB
Sass
@import "_mixins/all"
|
|
|
|
pre#log
|
|
position: relative
|
|
clear: left
|
|
min-height: 12px
|
|
margin-top: 25px
|
|
margin-top: 1em
|
|
padding: 15px 0
|
|
color: $color-text-log
|
|
font-family: monospace
|
|
font-size: $font-size-log
|
|
line-height: $line-height-log
|
|
white-space: pre-wrap
|
|
word-wrap: break-word
|
|
background-color: $color-bg-log
|
|
border: 1px solid $color-border-log
|
|
@include border-radius(4px)
|
|
overflow-x: scroll
|
|
|
|
p
|
|
position: relative
|
|
padding: 0 15px 0 50px
|
|
margin: 0
|
|
min-height: 16px
|
|
&:hover
|
|
background-color: $color-bg-log-highlight
|
|
&.highlight
|
|
background-color: $color-bg-log-highlight
|
|
a
|
|
position: absolute
|
|
margin-left: -40px
|
|
cursor: pointer
|
|
|
|
.fold
|
|
height: 16px
|
|
overflow: hidden
|
|
background: $color-bg-log-fold inline-image('icons/log.fold.closed.2.png') no-repeat 99.5% 2px
|
|
cursor: pointer
|
|
&.open
|
|
height: auto
|
|
background-image: inline-image('icons/log.fold.open.2.png')
|
|
|
|
#log.loading
|
|
padding: 25px 0 0 10px
|
|
|
|
#log::-webkit-scrollbar
|
|
height: 10px
|
|
width: 10px
|
|
|
|
#log::-webkit-scrollbar-button:start:decrement,
|
|
#log::-webkit-scrollbar-button:end:increment
|
|
display: none
|
|
|
|
#log::-webkit-scrollbar-track-piece
|
|
background: #444
|
|
-webkit-border-radius: 4px
|
|
|
|
#log::-webkit-scrollbar-thumb:horizontal
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#85888E), to(#55585E))
|
|
-webkit-border-radius: 4px
|
|
width: 25px
|
|
|
|
#log #tail
|
|
z-index: 99
|
|
position: absolute
|
|
display: block
|
|
top: 0
|
|
right: 2px
|
|
margin: 13px 10px 0 0
|
|
padding: 0 2px 0 3px
|
|
color: #666
|
|
text-shadow: 1px 1px 0px #fff
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
|
|
font-size: $font-size-tiny
|
|
line-height: 14px
|
|
text-decoration: none
|
|
white-space: nowrap
|
|
border: 1px solid #bbb
|
|
border-top-color: #ddd
|
|
border-bottom-color: #bbb
|
|
@include border-radius(8px)
|
|
@include background(linear-gradient(#fff, #e0e0e0))
|
|
|
|
label
|
|
display: none
|
|
cursor: pointer
|
|
|
|
&:hover
|
|
padding: 1px 4px 1px 6px
|
|
label
|
|
display: inline
|
|
|
|
.status
|
|
display: inline-block
|
|
margin-right: 1px
|
|
width: 8px
|
|
height: 8px
|
|
background-color: #aaa
|
|
@include border-radius(4px)
|
|
@include box-shadow(white 1px 1px 2px)
|
|
|
|
&.active .status
|
|
background-color: #6b0
|
|
|
|
#main
|
|
.sponsor
|
|
float: left
|
|
margin-top: 1px
|
|
color: #999
|
|
|