as7_style.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /*
  2. ~ JBoss, Home of Professional Open Source.
  3. ~ Copyright (c) 2011, Red Hat, Inc., and individual contributors
  4. ~ as indicated by the @author tags. See the copyright.txt file in the
  5. ~ distribution for a full listing of individual contributors.
  6. ~
  7. ~ This is free software; you can redistribute it and/or modify it
  8. ~ under the terms of the GNU Lesser General Public License as
  9. ~ published by the Free Software Foundation; either version 2.1 of
  10. ~ the License, or (at your option) any later version.
  11. ~
  12. ~ This software is distributed in the hope that it will be useful,
  13. ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. ~ Lesser General Public License for more details.
  16. ~
  17. ~ You should have received a copy of the GNU Lesser General Public
  18. ~ License along with this software; if not, write to the Free
  19. ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  20. ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  21. */
  22. body {
  23. font-family : Verdana, Arial, Helvetica, sans-serif;
  24. background-image:url(bkg.gif);
  25. background-repeat: repeat-x;
  26. color: #5B5B5B;
  27. font-family: "Lucida Sans Unicode", "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
  28. margin-top: 100px;
  29. text-align:center;
  30. }
  31. .wrapper {
  32. margin-left: auto;
  33. margin-right:auto;
  34. width:50em;
  35. text-align: left;
  36. }
  37. a {
  38. text-decoration: none;
  39. color: #5e8a9a;
  40. }
  41. h1 {
  42. padding-top: 20px;
  43. color: #7b1e1e;
  44. }
  45. a:hover {
  46. text-decoration: underline;
  47. color: #8ec6d9;
  48. }
  49. .content {
  50. margin-left: 230px;
  51. }
  52. .dualbrand {
  53. padding-top: 20px;
  54. }
  55. .as7 {
  56. float:left;
  57. margin-left: 10px;
  58. }
  59. .note {
  60. font-size: 8pt;
  61. color: #aaaaaa;
  62. }