X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/866cb3f196ab258fbe5a1760e233899ca3df1234..2ae4ccbb6ac3ce310890beef55fda11f670772bb:/base.css diff --git a/base.css b/base.css index afa1d35..b053b1c 100644 --- a/base.css +++ b/base.css @@ -335,6 +335,25 @@ table.dimap { .ex {background: #EEE} /* experimental, disfavoured */ .u-invalid {background: #BBB} /* invalid, impossible */ +.p0 {opacity: .5} +.p0.p {opacity: 1} +.p::after {content: '!'; color: #F00} +.p4::after {color: #C00} +.p3::after {color: #A00} +.p2::after {color: #800} +.p1::after, +.p0::after {color: #000} +.p09::after {opacity: .9} +.p08::after {opacity: .8} +.p07::after {opacity: .7} +.p06::after {opacity: .6} +.p05::after {opacity: .5} +.p04::after {opacity: .4} +.p03::after {opacity: .3} +.p02::after {opacity: .2} +.p01::after {opacity: .1} +.p00::after {display: none} + /* code syntax */ .sy-comment { color: #888 } .sy-constant { color: #008 }