| 1 | {{{ |
| 2 | #!html |
| 3 | |
| 4 | <style type="text/css"> |
| 5 | <!-- |
| 6 | |
| 7 | .xsnazzy h1, .zsnazzy h1 { |
| 8 | margin:0; |
| 9 | font-size:1.2em; |
| 10 | padding:0 10px 5px 10px; |
| 11 | border-bottom:1px solid #444; |
| 12 | } |
| 13 | .xsnazzy p, .zsnazzy p { |
| 14 | margin:0; |
| 15 | padding:5px 10px; |
| 16 | font-size:10px; |
| 17 | } |
| 18 | .xsnazzy { |
| 19 | background: transparent; |
| 20 | width:240px; |
| 21 | float:left; |
| 22 | margin:0 3px; |
| 23 | } |
| 24 | |
| 25 | .xtop, .xbottom { |
| 26 | display:block; |
| 27 | background:transparent; |
| 28 | font-size:1px; |
| 29 | } |
| 30 | .xb1, .xb2, .xb3, .xb4 { |
| 31 | display:block; |
| 32 | overflow:hidden; |
| 33 | } |
| 34 | .xb1, .xb2, .xb3 { |
| 35 | height:1px; |
| 36 | } |
| 37 | .xb2, .xb3, .xb4 { |
| 38 | background:#fff; |
| 39 | border-left:1px solid #444; |
| 40 | border-right:1px solid #444; |
| 41 | } |
| 42 | .xb1 { |
| 43 | margin:0 5px; |
| 44 | background:#444; |
| 45 | } |
| 46 | .xb2 { |
| 47 | margin:0 3px; |
| 48 | border-width:0 2px; |
| 49 | } |
| 50 | .xb3 { |
| 51 | margin:0 2px; |
| 52 | } |
| 53 | .xb4 { |
| 54 | height:2px; |
| 55 | margin:0 1px; |
| 56 | } |
| 57 | |
| 58 | .xboxcontent { |
| 59 | display:block; |
| 60 | border:0 solid #444; |
| 61 | border-width:0 1px; |
| 62 | height:auto; |
| 63 | } |
| 64 | * html .xboxcontent { |
| 65 | height:1px; |
| 66 | } |
| 67 | |
| 68 | .color_a { |
| 69 | background:#c9ba65; |
| 70 | color:#fff; |
| 71 | } |
| 72 | .color_b { |
| 73 | background:#d4d8bd; |
| 74 | color:#000; |
| 75 | } |
| 76 | .color_c { |
| 77 | background:#758279; |
| 78 | color:#fff; |
| 79 | } |
| 80 | .color_d { |
| 81 | background:#b2ab9b; |
| 82 | color:#000; |
| 83 | } |
| 84 | |
| 85 | --> |
| 86 | </style> |
| 87 | |
| 88 | |
| 89 | <div class="xsnazzy"> |
| 90 | <b class="xtop"><b class="xb1"></b><b class="xb2 color_a"> |
| 91 | </b><b class="xb3 color_a"></b><b class="xb4 color_a"></b></b> |
| 92 | <div class="xboxcontent"> |
| 93 | <h1 class="color_a">Blah Blah Title</h1> |
| 94 | <p>You are not currently logged in.</p> |
| 95 | <p>If you don't have a login you can |
| 96 | <a href="#nogo">register here</a>.</p> |
| 97 | <p>If you have one, then LOGIN <a href="#nogo">here</a>.</p> |
| 98 | <p>If you don't know if you should have one - and need convincing |
| 99 | that free, confidential, fast and useful is not enough then click |
| 100 | <a href="#nogo">here for a demo</a>.</p> |
| 101 | </div> |
| 102 | <b class="xbottom"><b class="xb4"></b><b class="xb3"></b> |
| 103 | <b class="xb2"></b><b class="xb1"></b></b> |
| 104 | </div> |
| 105 | |
| 106 | |
| 107 | |
| 108 | }}} |