2012-10-24 15:09:05 +04:00
|
|
|
h2 {
|
2013-10-06 22:31:29 +04:00
|
|
|
font-size:32px;
|
2012-10-24 15:09:05 +04:00
|
|
|
font-weight:700;
|
2013-10-06 22:31:29 +04:00
|
|
|
margin-bottom:16px;
|
2012-10-24 15:09:05 +04:00
|
|
|
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 {
|
2013-10-06 22:31:29 +04:00
|
|
|
width:320px;
|
|
|
|
margin:64px auto 32px;
|
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;
|
2013-10-06 22:31:29 +04:00
|
|
|
font-size:19px;
|
|
|
|
margin:11px;
|
2012-10-24 15:09:05 +04:00
|
|
|
padding:0;
|
2013-08-18 13:02:08 +04:00
|
|
|
}
|