Changeset 229 for trunk/npemap.org.uk
- Timestamp:
- Oct 29, 2006, 6:07:03 PM (14 years ago)
- Location:
- trunk/npemap.org.uk/static
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/default.css
r144 r229 9 9 10 10 div.mid-col { 11 width: 28%;11 width: 33%; 12 12 float: left; 13 13 margin-left: 1%; … … 15 15 } 16 16 div.left-col { 17 width: 30%;17 width: 25%; 18 18 float: left; 19 margin-left: 5%; 19 margin: 0.5em 0 0 0 ; 20 background-color: #DDFF9b; 21 border: 1px solid black; 22 padding: 0 0 0.5em 0.5em ; 23 font-family: sans; 24 font-size: 75%; 20 25 } 26 21 27 div.right-col { 22 28 width: 30%; 23 29 float: right; 24 margin-right: 5%; 30 margin-right: 1%; 31 background-color: #DDFF9b; 32 margin: 0.5em 0 0 0 ; 33 padding: 0 0 0.5em 0.5em ; 34 border: 1px solid black; 35 } 36 37 div.right-col img { 38 border: 1px solid black; 39 } 40 div.right-col p { 41 font-family: sans; 42 font-size: 75%; 43 } 44 45 ul { 46 padding: 0px; 47 } 48 li { 49 list-style: none; 50 25 51 } 26 52 … … 42 68 line-height: 100%; 43 69 } 70 div#theTitle { 71 background-color: #667f36; 72 text-align: center; 73 color: #fff; 74 border-bottom: 1px solid black 75 } 76 div#theTitle h1 { 77 margin:0; 78 padding: 0.5em 0 0 0.5em; 79 height: 1.5em; 80 font-family: sans; 81 } -
trunk/npemap.org.uk/static/index.html
r162 r229 11 11 <script src="tiles/jsr_class.js" type="text/javascript"></script> 12 12 <script src="tiles/jscoord-1.1.1.js" type="text/javascript"></script> 13 <div id='theTitle'> 14 <h1>New Popular Mapping<sup>beta</sup></h1> 15 </div> 13 16 <div id="body"> 14 <h1>New Popular Mapping<sup>beta</sup></h1>15 17 16 18 <div class="left-col"> … … 44 46 </p> 45 47 <a href="#" id="link"> 46 <img src="thumbnail.jpg" style="border: none"alt="Click this map to zoom"/>48 <img src="thumbnail.jpg" alt="Click this map to zoom"/> 47 49 </a> 48 50
Note: See TracChangeset
for help on using the changeset viewer.