Spaces:
Sleeping
Sleeping
File size: 4,100 Bytes
07c3cdd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 |
/* Reset */
* {
margin: 0 auto;
padding: 0;
}
/* Body */
body {
background: url(../images/background.jpg) no-repeat top #00B4CD;
text-align: center;
}
/* No borders around images */
img {
border: none;
}
/* Warp around everything */
#warp {
margin: 0 auto;
margin-top: 10px;
width: 985px;
font-family: Helvetica;
text-align: left;
}
/* Header */
#header_top {
background: url(../images/top.png) no-repeat;
width: 985px;
height: 30px;
}
/* Header content */
#header {
background: url(../images/box_bg.png) repeat-y;
width: 985px;
text-align: center;
}
/* Page title */
#header h2 {
padding-top: 10px;
}
/* Subtitle */
#header h5 {
margin-top: 5px;
padding-bottom: 15px;
color: #acacac;
}
/* Content div */
#content {
background: url(../images/content_bg.png) repeat-y;
width: 985px;
}
/* The info text */
#text {
float: left;
margin: 10px 0 10px 60px;
width: 420px;
/* IE margin fix */
display: inline;
font-size: 13px;
}
/* The info text P */
#text p {
margin-top: 5px;
font-size: 14px;
line-height: 20px;
color: #292929;
}
/* The links list */
/* The list items */
/* The links */
#text a {
color: #292929;
text-decoration: none;
}
/* Link hover */
#text a:hover {
text-decoration: none;
}
/* The book icon */
#book {
float: right;
width: 472px;
height: 332px;
margin: 20px 20px 10px 0;
}
/* Footer */
#footer {
background: url(../images/box_bg.png) repeat-y;
width: 985px;
}
/* Footer bottom */
#footer_bottom {
background: url(../images/bottom.png) no-repeat;
width: 985px;
height: 28px;
}
/* Twitter icon */
#twitter {
margin: 10px 0px 0px 60px;
float: left;
}
/* The tweet text */
#twitter_text {
float: left;
margin-left: 10px;
margin-top: 15px;
width: 300px;
color: #878787;
float: left;
font-size: 10px;
}
/* Twitter links */
#twitter_text a {
text-decoration: none;
font-weight: bold;
}
/* Search form */
#searchform {
float: right;
margin: 15px 60px 0px 0px;
/* IE margin fix */
display: inline;
}
/* Search input */
input#search {
background: url(../images/searchfield_bg.png) no-repeat;
border: none;
height: 31px;
width: 244px;
float: right;
line-height: 30px;
padding-left: 10px;
}
/* The Send button */
input#submit {
border: none;
float: right;
margin-left: 5px;
height: 31px;
width: 74px;
color: #fff;
}
input:focus {
outline: none;
}
/* Social media */
#socialmedia {
margin-top: 5px;
margin-right: 40px;
margin-bottom: 10px;
display: inline;
list-style: none;
float: right;
}
/* Social media list items */
#socialmedia a{
text-decoration: none;
}
/* COLOR CHANGER */
#colorchanger {
text-align: left;
}
#showChanger {
margin-left: 10px;
}
#colors {
padding: 10px;
background: #425a5e;
height: 17px;
}
/* The div around the color change links */
.colorbox {
width:15px;
height:15px;
border:1px solid #050505;
float:left;
margin:0px 2px;
cursor:pointer;
display:block;
}
/* Blue */
.colorblue {
background-color:#1e82ac;
}
/* Blue Hover */
.colorblue:hover {
background-color:#177197;
}
/* Red */
.colorred {
background-color:#cc2b2b;
}
/* Red Hover */
.colorred:hover {
background-color:#af1a1a;
}
/* Grey */
.colorgrey {
background-color:#4d4d4d;
}
/* Grey Hover */
.colorgrey:hover {
background-color:#7c7c7c;
}
/* Brown */
.colorbrown {
background-color:#4b3a15;
}
/* Brown Hover */
.colorbrown:hover {
background-color:#5e4b20;
}
/* Green */
.colorgreen {
background-color:#6c8b2f;
}
/* Green Hover */
.cologreen:hover {
background-color:#7da137;
}
/* Page title */
#header h2 {
color: #187086;
}
/* Page links */
#text a:hover {
color: #16687d;
}
/* Search button */
input#submit {
background: url(../images/searchbutton_bg.png) no-repeat;
}
/* Twitter links */
#twitter_text a {
color: #135869;
}
#textInfo{
list-style: square inside none;
padding: 0px;
margin: 0px;
line-height: 20px;
}
#textInfo li{
padding: 5px 0px;
text-align: justify;
} |