Changeset 824

Show
Ignore:
Timestamp:
01/18/07 16:10:24 (2 years ago)
Author:
dave
Message:

CSS attribution

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/template/templates/Default_Template/css

    r822 r824  
    22Elgg general CSS 
    33CSS last updated 16/01/07 
     4Theme adapted from: 
     5Theme Name: Light 
     6Theme URI: http://vaguedream.com/wordpress-themes/ 
     7Description: 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>. 
     8Version: 1.0     
     9Author: Stephen Reinhardt 
     10Author URI: http://vaguedream.com/  
    411*/ 
    512 
     
    1017body {  
    1118        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%; 
     19color:#697C83; 
     20font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif; 
     21text-align:left; 
     22margin:0 auto; 
     23padding:0; 
     24font-size: 80%; 
    1825} 
    1926 
     
    2936 
    3037ol, ul { 
    31   color:#555
     38  color:#697C83
    3239} 
    3340 
     
    6774 
    6875div#container { 
    69         width:900px; 
     76        width:940px; 
    7077        margin:0 auto; 
    7178        padding:0; 
     
    7481} 
    7582 
    76  
    7783/*  
    7884   HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR 
     
    8591   background:url({{url}}mod/template/templates/Default_Template/images/header-bg.gif) repeat-x; 
    8692   position:relative; 
    87    width:900px; 
     93   width:940px; 
    8894   height:120px; 
    8995 } 
     
    150156*/ 
    151157 
    152 div#content-holder { 
     158#content-holder { 
    153159   padding:0px; 
    154160   margin:0px; 
    155    width:900px; 
     161   width:940px; 
    156162   min-height:500px; 
    157163   overflow:hidden; 
     
    161167div#content-holder a:hover { 
    162168    text-decoration:underline; 
     169} 
     170 
     171div#content-holder h1 { 
     172    font-size:150%; 
    163173} 
    164174 
     
    196206 
    197207div#splitpane-content { 
    198     margin: 0; 
     208    margin: 0; 
    199209    padding: 0 0 0 10px; 
    200     width:650px; 
     210    width:690px; 
    201211    text-align: left; 
    202212    float: left; 
     
    215225   padding:0; 
    216226   background:#fff url({{url}}mod/template/templates/Default_Template/images/side-back.gif) repeat-y; 
    217    margin:0 10px 0 0
     227   margin:0
    218228   float: right; 
    219  
    220  
    221 /*  
    222    THE SIDEBAR CONTENTS LAYOUT 
     229
     230 
     231/*  
     232   THE SIDEBAR CONTENTS 
    223233*/ 
    224234 
    225235div#splitpane-sidebar td { 
    226        width: 200px; 
     236   width: 200px; 
    227237   background:#fff; 
    228238   margin:0 0 0 20px; 
     
    238248    margin:2px 0; 
    239249    padding-left: 5px; 
    240        border-bottom:1px dashed #eee; 
     250    border-bottom:1px dashed #eee; 
    241251} 
    242252 
     
    246256 
    247257div#splitpane-sidebar h2 { 
    248        text-align:left; 
     258    text-align:left; 
    249259    border-bottom:1px solid #ccc; 
    250260    color:#777; 
    251        font-size:0.9em; 
    252        width:200px; 
     261    font-size:0.9em; 
     262    width:200px; 
    253263} 
    254264 
     
    258268 
    259269div#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; 
    261271    text-align: center; 
    262272    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
    267277    width:100%; 
    268278} 
    269279 
    270280div#footer a { 
    271    color:#000; 
     281   color:#fff; 
     282
     283div#footer img { 
     284   margin:20px 0 0 0; 
    272285} 
    273286 
     
    297310 } 
    298311 
     312/* 
     313  CLEAR BOTH 
     314*/ 
     315 
     316.clearing { 
     317    clear:both; 
     318} 
     319 
    299320/*  
    300321   THIS IS THE END OF THE MAIN PAGE COMPONENTS - EVERYTHING BELOW THIS IS ASSOCIATED WITH VARIOUS ELEMENTS 
     
    348369} 
    349370 
     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 
    350401/* END OF BLOGGING ENGINE */ 
    351  
    352402 
    353403/*  
     
    365415 
    366416/* 
    367   INFOHOLDER: this holds profile data, account settings and administration content 
     417  INFOHOLDER: this holds profile data, account settings and administration content 
    368418*/ 
    369419