Spaces:
Running
Running
File size: 2,458 Bytes
d8760c5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 |
body{
}
p{
margin-left: 0px auto;
margin-right: 0px auto;
margin: 0px auto;
margin-top: 1em;
margin-bottom: 1em;
}
h3, .post-summary, h1x, p{
max-width: 650px;
}
#recirc{
max-width: 760px;
}
.white{
stroke: #fff;
fill: none;
stroke-width: 1;
}
.player{
cursor: pointer;
stroke: #000;
stroke-width: 2;
}
.button{
border: .5px solid #000;
/*border-bottom-width: 4px;*/
/*border-right-width: 4px;*/
border-radius: 8px;
padding: 4px;
margin: 2px;
cursor: pointer;
display: inline-block;
/*font-family: monospace;*/
/*font-family: 'Roboto Slab', serif;*/
/*font-size: 16px;*/
user-select: none;
font-family: 'Google Sans', sans-serif;
font-family: 'Roboto', Helvetica, sans-serif;
/*font-weight: 300;*/
}
@media (min-width: 800px){
.button{
margin-bottom: -100px;
}
}
.inline-button{
display: inline;
}
.button:hover{
background: #eee !important;
}
.button:active{
}
canvas{
opacity: .9;
}
svg{
overflow: visible;
}
.axis{
font-size: 12px;
}
.axis{
color: #000;
}
.axis text{
fill: #999;
font-family: 'Roboto', Helvetica, sans-serif;
}
.axis text.chart-title{
fill: #000;
font-size: 16px;
}
.axis line{
stroke: #ccc;
display: none;
}
.domain{
stroke: #ccc;
display: none;
}
text, .chart-title{
user-select: none;
/*pointer-events: none;*/
}
.field{
font-family: 'Google Sans', sans-serif;
font-family: 'Roboto', Helvetica, sans-serif;
margin-top: 10px;
}
.chart-title span{
padding: 4px;
}
.chart-title span:last-child{
color: #fff;
}
.chart-title span:first-child{
color: #000;
}
#field-regression .white, #field-regression-leak .white{
stroke: #ccc;
}
#field-grass .button, #field-prediction .button{
display: none;
}
.face-container{
max-width: 400px;
margin: 0px auto;
}
.face-container img{
width: 100%;
}
.post-summary {
margin-bottom: 40px;
}
p {
margin: 10 auto;
}
.pointer{
height: 0px;
position: relative;
}
.pointer div {
overflow: visible;
content: "";
background-image: url(https://pair-code.github.io/interpretability/bert-tree/pointer.svg);
width: 27px;
height: 27px;
position: absolute;
left: -35px;
top: 0px;
}
.face-container:after{
content: "M. Fredrikson, S. Jha, and T. Ristenpart, “Model inversion attacks that exploit confidence information and basic countermeasures,” in CCS, 2015.";
font-size: 12px;
color: #888;
line-height: 14px;
display: block;
} |