Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
noblogs-wp
Commits
0b393ace
Commit
0b393ace
authored
Oct 10, 2011
by
shammash
Committed by
lechuck
Sep 20, 2015
Browse files
updated bp-template-pack to 1.2
parent
ae2308c2
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
wp-content/plugins/bp-template-pack/.gitignore
0 → 100644
View file @
0b393ace
.svn
wp-content/plugins/bp-template-pack/bp-backpat.css
0 → 100644
View file @
0b393ace
/* Load the default admin bar styles */
@import
url( ../buddypress/bp-themes/bp-default/_inc/css/adminbar.css )
;
/**
* The following are basic CSS styles to give BuddyPress pages their absolute basic formatting.
* You should extend/override these styles in your standard theme CSS to match your theme.
*/
/***
* Navigation tabs
*/
div
.item-list-tabs
{
margin
:
15px
0
;
padding
:
5px
0
;
border-bottom
:
1px
solid
#ddd
;
overflow
:
hidden
;
clear
:
both
;
}
div
.item-list-tabs
ul
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
line-height
:
200%
;
}
div
.item-list-tabs
ul
li
{
float
:
left
;
margin-right
:
5px
;
}
div
.item-list-tabs
#subnav
ul
li
a
{
border
:
none
;
padding
:
0
;
}
div
.item-list-tabs
ul
li
.last
{
float
:
right
;
}
/***
* Object Lists (groups/members/forums/blogs)
*/
ul
.item-list
{
margin
:
20px
0
;
padding
:
0
;
list-style
:
none
;
}
ul
.item-list
li
{
position
:
relative
;
clear
:
left
;
}
ul
.item-list
div
.item-avatar
{
float
:
left
;
}
ul
.item-list
div
.item
{
margin-left
:
65px
;
}
ul
.item-list
div
.action
{
position
:
absolute
;
top
:
0
;
right
:
15px
;
text-align
:
right
;
}
/***
* Content Object Headers
*/
div
#item-header
{
padding-bottom
:
15px
;
overflow
:
hidden
;
}
div
#item-header
div
#item-header-avatar
{
float
:
left
;
margin-right
:
15px
;
}
div
#item-header
div
#item-header-content
{
float
:
left
;
}
/***
* Activity Stream Post Form
*/
form
#whats-new-form
{
overflow
:
hidden
;
padding-bottom
:
20px
;
}
form
#whats-new-form
#whats-new-avatar
{
float
:
left
;
}
form
#whats-new-form
h5
{
clear
:
none
;
margin-left
:
76px
;
}
form
#whats-new-form
#whats-new-content
{
margin-left
:
54px
;
padding-left
:
22px
;
}
form
#whats-new-form
#whats-new-textarea
{
padding
:
8px
;
border
:
1px
inset
#ccc
;
margin-bottom
:
10px
;
}
form
#whats-new-form
textarea
{
width
:
100%
;
height
:
60px
;
font-size
:
14px
;
font-family
:
inherit
;
color
:
#555
;
border
:
none
;
margin
:
0
;
padding
:
0
;
}
form
#whats-new-form
#whats-new-submit
{
float
:
right
;
margin
:
0
;
}
/***
* Activity Stream Post Form
*/
ul
.activity-list
{
margin
:
0
;
padding
:
0
;
}
ul
.activity-list
li
{
overflow
:
hidden
;
padding
:
20px
0
;
}
ul
.activity-list
li
img
.avatar
{
float
:
left
;
width
:
60px
;
height
:
60px
;
}
ul
.activity-list
li
div
.activity-content
{
margin-left
:
75px
;
}
ul
.activity-list
li
div
.activity-comments
{
margin
:
15px
0
0
38px
;
}
ul
.activity-list
li
div
.activity-comments
ul
li
{
padding
:
5px
0
;
}
ul
.activity-list
li
div
.activity-comments
img
.avatar
{
width
:
25px
;
height
:
25px
;
}
ul
.activity-list
li
div
.acomment-content
,
ul
.activity-list
li
div
.acomment-meta
{
margin-left
:
35px
;
}
ul
.activity-list
li
div
.activity-inreplyto
{
margin
:
15px
0
0
75px
;
font-size
:
11px
;
}
/***
* Input Forms
*/
/* Activity comment forms */
form
.ac-form
{
display
:
none
;
}
/* JS will show this */
div
.activity-comments
form
{
display
:
none
;
margin
:
10px
0
10px
33px
;
padding
:
8px
;
}
div
.activity-comments
div
#message
{
margin-top
:
15px
;
margin-bottom
:
0
;
}
div
.activity-comments
form
.loading
{
background-image
:
url( ../images/ajax-loader.gif )
;
background-position
:
2%
95%
;
background-repeat
:
no-repeat
;
}
div
.activity-comments
form
.ac-textarea
{
padding
:
8px
;
border
:
1px
inset
#ccc
;
margin-bottom
:
10px
;
}
div
.activity-comments
form
textarea
{
width
:
100%
;
height
:
60px
;
border
:
none
;
padding
:
0
;
}
div
.activity-comments
form
input
{
margin-top
:
5px
;
}
div
.activity-comments
form
div
.ac-reply-avatar
{
float
:
left
;
}
div
.activity-comments
form
div
.ac-reply-content
{
margin-left
:
25px
;
padding-left
:
15px
;
}
/* Standard Input Forms */
form
.standard-form
label
,
form
.standard-form
span
.label
{
display
:
block
;
margin
:
15px
0
5px
0
;
}
form
.standard-form
div
.checkbox
label
,
form
.standard-form
div
.radio
label
{
font-weight
:
normal
;
margin
:
5px
0
0
0
;
}
form
.standard-form
textarea
{
width
:
75%
;
height
:
120px
;
}
/* Send Invites Form */
form
#send-invite-form
{
margin-top
:
20px
;
}
div
#invite-list
{
height
:
400px
;
overflow
:
scroll
;
padding
:
5px
;
width
:
160px
;
margin
:
10px
0
;
}
/* Directory search forms */
form
.dir-form
div
.dir-search
{
float
:
right
;
width
:
45%
;
margin
:
0
0
25px
0
;
}
wp-content/plugins/bp-template-pack/bp-rtl.css
0 → 100644
View file @
0b393ace
/*--------------------------------------------------------------
1 - Activity
--------------------------------------------------------------*/
form
#whats-new-form
h5
{
margin-right
:
76px
;
margin-left
:
0
;
}
form
#whats-new-form
#whats-new-avatar
{
float
:
right
;
}
form
#whats-new-form
#whats-new-content
{
margin-right
:
54px
;
padding-right
:
22px
;
}
form
#whats-new-form
#whats-new-submit
{
float
:
left
;
}
/*--------------------------------------------------------------
1.1 - Activity Listing
--------------------------------------------------------------*/
.activity-header
{
margin-left
:
20px
;
margin-right
:
auto
;
}
.activity-list
.activity-avatar
{
float
:
right
;
}
.activity-list
li
.mini
.activity-avatar
img
.avatar
,
.activity-list
li
.mini
.activity-avatar
img
.FB_profile_pic
{
margin-right
:
30px
;
margin-left
:
0
;
}
body
.activity-permalink
.activity-list
li
.activity-header
>
p
{
margin-left
:
auto
;
margin-right
:
-35px
;
padding
:
5px
35px
0
0
;
}
.activity-list
li
.mini
.activity-content
p
{
float
:
right
;
}
.activity-list
li
.mini
.activity-meta
{
left
:
0
;
right
:
auto
;
}
body
.activity-permalink
.activity-list
li
.mini
.activity-meta
{
left
:
15px
;
right
:
auto
;
}
.activity-list
li
.mini
.activity-comments
{
clear
:
right
;
}
.activity-list
li
.activity-inreplyto
{
margin-right
:
5px
;
margin-left
:
0
;
padding-right
:
25px
;
padding-left
:
0
;
background-position
:
100%
0
;
}
.activity-list
.activity-content
{
margin-right
:
70px
;
margin-left
:
0
;
}
.activity-list
li
.new_forum_post
.activity-content
.activity-inner
,
.activity-list
li
.new_forum_topic
.activity-content
.activity-inner
{
border-left
:
none
;
margin-left
:
0
;
padding-left
:
0
;
border-right
:
2px
solid
#EAEAEA
;
margin-right
:
5px
;
padding-right
:
10px
;
}
body
.activity-permalink
.activity-list
li
.activity-content
{
margin-right
:
185px
;
margin-left
:
0
;
}
body
.activity-permalink
.activity-list
li
.activity-content
>
p
{
background-position
:
top
right
;
margin-right
:
-35px
;
margin-left
:
0
;
padding
:
5px
38px
0
0
;
}
.activity-list
.activity-content
>
p
>
a
:first-child
,
span
.highlight
,
.activity-list
.activity-content
>
.comment-header
>
a
:first-child
{
margin-left
:
3px
;
margin-right
:
0
;
}
.activity-list
.activity-content
img
.thumbnail
{
float
:
right
;
margin
:
0
0
5px
10px
;
}
.activity-list
li
.load-more
{
border-left
:
1px
solid
#ddd
;
border-right
:
0
;
}
a
.bp-secondary-action
,
span
.highlight
{
margin-left
:
5px
;
margin-right
:
auto
;
}
.activity-list
.activity-content
.activity-inner
,
.activity-list
.activity-content
blockquote
{
margin-left
:
10px
;
margin-right
:
0
;
}
/*--------------------------------------------------------------
1.2 - Activity Comments
--------------------------------------------------------------*/
div
.activity-comments
{
margin
:
0
70px
0
0
;
}
body
.activity-permalink
div
.activity-comments
{
margin-right
:
185px
;
margin-left
:
0
;
}
div
.activity-comments
ul
{
clear
:
right
;
}
div
.activity-comments
>
ul
{
padding
:
0
10px
0
0
;
}
div
.activity-comments
ul
li
>
ul
{
margin-left
:
0
;
margin-right
:
30px
;
padding-left
:
0
;
padding-right
:
10px
;
}
div
.activity-comments
div
.acomment-avatar
img
{
float
:
right
;
margin-left
:
10px
;
margin-right
:
0
;
}
div
.activity-comments
div
.acomment-content
{
margin-left
:
0
;
margin-right
:
40px
;
}
div
.activity-comments
form
.ac-form
{
margin
:
10px
33px
10px
0
;
border-left
:
1px
solid
#ddd
;
border-right
:
0
;
}
div
.activity-comments
li
form
.ac-form
{
margin-left
:
15px
;
margin-right
:
0
;
}
div
.activity-comments
form
.root
{
margin-right
:
0
;
}
div
.activity-comments
form
.loading
{
background-position
:
88%
95%
;
}
div
.activity-comments
form
div
.ac-reply-avatar
{
float
:
right
;
}
div
.activity-comments
form
div
.ac-reply-content
{
margin-right
:
50px
;
margin-left
:
0
;
padding-right
:
15px
;
padding-left
:
0
;
}
body
.activity-permalink
div
.activity-comments
>
ul
{
padding
:
0
15px
0
10px
;
}
/*--------------------------------------------------------------
2 - Admin Bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3 - Ajax Loading
--------------------------------------------------------------*/
a
.loading
{
background-position
:
5%
50%
!important
;
padding-left
:
25px
!important
;
padding-right
:
0
!important
;
}
/*--------------------------------------------------------------
4 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
div
.dir-search
{
float
:
left
;
}
/*--------------------------------------------------------------
5 - Error / Success Messages
--------------------------------------------------------------*/
span
.activity
,
div
#message
p
{
border-left
:
1px
solid
#FFE8C4
;
border-right
:
0
;
}
/*--------------------------------------------------------------
6 - Forms
--------------------------------------------------------------*/
.standard-form
#signup_form
div
.submit
{
float
:
left
;
}
.standard-form
#signup_form
div
.signup-avatar
{
margin-left
:
15px
;
margin-right
:
0
;
}
.standard-form
div
.submit
input
{
margin-left
:
15px
;
margin-right
:
0
;
}
.standard-form
div
.radio
ul
{
margin
:
10px
38px
15px
0
;
}
.standard-form
#basic-details-section
,
.standard-form
#blog-details-section
,
.standard-form
#profile-details-section
{
float
:
right
;
}
.standard-form
#profile-details-section
{
float
:
left
;
}
.standard-form
#blog-details-section
{
clear
:
right
;
}
a
.button
,
input
[
type
=
submit
],
input
[
type
=
button
],
ul
.button-nav
li
a
,
div
.generic-button
a
{
background-position
:
right
top
;
}
div
.accept
,
div
.reject
{
float
:
right
;
margin-left
:
0
;
margin-right
:
10px
;
}
ul
.button-nav
li
{
float
:
right
;
margin
:
0
0
10px
10px
;
}
/*--------------------------------------------------------------
7 - Topics and Tables - Forums and General
--------------------------------------------------------------*/
table
tr
td
.label
{
border-left
:
1px
solid
#eaeaea
;
border-right
:
0
;
}
table
.forum
tr
.closed
td
.td-title
{
padding-right
:
35px
;
padding-left
:
0
;
background-position
:
5%
50%
;
}
table
.forum
tr
>
td
:first-child
,
table
.forum
tr
>
th
:first-child
{
padding-right
:
15px
;
padding-left
:
0
;
}
table
.forum
tr
>
td
:last-child
,
table
.forum
tr
>
th
:last-child
{
padding-left
:
15px
;
padding-right
:
0
;
}
table
.forum
tr
th
#th-title
,
table
.forum
tr
th
#th-poster
,
table
.forum
tr
th
#th-group
,
table
.forum
td
.td-poster
,
table
.forum
td
.td-group
,
table
.forum
td
.td-title
{
text-align
:
right
;
}
table
.forum
td
img
.avatar
{
margin-left
:
5px
;
margin-right
:
0
;
}
ul
#topic-post-list
li
div
.post-content
{
margin-right
:
54px
;
margin-left
:
0
;
}
div
.admin-links
{
left
:
25px
;
right
:
auto
}
div
#topic-meta
div
.admin-links
{
left
:
0
;
right
:
auto
;
}
/*--------------------------------------------------------------
8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
--------------------------------------------------------------*/
div
#item-header
img
.avatar
{
float
:
right
;
margin
:
0
0
25px
15px
;
}
div
#item-header
span
.activity
{
margin
:
0
4px
5px
0
;
}
div
#item-header
div
#item-actions
{
float
:
left
;
margin
:
0
15px
15px
0
;
text-align
:
left
;
}
div
#item-header
ul
li
{
float
:
left
;
}
div
#item-header
div
.generic-button
,
div
#item-header
a
.button
{
float
:
right
;
margin
:
10px
0
0
10px
;
}
ul
.item-list
li
img
.avatar
{
float
:
right
;
margin
:
0
0
0
10px
;
}
ul
.item-list
li
div
.item-desc
{
margin
:
10px
64px
0
0
;
}
ul
.item-list
li
div
.action
{
left
:
0
;
right
:
auto
;
text-align
:
left
;
}
div
.item-list-tabs
{
clear
:
right
;
}
div
.item-list-tabs
ul
li
{
float
:
right
;
margin
:
5px
5px
0
0
;
}
div
.item-list-tabs
ul
li
:first-child
{
margin-left
:
0
;
margin-right
:
20px
;
}
div
.item-list-tabs
ul
li
.last
{
float
:
left
;
margin
:
7px
0
0
20px
;
}
ul
li
.loading
a
{
background-position
:
8%
50%
;
padding-left
:
30px
!important
;
padding-right
:
0
!important
;
}
div
#item-nav
ul
li
.loading
a
{
background-position
:
12%
50%
;
}
div
.item-list-tabs
ul
li
.feed
a
{
background-position
:
right
center
;
padding-right
:
20px
;
padding-left
:
0
;