Changeset 1276

Show
Ignore:
Timestamp:
11/08/07 10:52:49 (1 year ago)
Author:
dave
Message:

stand in default theme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/profile/css

    r1050 r1276  
    8888 
    8989.widget { 
    90         border: 1px solid #BBDCE9; /*#95BDCD;*/ 
     90        border: 0px solid #BBDCE9; /*#95BDCD;*/ 
    9191        margin-bottom: 15px; 
    9292        padding: 0; 
  • devel/mod/template/templates/Default_Template/css

    r1039 r1276  
    11/* 
    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 
    113*/ 
    124 
     
    168 
    179body { 
    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  */ 
    2011        color:#697C83; 
    2112        font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif; 
     
    2617        line-height:1.6em; 
    2718} 
    28  
    29 /* 
    30 div { 
    31         border: 1px solid red; 
    32 } 
    33 */ 
    3419 
    3520p { 
     
    8267 
    8368div#container { 
    84         width:940px; 
     69        width:970px; 
    8570        margin:0 auto; 
    8671        padding:0; 
    87         background:#fff; 
    88         border-top:1px solid #fff; 
    8972} 
    9073 
     
    9780        padding:0; 
    9881        text-align:left; 
    99         background:url({{url}}mod/template/templates/Default_Template/images/header-bg.gif) repeat-x; 
    10082        position:relative; 
     83        background:transparent; 
    10184        width:100%; 
    102         height:120px; 
     85        height:110px; 
    10386} 
    10487 
     
    125108 
    126109div#header #logo h2{ 
    127         color:#f17d00
     110        color:#174764
    128111        padding:0; 
    129112        margin:0; 
     
    137120div#header #search-header { 
    138121        float:right; 
    139         background:url({{url}}mod/template/templates/Default_Template/images/search_icon.gif) no-repeat left top; 
    140122        width:330px; 
    141123        margin:0; 
     
    165147 
    166148#content-holder { 
    167         padding:0px; 
    168         margin:0px
    169         width:100%
     149        padding:5px; 
     150        margin:0
     151        width:974px
    170152        min-height:500px; 
    171         overflow:hidden; 
    172153        position:relative; 
     154        clear:both; 
    173155} 
    174156 
     
    179161div#content-holder h1 { 
    180162        font-size:150%; 
     163        border-bottom:1px solid #ccc; 
     164        margin:0; 
     165        padding:0; 
    181166} 
    182167 
     
    212197div#splitpane-content { 
    213198        margin: 0; 
    214         padding: 0 0 0 10px; 
    215         width:690px; 
     199        padding: 10px; 
     200        width:680px; 
    216201        text-align: left; 
    217202        color:#000; 
     
    225210 
    226211div#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; 
    232215        float: right; 
     216        background:#efefef url({{url}}mod/template/templates/Default_Template/images/sidebar-top.gif) no-repeat top; 
     217} 
     218 
     219div#sidebar-contents { 
     220    padding:10px; 
     221} 
     222 
     223div#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; 
    233228} 
    234229 
     
    244239div#splitpane-sidebar ul { 
    245240        margin: 0; 
    246         padding: 0; 
     241        padding:0; 
    247242        list-style: none; 
    248243} 
     
    251246        margin:10px 0; 
    252247        padding-left: 5px; 
    253         border-bottom:1px dashed #eee; 
    254248} 
    255249 
     
    263257        color:#777; 
    264258        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; 
    266272} 
    267273 
     
    273279        clear: both; 
    274280        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; 
    278281        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; 
    282286        width:100%; 
     287        padding:3px 0 0 0; 
     288        background:url({{url}}mod/template/templates/Default_Template/images/footer.gif) repeat-x; 
     289} 
     290 
     291div#footer img { 
     292   text-align:right; 
     293   padding:3px 0 0 0; 
     294} 
     295 
     296div#footer p { 
     297   padding:0 20px 0 20px; 
    283298} 
    284299 
    285300div#footer a { 
    286301        color:#fff; 
    287 
    288 div#footer img { 
    289         margin:20px 0 0 0; 
     302        padding:0 5px 0 5px; 
    290303} 
    291304 
     
    359372.post { 
    360373        margin:10px 0 10px 115px; 
    361         background:url({{url}}mod/template/templates/Default_Template/images/infoholder_bg.gif) left repeat-y; 
    362374} 
    363375 
    364376.info { 
    365         border:1px solid #ccc; 
     377        border-top:1px solid #ccc; 
    366378        margin:10px 0 10px 115px; 
    367379        clear:both; 
     
    371383        padding:0 0 0 10px; 
    372384        margin:0; 
    373         color:#990000; 
    374385} 
    375386 
     
    416427 
    417428div#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 
     435div#sub-menu a { 
     436   padding:3px; 
    422437} 
    423438 
     
    479494.profile_secondary { 
    480495        float: right; 
    481         width: 400px; 
    482         margin-top: 10px
     496        width: 360px; 
     497        margin: 10px 0 0 0
    483498        color:#000; 
    484499} 
     
    596611    font-weight:normal; 
    597612} 
     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  
    11<h1>Welcome {{name}}</h1> 
    2 <p
     2<p style="margin-top:20px;"
    33    This is {{sitename}}, a social network. Why not check out <a href="{{url}}_weblog/everyone.php">what people are saying</a> right now? 
    44</p> 
  • devel/mod/template/templates/Default_Template/frontpage_loggedout

    r981 r1276  
    11<h1>Welcome {{name}}</h1> 
    2 <p
     2<p style="margin-top:20px;"
    33    This is {{sitename}}, a social network. Why not check out <a href="{{url}}_weblog/everyone.php">what people are saying</a> right now? 
    44</p> 
  • devel/mod/template/templates/Default_Template/pageshell

    r962 r1276  
    1818</div><!-- close div header --> 
    1919<div id="content-holder"><!-- open content-holder div --> 
    20         <div id="content-holder-inner"> 
     20        <div id="content-holder-inner">    
    2121                <div id="splitpane-sidebar"><!-- open splitpane-sidebar div --> 
     22                    <div id="sidebar-contents"> 
    2223                        <ul><!-- open sidebar lists --> 
    2324                        {{sidebar}} 
    2425                        </ul><!-- close sidebar lists --> 
     26                        </div> 
     27                        <div id="sidebar-bottom"></div><!-- used to provide the rounded bottom --> 
    2528                </div><!-- close splitpane-sidebar div --> 
    2629                <div id="splitpane-content"><!-- open splitpane-content div --> 
     
    2932                </div><!-- close open splitpane-content div --> 
    3033        </div> 
    31 </div><!-- close content-holder div -->  
     34</div><!-- close content-holder div --> 
     35</div><!-- close container div --> 
    3236<div id="footer"><!-- start footer --> 
    3337        <div id="footer-inner"> 
    34                 <span style="color:#FF934B">{{sitename}}</span> <a href="{{url}}content/terms.php">Terms and conditions</a>&nbsp;|&nbsp;<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>&nbsp;|&nbsp;<a href="{{url}}content/privacy.php">Privacy Policy</a> 
    3740                {{perf}} 
    3841        </div> 
    3942</div><!-- end footer --> 
    40 </div><!-- close container div --> 
    4143</body> 
    4244</html> 
  • devel/mod/toolbar/css

    r966 r1276  
    1111        left: 0; 
    1212        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; 
    1414        color:#000; 
    1515        margin:0;