Skip to content

Commit

Permalink
Begin namespacing CSS.
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3Af5dc4d67-db16-0410-892f-c7aa27e68784/trunk%40236
  • Loading branch information
zamoose committed Aug 25, 2010
1 parent 4d16dae commit 32df46e
Show file tree
Hide file tree
Showing 23 changed files with 57 additions and 23 deletions.
2 changes: 1 addition & 1 deletion 404.php
Expand Up @@ -14,7 +14,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">
<div class="wppost">
<h3>Whoops.</h3>
<div class="itemtext">
Expand Down
2 changes: 1 addition & 1 deletion activity/index.php
Expand Up @@ -2,7 +2,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">

<?php if ( !is_user_logged_in() ) : ?>
<h3><?php _e( 'Site Activity', 'buddypress' ) ?></h3>
Expand Down
2 changes: 1 addition & 1 deletion archives.php
Expand Up @@ -19,7 +19,7 @@
<?php }else{ ?>
<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">
<h3 class="archives">Archives</h3>
<?php wp_smart_archives(); ?>

Expand Down
2 changes: 1 addition & 1 deletion blogs/create.php
Expand Up @@ -3,7 +3,7 @@
<?php do_action( 'bp_before_create_blog_content' ) ?>

<div id="container">
<div id="content">
<div id="lb-content">

<?php do_action( 'template_notices' ) ?>

Expand Down
2 changes: 1 addition & 1 deletion blogs/index.php
Expand Up @@ -2,7 +2,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">

<form action="" method="post" id="blogs-directory-form" class="dir-form">

Expand Down
2 changes: 1 addition & 1 deletion forums/index.php
Expand Up @@ -5,7 +5,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">

<form action="" method="post" id="forums-search-form" class="dir-form">
<h3><?php _e( 'Group Forums Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() ) : ?> &nbsp;<a class="button" href="#new-topic" id="new-topic-button"><?php _e( 'New Topic', 'buddypress' ) ?></a><?php endif; ?></h3>
Expand Down
2 changes: 1 addition & 1 deletion groups/create.php
Expand Up @@ -3,7 +3,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">

<form action="<?php bp_group_creation_form_action() ?>" method="post" id="create-group-form" class="standard-form" enctype="multipart/form-data">
<h3><?php _e( 'Create a Group', 'buddypress' ) ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG . '/' ?>"><?php _e( 'Groups Directory', 'buddypress' ) ?></a></h3>
Expand Down
2 changes: 1 addition & 1 deletion groups/index.php
Expand Up @@ -3,7 +3,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">

<form action="" method="post" id="groups-directory-form" class="dir-form">
<h3><?php _e( 'Groups Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() ) : ?> &nbsp;<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG . '/create/' ?>"><?php _e( 'Create a Group', 'buddypress' ) ?></a><?php endif; ?></h3>
Expand Down
2 changes: 1 addition & 1 deletion groups/single/home.php
Expand Up @@ -3,7 +3,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">

<?php if ( bp_has_groups() ) : while ( bp_groups() ) : bp_the_group(); ?>

Expand Down
2 changes: 1 addition & 1 deletion groups/single/plugins.php
Expand Up @@ -3,7 +3,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">

<?php if ( bp_has_groups() ) : while ( bp_groups() ) : bp_the_group(); ?>

Expand Down
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -3,7 +3,7 @@
<div id="allwrapper">
<div id="wrapper">
<?php lblg_above_content(); ?>
<div id="content">
<div id="lb-content">
<?php include( TEMPLATEPATH . '/theloop.php' ); ?>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion lifestream.php
Expand Up @@ -7,7 +7,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">
<h3>Lifestream</h3>
<?php
if(function_exists(simplelife)){
Expand Down
2 changes: 1 addition & 1 deletion members/index.php
Expand Up @@ -3,7 +3,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">

<form action="" method="post" id="members-directory-form" class="dir-form">

Expand Down
2 changes: 1 addition & 1 deletion members/single/home.php
Expand Up @@ -3,7 +3,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">

<?php do_action( 'bp_before_member_home_content' ) ?>

Expand Down
2 changes: 1 addition & 1 deletion members/single/plugins.php
Expand Up @@ -3,7 +3,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">

<?php do_action( 'bp_before_member_plugin_template' ) ?>

Expand Down
2 changes: 1 addition & 1 deletion page.php
Expand Up @@ -7,7 +7,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<div id="post-<?php the_ID(); ?>" class="wppost">
<h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php echo strip_tags(get_the_title()) ?>"><?php the_title(); ?></a></h3>
Expand Down
2 changes: 1 addition & 1 deletion registration/activate.php
Expand Up @@ -3,7 +3,7 @@
<?php get_header(); ?>

<div id="container">
<div id="content">
<div id="lb-content">

<?php do_action( 'bp_before_activation_page' ) ?>

Expand Down
2 changes: 1 addition & 1 deletion registration/register.php
Expand Up @@ -3,7 +3,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">

<?php do_action( 'bp_before_register_page' ) ?>

Expand Down
2 changes: 1 addition & 1 deletion search.php
Expand Up @@ -7,7 +7,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">
<?php include( TEMPLATEPATH . '/theloop.php' ); ?>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion series.php
Expand Up @@ -7,7 +7,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">
<h2 class="pagetitle">Archive for the &#8216;<?php single_series_title(); ?>&#8217; Series</h2>

<p><?php //echo series_description(); ?></p>
Expand Down
2 changes: 1 addition & 1 deletion seriestoc.php
Expand Up @@ -7,7 +7,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">
<h2 class="pagetitle">Series</h2>
<?php wp_serieslist_display(); ?>
</div>
Expand Down
2 changes: 1 addition & 1 deletion single.php
Expand Up @@ -7,7 +7,7 @@

<div id="allwrapper">
<div id="wrapper">
<div id="content">
<div id="lb-content">
<?php include( TEMPLATEPATH . '/theloop.php' ); ?>
<?php comments_template(); ?>
</div>
Expand Down
36 changes: 35 additions & 1 deletion style.css
Expand Up @@ -8,6 +8,40 @@ Version: Beta 2
Tags: buddypress
*/

/* @group Reset CSS
Based on YUI Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style: normal;
font-weight: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
font-weight: normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}

/* @group Top-level containers */

#header {
Expand All @@ -24,7 +58,7 @@ Tags: buddypress
vertical-align: bottom;
}

#content {
#lb-content {
padding-left: 10px;
padding-right: 10px;
}
Expand Down

0 comments on commit 32df46e

Please sign in to comment.