Created
September 18, 2012 02:08
-
-
Save CameronGilroy/3740871 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
margin:0px 0px 0px 0px; | |
padding:0; | |
background: #FFFFFF; | |
} | |
#a4page { | |
overflow: hidden; | |
background:#ffffff; | |
width:750px; | |
height:1090px; | |
margin:0px 0px 0px 0px; | |
} | |
#halfbox { | |
overflow: hidden; | |
position: relative; | |
background:#ffffff; | |
width:750px; | |
margin:0px 0px 0px 0px; | |
display: block; | |
} | |
#descriptionbox { | |
overflow: hidden; | |
position: relative; | |
left:239px; | |
width:302px; | |
text-align:justify; | |
margin: 0px 0px 0px -228px; | |
background:#ffffff; | |
} | |
#propphoto { | |
overflow: hidden; | |
background:#ffffff; | |
width:224px; | |
height:168px; | |
margin:0px 0px 0px 0px; | |
} | |
#suburbrow { | |
overflow: hidden; | |
background:#ffffff; | |
width:750px; | |
height:96px; | |
margin:0px 0px 0px 0px; | |
} | |
.suburbtxt { font-family: Arial, Helvetica; | |
font-size: 18px; | |
text-decoration: none; color: black; | |
line-height:130% | |
} | |
.bedbathtxt { font-family: Arial, Helvetica; | |
font-size: 18px; | |
text-decoration: none; color: black; | |
} | |
.addresstxt { font-family: Arial, Helvetica; | |
font-size: 20px; | |
text-decoration: none; color: black; | |
line-height:130% | |
} | |
#description { | |
overflow: hidden; | |
background:#ffffff; | |
margin:0px 0px 0px 0px; | |
} | |
.righttext { font-family: Arial, Helvetica; | |
font-size: 12px; text-decoration: none; | |
color: black; | |
} | |
td.righttext:first-of-type { | |
color: #DA291C; | |
} | |
.heading { font-family: Arial, Helvetica; | |
font-weight: bold; | |
font-size: 18px; | |
text-decoration: none; | |
padding-bottom: 0px; | |
color: #003A70; | |
display: block; | |
} | |
.bigheading { font-family: Arial, Helvetica; | |
font-size: 36px; text-decoration: none; | |
color: black; | |
} | |
.bodytxt { font-family: Arial, Helvetica; | |
font-size: 13.5px; | |
text-decoration: none; color: #000000; | |
line-height:148% | |
} | |
.bodytxt div { | |
margin-left: -30px; | |
} | |
.statustxt { font-family: Arial, Helvetica; font-size: 36px; text-decoration: none; color: black} | |
#identifier { | |
overflow: hidden; | |
text-align: right; | |
background:#ffff00; | |
width:750px; | |
height:37px; | |
//padding-right:29px; | |
padding-top:4px; | |
margin:0px 0px 0px 0px; | |
} | |
.identifiertxt { font-family: Arial, Helvetica; | |
font-size: 26px; | |
text-decoration: none; color: black; | |
} | |
.statusdetails { font-family: Arial, Helvetica; | |
font-size: 11px; | |
text-decoration: none; color: #000000; | |
line-height:145% | |
} | |
#disclaimer { | |
overflow: hidden; | |
vertical-align: middle; | |
background:#ffffff; | |
width:750px; | |
height:74px; | |
margin:0px 0px 0px 0px; | |
font-family: Arial, Helvetica; | |
font-size: 6px; | |
text-decoration: none; color: #000000; | |
line-height:150%; | |
} | |
.disclaimertxt { | |
font-family: Arial, Helvetica; | |
font-size: 6px; | |
text-decoration: none; color: #000000; | |
line-height:150%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment