Changeset 1276
- Timestamp:
- 11/08/07 10:52:49 (1 year ago)
- Files:
-
- devel/mod/profile/css (modified) (1 diff)
- devel/mod/template/templates/Default_Template/css (modified) (20 diffs)
- devel/mod/template/templates/Default_Template/frontpage_loggedin (modified) (1 diff)
- devel/mod/template/templates/Default_Template/frontpage_loggedout (modified) (1 diff)
- devel/mod/template/templates/Default_Template/images/footer.gif (modified) (previous)
- devel/mod/template/templates/Default_Template/images/header.gif (added)
- devel/mod/template/templates/Default_Template/images/sidebar-bottom.gif (added)
- devel/mod/template/templates/Default_Template/images/sidebar-top.gif (added)
- devel/mod/template/templates/Default_Template/pageshell (modified) (2 diffs)
- devel/mod/toolbar/css (modified) (1 diff)
- devel/mod/toolbar/images/toolbar-bg.gif (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/profile/css
r1050 r1276 88 88 89 89 .widget { 90 border: 1px solid #BBDCE9; /*#95BDCD;*/90 border: 0px solid #BBDCE9; /*#95BDCD;*/ 91 91 margin-bottom: 15px; 92 92 padding: 0; devel/mod/template/templates/Default_Template/css
r1039 r1276 1 1 /* 2 Elgg general CSS 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 Stephen Reinhardt. 8 Version: 1.0 9 Author: Stephen Reinhardt 10 Author URI: http://vaguedream.com/ 2 11 3 */ 12 4 … … 16 8 17 9 body { 18 background:#e5e5e5; 19 /* url({{url}}mod/template/templates/Default_Template/images/wrap.gif) repeat-y; */ 10 background:#fff url({{url}}mod/template/templates/Default_Template/images/header.gif) repeat-x; /* #d9e2f2 */ 20 11 color:#697C83; 21 12 font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif; … … 26 17 line-height:1.6em; 27 18 } 28 29 /*30 div {31 border: 1px solid red;32 }33 */34 19 35 20 p { … … 82 67 83 68 div#container { 84 width:9 40px;69 width:970px; 85 70 margin:0 auto; 86 71 padding:0; 87 background:#fff;88 border-top:1px solid #fff;89 72 } 90 73 … … 97 80 padding:0; 98 81 text-align:left; 99 background:url({{url}}mod/template/templates/Default_Template/images/header-bg.gif) repeat-x;100 82 position:relative; 83 background:transparent; 101 84 width:100%; 102 height:1 20px;85 height:110px; 103 86 } 104 87 … … 125 108 126 109 div#header #logo h2{ 127 color:# f17d00;110 color:#174764; 128 111 padding:0; 129 112 margin:0; … … 137 120 div#header #search-header { 138 121 float:right; 139 background:url({{url}}mod/template/templates/Default_Template/images/search_icon.gif) no-repeat left top;140 122 width:330px; 141 123 margin:0; … … 165 147 166 148 #content-holder { 167 padding: 0px;168 margin:0 px;169 width: 100%;149 padding:5px; 150 margin:0; 151 width:974px; 170 152 min-height:500px; 171 overflow:hidden;172 153 position:relative; 154 clear:both; 173 155 } 174 156 … … 179 161 div#content-holder h1 { 180 162 font-size:150%; 163 border-bottom:1px solid #ccc; 164 margin:0; 165 padding:0; 181 166 } 182 167 … … 212 197 div#splitpane-content { 213 198 margin: 0; 214 padding: 0 0 010px;215 width:6 90px;199 padding: 10px; 200 width:680px; 216 201 text-align: left; 217 202 color:#000; … … 225 210 226 211 div#splitpane-sidebar { 227 width: 220px; 228 margin:0; 229 padding:0; 230 background:#fff url({{url}}mod/template/templates/Default_Template/images/side-back.gif) repeat-y; 231 margin:0; 212 width: 250px; 213 margin:20px 10px 20px 0; 214 padding:0; 232 215 float: right; 216 background:#efefef url({{url}}mod/template/templates/Default_Template/images/sidebar-top.gif) no-repeat top; 217 } 218 219 div#sidebar-contents { 220 padding:10px; 221 } 222 223 div#sidebar-bottom { 224 background:url({{url}}mod/template/templates/Default_Template/images/sidebar-bottom.gif) no-repeat bottom; 225 height:9px; 226 width:250px; 227 margin:0; 233 228 } 234 229 … … 244 239 div#splitpane-sidebar ul { 245 240 margin: 0; 246 padding: 0;241 padding:0; 247 242 list-style: none; 248 243 } … … 251 246 margin:10px 0; 252 247 padding-left: 5px; 253 border-bottom:1px dashed #eee;254 248 } 255 249 … … 263 257 color:#777; 264 258 font-size:0.9em; 265 width:200px; 259 width:220px; 260 } 261 262 /* 263 NEW CSS FOR THE TOOLBAR THAT LIVES IN THE MAIN CONTENT AREA 264 */ 265 266 #content-holder-toolbar { 267 float:left; 268 margin:0; 269 background:#fff; 270 border:1px solid #ccc; 271 width:150px; 266 272 } 267 273 … … 273 279 clear: both; 274 280 position: relative; 275 background:url({{url}}mod/template/templates/Default_Template/images/footer.gif) repeat-x top;276 text-align: center;277 padding:10px 0 0 0;278 281 font-size:1em; 279 height:80px; 280 margin:0; 281 color:#fff; 282 height:26px; 283 margin:20px 0 0 0; 284 color:#174764; 285 font-weight:bold; 282 286 width:100%; 287 padding:3px 0 0 0; 288 background:url({{url}}mod/template/templates/Default_Template/images/footer.gif) repeat-x; 289 } 290 291 div#footer img { 292 text-align:right; 293 padding:3px 0 0 0; 294 } 295 296 div#footer p { 297 padding:0 20px 0 20px; 283 298 } 284 299 285 300 div#footer a { 286 301 color:#fff; 287 } 288 div#footer img { 289 margin:20px 0 0 0; 302 padding:0 5px 0 5px; 290 303 } 291 304 … … 359 372 .post { 360 373 margin:10px 0 10px 115px; 361 background:url({{url}}mod/template/templates/Default_Template/images/infoholder_bg.gif) left repeat-y;362 374 } 363 375 364 376 .info { 365 border :1px solid #ccc;377 border-top:1px solid #ccc; 366 378 margin:10px 0 10px 115px; 367 379 clear:both; … … 371 383 padding:0 0 0 10px; 372 384 margin:0; 373 color:#990000;374 385 } 375 386 … … 416 427 417 428 div#sub-menu p { 418 margin:10px 0 10px 0; 419 padding:3px; 420 background:#efefef; 421 border:1px solid #ccc; 429 margin:0 0 10px 0; 430 padding:0; 431 /*background:#efefef;*/ 432 border:0px solid #ccc; 433 } 434 435 div#sub-menu a { 436 padding:3px; 422 437 } 423 438 … … 479 494 .profile_secondary { 480 495 float: right; 481 width: 400px;482 margin -top: 10px;496 width: 360px; 497 margin: 10px 0 0 0; 483 498 color:#000; 484 499 } … … 596 611 font-weight:normal; 597 612 } 613 614 /* 615 COMMENT WALL STUFF 616 */ 617 618 #commentwall { 619 background:#fff; 620 width:98%; 621 padding:5px; 622 margin:5px 0 10px 0; 623 } 624 625 .commentwall_img { 626 float:left; 627 margin:3px; 628 background:#fff; 629 border:1 solid #ccc; 630 } 631 632 #commentwall_form_-1 { 633 /* Background:#eee;*/ 634 margin:0 0 5px 0; 635 padding:4px; 636 } 637 638 #commentwall_form_-1 textarea { 639 width:98%; 640 margin5px 0 5px 0; 641 } 642 643 #commentwall_title { 644 background:#efefef; 645 border-top:1px solid #ccc; /*#4E730C;*/ 646 width:99%; 647 height:20px; 648 padding:2px; 649 font-size:12px; 650 } 651 .commentwall_date { 652 font-style:italic; 653 font-size:0.8em; 654 margin:0 0 10px 0; 655 background:#efefef; 656 border-bottom:1px solid #D8DFEA; 657 } 658 659 #commentwall #commentwall_title h2 { 660 margin:0; 661 padding:0; 662 font-size:11px; 663 } 664 665 .commentwall_name { 666 font-weight:bold; 667 /*border-top:1px solid #4E730C;*/ 668 } 669 670 .commentwall_details { 671 border-top:1px solid #ccc; 672 margin-left:70px; 673 } 674 675 .commentwall_name { 676 background:#efefef; 677 } 678 679 680 #commentwall_more { 681 text-align:right; 682 padding:4px; 683 color:#000; 684 font-size:10px; 685 } 686 687 #commentwall_more a { 688 color:#000; 689 text-decoration:underline; 690 } 691 692 693 .commentwall_replybar { 694 border-bottom:1px solid #ccc; 695 font-size:11px; 696 margin:10px 0 10px 0; 697 padding:2px; 698 background:#fff; 699 text-align:right; 700 cursor:pointer; 701 color:#b85b5a; 702 } 703 704 .commentwall_replybar p { 705 padding:0; 706 margin:0 10px 0 0; 707 } 708 709 .commentwall_replybar a { 710 padding:0; 711 margin:0; 712 } devel/mod/template/templates/Default_Template/frontpage_loggedin
r981 r1276 1 1 <h1>Welcome {{name}}</h1> 2 <p >2 <p style="margin-top:20px;"> 3 3 This is {{sitename}}, a social network. Why not check out <a href="{{url}}_weblog/everyone.php">what people are saying</a> right now? 4 4 </p> devel/mod/template/templates/Default_Template/frontpage_loggedout
r981 r1276 1 1 <h1>Welcome {{name}}</h1> 2 <p >2 <p style="margin-top:20px;"> 3 3 This is {{sitename}}, a social network. Why not check out <a href="{{url}}_weblog/everyone.php">what people are saying</a> right now? 4 4 </p> devel/mod/template/templates/Default_Template/pageshell
r962 r1276 18 18 </div><!-- close div header --> 19 19 <div id="content-holder"><!-- open content-holder div --> 20 <div id="content-holder-inner"> 20 <div id="content-holder-inner"> 21 21 <div id="splitpane-sidebar"><!-- open splitpane-sidebar div --> 22 <div id="sidebar-contents"> 22 23 <ul><!-- open sidebar lists --> 23 24 {{sidebar}} 24 25 </ul><!-- close sidebar lists --> 26 </div> 27 <div id="sidebar-bottom"></div><!-- used to provide the rounded bottom --> 25 28 </div><!-- close splitpane-sidebar div --> 26 29 <div id="splitpane-content"><!-- open splitpane-content div --> … … 29 32 </div><!-- close open splitpane-content div --> 30 33 </div> 31 </div><!-- close content-holder div --> 34 </div><!-- close content-holder div --> 35 </div><!-- close container div --> 32 36 <div id="footer"><!-- start footer --> 33 37 <div id="footer-inner"> 34 <span style="color:#FF934B">{{sitename}}</span> <a href="{{url}}content/terms.php">Terms and conditions</a> | <a href="{{url}}content/privacy.php">Privacy Policy</a><br /> 35 <a href="http://elgg.org/"><img src="{{url}}mod/template/icons/elgg_powered.png" title="Elgg powered" border="0" alt="Elgg powered" /></a> 36 <br /> 38 <p><a href="http://elgg.org/"><img src="{{url}}mod/template/icons/elgg_powered.png" title="Elgg powered" border="0" alt="Elgg powered" align="left"/></a> 39 <a href="{{url}}content/terms.php">Terms and conditions</a> | <a href="{{url}}content/privacy.php">Privacy Policy</a> 37 40 {{perf}} 38 41 </div> 39 42 </div><!-- end footer --> 40 </div><!-- close container div -->41 43 </body> 42 44 </html> devel/mod/toolbar/css
r966 r1276 11 11 left: 0; 12 12 width:100%; 13 background:url({{url}}mod/toolbar/images/toolbar _nav_grey.gif) repeat-x bottom;13 background:url({{url}}mod/toolbar/images/toolbar-bg.gif) repeat-x bottom; 14 14 color:#000; 15 15 margin:0;
