91 lines
1.6 KiB
Sass
91 lines
1.6 KiB
Sass
@import "compass"
|
|
|
|
#main
|
|
.sponsor
|
|
font-size: 13px
|
|
color: #999
|
|
|
|
pre#log
|
|
clear: left
|
|
white-space: pre-wrap
|
|
word-wrap: break-word
|
|
line-height: 140%
|
|
font-size: 90%
|
|
margin-top: 25px
|
|
padding: 15px 0
|
|
color: white
|
|
background-color: #333
|
|
@include border-radius(4px)
|
|
|
|
// deansi styles, see javascripts/lib/deansi.js
|
|
p
|
|
position: relative
|
|
padding: 0 15px 0 50px
|
|
margin: 0
|
|
min-height: 16px
|
|
&:hover
|
|
background-color: rgba(255, 255, 255, 0.05)
|
|
&.highlight
|
|
background-color: rgba(255, 255, 255, 0.5)
|
|
a
|
|
position: absolute
|
|
margin-left: -40px
|
|
cursor: pointer
|
|
|
|
.fold
|
|
height: 16px
|
|
overflow: hidden
|
|
background: #444 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')
|
|
|
|
.bold
|
|
font-weight: bold
|
|
.italic
|
|
font-style: italic
|
|
.underscore
|
|
/* monochrome displays only according to http://ascii-table.com/ansi-escape-sequences.php
|
|
|
|
.black
|
|
color: black
|
|
.red
|
|
color: red
|
|
.green
|
|
color: lime
|
|
.yellow
|
|
color: yellow
|
|
.blue
|
|
color: blue
|
|
.magenta
|
|
color: magenta
|
|
.cyan
|
|
color: cyan
|
|
.white
|
|
color: white
|
|
.black.bright
|
|
color: #999
|
|
|
|
.bg-black
|
|
background-color: black
|
|
.bg-red
|
|
background-color: red
|
|
.bg-green
|
|
background-color: lime
|
|
.bg-yellow
|
|
background-color: yellow
|
|
.bg-blue
|
|
background-color: blue
|
|
.bg-magenta
|
|
background-color: magenta
|
|
.bg-cyan
|
|
background-color: cyan
|
|
.bg-white
|
|
background-color: white
|
|
|
|
#log.loading
|
|
padding: 25px 0 0 10px
|
|
|
|
|