2012-10-24 15:09:05 +04:00
|
|
|
h2 {
|
|
|
|
font-size:2em;
|
|
|
|
font-weight:700;
|
|
|
|
margin-bottom:1em;
|
|
|
|
white-space:nowrap;
|
2012-10-24 02:00:58 +04:00
|
|
|
}
|
2012-10-24 15:09:05 +04:00
|
|
|
|
|
|
|
ul.scopes {
|
|
|
|
list-style:disc;
|
2012-10-24 02:00:58 +04:00
|
|
|
}
|
2012-10-24 15:09:05 +04:00
|
|
|
|
|
|
|
ul.scopes li {
|
|
|
|
white-space:nowrap;
|
2012-10-24 02:00:58 +04:00
|
|
|
}
|
2012-10-24 15:09:05 +04:00
|
|
|
|
|
|
|
h2 img {
|
|
|
|
width:50%;
|
2012-10-24 02:00:58 +04:00
|
|
|
}
|
2012-10-24 15:09:05 +04:00
|
|
|
|
|
|
|
#oauth {
|
|
|
|
width:20em;
|
|
|
|
margin:4em auto 2em;
|
2012-10-24 02:00:58 +04:00
|
|
|
}
|
2012-10-24 15:09:05 +04:00
|
|
|
|
|
|
|
#allow-auth {
|
|
|
|
background-color:#5c3;
|
|
|
|
box-shadow:0 1px 1px #fff, 0 1px 1px #5f3 inset;
|
|
|
|
color:#fff;
|
|
|
|
text-shadow:#5e3 0 1px 0;
|
2012-10-24 02:00:58 +04:00
|
|
|
}
|
2012-10-24 15:09:05 +04:00
|
|
|
|
|
|
|
#deny-auth {
|
|
|
|
background:none;
|
|
|
|
border:0;
|
|
|
|
box-shadow:0 0 0 #fff, 0 0 0 #fff inset;
|
|
|
|
font-size:1.2em;
|
|
|
|
margin:.7em;
|
|
|
|
padding:0;
|
2012-10-24 02:00:58 +04:00
|
|
|
}
|