Changeset 824
- Timestamp:
- 01/18/07 16:10:24 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/template/templates/Default_Template/css
r822 r824 2 2 Elgg general CSS 3 3 CSS last updated 16/01/07 4 Theme adapted from: 5 Theme Name: Light 6 Theme URI: http://vaguedream.com/wordpress-themes/ 7 Description: A theme created by <a href="http://vaguedream.com" target="_blank">Stephen Reinhardt</a>. Supports <a href="http://automattic.com/code/widgets/" target="_blank">Widgets</a>. 8 Version: 1.0 9 Author: Stephen Reinhardt 10 Author URI: http://vaguedream.com/ 4 11 */ 5 12 … … 10 17 body { 11 18 background:#e5e5e5; url({{url}}mod/template/templates/Default_Template/images/wrap.gif) repeat-y; 12 color:#697C83;13 font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;14 text-align:left;15 margin:0 auto;16 padding:0;17 font-size: 80%;19 color:#697C83; 20 font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif; 21 text-align:left; 22 margin:0 auto; 23 padding:0; 24 font-size: 80%; 18 25 } 19 26 … … 29 36 30 37 ol, ul { 31 color:# 555;38 color:#697C83; 32 39 } 33 40 … … 67 74 68 75 div#container { 69 width:9 00px;76 width:940px; 70 77 margin:0 auto; 71 78 padding:0; … … 74 81 } 75 82 76 77 83 /* 78 84 HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR … … 85 91 background:url({{url}}mod/template/templates/Default_Template/images/header-bg.gif) repeat-x; 86 92 position:relative; 87 width:9 00px;93 width:940px; 88 94 height:120px; 89 95 } … … 150 156 */ 151 157 152 div#content-holder {158 #content-holder { 153 159 padding:0px; 154 160 margin:0px; 155 width:9 00px;161 width:940px; 156 162 min-height:500px; 157 163 overflow:hidden; … … 161 167 div#content-holder a:hover { 162 168 text-decoration:underline; 169 } 170 171 div#content-holder h1 { 172 font-size:150%; 163 173 } 164 174 … … 196 206 197 207 div#splitpane-content { 198 margin: 0;208 margin: 0; 199 209 padding: 0 0 0 10px; 200 width:6 50px;210 width:690px; 201 211 text-align: left; 202 212 float: left; … … 215 225 padding:0; 216 226 background:#fff url({{url}}mod/template/templates/Default_Template/images/side-back.gif) repeat-y; 217 margin:0 10px 0 0;227 margin:0; 218 228 float: right; 219 }220 221 /* 222 THE SIDEBAR CONTENTS LAYOUT229 } 230 231 /* 232 THE SIDEBAR CONTENTS 223 233 */ 224 234 225 235 div#splitpane-sidebar td { 226 width: 200px;236 width: 200px; 227 237 background:#fff; 228 238 margin:0 0 0 20px; … … 238 248 margin:2px 0; 239 249 padding-left: 5px; 240 border-bottom:1px dashed #eee;250 border-bottom:1px dashed #eee; 241 251 } 242 252 … … 246 256 247 257 div#splitpane-sidebar h2 { 248 text-align:left;258 text-align:left; 249 259 border-bottom:1px solid #ccc; 250 260 color:#777; 251 font-size:0.9em;252 width:200px;261 font-size:0.9em; 262 width:200px; 253 263 } 254 264 … … 258 268 259 269 div#footer { 260 background:url({{url}}mod/template/templates/Default_Template/images/ footer.gif) repeat-x top;270 background:url({{url}}mod/template/templates/Default_Template/images/top.gif) repeat-x top; 261 271 text-align: center; 262 272 padding:10px 0 0 0; 263 font-size: 0.8em;264 height: 100px;265 margin: 20px auto;266 color:# 000;273 font-size:1em; 274 height:80px; 275 margin:0; 276 color:#fff; 267 277 width:100%; 268 278 } 269 279 270 280 div#footer a { 271 color:#000; 281 color:#fff; 282 } 283 div#footer img { 284 margin:20px 0 0 0; 272 285 } 273 286 … … 297 310 } 298 311 312 /* 313 CLEAR BOTH 314 */ 315 316 .clearing { 317 clear:both; 318 } 319 299 320 /* 300 321 THIS IS THE END OF THE MAIN PAGE COMPONENTS - EVERYTHING BELOW THIS IS ASSOCIATED WITH VARIOUS ELEMENTS … … 348 369 } 349 370 371 /* this is the thin line between the actual post and comments */ 372 373 #comments-divide { 374 height:1px; 375 background:#ccc; 376 } 377 378 .comment-owner { 379 border:1px solid #eee; 380 background:#f2f7fb; 381 padding:5px; 382 margin:20px 0 5px 0; 383 height:50px; 384 width:400px; 385 } 386 387 .comment-owner img { 388 margin:0px 5px 0px 0px; 389 text-align:left; 390 } 391 392 .comment-owner a { 393 background:#f2f7fb; 394 } 395 396 .comment-owner p { 397 padding:0; 398 margin:0; 399 } 400 350 401 /* END OF BLOGGING ENGINE */ 351 352 402 353 403 /* … … 365 415 366 416 /* 367 INFOHOLDER: this holds profile data, account settings and administration content417 INFOHOLDER: this holds profile data, account settings and administration content 368 418 */ 369 419
