You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

auth.css 486B

123456789101112131415161718192021222324252627282930313233343536373839
  1. h2 {
  2. font-size:2em;
  3. font-weight:700;
  4. margin-bottom:1em;
  5. white-space:nowrap;
  6. }
  7. ul.scopes {
  8. list-style:disc;
  9. }
  10. ul.scopes li {
  11. white-space:nowrap;
  12. }
  13. h2 img {
  14. width:50%;
  15. }
  16. #oauth {
  17. width:20em;
  18. margin:4em auto 2em;
  19. }
  20. #allow-auth {
  21. background-color:#5c3;
  22. box-shadow:0 1px 1px #fff, 0 1px 1px #5f3 inset;
  23. color:#fff;
  24. text-shadow:#5e3 0 1px 0;
  25. }
  26. #deny-auth {
  27. background:none;
  28. border:0;
  29. box-shadow:0 0 0 #fff, 0 0 0 #fff inset;
  30. font-size:1.2em;
  31. margin:.7em;
  32. padding:0;
  33. }