Advertisement
msnoeck

fmgroupssd.css

Aug 22nd, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.07 KB | None | 0 0
  1. .outside {
  2.     padding:20px;
  3.     width:600px;
  4. }
  5. .instructions {
  6.     background-color:#000;
  7.     text-align:center;
  8.     color:#FFF;
  9.     font-weight:bold;
  10.     margin-bottom:0.5em;
  11.     width: 600px;
  12.     padding: 10px;
  13.     border: 1px solid black;
  14. }
  15. .ticket {
  16.     border: 1px solid black;
  17.     width: 600px;
  18.     height: 235px;
  19.     padding:20px 10px;
  20.     text-align: justify;
  21.     margin:20px 0 0 0;
  22.   background: url(ssd05102013v2.jpg) center center no-repeat;
  23.   }
  24. .top_event_title {
  25.     font-family:Verdana, Geneva, sans-serif;
  26.     font-size: 24px;
  27.     font-weight:bold;
  28.     margin:0;
  29.     padding:0;
  30. }
  31. .register_detail {
  32.     font-family:Verdana, Geneva, sans-serif;
  33.     color:#FFF;
  34.     margin:0;
  35.     padding:0;
  36.     margin-top: 100px;
  37.     margin-right: 10px;
  38. }
  39. .logo {
  40.     margin-top:1em;
  41.     max-width:400px;
  42. }
  43. .qr_code {
  44.     /* Added this so the QR image will line up with the text and Gravatar */
  45.     margin-top:-5px;
  46. }
  47. .price {
  48.     font-size:2em;
  49. }
  50. .extra_info {
  51.     width: 600px;
  52.     padding: 10px;
  53.     text-align: justify;
  54. }
  55. .divider {
  56.     border-bottom:dashed #333 1px;
  57.     width:600px;
  58.     height:1px;
  59.     margin:10px 0;
  60. }
  61. .footer {
  62.     font-size:11px;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement