garland_fgm.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. @CHARSET "UTF-8";
  2. /* Make the admin_menu font more readable */
  3. #admin-menu {
  4. font-size: 12px;
  5. }
  6. body {
  7. color: black;
  8. background-color: white;
  9. }
  10. div.geshifilter {
  11. border: solid thin gray50;
  12. background-color: #fffff8;
  13. padding: 0.5em 0.5em;
  14. box-shadow: 0.2em 0.2em 2em grey;
  15. width: 60em;
  16. }
  17. div.geshifilter:hover {
  18. width: 100%;
  19. }
  20. code {
  21. border: none;
  22. background-color: #fffff0;
  23. padding: 0.2em 0.5em;
  24. text-shadow: 0.2em 0.2em 2em grey;
  25. }
  26. q {
  27. font-style: italic;
  28. }
  29. q::before {
  30. content: open-quote;
  31. }
  32. q::after {
  33. content: close-quote;
  34. }
  35. /* A flashy color for content-top blocks for emergency situations */
  36. #contenttop {
  37. min-height: 1em;
  38. background: #fff url(images/bg-navigation.png) repeat 50% 100%;
  39. border: 1px solid orange ;
  40. margin-bottom: 1em;
  41. padding: 1em;
  42. }
  43. /* Spread wider on wide screens */
  44. #wrapper #container {
  45. margin: 0 auto;
  46. padding: 0 20px;
  47. max-width: 2048px;
  48. }
  49. /* Push logo a bit further down to better align it with the H1 */
  50. #wrapper #container #header h1 img {
  51. padding-top: 16px;
  52. padding-right: 20px; /* LTR */
  53. float: left; /* LTR */
  54. }