| | 25 | <head> |
|---|
| | 26 | <title><?php echo $title; ?></title> |
|---|
| | 27 | <style type="text/css"> |
|---|
| | 28 | |
|---|
| | 29 | body{ |
|---|
| | 30 | padding: 0; |
|---|
| | 31 | font-family: arial, verdana, helvetica, sans-serif; |
|---|
| | 32 | color: #333; |
|---|
| | 33 | background: #fff; |
|---|
| | 34 | width:100%; |
|---|
| | 35 | margin:auto; |
|---|
| | 36 | font-size:80%; |
|---|
| | 37 | } |
|---|
| | 38 | |
|---|
| | 39 | a { |
|---|
| | 40 | text-decoration: none; |
|---|
| | 41 | color: #7289AF; |
|---|
| | 42 | font-family:verdana, arial, helvetica, sans-serif; |
|---|
| | 43 | font-size:100%; |
|---|
| | 44 | |
|---|
| | 45 | } |
|---|
| | 46 | |
|---|
| | 47 | p { |
|---|
| | 48 | font-size: 100%; |
|---|
| | 49 | } |
|---|
| | 50 | |
|---|
| | 51 | h1 { |
|---|
| | 52 | margin:0px 0px 15px 0px; |
|---|
| | 53 | padding:0px; |
|---|
| | 54 | font-size:120%; |
|---|
| | 55 | font-weight:900; |
|---|
| | 56 | } |
|---|
| | 57 | |
|---|
| | 58 | |
|---|
| | 59 | h2 { |
|---|
| | 60 | margin:0px 0px 5px 0px; |
|---|
| | 61 | padding:0px; |
|---|
| | 62 | font-size:100% |
|---|
| | 63 | } |
|---|
| | 64 | |
|---|
| | 65 | |
|---|
| | 66 | h3 { |
|---|
| | 67 | margin:0px 0px 5px 0px; |
|---|
| | 68 | padding:0px; |
|---|
| | 69 | font-size:100% |
|---|
| | 70 | } |
|---|
| | 71 | |
|---|
| | 72 | h4 { |
|---|
| | 73 | margin:0px 0px 5px 0px; |
|---|
| | 74 | padding:0px; |
|---|
| | 75 | font-size:100% |
|---|
| | 76 | } |
|---|
| | 77 | |
|---|
| | 78 | h5 { |
|---|
| | 79 | margin:0px 0px 5px 0px; |
|---|
| | 80 | padding:0px; |
|---|
| | 81 | color:#1181AA; |
|---|
| | 82 | background:#fff; |
|---|
| | 83 | font-size:100% |
|---|
| | 84 | } |
|---|
| | 85 | |
|---|
| | 86 | img { |
|---|
| | 87 | border:0px; |
|---|
| | 88 | } |
|---|
| | 89 | |
|---|
| | 90 | blockquote { |
|---|
| | 91 | padding: 0 1pc 1pc 1pc; |
|---|
| | 92 | border: 1px solid #ddd; |
|---|
| | 93 | background-color: #F0F0F0; |
|---|
| | 94 | color:#000; |
|---|
| | 95 | background-image: url("/_templates/double-quotes.png"); |
|---|
| | 96 | background-repeat: no-repeat; |
|---|
| | 97 | background-position: -10px -7px; |
|---|
| | 98 | } |
|---|
| | 99 | |
|---|
| | 100 | /*--------------------------------------- |
|---|
| | 101 | Wraps the entire page |
|---|
| | 102 | -----------------------------------------*/ |
|---|
| | 103 | |
|---|
| | 104 | #container { |
|---|
| | 105 | margin: 0 auto; |
|---|
| | 106 | width: 100%; |
|---|
| | 107 | min-width: 750px; |
|---|
| | 108 | } |
|---|
| | 109 | |
|---|
| | 110 | /*--------------------------------------------- |
|---|
| | 111 | HEADER |
|---|
| | 112 | ------------------------------------------------*/ |
|---|
| | 113 | |
|---|
| | 114 | #header { |
|---|
| | 115 | width: 100%; |
|---|
| | 116 | background-color: #1181AA; |
|---|
| | 117 | color: #333333; |
|---|
| | 118 | border: 0px solid #ccc; |
|---|
| | 119 | border-bottom: 4px solid #FAC83D; |
|---|
| | 120 | padding: 0px; |
|---|
| | 121 | margin: 0px; |
|---|
| | 122 | text-align: left; |
|---|
| | 123 | } |
|---|
| | 124 | |
|---|
| | 125 | #header h1 { |
|---|
| | 126 | padding: 0 0 4px 0; |
|---|
| | 127 | margin: 0px 0 0 10px; |
|---|
| | 128 | background-color: #1181AA; |
|---|
| | 129 | color: #fff; |
|---|
| | 130 | text-align: left; |
|---|
| | 131 | font-size:140%; |
|---|
| | 132 | font-weight:normal; |
|---|
| | 133 | } |
|---|
| | 134 | |
|---|
| | 135 | #header h2 { |
|---|
| | 136 | padding: 0 0 7px 0; |
|---|
| | 137 | margin: 0 0 0 20px; |
|---|
| | 138 | font-weight: normal; |
|---|
| | 139 | background-color: #1181AA; |
|---|
| | 140 | color: #fff; |
|---|
| | 141 | border: none; |
|---|
| | 142 | font-family: "Lucida Grande", arial, sans-serif; |
|---|
| | 143 | font-size:120%; |
|---|
| | 144 | } |
|---|
| | 145 | |
|---|
| | 146 | #intro { |
|---|
| | 147 | padding:10px; |
|---|
| | 148 | } |
|---|
| | 149 | |
|---|
| | 150 | #actions { |
|---|
| | 151 | padding:10px; |
|---|
| | 152 | text-align: center; |
|---|
| | 153 | } |
|---|
| | 154 | |
|---|
| | 155 | #actions p { |
|---|
| | 156 | text-align: center; |
|---|
| | 157 | } |
|---|
| | 158 | |
|---|
| | 159 | #external { |
|---|
| | 160 | padding:10px; |
|---|
| | 161 | } |
|---|
| | 162 | |
|---|
| | 163 | #gubbins { |
|---|
| | 164 | padding:10px; |
|---|
| | 165 | background:#fff; |
|---|
| | 166 | } |
|---|
| | 167 | |
|---|
| | 168 | #subscribe { |
|---|
| | 169 | width: 307px; |
|---|
| | 170 | height: 91px; |
|---|
| | 171 | /*border:1px solid #4473A1;*/ |
|---|
| | 172 | /*padding:15px 0;*/ |
|---|
| | 173 | text-align:center; |
|---|
| | 174 | font-size:1.15em; |
|---|
| | 175 | font-weight:bold; |
|---|
| | 176 | font-size:140%; |
|---|
| | 177 | /* -moz-border-radius: 0.5em;*/ |
|---|
| | 178 | } |
|---|
| | 179 | |
|---|
| | 180 | #subscribe a { |
|---|
| | 181 | background-image: url(/_rss/subscribe.png); |
|---|
| | 182 | background-repeat: no-repeat; |
|---|
| | 183 | display: block; width: 307px; height: 91px; padding:15px 0 0 0; |
|---|
| | 184 | } |
|---|
| | 185 | |
|---|
| | 186 | #subscribe a:hover { |
|---|
| | 187 | background: url(/_rss/subscribe-high.png); |
|---|
| | 188 | background-repeat: no-repeat; |
|---|
| | 189 | display: block; width: 307px; height: 91px; padding:15px 0 0 0; |
|---|
| | 190 | } |
|---|
| | 191 | |
|---|
| | 192 | #mistake { |
|---|
| | 193 | width: 307px; |
|---|
| | 194 | height:91px; |
|---|
| | 195 | /*border:1px solid #E504BD; */ |
|---|
| | 196 | text-align:center; |
|---|
| | 197 | font-size:1.15em; |
|---|
| | 198 | font-weight:bold; |
|---|
| | 199 | font-size:140%; |
|---|
| | 200 | /* -moz-border-radius: 0.5em; */ |
|---|
| | 201 | } |
|---|
| | 202 | |
|---|
| | 203 | #mistake a { |
|---|
| | 204 | background-image: url(/_rss/mistake.png); |
|---|
| | 205 | background-repeat: no-repeat; |
|---|
| | 206 | display: block; width: 307px; height: 91px; padding:15px 0 0 0; |
|---|
| | 207 | } |
|---|
| | 208 | |
|---|
| | 209 | #mistake a:hover { |
|---|
| | 210 | background: url(/_rss/mistake-high.png); |
|---|
| | 211 | background-repeat: no-repeat; |
|---|
| | 212 | display: block; width: 307px; height: 91px; padding:15px 0 0 0; |
|---|
| | 213 | |
|---|
| | 214 | } |
|---|
| | 215 | |
|---|
| | 216 | |
|---|
| | 217 | </style> |
|---|
| | 218 | </head> |
|---|
| 56 | | <li>Subscribe in <a href="http://www.bloglines.com/sub/$rssurl">Bloglines</a></li><li> |
|---|
| 57 | | Add to <a href="http://add.my.yahoo.com/rss?url=$rssurl">MyYahoo!</a> </li><li> |
|---|
| 58 | | Add to <a href="http://my.msn.com/addtomymsn.armx?id=rss&ut=$rssurl&tt=CENTRALDIRECTORY&ru=http://rss.msn.com'">MyMSN</a></li><li> |
|---|
| 59 | | Add to <a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=$rssurl">Newsgator</a> </li> |
|---|
| 60 | | <li><a target="_blank" href="http://solosub.com/sub/$rssurl">Syndicate in any reader via SoloSub</a></li> |
|---|
| | 259 | <li><a href="http://www.bloglines.com/sub/$rssurl"><img src="http://solosub.com/img/bloglines.png" alt="Bloglines" /></a></li><li> |
|---|
| | 260 | <a href="http://add.my.yahoo.com/rss?url=$rssurl"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="My Yahoo" /></a> </li><li> |
|---|
| | 261 | <a href="http://my.msn.com/addtomymsn.armx?id=rss&ut=$rssurl&tt=CENTRALDIRECTORY&ru=http://rss.msn.com'"><img src="http://solosub.com/img/mymsn.gif" alt="MyMSN" /></a></li><li> |
|---|
| | 262 | <a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=$rssurl"><img src="http://www.newsgator.com/images/ngsub1.gif" alt="Newsgator" /></a> </li> |
|---|
| | 263 | <li><a target="_blank" href="http://solosub.com/sub/$rssurl">Syndicate in any reader via <img src="http://solosub.com/feed_button.gif" alt="SoloSub" /></a></li> |
|---|