Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.54 KB | None | 0 0
  1.  
  2.  
  3. body
  4. {
  5. background-color: #ffffcc;
  6. color: #003300;
  7. font-family: Arial, sans-serif;
  8. }
  9.  
  10. h2
  11. {
  12. color: #003366;
  13. }
  14.  
  15. h4
  16. {
  17. color: #006600;
  18. }
  19.  
  20. dd
  21. {
  22. font-style: italic;
  23. font-size: .90em;
  24. line-height: 200%;
  25. }
  26.  
  27. h1
  28. {
  29. color: #48751a;
  30. }
  31.  
  32. #n
  33. {
  34. font-style: bold;
  35. font-size: 1.2em;
  36. }
  37.  
  38. .contact
  39. {
  40. font-style: bold;
  41. font-size: .90em;
  42. font-family: Times New Roman, serif;
  43. }
  44.  
  45. #footer
  46. {
  47. font-style: italic;
  48. font-size: 10pt;
  49. }
  50.  
  51. .home
  52. {
  53. background-image: url(../../../common/CaseStudyStarters/primehomebtn.gif);
  54. width: 107px;
  55. height: 25px;
  56. }
  57.  
  58. .home_on
  59. {
  60. background-image: url(../../../common/CaseStudyStarters/primehomenav.gif);
  61. width: 107px;
  62. height: 25px;
  63. }
  64.  
  65. .listing
  66. {
  67. background-image: url(../../../common/CaseStudyStarters/primelistingsnav.gif);
  68. width: 107px;
  69. height: 25px;
  70. }
  71.  
  72. .listing_on
  73. {
  74. background-image: url(../../../common/CaseStudyStarters/primelistingsbtn.gif);
  75. width: 107px;
  76. height: 25px;
  77. }
  78.  
  79. .financing
  80. {
  81. background-image: url(../../../common/CaseStudyStarters/primefinancingnav.gif);
  82. width: 107px;
  83. height: 25px;
  84. }
  85.  
  86. .financing_on
  87. {
  88. background-image: url(../../../common/CaseStudyStarters/primefinancingbtn.gif);
  89. width: 107px;
  90. height: 25px;
  91. }
  92.  
  93. .cont
  94. {
  95. background-image: url(../../../common/CaseStudyStarters/primecontactnav.gif);
  96. width: 107px;
  97. height: 25px;
  98. }
  99.  
  100. .cont_on
  101. {
  102. background-image: url(../../../common/CaseStudyStarters/primecontactbtn.gif);
  103. width: 107px;
  104. height: 25px;
  105. }
  106.  
  107. .property
  108. {
  109. float: left;
  110. width: 200px;
  111. height: 150px;
  112. padding-right: 25px;
  113. }
  114.  
  115. img
  116. {
  117. border: 0px;
  118. }
  119. a
  120. {
  121. text-decoration: underline;
  122. color: #000000;
  123. }
  124.  
  125. a:hover
  126. {
  127. text-decoration: none;
  128. color: red;
  129. }
  130.  
  131. .ul
  132. {
  133. padding-left: 200px;
  134. }
  135.  
  136. .p
  137. {
  138. padding-left: 240px;
  139. }
  140.  
  141.  
  142. [LISTING]
  143. <html>
  144.  
  145. <head>
  146. <title>
  147. Prime Properties :: Listing
  148. </title>
  149. <link href="prime.css" rel="stylesheet" type="text/css">
  150. </head>
  151.  
  152. <body>
  153. <div id="wrapper">
  154.  
  155. <img src="../../../common/CaseStudyStarters/primelogo.gif" alt="prime logo"/>
  156.  
  157. <div id="leftcolumn">
  158. <div id="nav">
  159. <a href="index.html" class="home_on mainnav"> </a> &nbsp;
  160. <a href="listing.html" class="listing_on mainnav"> </a> &nbsp;
  161. <a href="financing.html" class="financing mainnav"> </a> &nbsp;
  162. <a href="contact.html" class="cont mainnav"> </a> &nbsp;
  163. </div>
  164. </div>
  165.  
  166. <div id="rightcolumn">
  167.  
  168. <h2> Listing </h2>
  169.  
  170. <h4> Schaumburg Colonial </h4>
  171.  
  172. <a href="../../../common/CaseStudyStarters/schaumburg.jpg" alt="Schaumburg Colonial">
  173. <img src="../../../common/CaseStudyStarters/schaumburgthumb.jpg" class="property"/>
  174. </a>
  175.  
  176. <p class="p">This single family home is a two story colonial on a large corner lot</p>
  177. <ul class="ul">
  178.  
  179. <li> Four bedrooms</li>
  180. <li> Two and 1/2 baths</li>
  181. <li> Two car garage</li>
  182. <li> Listing #3432535</li>
  183. </ul>
  184.  
  185. <br/>
  186.  
  187. <h4> Libertyville Condo </h4>
  188.  
  189. <a href="../../../common/CaseStudyStarters/libertyville.jpg" alt="Libertyville Condo">
  190. <img src="../../../common/CaseStudyStarters/libertyvillethumb.jpg" class="property"/>
  191. </a>
  192.  
  193. <p class="p"> New constructed condom downtown Libertyville</p>
  194. <ul class="ul">
  195.  
  196. <li> Close to train</li>
  197. <li> Two bedrooms</li>
  198. <li> Two baths</li>
  199. <li> Two indoor parking spaces</li>
  200. <li> Choose your colors and appliances</li>
  201. <li> Listing #3432432</li>
  202. </ul>
  203. <br/>
  204.  
  205. <div id="footer">
  206. <a href="index.html">Home</a> &nbsp;
  207. <a href="listing.html">Listing</a> &nbsp;
  208. <a href="financing.html">Financing</a> &nbsp;
  209. <a href="contact.html">Contact </a>
  210.  
  211. <br/>Copyright &copy; 2008 Prime Properties <br/>
  212. <a href="mailto:refinnej_saversavaleyzzz03@yahoo.com">refinnej_saversavaleyzzz03@yahoo.com</a>
  213.  
  214. </div>
  215. </div>
  216. </div>
  217. </body>
  218. </html>
  219.  
  220. [INDEX]
  221. <html>
  222.  
  223. <head>
  224. <title>
  225. Prime Properties : Index
  226. </title>
  227. <link href="prime.css" rel="stylesheet" type="text/css">
  228. </head>
  229.  
  230. <body>
  231. <div id="wrapper">
  232. <img src="../../../common/CaseStudyStarters/primelogo.gif" alt="prime logo"/>
  233.  
  234. <div id="leftcolumn">
  235. <div id="nav">
  236. <a href="index.html" class="home mainnav"></a> &nbsp;
  237. <a href="listing.html" class="listing mainnav"></a> &nbsp;
  238. <a href="financing.html" class="financing mainnav"></a> &nbsp;
  239. <a href="contact.html" class="cont mainnav"></a> &nbsp;
  240. </div>
  241. </div>
  242.  
  243. <div id="rightcolumn">
  244.  
  245. <p> Prime Properties is prepared to market and sell your property. </p>
  246. <p> The philosophy of Prime Properties is to promote our clients, not ourselves. </p>
  247. <p> We can also help you find the property that meets your needs </p>
  248.  
  249. <ul>
  250. <li> location </li>
  251. <li> price </li>
  252. <li> features </li>
  253. </ul>
  254.  
  255. <div class="contact"> Prime Properties <br/>
  256. 3055 Bode Road <br/>
  257. schaumburg, IL 60194 <br/> <br/>
  258. 847-555-5555 <br/> <br/>
  259. </div>
  260.  
  261. <div id="footer">
  262. <a href="index.html">Home</a> &nbsp;
  263. <a href="listing.html">Listing</a> &nbsp;
  264. <a href="financing.html">Financing</a> &nbsp;
  265. <a href="contact.html">Contact </a>
  266.  
  267. <br/>Copyright &copy; 2008 Prime Properties <br/>
  268. <a href="mailto:refinnej_saversavaleyzzz03@yahoo.com">refinnej_saversavaleyzzz03@yahoo.com</a>
  269. </div> </div>
  270.  
  271. </div>
  272. </div>
  273. </body>
  274. </html>
  275.  
  276. [FINANCING]
  277. <html>
  278.  
  279. <head>
  280. <title>
  281. Prime Properties :: Financing
  282. </title>
  283. <link href="prime.css" rel="stylesheet" type="text/css">
  284. </head>
  285.  
  286. <body>
  287. <div id="wrapper">
  288.  
  289. <img src="../../../common/CaseStudyStarters/primelogo.gif" alt="prime logo"/>
  290.  
  291. <div id="leftcolumn">
  292. <div id="nav">
  293. <a href="index.html" class="home_on mainnav"></a> &nbsp;
  294. <a href="listing.html" class="listing mainnav"></a> &nbsp;
  295. <a href="financing.html" class="financing_on mainnav"></a> &nbsp;
  296. <a href="contact.html" class="cont mainnav"></a> &nbsp;
  297. </div>
  298. </div>
  299.  
  300. <div id="rightcolumn">
  301. <h2> Financing </h2>
  302. <p> We work with many area mortgage and finance companies. </p>
  303.  
  304. <h4> Mortgage FAQs </h4>
  305.  
  306. <dl>
  307. <dt> What amount of mortgage do I qualify for? </dt>
  308. <dd> The total basic monthly housing cost is normally based on 29% to 41%
  309. of your gross monthly income. </dd>
  310.  
  311. <dt> Which percentage is most often used? </dt>
  312. <dd> The percentage used depends on the lending institution and type of financing </dd>
  313.  
  314. <dt> How do I get started? </dt>
  315. <dd> Contact us today to help you arrange financing for your home </dd>
  316. </dl>
  317.  
  318.  
  319. <div id="footer">
  320. <a href="index.html">Home</a> &nbsp;
  321. <a href="listing.html">Listing</a> &nbsp;
  322. <a href="financing.html">Financing</a> &nbsp;
  323. <a href="contact.html">Contact </a>
  324.  
  325. <br/>Copyright &copy; 2008 Prime Properties <br/>
  326. <a href="mailto:refinnej_saversavaleyzzz03@yahoo.com">refinnej_saversavaleyzzz03@yahoo.com</a>
  327. </div>
  328. </div>
  329.  
  330. </div>
  331. </div>
  332. </body>
  333. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement