Mercurial > moonlitnights
annotate old/gallery/sidebar.html @ 2:fc00894c1d4a moonlitnights
[svn r3] moved all the bad stuff to 'old'
author | rlm |
---|---|
date | Fri, 19 Feb 2010 20:53:12 -0500 |
parents | |
children |
rev | line source |
---|---|
rlm@2 | 1 <html><head><title>I is HTML 2</title> |
rlm@2 | 2 |
rlm@2 | 3 <style type="text/css"> |
rlm@2 | 4 body { |
rlm@2 | 5 font-size: 13px; |
rlm@2 | 6 background-color:transparent; |
rlm@2 | 7 overflow:hidden; |
rlm@2 | 8 border:none; |
rlm@2 | 9 margin:10px; |
rlm@2 | 10 } |
rlm@2 | 11 |
rlm@2 | 12 a { |
rlm@2 | 13 color: #82A9E9; |
rlm@2 | 14 text-decoration: none; |
rlm@2 | 15 font-weight:bold; |
rlm@2 | 16 } |
rlm@2 | 17 |
rlm@2 | 18 a:hover { |
rlm@2 | 19 text-decoration: underline; |
rlm@2 | 20 </style></head> |
rlm@2 | 21 |
rlm@2 | 22 <body> |
rlm@2 | 23 <p><a href="chPics.html" target="main">::ChibiUsa and |
rlm@2 | 24 Hotaru::</a><br> |
rlm@2 | 25 <a href="c_hPics.html" target="main">-Single</a></p> |
rlm@2 | 26 |
rlm@2 | 27 <p><a href="tsPics.html" target="main">::Tomoyo and Sakura::</a><br> |
rlm@2 | 28 <a href="t_sPics.html" target="main">-Single</a></p> |
rlm@2 | 29 |
rlm@2 | 30 <p><a href="misc.html" target="main">::Misc::</a></p> |
rlm@2 | 31 |
rlm@2 | 32 <p><a href="main.html" target="main">-Main</a></p> |
rlm@2 | 33 <p><a href="http://www.moonlitnights.org/index2.html" target="_parent">-Moonlit Nights</a></p> |
rlm@2 | 34 </center></body></html> |