commit ed59d6658a213d37bc7f0c00beb238c17561a40f Author: bmen Date: Sun Sep 22 19:23:45 2019 +0200 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..75f123f --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Social Pyramidengarten-Berlin +Eine Social-Media Plattform vom Pyramidengarten basierend auf Wordpress, Buddypress, vielen Plugins und einem blank Theme names underscore. + +## Plugins +* bb-plugin +* bp-automatic-friends +* bp-group-documents +* buddypress +* buddypress-activity-plus +* buddypress-group-email-subscription +* buddypress-like +* bwp-google-xml-sitemaps +* configure-smtp +* contact-form-7 +* events-manager +* google-sitemap-generator +* megamenu +* welcome-pack +* wp-better-emails +* wp-memory-usage +* wp-system-health +* wysija-newsletters diff --git a/wp-themes/pyramidengarten/404.php b/wp-themes/pyramidengarten/404.php new file mode 100755 index 0000000..42a94be --- /dev/null +++ b/wp-themes/pyramidengarten/404.php @@ -0,0 +1,56 @@ + + +
+
+ +
+ + +
+

+ + + + + + +
+

+
    + 'count', + 'order' => 'DESC', + 'show_count' => 1, + 'title_li' => '', + 'number' => 10, + ) ); + ?> +
+
+ + + ' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'pyramidengarten' ), convert_smilies( ':)' ) ) . '

'; + the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=$archive_content" ); + ?> + + + +
+
+ +
+
+ + diff --git a/wp-themes/pyramidengarten/README.md b/wp-themes/pyramidengarten/README.md new file mode 100755 index 0000000..9c9bcab --- /dev/null +++ b/wp-themes/pyramidengarten/README.md @@ -0,0 +1,45 @@ +![Travis CI Build Status](https://travis-ci.org/Automattic/_s.svg?branch=master) + +_s +=== + +Hi. I'm a starter theme called `_s`, or `underscores`, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for. + +My ultra-minimal CSS might make me look like theme tartare but that means less stuff to get in your way when you're designing your awesome theme. Here are some of the other more interesting things you'll find here: + +* A just right amount of lean, well-commented, modern, HTML5 templates. +* A helpful 404 template. +* A sample custom header implementation in `inc/custom-header.php` that can be activated by uncommenting one line in `functions.php` and adding the code snippet found in the comments of `inc/custom-header.php` to your `header.php` template. +* Custom template tags in `inc/template-tags.php` that keep your templates clean and neat and prevent code duplication. +* Some small tweaks in `inc/extras.php` that can improve your theming experience. +* A script at `js/navigation.js` that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It's enqueued in `functions.php`. +* 2 sample CSS layouts in `layouts/` for a sidebar on either side of your content. +* Smartly organized starter CSS in `style.css` that will help you to quickly get your design off the ground. +* Licensed under GPLv2 or later. :) Use it to make something cool. + +Getting Started +--------------- + +If you want to keep it simple, head over to http://underscores.me and generate your `_s` based theme from there. You just input the name of the theme you want to create, click the "Generate" button, and you get your ready-to-awesomize starter theme. + +If you want to set things up manually, download `_s` from GitHub. The first thing you want to do is copy the `_s` directory and change the name to something else (like, say, `megatherium`), and then you'll need to do a five-step find and replace on the name in all the templates. + +1. Search for `'_s'` (inside single quotations) to capture the text domain. +2. Search for `_s_` to capture all the function names. +3. Search for `Text Domain: _s` in style.css. +4. Search for  _s (with a space before it) to capture DocBlocks. +5. Search for `_s-` to capture prefixed handles. + +OR + +* Search for: `'_s'` and replace with: `'megatherium'` +* Search for: `_s_` and replace with: `megatherium_` +* Search for: `Text Domain: _s` and replace with: `Text Domain: megatherium` in style.css. +* Search for:  _s and replace with:  Megatherium +* Search for: `_s-` and replace with: `megatherium-` + +Then, update the stylesheet header in `style.css` and the links in `footer.php` with your own information. Next, update or delete this readme. + +Now you're ready to go! The next step is easy to say, but harder to do: make an awesome WordPress theme. :) + +Good luck! diff --git a/wp-themes/pyramidengarten/archive.php b/wp-themes/pyramidengarten/archive.php new file mode 100755 index 0000000..1d53554 --- /dev/null +++ b/wp-themes/pyramidengarten/archive.php @@ -0,0 +1,49 @@ + + +
+
+ + + + + + + + + + + + + + + + + + + + +
+
+ + + diff --git a/wp-themes/pyramidengarten/buddypress.php b/wp-themes/pyramidengarten/buddypress.php new file mode 100755 index 0000000..1004d8e --- /dev/null +++ b/wp-themes/pyramidengarten/buddypress.php @@ -0,0 +1,34 @@ + +
+ + +
+ + + + + + + + + +
+
+ + diff --git a/wp-themes/pyramidengarten/comments.php b/wp-themes/pyramidengarten/comments.php new file mode 100755 index 0000000..70a11cd --- /dev/null +++ b/wp-themes/pyramidengarten/comments.php @@ -0,0 +1,69 @@ + + +
+ + + + +

+ ' . get_the_title() . '' ); + ?> +

+ + 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> + + + +
    + 'ol', + 'short_ping' => true, + ) ); + ?> +
+ + 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> + + + + + + +

+ + + + +
diff --git a/wp-themes/pyramidengarten/content-fullwidth.php b/wp-themes/pyramidengarten/content-fullwidth.php new file mode 100755 index 0000000..698982d --- /dev/null +++ b/wp-themes/pyramidengarten/content-fullwidth.php @@ -0,0 +1,24 @@ + + +
> + +
+ + '', + ) ); + ?> +
+ +
+ ', '' ); ?> +
+
diff --git a/wp-themes/pyramidengarten/content-none.php b/wp-themes/pyramidengarten/content-none.php new file mode 100755 index 0000000..96c5c76 --- /dev/null +++ b/wp-themes/pyramidengarten/content-none.php @@ -0,0 +1,33 @@ + + +
+ + +
+ + +

Get started here.', 'pyramidengarten' ), esc_url( admin_url( 'post-new.php' ) ) ); ?>

+ + + +

+ + + + +

+ + + +
+
diff --git a/wp-themes/pyramidengarten/content-page.php b/wp-themes/pyramidengarten/content-page.php new file mode 100755 index 0000000..3e4c5c0 --- /dev/null +++ b/wp-themes/pyramidengarten/content-page.php @@ -0,0 +1,27 @@ + + +
> +
+ ', '' ); ?> +
+ +
+ + '', + ) ); + ?> +
+ +
+ ', '' ); ?> +
+
diff --git a/wp-themes/pyramidengarten/content-search.php b/wp-themes/pyramidengarten/content-search.php new file mode 100755 index 0000000..de11536 --- /dev/null +++ b/wp-themes/pyramidengarten/content-search.php @@ -0,0 +1,29 @@ + + +
> +
+ ', esc_url( get_permalink() ) ), '' ); ?> + + + + +
+ +
+ +
+ +
+ +
+
diff --git a/wp-themes/pyramidengarten/content-single.php b/wp-themes/pyramidengarten/content-single.php new file mode 100755 index 0000000..27a8f32 --- /dev/null +++ b/wp-themes/pyramidengarten/content-single.php @@ -0,0 +1,29 @@ + + +
> +
+ ', '' ); ?> + + +
+ +
+ + '', + ) ); + ?> +
+ +
+ +
+
diff --git a/wp-themes/pyramidengarten/content.php b/wp-themes/pyramidengarten/content.php new file mode 100755 index 0000000..421b0ef --- /dev/null +++ b/wp-themes/pyramidengarten/content.php @@ -0,0 +1,38 @@ + + +
> +
+ ', esc_url( get_permalink() ) ), '' ); ?> + + + + +
+ +
+ →', 'pyramidengarten' ), + the_title( '"', '"', false ) + ) ); + ?> + + '', + ) ); + ?> +
+ +
+ +
+
\ No newline at end of file diff --git a/wp-themes/pyramidengarten/css/buddypress-rtl.css b/wp-themes/pyramidengarten/css/buddypress-rtl.css new file mode 100755 index 0000000..ea748ba --- /dev/null +++ b/wp-themes/pyramidengarten/css/buddypress-rtl.css @@ -0,0 +1,1690 @@ +/*-------------------------------------------------------------- +Hello, this is the BuddyPress Legacy stylesheet. + +---------------------------------------------------------------- +>>> TABLE OF CONTENTS: +---------------------------------------------------------------- +1.0 - Navigation + 1.1 - Pagination +2.0 - WordPress + 2.1 - Images +3.0 - BuddyPress + 3.1 - Activity + 3.1.1 - Activity Listing + 3.1.2 - Activity Comments + 3.2 - Toolbar + 3.3 - Directories - Members, Groups, Blogs, Forums + 3.4 - Error / Success Messages + 3.5 - Forms + 3.6 - Ajax Loading + 3.7 - Topics and Tables - Forums and General + 3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums + 3.9 - Private Messaging Threads + 3.10 - Extended Profiles + 3.11 - Widgets +4.0 - Media Queries + 4.1 - Smartphones Landscape + 4.2 - Smartphones Portrait + 4.3 - Smartphones - smaller screen sizes +--------------------------------------------------------------*/ + +/*-------------------------------------------------------------- +1 - Navigation +--------------------------------------------------------------*/ +/*-------------------------------------------------------------- +1.1 - Pagination +--------------------------------------------------------------*/ +#buddypress div.pagination { + background: transparent; + border: none; + color: #888; + font-size: small; + margin: 0; + position: relative; + display: block; + float: right; + width: 100%; + padding: 10px 0; +} +#buddypress div.pagination .pag-count { + float: right; + margin-right: 10px; +} +#buddypress div.pagination .pagination-links { + float: left; + margin-left: 10px; +} +#buddypress div.pagination .pagination-links span, +#buddypress div.pagination .pagination-links a { + font-size: 90%; + padding: 0 5px; +} +#buddypress div.pagination .pagination-links a:hover { + font-weight: bold; +} +#buddypress noscript div.pagination { + margin-bottom: 15px; +} +#buddypress #nav-above { + display: none; +} +#buddypress .paged #nav-above { + display: block; +} +/*-------------------------------------------------------------- +2 - WordPress +--------------------------------------------------------------*/ +/*-------------------------------------------------------------- +2.1 - Images +--------------------------------------------------------------*/ +#buddypress img.wp-smiley { + border: none !important; + clear: none !important; + float: none !important; + margin: 0 !important; + padding: 0 !important; +} +#buddypress .clear { + clear: right; +} + +/*-------------------------------------------------------------- +3.0 - BuddyPress +--------------------------------------------------------------*/ +/*-------------------------------------------------------------- +3.1 - Activity +--------------------------------------------------------------*/ +#buddypress #activity-stream { + margin-top: -5px; +} + +#buddypress #activity-stream p { + margin: 5px 0; +} + +#buddypress #item-body form#whats-new-form { + margin: 0; + padding: 0; +} +#buddypress .home-page form#whats-new-form { + border-bottom: none; + padding-bottom: 0; +} +#buddypress form#whats-new-form #whats-new-avatar { + float: right; +} +#buddypress form#whats-new-form #whats-new-content { + margin-right: 55px; + padding: 0 20px 20px 0; +} +#buddypress form#whats-new-form p.activity-greeting { + line-height: 0.5em; + margin-bottom: 15px; + margin-right: 75px; +} +#buddypress form#whats-new-form textarea { + background: #fff; + color: #555; + font-family: inherit; + font-size: medium; + height: 20px; + padding: 6px; + width: 98%; +} +body.no-js #buddypress form#whats-new-form textarea { + height: 50px; +} +#buddypress form#whats-new-form #whats-new-options select { + max-width: 200px; + margin-top: 12px; +} +#buddypress form#whats-new-form #whats-new-submit { + float: left; + margin-top: 12px; +} +#buddypress #whats-new-options { + overflow: auto; + height: 0; +} +body.no-js #buddypress #whats-new-options { + height: auto; +} +#buddypress #whats-new:focus { + border-color: rgba(31, 179, 221, 0.9) !important; + outline-color: rgba(31, 179, 221, 0.9); +} + +/*-------------------------------------------------------------- +3.1.1 - Activity Listing +--------------------------------------------------------------*/ +#buddypress ul.activity-list li { + overflow: hidden; + padding: 15px 0 0; + list-style: none; +} +#buddypress .activity-list .activity-avatar { + float: right; +} +#buddypress ul.item-list.activity-list li.has-comments { + padding-bottom: 15px; +} +body.activity-permalink #buddypress ul.activity-list li.has-comments { + padding-bottom: 0; +} +#buddypress .activity-list li.mini { + font-size: 80%; + position: relative; +} +#buddypress .activity-list li.mini .activity-avatar img.avatar, +#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic { + height: 20px; + margin-right: 30px; + width: 20px; +} +#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar, +#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic { + height: auto; + margin-right: 0; + width: auto; +} +body.activity-permalink #buddypress .activity-list > li:first-child { + padding-top: 0; +} +#buddypress .activity-list li .activity-content { + position: relative; +} +#buddypress .activity-list li.mini .activity-content p { + margin: 0; +} +#buddypress .activity-list li.mini .activity-comments { + clear: both; + font-size: 120%; +} +body.activity-permalink #buddypress li.mini .activity-meta { + margin-top: 4px; +} +#buddypress .activity-list li .activity-inreplyto { + color: #888; + font-size: 80%; +} +#buddypress .activity-list li .activity-inreplyto > p { + margin: 0; + display: inline; +} +#buddypress .activity-list li .activity-inreplyto blockquote, +#buddypress .activity-list li .activity-inreplyto div.activity-inner { + background: none; + border: none; + display: inline; + margin: 0; + overflow: hidden; + padding: 0; +} +#buddypress .activity-list .activity-content { + margin: 0 70px 0 0; +} +body.activity-permalink #buddypress .activity-list li .activity-content { + border: none; + font-size: 100%; + line-height: 150%; + margin-right: 170px; + margin-left: 0; + padding: 0; +} +body.activity-permalink #buddypress .activity-list li .activity-header > p { + margin: 0; + padding: 5px 0 0 0; +} +#buddypress .activity-list .activity-content .activity-header, +#buddypress .activity-list .activity-content .comment-header { + color: #888; + line-height: 220%; +} +#buddypress .activity-header { + margin-left: 20px; +} +#buddypress .activity-header a, +#buddypress .comment-meta a, +#buddypress .acomment-meta a { + text-decoration: none; +} +#buddypress .activity-list .activity-content .activity-header img.avatar { + float: none !important; + margin: 0 0 -8px 5px !important; +} +#buddypress a.bp-secondary-action, +#buddypress span.highlight { + font-size: 80%; + padding: 0; + margin-left: 5px; + text-decoration: none; +} +#buddypress .activity-list .activity-content .activity-inner, +#buddypress .activity-list .activity-content blockquote { + margin: 10px 0 5px 10px; + overflow: hidden; +} +#buddypress .activity-list li.new_forum_post .activity-content .activity-inner, +#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner { + border-right: 2px solid #EAEAEA; + margin-right: 5px; + padding-right: 10px; +} +body.activity-permalink #buddypress .activity-content .activity-inner, +body.activity-permalink #buddypress .activity-content blockquote { + margin-right: 0; + margin-top: 5px; +} +#buddypress .activity-inner > p { + word-wrap: break-word; +} +#buddypress .activity-inner > .activity-inner { + margin: 0; +} +#buddypress .activity-inner > blockquote { + margin: 0; +} +#buddypress .activity-list .activity-content img.thumbnail { + border: 2px solid #eee; + float: right; + margin: 0 0 5px 10px; +} +#buddypress .activity-read-more { + margin-right: 1em; + white-space: nowrap; +} +#buddypress .activity-list li.load-more, +#buddypress .activity-list li.load-newest { + background: #f0f0f0; + font-size: 110%; + margin: 15px 0; + padding: 10px 15px; + text-align: center; +} +#buddypress .activity-list li.load-more a, +#buddypress .activity-list li.load-newest a { + color: #4D4D4D; +} + + +/*-------------------------------------------------------------- +3.1.2 - Activity Comments +--------------------------------------------------------------*/ +#buddypress div.activity-meta { + margin: 18px 0 0; +} +body.activity-permalink #buddypress div.activity-meta { + margin-bottom: 6px; +} +#buddypress div.activity-meta a { + padding: 4px 8px; +} +#buddypress a.activity-time-since { + color: #aaa; + text-decoration: none; +} +#buddypress a.activity-time-since:hover { + color: #888; + text-decoration: underline; +} +#buddypress a.bp-primary-action, +#buddypress #reply-title small a { + font-size: 80%; + margin-left: 5px; + text-decoration: none; +} +#buddypress a.bp-primary-action span, +#buddypress #reply-title small a span { + background: #999; + color: #fff; + font-size: 90%; + margin-right: 2px; + padding: 0 5px; +} +#buddypress a.bp-primary-action:hover span, +#buddypress #reply-title small a:hover span { + background: #555; + color: #fff; +} +#buddypress div.activity-comments { + margin: 0 70px 0 0; + overflow: hidden; /* IE fix */ + position: relative; + width: auto; + clear: both; +} +body.activity-permalink #buddypress div.activity-comments { + background: none; + margin-right: 170px; + width: auto; +} +#buddypress div.activity-comments > ul { + padding: 0 10px 0 0; +} +#buddypress div.activity-comments ul, +#buddypress div.activity-comments ul li { + border: none; + list-style: none; +} +#buddypress div.activity-comments ul { + clear: both; + margin: 0; +} +#buddypress div.activity-comments ul li { + border-top: 1px solid #eee; + padding: 10px 0 0; +} +body.activity-permalink #buddypress .activity-list li.mini .activity-comments { + clear: none; + margin-top: 0; +} +body.activity-permalink #buddypress div.activity-comments ul li { + border-width: 1px; + padding: 10px 0 0 0; +} +#buddypress div.activity-comments > ul > li:first-child { + border-top: none; +} +#buddypress div.activity-comments ul li:last-child { + margin-bottom: 0; +} +#buddypress div.activity-comments ul li > ul { + margin-right: 30px; + margin-top: 0; + padding-right: 10px; +} +body.activity-permalink #buddypress div.activity-comments ul li > ul { + margin-top: 10px; +} +body.activity-permalink #buddypress div.activity-comments > ul { + padding: 0 15px 0 10px; +} +#buddypress div.activity-comments div.acomment-avatar img { + border-width: 1px; + float: right; + height: 25px; + margin-left: 10px; + width: 25px; +} +#buddypress div.activity-comments div.acomment-content { + font-size: 80%; + margin: 5px 40px 0 0; +} +#buddypress div.acomment-content .time-since, +#buddypress div.acomment-content .activity-delete-link, +#buddypress div.acomment-content .comment-header { + display: none; +} +body.activity-permalink #buddypress div.activity-comments div.acomment-content { + font-size: 90%; +} +#buddypress div.activity-comments div.acomment-meta { + color: #888; + font-size: 80%; +} +#buddypress div.activity-comments form.ac-form { + display: none; + padding: 10px; +} +#buddypress div.activity-comments li form.ac-form { + margin-left: 15px; + clear: both; +} +#buddypress div.activity-comments form.root { + margin-right: 0; +} +#buddypress div.activity-comments div#message { + margin-top: 15px; + margin-bottom: 0; +} +#buddypress div.activity-comments form .ac-textarea { + background: #fff; + border: 1px inset #ccc; + margin-bottom: 10px; + padding: 8px; +} +#buddypress div.activity-comments form textarea { + border: none; + background: transparent; + box-shadow: none; + outline: none; + color: #555; + font-family: inherit; + font-size: 100%; + height: 60px; + padding: 0; + margin: 0; + width: 100%; +} +#buddypress div.activity-comments form input { + margin-top: 5px; +} +#buddypress div.activity-comments form div.ac-reply-avatar { + float: right; +} +#buddypress div.ac-reply-avatar img { + border: 1px solid #eee; +} +#buddypress div.activity-comments form div.ac-reply-content { + color: #888; + margin-right: 50px; + padding-right: 15px; +} +#buddypress div.activity-comments form div.ac-reply-content a { + text-decoration: none; +} +#buddypress .acomment-options { + float: right; + margin: 5px 40px 5px 0; +} +#buddypress .acomment-options a { + color: #999; +} +#buddypress .acomment-options a:hover { + color: inherit; +} + +/*-------------------------------------------------------------- +3.3 - Directories - Members, Groups, Blogs, Forums +--------------------------------------------------------------*/ +#buddypress div.dir-search { + float: left; + margin: -39px 0 0 0; +} +#buddypress div.dir-search input[type=text], +#buddypress li.groups-members-search input[type=text] { + font-size: 90%; + padding: 1px 3px; +} + +#buddypress .dir-form { + clear: both; +} + +/*-------------------------------------------------------------- +3.4 - Errors / Success Messages +--------------------------------------------------------------*/ +#buddypress div#message { + margin: 0 0 15px; +} +#buddypress #message.info { + margin-bottom: 0; +} +#buddypress div#message.updated { + clear: both; + display: block; +} +#buddypress div#message p, +#sitewide-notice p { + font-size: 90%; + display: block; + padding: 10px 15px; +} +#buddypress div#message.error p { + background-color: #fdc; + border: 1px solid #a00; + clear: right; + color: #800; +} +#buddypress div#message.updated p { + background-color: #efc; + border: 1px solid #591; + color: #250; +} +#buddypress #pass-strength-result { + background-color: #eee; + border-color: #ddd; + border-style: solid; + border-width: 1px; + display: none; + margin: 5px 0 5px 5px; + padding: 5px; + text-align: center; + width: 150px; +} +#buddypress .standard-form #basic-details-section #pass-strength-result { + width: 35%; +} +#buddypress #pass-strength-result.error, +#buddypress #pass-strength-result.bad { + background-color: #ffb78c; + border-color: #ff853c !important; + display: block; +} +#buddypress #pass-strength-result.good { + background-color: #ffec8b; + border-color: #fc0 !important; + display: block; +} +#buddypress #pass-strength-result.short { + background-color: #ffa0a0; + border-color: #f04040 !important; + display: block; +} +#buddypress #pass-strength-result.strong { + background-color: #c3ff88; + border-color: #8dff1c !important; + display: block; +} +#buddypress .standard-form#signup_form div div.error { + background: #faa; + color: #a00; + margin: 0 0 10px 0; + padding: 6px; + width: 90%; +} +#buddypress div.accept, +#buddypress div.reject { + float: right; + margin-right: 10px; +} +#buddypress ul.button-nav li { + float: right; + margin: 0 0 10px 10px; + list-style: none; +} +#buddypress ul.button-nav li.current a { + font-weight: bold; +} +#sitewide-notice #message { + right: 2%; + position: fixed; + top: 1em; + width: 96%; + z-index: 9999; +} +#sitewide-notice.admin-bar-on #message { + top: 3.3em; +} +#sitewide-notice strong { + display: block; + margin-bottom: -1em; +} + +/*-------------------------------------------------------------- +3.5 - Forms +--------------------------------------------------------------*/ +#buddypress .standard-form textarea, +#buddypress .standard-form input[type=text], +#buddypress .standard-form input[type=text], +#buddypress .standard-form input[type=color], +#buddypress .standard-form input[type=date], +#buddypress .standard-form input[type=datetime], +#buddypress .standard-form input[type=datetime-local], +#buddypress .standard-form input[type=email], +#buddypress .standard-form input[type=month], +#buddypress .standard-form input[type=number], +#buddypress .standard-form input[type=range], +#buddypress .standard-form input[type=search], +#buddypress .standard-form input[type=tel], +#buddypress .standard-form input[type=time], +#buddypress .standard-form input[type=url], +#buddypress .standard-form input[type=week], +#buddypress .standard-form select, +#buddypress .standard-form input[type=password], +#buddypress .dir-search input[type=search], +#buddypress .dir-search input[type=text], +#buddypress .groups-members-search input[type=search], +#buddypress .groups-members-search input[type=text] { + border: 1px solid #ccc; + background: #fafafa; + border-radius: 0; + color: #888; + font: inherit; + font-size: 100%; + padding: 6px; +} +#buddypress .standard-form select { + padding: 3px; +} +#buddypress .standard-form input[type=password] { + margin-bottom: 5px; +} +#buddypress .standard-form label, +#buddypress .standard-form span.label { + display: block; + font-weight: bold; + margin: 15px 0 5px 0; + width: auto; +} +#buddypress .standard-form div.checkbox label:nth-child(n+2), +#buddypress .standard-form div.radio div label { + color: #888; + font-size: 100%; + font-weight: normal; + margin: 5px 0 0 0; +} +#buddypress .standard-form#sidebar-login-form label { + margin-top: 5px; +} +#buddypress .standard-form input[type=text] { + width: 75%; +} +#buddypress .standard-form#sidebar-login-form input[type=text], +#buddypress .standard-form#sidebar-login-form input[type=password] { + padding: 4px; + width: 95%; +} +#buddypress .standard-form #basic-details-section input[type=password], +#buddypress .standard-form #blog-details-section input#signup_blog_url { + width: 35%; +} +#buddypress .standard-form#signup_form input[type=text], +#buddypress .standard-form#signup_form textarea, +#buddypress .form-allowed-tags, +#buddypress #commentform input[type=text], +#buddypress #commentform textarea { + width: 90%; +} +#buddypress .standard-form#signup_form div.submit { + float: left; +} +#buddypress div#signup-avatar img { + margin: 0 0 10px 15px; +} +#buddypress .standard-form textarea { + width: 75%; + height: 120px; +} +#buddypress .standard-form textarea#message_content { + height: 200px; +} +#buddypress .standard-form#send-reply textarea { + width: 97.5%; +} +#buddypress .standard-form p.description { + color: #888; + font-size: 80%; + margin: 5px 0; +} +#buddypress .standard-form div.submit { + clear: both; + padding: 15px 0 0 0; +} +#buddypress .standard-form p.submit { + margin-bottom: 0; + padding: 15px 0 0 0; +} +#buddypress .standard-form div.submit input { + margin-left: 15px; +} +#buddypress .standard-form div.radio ul { + margin: 10px 38px 15px 0; + list-style: disc; +} +#buddypress .standard-form div.radio ul li { + margin-bottom: 5px; +} +#buddypress .standard-form a.clear-value { + display: block; + margin-top: 5px; + outline: none; +} +#buddypress .standard-form #basic-details-section, +#buddypress .standard-form #blog-details-section, +#buddypress .standard-form #profile-details-section { + float: right; + width: 48%; +} +#buddypress .standard-form #profile-details-section { + float: left; +} +#buddypress .standard-form #blog-details-section, +#buddypress #notifications-bulk-management { + clear: right; +} +body.no-js #buddypress #notifications-bulk-management #select-all-notifications, +body.no-js #buddypress label[for="message-type-select"], +body.no-js #buddypress #message-type-select, +body.no-js #buddypress #delete_inbox_messages, +body.no-js #buddypress #delete_sentbox_messages, +body.no-js #buddypress #messages-bulk-management #select-all-messages { + display: none; +} +#buddypress .standard-form input:focus, +#buddypress .standard-form textarea:focus, +#buddypress .standard-form select:focus { + background: #fafafa; + color: #555; +} +#buddypress form#send-invite-form { + margin-top: 20px; +} +#buddypress div#invite-list { + background: #f5f5f5; + height: 400px; + margin: 0 0 10px; + overflow: auto; + padding: 5px; + width: 160px; +} +#buddypress button, +#buddypress a.button, +#buddypress input[type=submit], +#buddypress input[type=button], +#buddypress input[type=reset], +#buddypress ul.button-nav li a, +#buddypress div.generic-button a, +#buddypress .comment-reply-link, +a.bp-title-button { + background: #fff; /* Old browsers */ + border: 1px solid #ccc; + color: #777; + font-size: small; + cursor: pointer; + outline: none; + padding: 4px 10px; + text-align: center; + text-decoration: none; +} +#buddypress button:hover, +#buddypress a.button:hover, +#buddypress a.button:focus, +#buddypress input[type=submit]:hover, +#buddypress input[type=button]:hover, +#buddypress input[type=reset]:hover, +#buddypress ul.button-nav li a:hover, +#buddypress ul.button-nav li.current a, +#buddypress div.generic-button a:hover, +#buddypress .comment-reply-link:hover { + background: #ededed; + border: 1px solid #bbb; + color: #555; + outline: none; + text-decoration: none; +} + +#buddypress form.standard-form .left-menu { + float: right; +} + +#buddypress form.standard-form .left-menu #invite-list ul{ + margin:1%; + list-style: none; +} + +#buddypress form.standard-form .left-menu #invite-list ul li { + margin:0 1% 0 0; +} + +#buddypress form.standard-form .main-column { + margin-right: 190px; +} + +#buddypress form.standard-form .main-column ul#friend-list { + clear:none; + float: right; +} + +#buddypress form.standard-form .main-column ul#friend-list h4 { + clear:none; +} + +/* Overrides for embedded WP editors */ +#buddypress .wp-editor-wrap a.button, +#buddypress .wp-editor-wrap button, +#buddypress .wp-editor-wrap input[type=submit], +#buddypress .wp-editor-wrap input[type=button], +#buddypress .wp-editor-wrap input[type=reset] { + padding: 0 10px 1px; +} + +/* Form classes & generic attr styling */ +#buddypress form *[disabled="disabled"]{ + cursor: default; + opacity: .4; + } +.bp-screen-reader-text { + clip: rect(1px, 1px, 1px, 1px); + position: absolute; +} + +/*-------------------------------------------------------------- +3.6 - Ajax Loading +--------------------------------------------------------------*/ +#buddypress a.loading, +#buddypress input.loading { + -webkit-animation: loader-pulsate .5s infinite ease-in-out alternate; + -moz-animation: loader-pulsate .5s infinite ease-in-out alternate; + border-color: #aaa; +} +@-webkit-keyframes loader-pulsate { + from { + border-color: #aaa; + -webkit-box-shadow: 0 0 6px #ccc; + box-shadow: 0 0 6px #ccc; + } + to { + border-color: #ccc; + -webkit-box-shadow: 0 0 6px #f8f8f8; + box-shadow: 0 0 6px #f8f8f8; + } +} +@-moz-keyframes loader-pulsate { + from { + border-color: #aaa; + -moz-box-shadow: 0 0 6px #ccc; + box-shadow: 0 0 6px #ccc; + } + to { + border-color: #ccc; + -moz-box-shadow: 0 0 6px #f8f8f8; + box-shadow: 0 0 6px #f8f8f8; + } +} + +#buddypress a.loading:hover, +#buddypress input.loading:hover { + color: #777; +} +#buddypress input[type="submit"].pending, +#buddypress input[type="button"].pending, +#buddypress input[type="reset"].pending, +#buddypress input[type="submit"].disabled, +#buddypress input[type="button"].disabled, +#buddypress input[type="reset"].disabled, +#buddypress input[type="submit"][disabled=disabled], +#buddypress button.pending, +#buddypress button.disabled, +#buddypress div.pending a, +#buddypress a.disabled { + border-color: #eee; + color: #bbb; + cursor: default; +} +#buddypress input[type="submit"]:hover.pending, +#buddypress input[type="button"]:hover.pending, +#buddypress input[type="reset"]:hover.pending, +#buddypress input[type="submit"]:hover.disabled, +#buddypress input[type="button"]:hover.disabled, +#buddypress input[type="reset"]:hover.disabled, +#buddypress button.pending:hover, +#buddypress button.disabled:hover, +#buddypress div.pending a:hover, +#buddypress a.disabled:hover { + border-color: #eee; + color: #bbb; +} + +/*-------------------------------------------------------------- +3.7 - Forums, Tables and Topics +--------------------------------------------------------------*/ +#buddypress ul#topic-post-list { + margin: 0; + width: auto; +} +#buddypress ul#topic-post-list li { + padding: 15px; + position: relative; +} +#buddypress ul#topic-post-list li.alt { + background: #f5f5f5; +} +#buddypress ul#topic-post-list li div.poster-meta { + color: #888; + margin-bottom: 10px; +} +#buddypress ul#topic-post-list li div.post-content { + margin-right: 54px; +} +#buddypress div.topic-tags { + font-size: 80%; +} +#buddypress div.admin-links { + color: #888; + font-size: 80%; + position: absolute; + top: 15px; + left: 25px; +} +#buddypress div#topic-meta { + margin: 0; + padding: 5px 19px 30px; + position: relative; +} +#buddypress div#topic-meta div.admin-links { + left: 19px; + top: -36px; +} +#buddypress div#topic-meta h3 { + margin: 5px 0; +} +#buddypress div#new-topic-post { + display: none; + margin: 20px 0 0 0; + padding: 1px 0 0 0; +} +#buddypress table.notifications, +#buddypress table.notifications-settings, +#buddypress table.profile-settings, +#buddypress table.profile-fields, +#buddypress table.wp-profile-fields, +#buddypress table.messages-notices, +#buddypress table.forum { + width: 100%; +} +#buddypress table.notifications thead tr, +#buddypress table.notifications-settings thead tr, +#buddypress table.profile-settings thead tr, +#buddypress table.profile-fields thead tr, +#buddypress table.wp-profile-fields thead tr, +#buddypress table.messages-notices thead tr, +#buddypress table.forum thead tr { + background: #eaeaea; +} +#buddypress table#message-threads { + clear: both; +} +#buddypress table.profile-fields { + margin-bottom: 20px; +} +#buddypress table.profile-fields:last-child { + margin-bottom: 0; +} +#buddypress table.profile-fields p { + margin: 0; +} +#buddypress table.profile-fields p:last-child { + margin-top: 0; +} +#buddypress table.notifications tr td, +#buddypress table.notifications-settings tr td, +#buddypress table.profile-settings tr td, +#buddypress table.profile-fields tr td, +#buddypress table.wp-profile-fields tr td, +#buddypress table.messages-notices tr td, +#buddypress table.forum tr td, +#buddypress table.notifications tr th, +#buddypress table.notifications-settings tr th, +#buddypress table.profile-fields tr th, +#buddypress table.wp-profile-fields tr th, +#buddypress table.messages-notices tr th, +#buddypress table.forum tr th { + padding: 8px; + vertical-align: middle; +} +#buddypress table.notifications tr td.label, +#buddypress table.notifications-settings tr td.label, +#buddypress table.profile-fields tr td.label, +#buddypress table.wp-profile-fields tr td.label, +#buddypress table.messages-notices tr td.label, +#buddypress table.forum tr td.label { + border-left: 1px solid #eaeaea; + font-weight: bold; + width: 25%; +} +#buddypress #message-threads .thread-info { + min-width: 40%; +} +#buddypress table tr td.thread-info p { + margin: 0; +} +#buddypress table tr td.thread-info p.thread-excerpt { + color: #888; + font-size: 80%; + margin-top: 3px; +} +#buddypress table.forum td { + text-align: center; +} +#buddypress table.notifications tr.alt td, +#buddypress table.notifications-settings tr.alt td, +#buddypress table.profile-settings tr.alt td, +#buddypress table.profile-fields tr.alt td, +#buddypress table.wp-profile-fields tr.alt td, +#buddypress table.messages-notices tr.alt td, +#buddypress table.forum tr.alt td { + background: #f5f5f5; +} +#buddypress table.notification-settings { + margin-bottom: 20px; + text-align: right; +} +#buddypress #groups-notification-settings { + margin-bottom: 0; +} +#buddypress table.notifications th.icon, +#buddypress table.notifications td:first-child, +#buddypress table.notification-settings th.icon, +#buddypress table.notification-settings td:first-child { + display: none; +} +#buddypress table.notification-settings th.title, +#buddypress table.profile-settings th.title { + width: 80%; +} +#buddypress table.notification-settings .yes, +#buddypress table.notification-settings .no { + text-align: center; + width: 40px; +} +#buddypress table.forum { + margin: 0; + width: auto; + clear: both; +} +#buddypress table.forum tr.sticky td { + font-size: 110%; + background: #fff9db; + border-top: 1px solid #ffe8c4; + border-bottom: 1px solid #ffe8c4; +} +#buddypress table.forum tr.closed td.td-title { + padding-right: 35px; +} +#buddypress table.forum td p.topic-text { + color: #888; + font-size: 100%; +} +#buddypress table.forum tr > td:first-child, +#buddypress table.forum tr > th:first-child { + padding-right: 15px; +} +#buddypress table.forum tr > td:last-child, +#buddypress table.forum tr > th:last-child { + padding-left: 15px; +} +#buddypress table.forum tr th#th-title, +#buddypress table.forum tr th#th-poster, +#buddypress table.forum tr th#th-group, +#buddypress table.forum td.td-poster, +#buddypress table.forum td.td-group, +#buddypress table.forum td.td-title { + text-align: right; +} +#buddypress table.forum tr td.td-title a.topic-title { + font-size: 110%; +} +#buddypress table.forum td.td-freshness { + white-space: nowrap; +} +#buddypress table.forum td.td-freshness span.time-since { + font-size: 80%; + color: #888; +} +#buddypress table.forum td img.avatar { + float: none; + margin: 0 0 -8px 5px; +} +#buddypress table.forum td.td-poster, +#buddypress table.forum td.td-group { + min-width: 140px; +} +#buddypress table.forum th#th-title { + width: 80%; +} +#buddypress table.forum th#th-freshness { + width: 25%; +} +#buddypress table.forum th#th-postcount { + width: 15%; +} +#buddypress table.forum p.topic-meta { + font-size: 80%; + margin: 5px 0 0 0; +} + +/*------------------------------------------------------------------------- +3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles +-------------------------------------------------------------------------*/ +#buddypress .item-body { + margin: 20px 0; +} +#buddypress span.activity { + display: inline-block; + font-size: small; + opacity: 0.8; + padding: 0; +} +#buddypress span.user-nicename { + color: #777; + display: inline-block; + font-size: 120%; + font-weight: bold; +} +#buddypress div#message p, +#sitewide-notice p { + font-weight: normal; + margin-top: 3px; + text-decoration: none; + background-color: #ffd; + border: 1px solid #cb2; + color: #440; +} +#buddypress div#item-header { + overflow: hidden; +} +#buddypress div#item-header div#item-header-content { + float: right; + margin-right: 0; +} +#buddypress div#item-header h2 { + line-height: 120%; + margin: 0 0 15px 0; +} +#buddypress div#item-header h2 a { + color: #777; + text-decoration: none; +} +#buddypress div#item-header img.avatar { + float: right; + margin: 0 0 19px 15px; +} +#buddypress div#item-header h2 { + margin-bottom: 5px; +} +#buddypress div#item-header h2 span.highlight { + font-size: 60%; + font-weight: normal; + line-height: 170%; + vertical-align: middle; + display: inline-block; +} +#buddypress div#item-header h2 span.highlight span { + background: #a1dcfa; + color: #fff; + cursor: pointer; + font-weight: bold; + font-size: 80%; + margin-bottom: 2px; + padding: 1px 4px; + position: relative; + left: -2px; + top: -2px; + vertical-align: middle; +} +#buddypress div#item-header div#item-meta { + font-size: 80%; + color: #aaa; + overflow: hidden; + margin: 15px 0 5px 0; + padding-bottom: 10px; +} +#buddypress div#item-header div#item-actions { + float: left; + margin: 0 15px 15px 0; + text-align: left; + width: 20%; +} +#buddypress div#item-header div#item-actions h3 { + margin: 0 0 5px 0; +} +#buddypress div#item-header ul { + margin-bottom: 15px; + overflow: hidden; +} +#buddypress div#item-header ul h5, +#buddypress div#item-header ul span, +#buddypress div#item-header ul hr { + display: none; +} +#buddypress div#item-header ul li { + float: left; + list-style: none; +} +#buddypress div#item-header ul img.avatar, +#buddypress div#item-header ul.avatars img.avatar { + height: 30px; + margin: 2px; + width: 30px; +} +#buddypress div#item-header div.generic-button, +#buddypress div#item-header a.button { + float: right; + margin: 10px 0 0 10px; +} +#buddypress div#item-header div#message.info { + line-height: 80%; +} +#buddypress ul.item-list { + border-top: 1px solid #eaeaea; + width: 100%; + list-style: none; + clear: both; + margin: 0; + padding: 0; +} +body.activity-permalink #buddypress ul.item-list, +body.activity-permalink #buddypress ul.item-list li.activity-item { + border: none; +} +#buddypress ul.item-list li { + border-bottom: 1px solid #eaeaea; + padding: 15px 0; + margin: 0; + position: relative; + list-style: none; +} +#buddypress ul.single-line li { + border: none; +} +#buddypress ul.item-list li img.avatar { + float: right; + margin: 0 0 0 10px; +} +#buddypress ul.item-list li div.item-title, +#buddypress ul.item-list li h4 { + font-weight: normal; + font-size: 90%; + margin: 0; + width: 75%; +} +#buddypress ul.item-list li div.item-title span { + color: #999; + font-size: 80%; +} +#buddypress ul.item-list li div.item-desc { + color: #888; + font-size: 80%; + margin: 10px 60px 0 0; + width: 50%; +} +#buddypress ul.item-list li div.action { + position: absolute; + top: 15px; + left: 0; + text-align: left; +} +#buddypress ul.item-list li div.meta { + color: #888; + font-size: 80%; + margin-top: 10px; +} +#buddypress ul.item-list li h5 span.small { + float: left; + font-size: 80%; + font-weight: normal; +} +#buddypress div.item-list-tabs { + background: transparent; + clear: right; + overflow: hidden; +} + +#buddypress div.item-list-tabs ul { + margin: 0; + padding: 0; +} +#buddypress div.item-list-tabs ul li { + float: right; + margin: 0; + list-style: none; +} +#buddypress div.item-list-tabs#subnav ul li { + margin-top: 0; +} +#buddypress div.item-list-tabs ul li.last { + float: left; + margin: 7px 0 0; +} +#buddypress div.item-list-tabs#subnav ul li.last { + margin-top: 4px; +} +#buddypress div.item-list-tabs ul li.last select { + max-width: 185px; +} +#buddypress div.item-list-tabs ul li a, +#buddypress div.item-list-tabs ul li span { + display: block; + padding: 5px 10px; + text-decoration: none; +} +#buddypress div.item-list-tabs ul li a span { + background: #eee; + border-radius: 50%; + border: 1px solid #ccc; + color: #999; + display: inline; + font-size: 70%; + margin-right: 2px; + padding: 3px 6px; + text-align: center; + vertical-align: middle; +} +#buddypress div.item-list-tabs ul li.selected a, +#buddypress div.item-list-tabs ul li.current a { + background-color: #eee; + color: #555; + opacity: .8; + font-weight: bold; +} +#buddypress div.item-list-tabs ul li.selected a span, +#buddypress div.item-list-tabs ul li.current a span, +#buddypress div.item-list-tabs ul li a:hover span { + background-color: #eee; +} +#buddypress div.item-list-tabs ul li.selected a span, +#buddypress div.item-list-tabs ul li.current a span { + background-color: #fff; +} +#buddypress div#item-nav ul li.loading a { + background-position: 12% 50%; +} +#buddypress div.item-list-tabs#object-nav { + margin-top: 0; +} +#buddypress div.item-list-tabs#subnav { + background: transparent; + margin: 10px 0 10px; + overflow: hidden; +} +#buddypress #admins-list li, +#buddypress #mods-list li, +#buddypress #members-list li { + overflow: auto; + list-style: none; +} + + +/*-------------------------------------------------------------- +3.9 - Private Messaging Threads +--------------------------------------------------------------*/ +#buddypress table#message-threads tr.unread td { + background: #fff9db; + border-top: 1px solid #ffe8c4; + border-bottom: 1px solid #ffe8c4; + font-weight: bold; +} +#buddypress table#message-threads tr.unread td .thread-excerpt, +#buddypress table#message-threads tr.unread td .activity, +#buddypress table#message-threads tr.unread td.thread-options { + font-weight: normal; +} +#buddypress li span.unread-count, +#buddypress tr.unread span.unread-count { + background: #dd0000; + color: #fff; + font-weight: bold; + padding: 2px 8px; +} +#buddypress div.item-list-tabs ul li a span.unread-count { + padding: 1px 6px; + color: #fff; +} +#buddypress div#message-thread div.message-box { + margin: 0; + padding: 15px; +} +#buddypress div#message-thread div.alt { + background: #f4f4f4; +} +#buddypress div#message-thread p#message-recipients { + margin: 10px 0 20px 0; +} +#buddypress div#message-thread img.avatar { + float: right; + margin: 0 0 0 10px; + vertical-align: middle; +} +#buddypress div#message-thread strong { + font-size: 100%; + margin: 0; +} +#buddypress div#message-thread strong a { + text-decoration: none; +} +#buddypress div#message-thread strong span.activity { + margin-top: 4px; +} +#buddypress div#message-thread div.message-metadata { + overflow: hidden; +} +#buddypress div#message-thread div.message-content { + margin-right: 45px; +} +#buddypress div#message-thread div.message-options { + text-align: left; +} +#buddypress #message-threads img.avatar { + max-width: none; +} +#buddypress div.message-search { + float: left; + margin: 0 20px; +} + +/*-------------------------------------------------------------- +3.10 - Extended Profiles +--------------------------------------------------------------*/ + +#buddypress div.profile h4 { + margin-bottom: auto; + margin-top: 15px; +} +#buddypress #profile-edit-form ul.button-nav { + margin-top: 15px; +} +body.no-js #buddypress .field-visibility-settings-toggle, +body.no-js #buddypress .field-visibility-settings-close { + display: none; +} +#buddypress .field-visibility-settings { + display: none; + margin-top: 10px; +} + body.no-js #buddypress .field-visibility-settings { + display: block; + } +#buddypress .current-visibility-level { + font-weight: bold; + font-style: normal; +} +#buddypress .field-visibility-settings, +#buddypress .field-visibility-settings-toggle, +#buddypress .field-visibility-settings-notoggle { + color: #888; +} +#buddypress .field-visibility-settings-toggle a, +#buddypress .field-visibility-settings a { + font-size: 80%; +} +body.register #buddypress div.page ul { + list-style: none; +} +#buddypress .standard-form .field-visibility-settings label { + margin: 0; + font-weight: normal; +} +#buddypress .field-visibility-settings legend, +#buddypress .field-visibility-settings-toggle { + font-style: italic; +} +#buddypress .field-visibility-settings .radio { + list-style: none; + margin-bottom: 0; +} +#buddypress .field-visibility select { + margin: 0; +} + +/*-------------------------------------------------------------- +3.11 - Widgets +--------------------------------------------------------------*/ + +.widget.buddypress div.item-avatar img.avatar { + float: right; + margin: 0 0 15px 10px; +} + +.widget.buddypress span.activity { + display: inline-block; + font-size: small; + opacity: 0.8; + padding: 0; +} + +.widget.buddypress div.item-options { + font-size: 90%; + margin: 0 0 1em 0; + padding: 1em 0; +} + +.widget.buddypress div.item{ + margin:0 0 1em 0; +} + +.widget.buddypress div.item-meta, +.widget.buddypress div.item-content { + font-size: 11px; + margin-right: 50px; +} + +.widget.buddypress ul.item-list img.avatar { + height: 40px; + margin-left: 10px; + width: 40px; +} +.widget.buddypress div.item-avatar img { + height: 40px; + margin: 1px; + width: 40px; +} + +.widget.buddypress div.avatar-block{ + overflow: hidden; +} + +.widget.buddypress #bp-login-widget-form label { + display: block; + margin: 1rem 0 .5rem; +} + +.widget.buddypress #bp-login-widget-form #bp-login-widget-submit { + margin-left: 10px; +} + +.widget.buddypress .bp-login-widget-user-avatar { + float: right; +} + +.bp-login-widget-user-avatar img.avatar { + height: 40px; + width: 40px; +} + +.widget.buddypress .bp-login-widget-user-links > div { + padding-right: 60px; +} + +.widget.buddypress .bp-login-widget-user-links > div { + margin-bottom: .5rem; +} + +.widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a { + font-weight: bold; +} + +.widget.buddypress #groups-list, +.widget.buddypress #members-list, +.widget.buddypress #friends-list { + margin-right: 0; + padding-right: 0; +} + +.widget.buddypress #groups-list li, +.widget.buddypress #members-list li, +.widget.buddypress #friends-list li { + list-style-type: none; +} + +/*-------------------------------------------------------------- +4.0 - Media Queries +--------------------------------------------------------------*/ +/*-------------------------------------------------------------- +4.1 - Smartphones - landscape +--------------------------------------------------------------*/ +@media only screen and (max-width: 480px ){ + #buddypress div.dir-search { + float: left; + margin-top: -50px; + text-align: left; + } + #buddypress div.dir-search input[type="text"] { + margin-bottom: 1em; + width: 50%; + } + a.bp-title-button { + margin-right: 10px; + } + #buddypress form.standard-form .main-column div.action{ + position: relative; + margin-bottom:1em; + } + #buddypress form.standard-form .main-column ul#friend-list h4{ + width:100%; + } +} + +/*-------------------------------------------------------------- +4.2 - Smartphones - portrait +--------------------------------------------------------------*/ +@media only screen and (max-width: 320px) { + #buddypress div.dir-search { + clear: right; + float: right; + margin-top: 0; + text-align: right; + } + #buddypress li#groups-order-select { + clear: right; + float: right; + } + #buddypress ul.item-list li div.action { + clear: right; + float: right; + margin-top: 0; + margin-right: 70px; + position: relative; + top: 0; + left: 0; + text-align: right; + } + #buddypress ul.item-list li div.item-desc { + clear: right; + float: right; + margin: 10px 0 0; + width: auto; + } + #buddypress li div.item { + margin-right: 70px; + width: auto; + } + #buddypress ul.item-list li div.meta { + margin-top: 0; + } + #buddypress .item-desc p { + margin: 0 0 10px; + } + #buddypress div.pagination .pag-count { + margin-right: 0; + } +} + +/*-------------------------------------------------------------- +4.2 - Smartphones - smaller screen sizes +--------------------------------------------------------------*/ +@media only screen and (max-width: 240px) { + #buddypress div.dir-search { + float: right; + margin: 0; + } + #buddypress div.dir-search input[type="text"] { + width: 50%; + } + #buddypress li#groups-order-select { + float: right; + } + #buddypress ul.item-list li img.avatar { + width: 30px; + height: auto; + } + #buddypress ul.item-list li div.action, + #buddypress li div.item{ + margin-right: 45px; + } + h1 a.bp-title-button { + clear: right; + float: right; + margin: 10px 0 20px; + } +} diff --git a/wp-themes/pyramidengarten/css/buddypress-rtl.min.css b/wp-themes/pyramidengarten/css/buddypress-rtl.min.css new file mode 100755 index 0000000..c2d5c61 --- /dev/null +++ b/wp-themes/pyramidengarten/css/buddypress-rtl.min.css @@ -0,0 +1,2 @@ +/*! buddypress - v2.2.0 - 2015-02-04 11:24:25 PM UTC - https://wordpress.org/plugins/buddypress/ */ +#buddypress div.pagination{background:0 0;border:none;color:#888;font-size:small;margin:0;position:relative;display:block;float:right;width:100%;padding:10px 0}#buddypress div.pagination .pag-count{float:right;margin-right:10px}#buddypress div.pagination .pagination-links{float:left;margin-left:10px}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{font-size:90%;padding:0 5px}#buddypress div.pagination .pagination-links a:hover{font-weight:700}#buddypress noscript div.pagination{margin-bottom:15px}#buddypress #nav-above{display:none}#buddypress .paged #nav-above{display:block}#buddypress img.wp-smiley{border:none!important;clear:none!important;float:none!important;margin:0!important;padding:0!important}#buddypress .clear{clear:right}#buddypress #activity-stream{margin-top:-5px}#buddypress #activity-stream p{margin:5px 0}#buddypress #item-body form#whats-new-form{margin:0;padding:0}#buddypress .home-page form#whats-new-form{border-bottom:none;padding-bottom:0}#buddypress form#whats-new-form #whats-new-avatar{float:right}#buddypress form#whats-new-form #whats-new-content{margin-right:55px;padding:0 20px 20px 0}#buddypress form#whats-new-form p.activity-greeting{line-height:.5em;margin-bottom:15px;margin-right:75px}#buddypress form#whats-new-form textarea{background:#fff;color:#555;font-family:inherit;font-size:medium;height:20px;padding:6px;width:98%}body.no-js #buddypress form#whats-new-form textarea{height:50px}#buddypress form#whats-new-form #whats-new-options select{max-width:200px;margin-top:12px}#buddypress form#whats-new-form #whats-new-submit{float:left;margin-top:12px}#buddypress #whats-new-options{overflow:auto;height:0}body.no-js #buddypress #whats-new-options{height:auto}#buddypress #whats-new:focus{border-color:rgba(31,179,221,.9)!important;outline-color:rgba(31,179,221,.9)}#buddypress ul.activity-list li{overflow:hidden;padding:15px 0 0;list-style:none}#buddypress .activity-list .activity-avatar{float:right}#buddypress ul.item-list.activity-list li.has-comments{padding-bottom:15px}body.activity-permalink #buddypress ul.activity-list li.has-comments{padding-bottom:0}#buddypress .activity-list li.mini{font-size:80%;position:relative}#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-list li.mini .activity-avatar img.avatar{height:20px;margin-right:30px;width:20px}#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar{height:auto;margin-right:0;width:auto}body.activity-permalink #buddypress .activity-list>li:first-child{padding-top:0}#buddypress .activity-list li .activity-content{position:relative}#buddypress .activity-list li.mini .activity-content p{margin:0}#buddypress .activity-list li.mini .activity-comments{clear:both;font-size:120%}body.activity-permalink #buddypress li.mini .activity-meta{margin-top:4px}#buddypress .activity-list li .activity-inreplyto{color:#888;font-size:80%}#buddypress .activity-list li .activity-inreplyto>p{margin:0;display:inline}#buddypress .activity-list li .activity-inreplyto blockquote,#buddypress .activity-list li .activity-inreplyto div.activity-inner{background:0 0;border:none;display:inline;margin:0;overflow:hidden;padding:0}#buddypress .activity-list .activity-content{margin:0 70px 0 0}body.activity-permalink #buddypress .activity-list li .activity-content{border:none;font-size:100%;line-height:150%;margin-right:170px;margin-left:0;padding:0}body.activity-permalink #buddypress .activity-list li .activity-header>p{margin:0;padding:5px 0 0}#buddypress .activity-list .activity-content .activity-header,#buddypress .activity-list .activity-content .comment-header{color:#888;line-height:220%}#buddypress .activity-header{margin-left:20px}#buddypress .acomment-meta a,#buddypress .activity-header a,#buddypress .comment-meta a{text-decoration:none}#buddypress .activity-list .activity-content .activity-header img.avatar{float:none!important;margin:0 0 -8px 5px!important}#buddypress a.bp-secondary-action,#buddypress span.highlight{font-size:80%;padding:0;margin-left:5px;text-decoration:none}#buddypress .activity-list .activity-content .activity-inner,#buddypress .activity-list .activity-content blockquote{margin:10px 0 5px 10px;overflow:hidden}#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner{border-right:2px solid #EAEAEA;margin-right:5px;padding-right:10px}body.activity-permalink #buddypress .activity-content .activity-inner,body.activity-permalink #buddypress .activity-content blockquote{margin-right:0;margin-top:5px}#buddypress .activity-inner>p{word-wrap:break-word}#buddypress .activity-inner>.activity-inner,#buddypress .activity-inner>blockquote{margin:0}#buddypress .activity-list .activity-content img.thumbnail{border:2px solid #eee;float:right;margin:0 0 5px 10px}#buddypress .activity-read-more{margin-right:1em;white-space:nowrap}#buddypress .activity-list li.load-more,#buddypress .activity-list li.load-newest{background:#f0f0f0;font-size:110%;margin:15px 0;padding:10px 15px;text-align:center}#buddypress .activity-list li.load-more a,#buddypress .activity-list li.load-newest a{color:#4D4D4D}#buddypress div.activity-meta{margin:18px 0 0}body.activity-permalink #buddypress div.activity-meta{margin-bottom:6px}#buddypress div.activity-meta a{padding:4px 8px}#buddypress a.activity-time-since{color:#aaa;text-decoration:none}#buddypress a.activity-time-since:hover{color:#888;text-decoration:underline}#buddypress #reply-title small a,#buddypress a.bp-primary-action{font-size:80%;margin-left:5px;text-decoration:none}#buddypress #reply-title small a span,#buddypress a.bp-primary-action span{background:#999;color:#fff;font-size:90%;margin-right:2px;padding:0 5px}#buddypress #reply-title small a:hover span,#buddypress a.bp-primary-action:hover span{background:#555;color:#fff}#buddypress div.activity-comments{margin:0 70px 0 0;overflow:hidden;position:relative;width:auto;clear:both}body.activity-permalink #buddypress div.activity-comments{background:0 0;margin-right:170px;width:auto}#buddypress div.activity-comments>ul{padding:0 10px 0 0}#buddypress div.activity-comments ul,#buddypress div.activity-comments ul li{border:none;list-style:none}#buddypress div.activity-comments ul{clear:both;margin:0}#buddypress div.activity-comments ul li{border-top:1px solid #eee;padding:10px 0 0}body.activity-permalink #buddypress .activity-list li.mini .activity-comments{clear:none;margin-top:0}body.activity-permalink #buddypress div.activity-comments ul li{border-width:1px;padding:10px 0 0}#buddypress div.activity-comments>ul>li:first-child{border-top:none}#buddypress div.activity-comments ul li:last-child{margin-bottom:0}#buddypress div.activity-comments ul li>ul{margin-right:30px;margin-top:0;padding-right:10px}body.activity-permalink #buddypress div.activity-comments ul li>ul{margin-top:10px}body.activity-permalink #buddypress div.activity-comments>ul{padding:0 15px 0 10px}#buddypress div.activity-comments div.acomment-avatar img{border-width:1px;float:right;height:25px;margin-left:10px;width:25px}#buddypress div.activity-comments div.acomment-content{font-size:80%;margin:5px 40px 0 0}#buddypress div.acomment-content .activity-delete-link,#buddypress div.acomment-content .comment-header,#buddypress div.acomment-content .time-since{display:none}body.activity-permalink #buddypress div.activity-comments div.acomment-content{font-size:90%}#buddypress div.activity-comments div.acomment-meta{color:#888;font-size:80%}#buddypress div.activity-comments form.ac-form{display:none;padding:10px}#buddypress div.activity-comments li form.ac-form{margin-left:15px;clear:both}#buddypress div.activity-comments form.root{margin-right:0}#buddypress div.activity-comments div#message{margin-top:15px;margin-bottom:0}#buddypress div.activity-comments form .ac-textarea{background:#fff;border:1px inset #ccc;margin-bottom:10px;padding:8px}#buddypress div.activity-comments form textarea{border:none;background:0 0;box-shadow:none;outline:0;color:#555;font-family:inherit;font-size:100%;height:60px;padding:0;margin:0;width:100%}#buddypress div.activity-comments form input{margin-top:5px}#buddypress div.activity-comments form div.ac-reply-avatar{float:right}#buddypress div.ac-reply-avatar img{border:1px solid #eee}#buddypress div.activity-comments form div.ac-reply-content{color:#888;margin-right:50px;padding-right:15px}#buddypress div.activity-comments form div.ac-reply-content a{text-decoration:none}#buddypress .acomment-options{float:right;margin:5px 40px 5px 0}#buddypress .acomment-options a{color:#999}#buddypress .acomment-options a:hover{color:inherit}#buddypress div.dir-search{float:left;margin:-39px 0 0}#buddypress div.dir-search input[type=text],#buddypress li.groups-members-search input[type=text]{font-size:90%;padding:1px 3px}#buddypress .dir-form{clear:both}#buddypress div#message{margin:0 0 15px}#buddypress #message.info{margin-bottom:0}#buddypress div#message.updated{clear:both;display:block}#buddypress div#message p,#sitewide-notice p{font-size:90%;display:block;padding:10px 15px}#buddypress div#message.error p{background-color:#fdc;border:1px solid #a00;clear:right;color:#800}#buddypress div#message.updated p{background-color:#efc;border:1px solid #591;color:#250}#buddypress #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;margin:5px 0 5px 5px;padding:5px;text-align:center;width:150px}#buddypress .standard-form #basic-details-section #pass-strength-result{width:35%}#buddypress #pass-strength-result.bad,#buddypress #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c!important;display:block}#buddypress #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important;display:block}#buddypress #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important;display:block}#buddypress #pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important;display:block}#buddypress .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px;padding:6px;width:90%}#buddypress div.accept,#buddypress div.reject{float:right;margin-right:10px}#buddypress ul.button-nav li{float:right;margin:0 0 10px 10px;list-style:none}#buddypress ul.button-nav li.current a{font-weight:700}#sitewide-notice #message{right:2%;position:fixed;top:1em;width:96%;z-index:9999}#sitewide-notice.admin-bar-on #message{top:3.3em}#sitewide-notice strong{display:block;margin-bottom:-1em}#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{border:1px solid #ccc;background:#fafafa;border-radius:0;color:#888;font:inherit;font-size:100%;padding:6px}#buddypress .standard-form select{padding:3px}#buddypress .standard-form input[type=password]{margin-bottom:5px}#buddypress .standard-form label,#buddypress .standard-form span.label{display:block;font-weight:700;margin:15px 0 5px;width:auto}#buddypress .standard-form div.checkbox label:nth-child(n+2),#buddypress .standard-form div.radio div label{color:#888;font-size:100%;font-weight:400;margin:5px 0 0}#buddypress .standard-form#sidebar-login-form label{margin-top:5px}#buddypress .standard-form input[type=text]{width:75%}#buddypress .standard-form#sidebar-login-form input[type=password],#buddypress .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}#buddypress .standard-form #basic-details-section input[type=password],#buddypress .standard-form #blog-details-section input#signup_blog_url{width:35%}#buddypress #commentform input[type=text],#buddypress #commentform textarea,#buddypress .form-allowed-tags,#buddypress .standard-form#signup_form input[type=text],#buddypress .standard-form#signup_form textarea{width:90%}#buddypress .standard-form#signup_form div.submit{float:left}#buddypress div#signup-avatar img{margin:0 0 10px 15px}#buddypress .standard-form textarea{width:75%;height:120px}#buddypress .standard-form textarea#message_content{height:200px}#buddypress .standard-form#send-reply textarea{width:97.5%}#buddypress .standard-form p.description{color:#888;font-size:80%;margin:5px 0}#buddypress .standard-form div.submit{clear:both;padding:15px 0 0}#buddypress .standard-form p.submit{margin-bottom:0;padding:15px 0 0}#buddypress .standard-form div.submit input{margin-left:15px}#buddypress .standard-form div.radio ul{margin:10px 38px 15px 0;list-style:disc}#buddypress .standard-form div.radio ul li{margin-bottom:5px}#buddypress .standard-form a.clear-value{display:block;margin-top:5px;outline:0}#buddypress .standard-form #basic-details-section,#buddypress .standard-form #blog-details-section,#buddypress .standard-form #profile-details-section{float:right;width:48%}#buddypress .standard-form #profile-details-section{float:left}#buddypress #notifications-bulk-management,#buddypress .standard-form #blog-details-section{clear:right}body.no-js #buddypress #delete_inbox_messages,body.no-js #buddypress #delete_sentbox_messages,body.no-js #buddypress #message-type-select,body.no-js #buddypress #messages-bulk-management #select-all-messages,body.no-js #buddypress #notifications-bulk-management #select-all-notifications,body.no-js #buddypress label[for=message-type-select]{display:none}#buddypress .standard-form input:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{background:#fafafa;color:#555}#buddypress form#send-invite-form{margin-top:20px}#buddypress div#invite-list{background:#f5f5f5;height:400px;margin:0 0 10px;overflow:auto;padding:5px;width:160px}#buddypress .comment-reply-link,#buddypress a.button,#buddypress button,#buddypress div.generic-button a,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-button{background:#fff;border:1px solid #ccc;color:#777;font-size:small;cursor:pointer;outline:0;padding:4px 10px;text-align:center;text-decoration:none}#buddypress .comment-reply-link:hover,#buddypress a.button:focus,#buddypress a.button:hover,#buddypress button:hover,#buddypress div.generic-button a:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a{background:#ededed;border:1px solid #bbb;color:#555;outline:0;text-decoration:none}#buddypress form.standard-form .left-menu{float:right}#buddypress form.standard-form .left-menu #invite-list ul{margin:1%;list-style:none}#buddypress form.standard-form .left-menu #invite-list ul li{margin:0 1% 0 0}#buddypress form.standard-form .main-column{margin-right:190px}#buddypress form.standard-form .main-column ul#friend-list{clear:none;float:right}#buddypress form.standard-form .main-column ul#friend-list h4{clear:none}#buddypress .wp-editor-wrap a.button,#buddypress .wp-editor-wrap button,#buddypress .wp-editor-wrap input[type=button],#buddypress .wp-editor-wrap input[type=reset],#buddypress .wp-editor-wrap input[type=submit]{padding:0 10px 1px}#buddypress form [disabled=disabled]{cursor:default;opacity:.4}.bp-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute}#buddypress a.loading,#buddypress input.loading{-webkit-animation:loader-pulsate .5s infinite ease-in-out alternate;-moz-animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@-webkit-keyframes loader-pulsate{from{border-color:#aaa;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-webkit-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}@-moz-keyframes loader-pulsate{from{border-color:#aaa;-moz-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-moz-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}#buddypress a.loading:hover,#buddypress input.loading:hover{color:#777}#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled]{border-color:#eee;color:#bbb;cursor:default}#buddypress a.disabled:hover,#buddypress button.disabled:hover,#buddypress button.pending:hover,#buddypress div.pending a:hover,#buddypress input[type=button]:hover.disabled,#buddypress input[type=button]:hover.pending,#buddypress input[type=reset]:hover.disabled,#buddypress input[type=reset]:hover.pending,#buddypress input[type=submit]:hover.disabled,#buddypress input[type=submit]:hover.pending{border-color:#eee;color:#bbb}#buddypress ul#topic-post-list{margin:0;width:auto}#buddypress ul#topic-post-list li{padding:15px;position:relative}#buddypress ul#topic-post-list li.alt{background:#f5f5f5}#buddypress ul#topic-post-list li div.poster-meta{color:#888;margin-bottom:10px}#buddypress ul#topic-post-list li div.post-content{margin-right:54px}#buddypress div.topic-tags{font-size:80%}#buddypress div.admin-links{color:#888;font-size:80%;position:absolute;top:15px;left:25px}#buddypress div#topic-meta{margin:0;padding:5px 19px 30px;position:relative}#buddypress div#topic-meta div.admin-links{left:19px;top:-36px}#buddypress div#topic-meta h3{margin:5px 0}#buddypress div#new-topic-post{display:none;margin:20px 0 0;padding:1px 0 0}#buddypress table.forum,#buddypress table.messages-notices,#buddypress table.notifications,#buddypress table.notifications-settings,#buddypress table.profile-fields,#buddypress table.profile-settings,#buddypress table.wp-profile-fields{width:100%}#buddypress table.forum thead tr,#buddypress table.messages-notices thead tr,#buddypress table.notifications thead tr,#buddypress table.notifications-settings thead tr,#buddypress table.profile-fields thead tr,#buddypress table.profile-settings thead tr,#buddypress table.wp-profile-fields thead tr{background:#eaeaea}#buddypress table#message-threads{clear:both}#buddypress table.profile-fields{margin-bottom:20px}#buddypress table.profile-fields:last-child{margin-bottom:0}#buddypress table.profile-fields p{margin:0}#buddypress table.profile-fields p:last-child{margin-top:0}#buddypress table.forum tr td,#buddypress table.forum tr th,#buddypress table.messages-notices tr td,#buddypress table.messages-notices tr th,#buddypress table.notifications tr td,#buddypress table.notifications tr th,#buddypress table.notifications-settings tr td,#buddypress table.notifications-settings tr th,#buddypress table.profile-fields tr td,#buddypress table.profile-fields tr th,#buddypress table.profile-settings tr td,#buddypress table.wp-profile-fields tr td,#buddypress table.wp-profile-fields tr th{padding:8px;vertical-align:middle}#buddypress table.forum tr td.label,#buddypress table.messages-notices tr td.label,#buddypress table.notifications tr td.label,#buddypress table.notifications-settings tr td.label,#buddypress table.profile-fields tr td.label,#buddypress table.wp-profile-fields tr td.label{border-left:1px solid #eaeaea;font-weight:700;width:25%}#buddypress #message-threads .thread-info{min-width:40%}#buddypress table tr td.thread-info p{margin:0}#buddypress table tr td.thread-info p.thread-excerpt{color:#888;font-size:80%;margin-top:3px}#buddypress table.forum td{text-align:center}#buddypress table.forum tr.alt td,#buddypress table.messages-notices tr.alt td,#buddypress table.notifications tr.alt td,#buddypress table.notifications-settings tr.alt td,#buddypress table.profile-fields tr.alt td,#buddypress table.profile-settings tr.alt td,#buddypress table.wp-profile-fields tr.alt td{background:#f5f5f5}#buddypress table.notification-settings{margin-bottom:20px;text-align:right}#buddypress #groups-notification-settings{margin-bottom:0}#buddypress table.notification-settings td:first-child,#buddypress table.notification-settings th.icon,#buddypress table.notifications td:first-child,#buddypress table.notifications th.icon{display:none}#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:80%}#buddypress table.notification-settings .no,#buddypress table.notification-settings .yes{text-align:center;width:40px}#buddypress table.forum{margin:0;width:auto;clear:both}#buddypress table.forum tr.sticky td{font-size:110%;background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4}#buddypress table.forum tr.closed td.td-title{padding-right:35px}#buddypress table.forum td p.topic-text{color:#888;font-size:100%}#buddypress table.forum tr>td:first-child,#buddypress table.forum tr>th:first-child{padding-right:15px}#buddypress table.forum tr>td:last-child,#buddypress table.forum tr>th:last-child{padding-left:15px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster,#buddypress table.forum td.td-title,#buddypress table.forum tr th#th-group,#buddypress table.forum tr th#th-poster,#buddypress table.forum tr th#th-title{text-align:right}#buddypress table.forum tr td.td-title a.topic-title{font-size:110%}#buddypress table.forum td.td-freshness{white-space:nowrap}#buddypress table.forum td.td-freshness span.time-since{font-size:80%;color:#888}#buddypress table.forum td img.avatar{float:none;margin:0 0 -8px 5px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster{min-width:140px}#buddypress table.forum th#th-title{width:80%}#buddypress table.forum th#th-freshness{width:25%}#buddypress table.forum th#th-postcount{width:15%}#buddypress table.forum p.topic-meta{font-size:80%;margin:5px 0 0}#buddypress .item-body{margin:20px 0}#buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}#buddypress span.user-nicename{color:#777;display:inline-block;font-size:120%;font-weight:700}#buddypress div#message p,#sitewide-notice p{font-weight:400;margin-top:3px;text-decoration:none;background-color:#ffd;border:1px solid #cb2;color:#440}#buddypress div#item-header{overflow:hidden}#buddypress div#item-header div#item-header-content{float:right;margin-right:0}#buddypress div#item-header h2{line-height:120%;margin:0 0 15px}#buddypress div#item-header h2 a{color:#777;text-decoration:none}#buddypress div#item-header img.avatar{float:right;margin:0 0 19px 15px}#buddypress div#item-header h2{margin-bottom:5px}#buddypress div#item-header h2 span.highlight{font-size:60%;font-weight:400;line-height:170%;vertical-align:middle;display:inline-block}#buddypress div#item-header h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-weight:700;font-size:80%;margin-bottom:2px;padding:1px 4px;position:relative;left:-2px;top:-2px;vertical-align:middle}#buddypress div#item-header div#item-meta{font-size:80%;color:#aaa;overflow:hidden;margin:15px 0 5px;padding-bottom:10px}#buddypress div#item-header div#item-actions{float:left;margin:0 15px 15px 0;text-align:left;width:20%}#buddypress div#item-header div#item-actions h3{margin:0 0 5px}#buddypress div#item-header ul{margin-bottom:15px;overflow:hidden}#buddypress div#item-header ul h5,#buddypress div#item-header ul hr,#buddypress div#item-header ul span{display:none}#buddypress div#item-header ul li{float:left;list-style:none}#buddypress div#item-header ul img.avatar,#buddypress div#item-header ul.avatars img.avatar{height:30px;margin:2px;width:30px}#buddypress div#item-header a.button,#buddypress div#item-header div.generic-button{float:right;margin:10px 0 0 10px}#buddypress div#item-header div#message.info{line-height:80%}#buddypress ul.item-list{border-top:1px solid #eaeaea;width:100%;list-style:none;clear:both;margin:0;padding:0}body.activity-permalink #buddypress ul.item-list,body.activity-permalink #buddypress ul.item-list li.activity-item{border:none}#buddypress ul.item-list li{border-bottom:1px solid #eaeaea;padding:15px 0;margin:0;position:relative;list-style:none}#buddypress ul.single-line li{border:none}#buddypress ul.item-list li img.avatar{float:right;margin:0 0 0 10px}#buddypress ul.item-list li div.item-title,#buddypress ul.item-list li h4{font-weight:400;font-size:90%;margin:0;width:75%}#buddypress ul.item-list li div.item-title span{color:#999;font-size:80%}#buddypress ul.item-list li div.item-desc{color:#888;font-size:80%;margin:10px 60px 0 0;width:50%}#buddypress ul.item-list li div.action{position:absolute;top:15px;left:0;text-align:left}#buddypress ul.item-list li div.meta{color:#888;font-size:80%;margin-top:10px}#buddypress ul.item-list li h5 span.small{float:left;font-size:80%;font-weight:400}#buddypress div.item-list-tabs{background:0 0;clear:right;overflow:hidden}#buddypress div.item-list-tabs ul{margin:0;padding:0}#buddypress div.item-list-tabs ul li{float:right;margin:0;list-style:none}#buddypress div.item-list-tabs#subnav ul li{margin-top:0}#buddypress div.item-list-tabs ul li.last{float:left;margin:7px 0 0}#buddypress div.item-list-tabs#subnav ul li.last{margin-top:4px}#buddypress div.item-list-tabs ul li.last select{max-width:185px}#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block;padding:5px 10px;text-decoration:none}#buddypress div.item-list-tabs ul li a span{background:#eee;border-radius:50%;border:1px solid #ccc;color:#999;display:inline;font-size:70%;margin-right:2px;padding:3px 6px;text-align:center;vertical-align:middle}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background-color:#eee;color:#555;opacity:.8;font-weight:700}#buddypress div.item-list-tabs ul li a:hover span,#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#eee}#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#fff}#buddypress div#item-nav ul li.loading a{background-position:12% 50%}#buddypress div.item-list-tabs#object-nav{margin-top:0}#buddypress div.item-list-tabs#subnav{background:0 0;margin:10px 0;overflow:hidden}#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:auto;list-style:none}#buddypress table#message-threads tr.unread td{background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4;font-weight:700}#buddypress table#message-threads tr.unread td .activity,#buddypress table#message-threads tr.unread td .thread-excerpt,#buddypress table#message-threads tr.unread td.thread-options{font-weight:400}#buddypress li span.unread-count,#buddypress tr.unread span.unread-count{background:#d00;color:#fff;font-weight:700;padding:2px 8px}#buddypress div.item-list-tabs ul li a span.unread-count{padding:1px 6px;color:#fff}#buddypress div#message-thread div.message-box{margin:0;padding:15px}#buddypress div#message-thread div.alt{background:#f4f4f4}#buddypress div#message-thread p#message-recipients{margin:10px 0 20px}#buddypress div#message-thread img.avatar{float:right;margin:0 0 0 10px;vertical-align:middle}#buddypress div#message-thread strong{font-size:100%;margin:0}#buddypress div#message-thread strong a{text-decoration:none}#buddypress div#message-thread strong span.activity{margin-top:4px}#buddypress div#message-thread div.message-metadata{overflow:hidden}#buddypress div#message-thread div.message-content{margin-right:45px}#buddypress div#message-thread div.message-options{text-align:left}#buddypress #message-threads img.avatar{max-width:none}#buddypress div.message-search{float:left;margin:0 20px}#buddypress div.profile h4{margin-bottom:auto;margin-top:15px}#buddypress #profile-edit-form ul.button-nav{margin-top:15px}body.no-js #buddypress .field-visibility-settings-close,body.no-js #buddypress .field-visibility-settings-toggle{display:none}#buddypress .field-visibility-settings{display:none;margin-top:10px}body.no-js #buddypress .field-visibility-settings{display:block}#buddypress .current-visibility-level{font-weight:700;font-style:normal}#buddypress .field-visibility-settings,#buddypress .field-visibility-settings-notoggle,#buddypress .field-visibility-settings-toggle{color:#888}#buddypress .field-visibility-settings a,#buddypress .field-visibility-settings-toggle a{font-size:80%}body.register #buddypress div.page ul{list-style:none}#buddypress .standard-form .field-visibility-settings label{margin:0;font-weight:400}#buddypress .field-visibility-settings legend,#buddypress .field-visibility-settings-toggle{font-style:italic}#buddypress .field-visibility-settings .radio{list-style:none;margin-bottom:0}#buddypress .field-visibility select{margin:0}.widget.buddypress div.item-avatar img.avatar{float:right;margin:0 0 15px 10px}.widget.buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}.widget.buddypress div.item-options{font-size:90%;margin:0 0 1em;padding:1em 0}.widget.buddypress div.item{margin:0 0 1em}.widget.buddypress div.item-content,.widget.buddypress div.item-meta{font-size:11px;margin-right:50px}.widget.buddypress ul.item-list img.avatar{height:40px;margin-left:10px;width:40px}.widget.buddypress div.item-avatar img{height:40px;margin:1px;width:40px}.widget.buddypress div.avatar-block{overflow:hidden}.widget.buddypress #bp-login-widget-form label{display:block;margin:1rem 0 .5rem}.widget.buddypress #bp-login-widget-form #bp-login-widget-submit{margin-left:10px}.widget.buddypress .bp-login-widget-user-avatar{float:right}.bp-login-widget-user-avatar img.avatar{height:40px;width:40px}.widget.buddypress .bp-login-widget-user-links>div{padding-right:60px;margin-bottom:.5rem}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:700}.widget.buddypress #friends-list,.widget.buddypress #groups-list,.widget.buddypress #members-list{margin-right:0;padding-right:0}.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{list-style-type:none}@media only screen and (max-width:480px){#buddypress div.dir-search{float:left;margin-top:-50px;text-align:left}#buddypress div.dir-search input[type=text]{margin-bottom:1em;width:50%}a.bp-title-button{margin-right:10px}#buddypress form.standard-form .main-column div.action{position:relative;margin-bottom:1em}#buddypress form.standard-form .main-column ul#friend-list h4{width:100%}}@media only screen and (max-width:320px){#buddypress div.dir-search{clear:right;float:right;margin-top:0;text-align:right}#buddypress li#groups-order-select{clear:right;float:right}#buddypress ul.item-list li div.action{clear:right;float:right;margin-top:0;margin-right:70px;position:relative;top:0;left:0;text-align:right}#buddypress ul.item-list li div.item-desc{clear:right;float:right;margin:10px 0 0;width:auto}#buddypress li div.item{margin-right:70px;width:auto}#buddypress ul.item-list li div.meta{margin-top:0}#buddypress .item-desc p{margin:0 0 10px}#buddypress div.pagination .pag-count{margin-right:0}}@media only screen and (max-width:240px){#buddypress div.dir-search{float:right;margin:0}#buddypress div.dir-search input[type=text]{width:50%}#buddypress li#groups-order-select{float:right}#buddypress ul.item-list li img.avatar{width:30px;height:auto}#buddypress li div.item,#buddypress ul.item-list li div.action{margin-right:45px}h1 a.bp-title-button{clear:right;float:right;margin:10px 0 20px}} \ No newline at end of file diff --git a/wp-themes/pyramidengarten/css/buddypress.css b/wp-themes/pyramidengarten/css/buddypress.css new file mode 100755 index 0000000..d8857db --- /dev/null +++ b/wp-themes/pyramidengarten/css/buddypress.css @@ -0,0 +1,1710 @@ +/*-------------------------------------------------------------- +Hello, this is the BuddyPress Legacy stylesheet. + +---------------------------------------------------------------- +>>> TABLE OF CONTENTS: +---------------------------------------------------------------- +1.0 - Navigation + 1.1 - Pagination +2.0 - WordPress + 2.1 - Images +3.0 - BuddyPress + 3.1 - Activity + 3.1.1 - Activity Listing + 3.1.2 - Activity Comments + 3.2 - Toolbar + 3.3 - Directories - Members, Groups, Blogs, Forums + 3.4 - Error / Success Messages + 3.5 - Forms + 3.6 - Ajax Loading + 3.7 - Topics and Tables - Forums and General + 3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums + 3.9 - Private Messaging Threads + 3.10 - Extended Profiles + 3.11 - Widgets +4.0 - Media Queries + 4.1 - Smartphones Landscape + 4.2 - Smartphones Portrait + 4.3 - Smartphones - smaller screen sizes +--------------------------------------------------------------*/ + +/*-------------------------------------------------------------- +1 - Navigation +--------------------------------------------------------------*/ +/*-------------------------------------------------------------- +1.1 - Pagination +--------------------------------------------------------------*/ +#buddypress div.pagination { + background: transparent; + border: none; + color: #888; + font-size: small; + margin: 0; + position: relative; + display: block; + float: left; + width: 100%; + padding: 10px 0; +} +#buddypress div.pagination .pag-count { + float: left; + margin-left: 10px; +} +#buddypress div.pagination .pagination-links { + float: right; + margin-right: 10px; +} +#buddypress div.pagination .pagination-links span, +#buddypress div.pagination .pagination-links a { + font-size: 90%; + padding: 0 5px; +} +#buddypress div.pagination .pagination-links a:hover { + font-weight: bold; +} +#buddypress noscript div.pagination { + margin-bottom: 15px; +} +#buddypress #nav-above { + display: none; +} +#buddypress .paged #nav-above { + display: block; +} +/*-------------------------------------------------------------- +2 - WordPress +--------------------------------------------------------------*/ +/*-------------------------------------------------------------- +2.1 - Images +--------------------------------------------------------------*/ +#buddypress img.wp-smiley { + border: none !important; + clear: none !important; + float: none !important; + margin: 0 !important; + padding: 0 !important; +} +#buddypress .clear { + clear: left; +} + +/*-------------------------------------------------------------- +3.0 - BuddyPress +--------------------------------------------------------------*/ +/*-------------------------------------------------------------- +3.1 - Activity +--------------------------------------------------------------*/ +#buddypress #activity-stream { + margin-top: -5px; +} + +#buddypress #activity-stream p { + margin: 5px 0; +} + +#buddypress #item-body form#whats-new-form { + margin: 0; + padding: 0; +} +#buddypress .home-page form#whats-new-form { + border-bottom: none; + padding-bottom: 0; +} +#buddypress form#whats-new-form #whats-new-avatar { + float: left; +} +#buddypress form#whats-new-form #whats-new-content { + margin-left: 55px; + padding: 0 0 20px 20px; +} +#buddypress form#whats-new-form p.activity-greeting { + line-height: 0.5em; + margin-bottom: 15px; + margin-left: 75px; +} +#buddypress form#whats-new-form textarea { + background: #fff; + color: #555; + font-family: inherit; + font-size: medium; + height: 20px; + padding: 6px; + width: 98%; +} +body.no-js #buddypress form#whats-new-form textarea { + height: 50px; +} +#buddypress form#whats-new-form #whats-new-options select { + max-width: 200px; + margin-top: 12px; +} +#buddypress form#whats-new-form #whats-new-submit { + float: right; + margin-top: 12px; +} +#buddypress #whats-new-options { + overflow: auto; + height: 0; +} +body.no-js #buddypress #whats-new-options { + height: auto; +} +#buddypress #whats-new:focus { + border-color: rgba(31, 179, 221, 0.9) !important; + outline-color: rgba(31, 179, 221, 0.9); +} + +/*-------------------------------------------------------------- +3.1.1 - Activity Listing +--------------------------------------------------------------*/ +#buddypress ul.activity-list li { + overflow: hidden; + padding: 15px 0 0; + list-style: none; +} +#buddypress .activity-list .activity-avatar { + float: left; +} +#buddypress ul.item-list.activity-list li.has-comments { + padding-bottom: 15px; +} +body.activity-permalink #buddypress ul.activity-list li.has-comments { + padding-bottom: 0; +} +#buddypress .activity-list li.mini { + font-size: 80%; + position: relative; +} +#buddypress .activity-list li.mini .activity-avatar img.avatar, +#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic { + height: 20px; + margin-left: 30px; + width: 20px; +} +#buddypress .thread-avatar .avatar, .item-list li .avatar, #buddypress #whats-new-avatar .avatar, #buddypress .item-list div.activity-avatar img, .widget .swa-activity-list div.swa-activity-avatar img { + border-radius:4px; +} +#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar, +#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic { + height: auto; + margin-left: 0; + width: auto; +} +body.activity-permalink #buddypress .activity-list > li:first-child { + padding-top: 0; +} +#buddypress .activity-list li .activity-content { + position: relative; +} +#buddypress .activity-list li.mini .activity-content p { + margin: 0; +} +#buddypress .activity-list li.mini .activity-comments { + clear: both; + font-size: 120%; +} +body.activity-permalink #buddypress li.mini .activity-meta { + margin-top: 4px; +} +#buddypress .activity-list li .activity-inreplyto { + color: #888; + font-size: 80%; +} +#buddypress .activity-list li .activity-inreplyto > p { + margin: 0; + display: inline; +} +#buddypress .activity-list li .activity-inreplyto blockquote, +#buddypress .activity-list li .activity-inreplyto div.activity-inner { + background: none; + border: none; + display: inline; + margin: 0; + overflow: hidden; + padding: 0; +} +#buddypress .activity-list .activity-content { + margin: 0 0 0 70px; +} +body.activity-permalink #buddypress .activity-list li .activity-content { + border: none; + font-size: 100%; + line-height: 150%; + margin-left: 170px; + margin-right: 0; + padding: 0; +} +body.activity-permalink #buddypress .activity-list li .activity-header > p { + margin: 0; + padding: 5px 0 0 0; +} +#buddypress .activity-list .activity-content .activity-header, +#buddypress .activity-list .activity-content .comment-header { + color: #888; + line-height: 220%; +} +#buddypress .activity-header { + margin-right: 20px; +} +#buddypress .activity-header a, +#buddypress .comment-meta a, +#buddypress .acomment-meta a { + text-decoration: none; +} +#buddypress .activity-list .activity-content .activity-header img.avatar { + float: none !important; + margin: 0 5px -8px 0 !important; +} +#buddypress a.bp-secondary-action, +#buddypress span.highlight { + font-size: 80%; + padding: 0; + margin-right: 5px; + text-decoration: none; +} +#buddypress .activity-list .activity-content .activity-inner, +#buddypress .activity-list .activity-content blockquote { + margin: 10px 10px 5px 0; + overflow: hidden; +} +#buddypress .activity-list li.new_forum_post .activity-content .activity-inner, +#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner { + border-left: 2px solid #EAEAEA; + margin-left: 5px; + padding-left: 10px; +} +body.activity-permalink #buddypress .activity-content .activity-inner, +body.activity-permalink #buddypress .activity-content blockquote { + margin-left: 0; + margin-top: 5px; +} +#buddypress .activity-inner > p { + word-wrap: break-word; +} +#buddypress .activity-inner > .activity-inner { + margin: 0; +} +#buddypress .activity-inner > blockquote { + margin: 0; +} +#buddypress .activity-list .activity-content img.thumbnail { + border: 2px solid #eee; + float: left; + margin: 0 10px 5px 0; +} +#buddypress .activity-read-more { + margin-left: 1em; + white-space: nowrap; +} +#buddypress .activity-list li.load-more, +#buddypress .activity-list li.load-newest { + background: #f0f0f0; + font-size: 110%; + margin: 15px 0; + padding: 10px 15px; + text-align: center; +} +#buddypress .activity-list li.load-more a, +#buddypress .activity-list li.load-newest a { + color: #4D4D4D; +} + + +/*-------------------------------------------------------------- +3.1.2 - Activity Comments +--------------------------------------------------------------*/ +#buddypress div.activity-meta { + margin: 18px 0 0; +} +body.activity-permalink #buddypress div.activity-meta { + margin-bottom: 6px; +} +#buddypress div.activity-meta a { + padding: 4px 8px; +} +#buddypress a.activity-time-since { + color: #aaa; + text-decoration: none; +} +#buddypress a.activity-time-since:hover { + color: #888; + text-decoration: underline; +} +#buddypress a.bp-primary-action, +#buddypress #reply-title small a { + font-size: 80%; + margin-right: 5px; + text-decoration: none; +} +#buddypress a.bp-primary-action span, +#buddypress #reply-title small a span { + background: #999; + color: #fff; + font-size: 90%; + margin-left: 2px; + padding: 0 5px; +} +#buddypress a.bp-primary-action:hover span, +#buddypress #reply-title small a:hover span { + background: #555; + color: #fff; +} +#buddypress div.activity-comments { + margin: 0 0 0 70px; + overflow: hidden; /* IE fix */ + position: relative; + width: auto; + clear: both; +} +body.activity-permalink #buddypress div.activity-comments { + background: none; + margin-left: 170px; + width: auto; +} +#buddypress div.activity-comments > ul { + padding: 0 0 0 10px; +} +#buddypress div.activity-comments ul, +#buddypress div.activity-comments ul li { + border: none; + list-style: none; +} +#buddypress div.activity-comments ul { + clear: both; + margin: 0; +} +#buddypress div.activity-comments ul li { + border-top: 1px solid #eee; + padding: 10px 0 0; +} +body.activity-permalink #buddypress .activity-list li.mini .activity-comments { + clear: none; + margin-top: 0; +} +body.activity-permalink #buddypress div.activity-comments ul li { + border-width: 1px; + padding: 10px 0 0 0; +} +#buddypress div.activity-comments > ul > li:first-child { + border-top: none; +} +#buddypress div.activity-comments ul li:last-child { + margin-bottom: 0; +} +#buddypress div.activity-comments ul li > ul { + margin-left: 30px; + margin-top: 0; + padding-left: 10px; +} +body.activity-permalink #buddypress div.activity-comments ul li > ul { + margin-top: 10px; +} +body.activity-permalink #buddypress div.activity-comments > ul { + padding: 0 10px 0 15px; +} +#buddypress div.activity-comments div.acomment-avatar img { + border-width: 1px; + float: left; + height: 25px; + margin-right: 10px; + width: 25px; +} +#buddypress div.activity-comments div.acomment-content { + font-size: 80%; + margin: 5px 0 0 40px; +} +#buddypress div.acomment-content .time-since, +#buddypress div.acomment-content .activity-delete-link, +#buddypress div.acomment-content .comment-header { + display: none; +} +body.activity-permalink #buddypress div.activity-comments div.acomment-content { + font-size: 90%; +} +#buddypress div.activity-comments div.acomment-meta { + color: #888; + font-size: 80%; +} +#buddypress div.activity-comments form.ac-form { + display: none; + padding: 10px; +} +#buddypress div.activity-comments li form.ac-form { + margin-right: 15px; + clear: both; +} +#buddypress div.activity-comments form.root { + margin-left: 0; +} +#buddypress div.activity-comments div#message { + margin-top: 15px; + margin-bottom: 0; +} +#buddypress div.activity-comments form .ac-textarea { + background: #fff; + border: 1px inset #ccc; + margin-bottom: 10px; + padding: 8px; +} +#buddypress div.activity-comments form textarea { + border: none; + background: transparent; + box-shadow: none; + outline: none; + color: #555; + font-family: inherit; + font-size: 100%; + height: 60px; + padding: 0; + margin: 0; + width: 100%; +} +#buddypress div.activity-comments form input { + margin-top: 5px; +} +#buddypress div.activity-comments form div.ac-reply-avatar { + float: left; +} +#buddypress div.ac-reply-avatar img { + border: 1px solid #eee; +} +#buddypress div.activity-comments form div.ac-reply-content { + color: #888; + margin-left: 50px; + padding-left: 15px; +} +#buddypress div.activity-comments form div.ac-reply-content a { + text-decoration: none; +} +#buddypress .acomment-options { + float: left; + margin: 5px 0 5px 40px; +} +#buddypress .acomment-options a { + color: #999; +} +#buddypress .acomment-options a:hover { + color: inherit; +} + +/*-------------------------------------------------------------- +3.3 - Directories - Members, Groups, Blogs, Forums +--------------------------------------------------------------*/ +#buddypress div.dir-search { + float: right; + margin: -39px 0 0 0; +} +#buddypress div.dir-search input[type=text], +#buddypress li.groups-members-search input[type=text] { + font-size: 90%; + padding: 1px 3px; +} + +#buddypress .dir-form { + clear: both; +} + +/*-------------------------------------------------------------- +3.4 - Errors / Success Messages +--------------------------------------------------------------*/ +#buddypress div#message { + margin: 0 0 15px; +} +#buddypress #message.info { + margin-bottom: 0; +} +#buddypress div#message.updated { + clear: both; + display: block; +} +#buddypress div#message p, +#sitewide-notice p { + font-size: 90%; + display: block; + padding: 10px 15px; +} +#buddypress div#message.error p { + background-color: #fdc; + border: 1px solid #a00; + clear: left; + color: #800; +} +#buddypress div#message.updated p { + background-color: #efc; + border: 1px solid #591; + color: #250; +} +#buddypress #pass-strength-result { + background-color: #eee; + border-color: #ddd; + border-style: solid; + border-width: 1px; + display: none; + margin: 5px 5px 5px 0; + padding: 5px; + text-align: center; + width: 150px; +} +#buddypress .standard-form #basic-details-section #pass-strength-result { + width: 35%; +} +#buddypress #pass-strength-result.error, +#buddypress #pass-strength-result.bad { + background-color: #ffb78c; + border-color: #ff853c !important; + display: block; +} +#buddypress #pass-strength-result.good { + background-color: #ffec8b; + border-color: #fc0 !important; + display: block; +} +#buddypress #pass-strength-result.short { + background-color: #ffa0a0; + border-color: #f04040 !important; + display: block; +} +#buddypress #pass-strength-result.strong { + background-color: #c3ff88; + border-color: #8dff1c !important; + display: block; +} +#buddypress .standard-form#signup_form div div.error { + background: #faa; + color: #a00; + margin: 0 0 10px 0; + padding: 6px; + width: 90%; +} +#buddypress div.accept, +#buddypress div.reject { + float: left; + margin-left: 10px; +} +#buddypress ul.button-nav li { + float: left; + margin: 0 10px 10px 0; + list-style: none; +} +#buddypress ul.button-nav li.current a { + font-weight: bold; +} +#sitewide-notice #message { + left: 2%; + position: fixed; + top: 1em; + width: 96%; + z-index: 9999; +} +#sitewide-notice.admin-bar-on #message { + top: 3.3em; +} +#sitewide-notice strong { + display: block; + margin-bottom: -1em; +} + +/*-------------------------------------------------------------- +3.5 - Forms +--------------------------------------------------------------*/ +#buddypress .standard-form textarea, +#buddypress .standard-form input[type=text], +#buddypress .standard-form input[type=text], +#buddypress .standard-form input[type=color], +#buddypress .standard-form input[type=date], +#buddypress .standard-form input[type=datetime], +#buddypress .standard-form input[type=datetime-local], +#buddypress .standard-form input[type=email], +#buddypress .standard-form input[type=month], +#buddypress .standard-form input[type=number], +#buddypress .standard-form input[type=range], +#buddypress .standard-form input[type=search], +#buddypress .standard-form input[type=tel], +#buddypress .standard-form input[type=time], +#buddypress .standard-form input[type=url], +#buddypress .standard-form input[type=week], +#buddypress .standard-form select, +#buddypress .standard-form input[type=password], +#buddypress .dir-search input[type=search], +#buddypress .dir-search input[type=text], +#buddypress .groups-members-search input[type=search], +#buddypress .groups-members-search input[type=text] { + border: 1px solid #ccc; + background: #fafafa; + border-radius: 0; + color: #888; + font: inherit; + font-size: 100%; + padding: 6px; +} +#buddypress .standard-form select { + padding: 3px; +} +#buddypress .standard-form input[type=password] { + margin-bottom: 5px; +} +#buddypress .standard-form label, +#buddypress .standard-form span.label { + display: block; + font-weight: bold; + margin: 15px 0 5px 0; + width: auto; +} +#buddypress .standard-form div.checkbox label:nth-child(n+2), +#buddypress .standard-form div.radio div label { + color: #888; + font-size: 100%; + font-weight: normal; + margin: 5px 0 0 0; +} +#buddypress .standard-form#sidebar-login-form label { + margin-top: 5px; +} +#buddypress .standard-form input[type=text] { + width: 75%; +} +#buddypress .standard-form#sidebar-login-form input[type=text], +#buddypress .standard-form#sidebar-login-form input[type=password] { + padding: 4px; + width: 95%; +} +#buddypress .standard-form #basic-details-section input[type=password], +#buddypress .standard-form #blog-details-section input#signup_blog_url { + width: 35%; +} +#buddypress .standard-form#signup_form input[type=text], +#buddypress .standard-form#signup_form textarea, +#buddypress .form-allowed-tags, +#buddypress #commentform input[type=text], +#buddypress #commentform textarea { + width: 90%; +} +#buddypress .standard-form#signup_form div.submit { + float: right; +} +#buddypress div#signup-avatar img { + margin: 0 15px 10px 0; +} +#buddypress .standard-form textarea { + width: 75%; + height: 120px; +} +#buddypress .standard-form textarea#message_content { + height: 200px; +} +#buddypress .standard-form#send-reply textarea { + width: 97.5%; +} +#buddypress .standard-form p.description { + color: #888; + font-size: 80%; + margin: 5px 0; +} +#buddypress .standard-form div.submit { + clear: both; + padding: 15px 0 0 0; +} +#buddypress .standard-form p.submit { + margin-bottom: 0; + padding: 15px 0 0 0; +} +#buddypress .standard-form div.submit input { + margin-right: 15px; +} +#buddypress .standard-form div.radio ul { + margin: 10px 0 15px 38px; + list-style: disc; +} +#buddypress .standard-form div.radio ul li { + margin-bottom: 5px; +} +#buddypress .standard-form a.clear-value { + display: block; + margin-top: 5px; + outline: none; +} +#buddypress .standard-form #basic-details-section, +#buddypress .standard-form #blog-details-section, +#buddypress .standard-form #profile-details-section { + float: left; + width: 48%; +} +#buddypress .standard-form #profile-details-section { + float: right; +} +#buddypress .standard-form #blog-details-section, +#buddypress #notifications-bulk-management { + clear: left; +} +body.no-js #buddypress #notifications-bulk-management #select-all-notifications, +body.no-js #buddypress label[for="message-type-select"], +body.no-js #buddypress #message-type-select, +body.no-js #buddypress #delete_inbox_messages, +body.no-js #buddypress #delete_sentbox_messages, +body.no-js #buddypress #messages-bulk-management #select-all-messages { + display: none; +} +#buddypress .standard-form input:focus, +#buddypress .standard-form textarea:focus, +#buddypress .standard-form select:focus { + background: #fafafa; + color: #555; +} +#buddypress form#send-invite-form { + margin-top: 20px; +} +#buddypress div#invite-list { + background: #f5f5f5; + height: 400px; + margin: 0 0 10px; + overflow: auto; + padding: 5px; + width: 160px; +} +#buddypress button, +#buddypress a.button, +#buddypress input[type=submit], +#buddypress input[type=button], +#buddypress input[type=reset], +#buddypress ul.button-nav li a, +#buddypress div.generic-button a, +#buddypress .comment-reply-link, +a.bp-title-button { + background-color: #2f9bc1; + background-image: none; + border: 1px solid #2f9bc1; + border-radius: 4px; + box-shadow: none; + color: #fff; + cursor: pointer; + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + font-size: 13.5px; + font-weight: bold; + line-height: 1; + margin: 0; + padding: 8px 15px; + text-shadow: none; +} +#buddypress button:hover, +#buddypress a.button:hover, +#buddypress a.button:focus, +#buddypress input[type=submit]:hover, +#buddypress input[type=button]:hover, +#buddypress input[type=reset]:hover, +#buddypress ul.button-nav li a:hover, +#buddypress ul.button-nav li.current a, +#buddypress div.generic-button a:hover, +#buddypress .comment-reply-link:hover { + background-color: #2a8cae; + background-image: none; + color: #fff; +} + +#buddypress form.standard-form .left-menu { + float: left; +} + +#buddypress form.standard-form .left-menu #invite-list ul{ + margin:1%; + list-style: none; +} + +#buddypress form.standard-form .left-menu #invite-list ul li { + margin:0 0 0 1%; +} + +#buddypress form.standard-form .main-column { + margin-left: 190px; +} + +#buddypress form.standard-form .main-column ul#friend-list { + clear:none; + float: left; +} + +#buddypress form.standard-form .main-column ul#friend-list h4 { + clear:none; +} + +/* Overrides for embedded WP editors */ +#buddypress .wp-editor-wrap a.button, +#buddypress .wp-editor-wrap button, +#buddypress .wp-editor-wrap input[type=submit], +#buddypress .wp-editor-wrap input[type=button], +#buddypress .wp-editor-wrap input[type=reset] { + padding: 0 10px 1px; +} + +/* Form classes & generic attr styling */ +#buddypress form *[disabled="disabled"]{ + cursor: default; + opacity: .4; + } +.bp-screen-reader-text { + clip: rect(1px, 1px, 1px, 1px); + position: absolute; +} + +/*-------------------------------------------------------------- +3.6 - Ajax Loading +--------------------------------------------------------------*/ +#buddypress a.loading, +#buddypress input.loading { + -webkit-animation: loader-pulsate .5s infinite ease-in-out alternate; + -moz-animation: loader-pulsate .5s infinite ease-in-out alternate; + border-color: #aaa; +} +@-webkit-keyframes loader-pulsate { + from { + border-color: #aaa; + -webkit-box-shadow: 0 0 6px #ccc; + box-shadow: 0 0 6px #ccc; + } + to { + border-color: #ccc; + -webkit-box-shadow: 0 0 6px #f8f8f8; + box-shadow: 0 0 6px #f8f8f8; + } +} +@-moz-keyframes loader-pulsate { + from { + border-color: #aaa; + -moz-box-shadow: 0 0 6px #ccc; + box-shadow: 0 0 6px #ccc; + } + to { + border-color: #ccc; + -moz-box-shadow: 0 0 6px #f8f8f8; + box-shadow: 0 0 6px #f8f8f8; + } +} + +#buddypress a.loading:hover, +#buddypress input.loading:hover { + color: #777; +} +#buddypress input[type="submit"].pending, +#buddypress input[type="button"].pending, +#buddypress input[type="reset"].pending, +#buddypress input[type="submit"].disabled, +#buddypress input[type="button"].disabled, +#buddypress input[type="reset"].disabled, +#buddypress input[type="submit"][disabled=disabled], +#buddypress button.pending, +#buddypress button.disabled, +#buddypress div.pending a, +#buddypress a.disabled { + border-color: #eee; + color: #bbb; + cursor: default; +} +#buddypress input[type="submit"]:hover.pending, +#buddypress input[type="button"]:hover.pending, +#buddypress input[type="reset"]:hover.pending, +#buddypress input[type="submit"]:hover.disabled, +#buddypress input[type="button"]:hover.disabled, +#buddypress input[type="reset"]:hover.disabled, +#buddypress button.pending:hover, +#buddypress button.disabled:hover, +#buddypress div.pending a:hover, +#buddypress a.disabled:hover { + border-color: #eee; + color: #bbb; +} + +/*-------------------------------------------------------------- +3.7 - Forums, Tables and Topics +--------------------------------------------------------------*/ +#buddypress ul#topic-post-list { + margin: 0; + width: auto; +} +#buddypress ul#topic-post-list li { + padding: 15px; + position: relative; +} +#buddypress ul#topic-post-list li.alt { + background: #f5f5f5; +} +#buddypress ul#topic-post-list li div.poster-meta { + color: #888; + margin-bottom: 10px; +} +#buddypress ul#topic-post-list li div.post-content { + margin-left: 54px; +} +#buddypress div.topic-tags { + font-size: 80%; +} +#buddypress div.admin-links { + color: #888; + font-size: 80%; + position: absolute; + top: 15px; + right: 25px; +} +#buddypress div#topic-meta { + margin: 0; + padding: 5px 19px 30px; + position: relative; +} +#buddypress div#topic-meta div.admin-links { + right: 19px; + top: -36px; +} +#buddypress div#topic-meta h3 { + margin: 5px 0; +} +#buddypress div#new-topic-post { + display: none; + margin: 20px 0 0 0; + padding: 1px 0 0 0; +} +#buddypress table.notifications, +#buddypress table.notifications-settings, +#buddypress table.profile-settings, +#buddypress table.profile-fields, +#buddypress table.wp-profile-fields, +#buddypress table.messages-notices, +#buddypress table.forum { + width: 100%; +} +#buddypress table.notifications thead tr, +#buddypress table.notifications-settings thead tr, +#buddypress table.profile-settings thead tr, +#buddypress table.profile-fields thead tr, +#buddypress table.wp-profile-fields thead tr, +#buddypress table.messages-notices thead tr, +#buddypress table.forum thead tr { + background: #eaeaea; +} +#buddypress table#message-threads { + clear: both; +} +#buddypress table.profile-fields { + margin-bottom: 20px; +} +#buddypress table.profile-fields:last-child { + margin-bottom: 0; +} +#buddypress table.profile-fields p { + margin: 0; +} +#buddypress table.profile-fields p:last-child { + margin-top: 0; +} +#buddypress table.notifications tr td, +#buddypress table.notifications-settings tr td, +#buddypress table.profile-settings tr td, +#buddypress table.profile-fields tr td, +#buddypress table.wp-profile-fields tr td, +#buddypress table.messages-notices tr td, +#buddypress table.forum tr td, +#buddypress table.notifications tr th, +#buddypress table.notifications-settings tr th, +#buddypress table.profile-fields tr th, +#buddypress table.wp-profile-fields tr th, +#buddypress table.messages-notices tr th, +#buddypress table.forum tr th { + padding: 8px; + vertical-align: middle; +} +#buddypress table.notifications tr td.label, +#buddypress table.notifications-settings tr td.label, +#buddypress table.profile-fields tr td.label, +#buddypress table.wp-profile-fields tr td.label, +#buddypress table.messages-notices tr td.label, +#buddypress table.forum tr td.label { + border-right: 1px solid #eaeaea; + font-weight: bold; + width: 25%; +} +#buddypress #message-threads .thread-info { + min-width: 40%; +} +#buddypress table tr td.thread-info p { + margin: 0; +} +#buddypress table tr td.thread-info p.thread-excerpt { + color: #888; + font-size: 80%; + margin-top: 3px; +} +#buddypress table.forum td { + text-align: center; +} +#buddypress table.notifications tr.alt td, +#buddypress table.notifications-settings tr.alt td, +#buddypress table.profile-settings tr.alt td, +#buddypress table.profile-fields tr.alt td, +#buddypress table.wp-profile-fields tr.alt td, +#buddypress table.messages-notices tr.alt td, +#buddypress table.forum tr.alt td { + background: #f5f5f5; +} +#buddypress table.notification-settings { + margin-bottom: 20px; + text-align: left; +} +#buddypress #groups-notification-settings { + margin-bottom: 0; +} +#buddypress table.notifications th.icon, +#buddypress table.notifications td:first-child, +#buddypress table.notification-settings th.icon, +#buddypress table.notification-settings td:first-child { + display: none; +} +#buddypress table.notification-settings th.title, +#buddypress table.profile-settings th.title { + width: 80%; +} +#buddypress table.notification-settings .yes, +#buddypress table.notification-settings .no { + text-align: center; + width: 40px; +} +#buddypress table.forum { + margin: 0; + width: auto; + clear: both; +} +#buddypress table.forum tr.sticky td { + font-size: 110%; + background: #fff9db; + border-top: 1px solid #ffe8c4; + border-bottom: 1px solid #ffe8c4; +} +#buddypress table.forum tr.closed td.td-title { + padding-left: 35px; +} +#buddypress table.forum td p.topic-text { + color: #888; + font-size: 100%; +} +#buddypress table.forum tr > td:first-child, +#buddypress table.forum tr > th:first-child { + padding-left: 15px; +} +#buddypress table.forum tr > td:last-child, +#buddypress table.forum tr > th:last-child { + padding-right: 15px; +} +#buddypress table.forum tr th#th-title, +#buddypress table.forum tr th#th-poster, +#buddypress table.forum tr th#th-group, +#buddypress table.forum td.td-poster, +#buddypress table.forum td.td-group, +#buddypress table.forum td.td-title { + text-align: left; +} +#buddypress table.forum tr td.td-title a.topic-title { + font-size: 110%; +} +#buddypress table.forum td.td-freshness { + white-space: nowrap; +} +#buddypress table.forum td.td-freshness span.time-since { + font-size: 80%; + color: #888; +} +#buddypress table.forum td img.avatar { + float: none; + margin: 0 5px -8px 0; +} +#buddypress table.forum td.td-poster, +#buddypress table.forum td.td-group { + min-width: 140px; +} +#buddypress table.forum th#th-title { + width: 80%; +} +#buddypress table.forum th#th-freshness { + width: 25%; +} +#buddypress table.forum th#th-postcount { + width: 15%; +} +#buddypress table.forum p.topic-meta { + font-size: 80%; + margin: 5px 0 0 0; +} + +/*------------------------------------------------------------------------- +3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles +-------------------------------------------------------------------------*/ +#buddypress .item-body { + margin: 20px 0; +} +#buddypress span.activity { + display: inline-block; + font-size: small; + opacity: 0.8; + padding: 0; +} +#buddypress span.user-nicename { + color: #777; + display: inline-block; + font-size: 120%; + font-weight: bold; +} +#buddypress div#message p, +#sitewide-notice p { + font-weight: normal; + margin-top: 3px; + text-decoration: none; + background-color: #ffd; + border: 1px solid #cb2; + color: #440; +} +#buddypress div#item-header { + overflow: hidden; +} +#buddypress div#item-header div#item-header-content { + float: left; + margin-left: 0; +} +#buddypress div#item-header h2 { + line-height: 120%; + margin: 0 0 15px 0; +} +#buddypress div#item-header h2 a { + color: #777; + text-decoration: none; +} +#buddypress div#item-header img.avatar { + float: left; + margin: 0 15px 19px 0; +} +#buddypress div#item-header h2 { + margin-bottom: 5px; +} +#buddypress div#item-header h2 span.highlight { + font-size: 60%; + font-weight: normal; + line-height: 170%; + vertical-align: middle; + display: inline-block; +} +#buddypress div#item-header h2 span.highlight span { + background: #a1dcfa; + color: #fff; + cursor: pointer; + font-weight: bold; + font-size: 80%; + margin-bottom: 2px; + padding: 1px 4px; + position: relative; + right: -2px; + top: -2px; + vertical-align: middle; +} +#buddypress div#item-header div#item-meta { + font-size: 80%; + color: #aaa; + overflow: hidden; + margin: 15px 0 5px 0; + padding-bottom: 10px; +} +#buddypress div#item-header div#item-actions { + float: right; + margin: 0 0 15px 15px; + text-align: right; + width: 20%; +} +#buddypress div#item-header div#item-actions h3 { + margin: 0 0 5px 0; +} +#buddypress div#item-header ul { + margin-bottom: 15px; + overflow: hidden; +} +#buddypress div#item-header ul h5, +#buddypress div#item-header ul span, +#buddypress div#item-header ul hr { + display: none; +} +#buddypress div#item-header ul li { + float: right; + list-style: none; +} +#buddypress div#item-header ul img.avatar, +#buddypress div#item-header ul.avatars img.avatar { + height: 30px; + margin: 2px; + width: 30px; +} +#buddypress div#item-header div.generic-button, +#buddypress div#item-header a.button { + float: left; + margin: 10px 10px 0 0; +} +#buddypress div#item-header div#message.info { + line-height: 80%; +} +#buddypress ul.item-list { + width: 100%; + list-style: none; + clear: both; + margin: 0; + padding: 0; +} +body.activity-permalink #buddypress ul.item-list, +body.activity-permalink #buddypress ul.item-list li.activity-item { + border: none; +} +#buddypress ul.item-list li { + border-bottom: 1px solid #eaeaea; + padding: 15px 0; + margin: 0; + position: relative; + list-style: none; +} +#buddypress ul.single-line li { + border: none; +} +#buddypress ul.item-list li img.avatar { + float: left; + margin: 0 10px 0 0; +} +#buddypress ul.item-list li div.item-title, +#buddypress ul.item-list li h4 { + font-weight: normal; + font-size: 90%; + margin: 0; + width: 75%; +} +#buddypress ul.item-list li div.item-title span { + color: #999; + font-size: 80%; +} +#buddypress ul.item-list li div.item-desc { + color: #888; + font-size: 80%; + margin: 10px 0 0 60px; + width: 50%; +} +#buddypress ul.item-list li div.action { + position: absolute; + top: 15px; + right: 0; + text-align: right; +} +#buddypress ul.item-list li div.meta { + color: #888; + font-size: 80%; + margin-top: 10px; +} +#buddypress ul.item-list li h5 span.small { + float: right; + font-size: 80%; + font-weight: normal; +} +#buddypress div.item-list-tabs { + border-top: 1px solid #f0f0ed; + clear: both; + margin: 0 0 12px 0; + overflow: hidden; + padding: 15px 0 5px 0; + position: relative; + width: 100%; +} + +#buddypress div.item-list-tabs ul { + margin: 0; + padding: 0; +} +#buddypress div.item-list-tabs ul li { + float: left; + margin: 0; + list-style: none; +} +#buddypress div.item-list-tabs#subnav ul li { + margin-top: 0; +} +#buddypress div.item-list-tabs ul li.last { + float: right; + margin: 7px 0 0; +} +#buddypress div.item-list-tabs#subnav ul li.last { + margin-top: 4px; +} +#buddypress div.item-list-tabs ul li.last select { + max-width: 185px; +} +#buddypress div.item-list-tabs ul li a, +#buddypress div.item-list-tabs ul li span { + border-radius: 8px; + color: #274a5c; + font-family:'open_sanssemibold'; + display: block; + font-weight: normal; + line-height: 12px; + margin: 0 5px 0 0; + padding: 10px; + font-size:12px; + text-decoration: none; +} +#buddypress div.item-list-tabs ul li a span { + background: none repeat scroll 0 0 #33363c; + border-radius: 3px; + color: #fff; + display: inline; + font-size: 10px; + margin-left: 3px; + padding: 3px 5px; +} +#buddypress div.item-list-tabs ul li.selected a, +#buddypress div.item-list-tabs ul li a:hover, +#buddypress div.item-list-tabs ul li.current a { + background-color: #f7f7f7; + border-radius: 8px; + color: #274a5c; +} +#buddypress div.item-list-tabs ul li.selected a span, +#buddypress div.item-list-tabs ul li.current a span { + background-color: #eee; +} +#buddypress div.item-list-tabs ul li.selected a span, +#buddypress div.item-list-tabs ul li.current a span { + background: none repeat scroll 0 0 #33363c; +} +#buddypress div#item-nav ul li.loading a { + background-position: 88% 50%; +} +#buddypress div.item-list-tabs#object-nav { + margin-top: 0; +} +#buddypress div.item-list-tabs#subnav { + background: transparent; + margin-bottom:27px; + overflow: hidden; +} +#buddypress div.item-list-tabs#subnav ul li.feed a { + background-color: #ee8600; + border-radius: 4px; + color: #fff; + display: block; + line-height: 1; + padding: 5px 7px 4px; +} +#buddypress #admins-list li, +#buddypress #mods-list li, +#buddypress #members-list li { + overflow: auto; + list-style: none; +} + + +/*-------------------------------------------------------------- +3.9 - Private Messaging Threads +--------------------------------------------------------------*/ +#buddypress table#message-threads tr.unread td { + background: #fff9db; + border-top: 1px solid #ffe8c4; + border-bottom: 1px solid #ffe8c4; + font-weight: bold; +} +#buddypress table#message-threads tr.unread td .thread-excerpt, +#buddypress table#message-threads tr.unread td .activity, +#buddypress table#message-threads tr.unread td.thread-options { + font-weight: normal; +} +#buddypress li span.unread-count, +#buddypress tr.unread span.unread-count { + background: #dd0000; + color: #fff; + font-weight: bold; + padding: 2px 8px; +} +#buddypress div.item-list-tabs ul li a span.unread-count { + padding: 1px 6px; + color: #fff; +} +#buddypress div#message-thread div.message-box { + margin: 0; + padding: 15px; +} +#buddypress div#message-thread div.alt { + background: #f4f4f4; +} +#buddypress div#message-thread p#message-recipients { + margin: 10px 0 20px 0; +} +#buddypress div#message-thread img.avatar { + float: left; + margin: 0 10px 0 0; + vertical-align: middle; +} +#buddypress div#message-thread strong { + font-size: 100%; + margin: 0; +} +#buddypress div#message-thread strong a { + text-decoration: none; +} +#buddypress div#message-thread strong span.activity { + margin-top: 4px; +} +#buddypress div#message-thread div.message-metadata { + overflow: hidden; +} +#buddypress div#message-thread div.message-content { + margin-left: 45px; +} +#buddypress div#message-thread div.message-options { + text-align: right; +} +#buddypress #message-threads img.avatar { + max-width: none; +} +#buddypress div.message-search { + float: right; + margin: 0 20px; +} + +/*-------------------------------------------------------------- +3.10 - Extended Profiles +--------------------------------------------------------------*/ + +#buddypress div.profile h4 { + margin-bottom: auto; + margin-top: 15px; +} +#buddypress #profile-edit-form ul.button-nav { + margin-top: 15px; +} +body.no-js #buddypress .field-visibility-settings-toggle, +body.no-js #buddypress .field-visibility-settings-close { + display: none; +} +#buddypress .field-visibility-settings { + display: none; + margin-top: 10px; +} + body.no-js #buddypress .field-visibility-settings { + display: block; + } +#buddypress .current-visibility-level { + font-weight: bold; + font-style: normal; +} +#buddypress .field-visibility-settings, +#buddypress .field-visibility-settings-toggle, +#buddypress .field-visibility-settings-notoggle { + color: #888; +} +#buddypress .field-visibility-settings-toggle a, +#buddypress .field-visibility-settings a { + font-size: 80%; +} +body.register #buddypress div.page ul { + list-style: none; +} +#buddypress .standard-form .field-visibility-settings label { + margin: 0; + font-weight: normal; +} +#buddypress .field-visibility-settings legend, +#buddypress .field-visibility-settings-toggle { + font-style: italic; +} +#buddypress .field-visibility-settings .radio { + list-style: none; + margin-bottom: 0; +} +#buddypress .field-visibility select { + margin: 0; +} + +/*-------------------------------------------------------------- +3.11 - Widgets +--------------------------------------------------------------*/ + +.widget.buddypress div.item-avatar img.avatar { + float: left; + margin: 0 10px 15px 0; +} + +.widget.buddypress span.activity { + display: inline-block; + font-size: small; + opacity: 0.8; + padding: 0; +} + +.widget.buddypress div.item-options { + font-size: 90%; + margin: 0 0 1.8em 0; + padding: 0; +} + +.widget.buddypress div.item{ + margin:0 0 1em 0; +} + +.widget.buddypress div.item-meta, +.widget.buddypress div.item-content { + font-size: 11px; + margin-left: 50px; +} + +.widget.buddypress ul.item-list img.avatar { + height: 40px; + margin-right: 10px; + width: 40px; +} +.widget.buddypress div.item-avatar img { + height: 40px; + margin: 1px; + width: 40px; +} + +.widget.buddypress div.avatar-block{ + overflow: hidden; +} + +.widget.buddypress #bp-login-widget-form label { + display: block; + margin: 1rem 0 .5rem; +} + +.widget.buddypress #bp-login-widget-form #bp-login-widget-submit { + margin-right: 10px; +} + +.widget.buddypress .bp-login-widget-user-avatar { + float: left; +} + +.bp-login-widget-user-avatar img.avatar { + height: 40px; + width: 40px; +} + +.widget.buddypress .bp-login-widget-user-links > div { + padding-left: 60px; +} + +.widget.buddypress .bp-login-widget-user-links > div { + margin-bottom: .5rem; +} + +.widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a { + font-weight: bold; +} + +.widget.buddypress #groups-list, +.widget.buddypress #members-list, +.widget.buddypress #friends-list { + margin-left: 0; + padding-left: 0; +} + +.widget.buddypress #groups-list li, +.widget.buddypress #members-list li, +.widget.buddypress #friends-list li { + list-style-type: none; +} + +/*-------------------------------------------------------------- +4.0 - Media Queries +--------------------------------------------------------------*/ +/*-------------------------------------------------------------- +4.1 - Smartphones - landscape +--------------------------------------------------------------*/ +@media only screen and (max-width: 480px ){ + #buddypress div.dir-search { + float: right; + margin-top: -50px; + text-align: right; + } + #buddypress div.dir-search input[type="text"] { + margin-bottom: 1em; + width: 50%; + } + a.bp-title-button { + margin-left: 10px; + } + #buddypress form.standard-form .main-column div.action{ + position: relative; + margin-bottom:1em; + } + #buddypress form.standard-form .main-column ul#friend-list h4{ + width:100%; + } +} + +/*-------------------------------------------------------------- +4.2 - Smartphones - portrait +--------------------------------------------------------------*/ +@media only screen and (max-width: 320px) { + #buddypress div.dir-search { + clear: left; + float: left; + margin-top: 0; + text-align: left; + } + #buddypress li#groups-order-select { + clear: left; + float: left; + } + #buddypress ul.item-list li div.action { + clear: left; + float: left; + margin-top: 0; + margin-left: 70px; + position: relative; + top: 0; + right: 0; + text-align: left; + } + #buddypress ul.item-list li div.item-desc { + clear: left; + float: left; + margin: 10px 0 0; + width: auto; + } + #buddypress li div.item { + margin-left: 70px; + width: auto; + } + #buddypress ul.item-list li div.meta { + margin-top: 0; + } + #buddypress .item-desc p { + margin: 0 0 10px; + } + #buddypress div.pagination .pag-count { + margin-left: 0; + } +} + +/*-------------------------------------------------------------- +4.2 - Smartphones - smaller screen sizes +--------------------------------------------------------------*/ +@media only screen and (max-width: 240px) { + #buddypress div.dir-search { + float: left; + margin: 0; + } + #buddypress div.dir-search input[type="text"] { + width: 50%; + } + #buddypress li#groups-order-select { + float: left; + } + #buddypress ul.item-list li img.avatar { + width: 30px; + height: auto; + } + #buddypress ul.item-list li div.action, + #buddypress li div.item{ + margin-left: 45px; + } + h1 a.bp-title-button { + clear: left; + float: left; + margin: 10px 0 20px; + } +} diff --git a/wp-themes/pyramidengarten/css/buddypress.min.css b/wp-themes/pyramidengarten/css/buddypress.min.css new file mode 100755 index 0000000..462e557 --- /dev/null +++ b/wp-themes/pyramidengarten/css/buddypress.min.css @@ -0,0 +1,2 @@ +/*! buddypress - v2.2.0 - 2015-02-04 11:24:25 PM UTC - https://wordpress.org/plugins/buddypress/ */ +#buddypress div.pagination{background:0 0;border:none;color:#888;font-size:small;margin:0;position:relative;display:block;float:left;width:100%;padding:10px 0}#buddypress div.pagination .pag-count{float:left;margin-left:10px}#buddypress div.pagination .pagination-links{float:right;margin-right:10px}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{font-size:90%;padding:0 5px}#buddypress div.pagination .pagination-links a:hover{font-weight:700}#buddypress noscript div.pagination{margin-bottom:15px}#buddypress #nav-above{display:none}#buddypress .paged #nav-above{display:block}#buddypress img.wp-smiley{border:none!important;clear:none!important;float:none!important;margin:0!important;padding:0!important}#buddypress .clear{clear:left}#buddypress #activity-stream{margin-top:-5px}#buddypress #activity-stream p{margin:5px 0}#buddypress #item-body form#whats-new-form{margin:0;padding:0}#buddypress .home-page form#whats-new-form{border-bottom:none;padding-bottom:0}#buddypress form#whats-new-form #whats-new-avatar{float:left}#buddypress form#whats-new-form #whats-new-content{margin-left:55px;padding:0 0 20px 20px}#buddypress form#whats-new-form p.activity-greeting{line-height:.5em;margin-bottom:15px;margin-left:75px}#buddypress form#whats-new-form textarea{background:#fff;color:#555;font-family:inherit;font-size:medium;height:20px;padding:6px;width:98%}body.no-js #buddypress form#whats-new-form textarea{height:50px}#buddypress form#whats-new-form #whats-new-options select{max-width:200px;margin-top:12px}#buddypress form#whats-new-form #whats-new-submit{float:right;margin-top:12px}#buddypress #whats-new-options{overflow:auto;height:0}body.no-js #buddypress #whats-new-options{height:auto}#buddypress #whats-new:focus{border-color:rgba(31,179,221,.9)!important;outline-color:rgba(31,179,221,.9)}#buddypress ul.activity-list li{overflow:hidden;padding:15px 0 0;list-style:none}#buddypress .activity-list .activity-avatar{float:left}#buddypress ul.item-list.activity-list li.has-comments{padding-bottom:15px}body.activity-permalink #buddypress ul.activity-list li.has-comments{padding-bottom:0}#buddypress .activity-list li.mini{font-size:80%;position:relative}#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-list li.mini .activity-avatar img.avatar{height:20px;margin-left:30px;width:20px}#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar{height:auto;margin-left:0;width:auto}body.activity-permalink #buddypress .activity-list>li:first-child{padding-top:0}#buddypress .activity-list li .activity-content{position:relative}#buddypress .activity-list li.mini .activity-content p{margin:0}#buddypress .activity-list li.mini .activity-comments{clear:both;font-size:120%}body.activity-permalink #buddypress li.mini .activity-meta{margin-top:4px}#buddypress .activity-list li .activity-inreplyto{color:#888;font-size:80%}#buddypress .activity-list li .activity-inreplyto>p{margin:0;display:inline}#buddypress .activity-list li .activity-inreplyto blockquote,#buddypress .activity-list li .activity-inreplyto div.activity-inner{background:0 0;border:none;display:inline;margin:0;overflow:hidden;padding:0}#buddypress .activity-list .activity-content{margin:0 0 0 70px}body.activity-permalink #buddypress .activity-list li .activity-content{border:none;font-size:100%;line-height:150%;margin-left:170px;margin-right:0;padding:0}body.activity-permalink #buddypress .activity-list li .activity-header>p{margin:0;padding:5px 0 0}#buddypress .activity-list .activity-content .activity-header,#buddypress .activity-list .activity-content .comment-header{color:#888;line-height:220%}#buddypress .activity-header{margin-right:20px}#buddypress .acomment-meta a,#buddypress .activity-header a,#buddypress .comment-meta a{text-decoration:none}#buddypress .activity-list .activity-content .activity-header img.avatar{float:none!important;margin:0 5px -8px 0!important}#buddypress a.bp-secondary-action,#buddypress span.highlight{font-size:80%;padding:0;margin-right:5px;text-decoration:none}#buddypress .activity-list .activity-content .activity-inner,#buddypress .activity-list .activity-content blockquote{margin:10px 10px 5px 0;overflow:hidden}#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner{border-left:2px solid #EAEAEA;margin-left:5px;padding-left:10px}body.activity-permalink #buddypress .activity-content .activity-inner,body.activity-permalink #buddypress .activity-content blockquote{margin-left:0;margin-top:5px}#buddypress .activity-inner>p{word-wrap:break-word}#buddypress .activity-inner>.activity-inner,#buddypress .activity-inner>blockquote{margin:0}#buddypress .activity-list .activity-content img.thumbnail{border:2px solid #eee;float:left;margin:0 10px 5px 0}#buddypress .activity-read-more{margin-left:1em;white-space:nowrap}#buddypress .activity-list li.load-more,#buddypress .activity-list li.load-newest{background:#f0f0f0;font-size:110%;margin:15px 0;padding:10px 15px;text-align:center}#buddypress .activity-list li.load-more a,#buddypress .activity-list li.load-newest a{color:#4D4D4D}#buddypress div.activity-meta{margin:18px 0 0}body.activity-permalink #buddypress div.activity-meta{margin-bottom:6px}#buddypress div.activity-meta a{padding:4px 8px}#buddypress a.activity-time-since{color:#aaa;text-decoration:none}#buddypress a.activity-time-since:hover{color:#888;text-decoration:underline}#buddypress #reply-title small a,#buddypress a.bp-primary-action{font-size:80%;margin-right:5px;text-decoration:none}#buddypress #reply-title small a span,#buddypress a.bp-primary-action span{background:#999;color:#fff;font-size:90%;margin-left:2px;padding:0 5px}#buddypress #reply-title small a:hover span,#buddypress a.bp-primary-action:hover span{background:#555;color:#fff}#buddypress div.activity-comments{margin:0 0 0 70px;overflow:hidden;position:relative;width:auto;clear:both}body.activity-permalink #buddypress div.activity-comments{background:0 0;margin-left:170px;width:auto}#buddypress div.activity-comments>ul{padding:0 0 0 10px}#buddypress div.activity-comments ul,#buddypress div.activity-comments ul li{border:none;list-style:none}#buddypress div.activity-comments ul{clear:both;margin:0}#buddypress div.activity-comments ul li{border-top:1px solid #eee;padding:10px 0 0}body.activity-permalink #buddypress .activity-list li.mini .activity-comments{clear:none;margin-top:0}body.activity-permalink #buddypress div.activity-comments ul li{border-width:1px;padding:10px 0 0}#buddypress div.activity-comments>ul>li:first-child{border-top:none}#buddypress div.activity-comments ul li:last-child{margin-bottom:0}#buddypress div.activity-comments ul li>ul{margin-left:30px;margin-top:0;padding-left:10px}body.activity-permalink #buddypress div.activity-comments ul li>ul{margin-top:10px}body.activity-permalink #buddypress div.activity-comments>ul{padding:0 10px 0 15px}#buddypress div.activity-comments div.acomment-avatar img{border-width:1px;float:left;height:25px;margin-right:10px;width:25px}#buddypress div.activity-comments div.acomment-content{font-size:80%;margin:5px 0 0 40px}#buddypress div.acomment-content .activity-delete-link,#buddypress div.acomment-content .comment-header,#buddypress div.acomment-content .time-since{display:none}body.activity-permalink #buddypress div.activity-comments div.acomment-content{font-size:90%}#buddypress div.activity-comments div.acomment-meta{color:#888;font-size:80%}#buddypress div.activity-comments form.ac-form{display:none;padding:10px}#buddypress div.activity-comments li form.ac-form{margin-right:15px;clear:both}#buddypress div.activity-comments form.root{margin-left:0}#buddypress div.activity-comments div#message{margin-top:15px;margin-bottom:0}#buddypress div.activity-comments form .ac-textarea{background:#fff;border:1px inset #ccc;margin-bottom:10px;padding:8px}#buddypress div.activity-comments form textarea{border:none;background:0 0;box-shadow:none;outline:0;color:#555;font-family:inherit;font-size:100%;height:60px;padding:0;margin:0;width:100%}#buddypress div.activity-comments form input{margin-top:5px}#buddypress div.activity-comments form div.ac-reply-avatar{float:left}#buddypress div.ac-reply-avatar img{border:1px solid #eee}#buddypress div.activity-comments form div.ac-reply-content{color:#888;margin-left:50px;padding-left:15px}#buddypress div.activity-comments form div.ac-reply-content a{text-decoration:none}#buddypress .acomment-options{float:left;margin:5px 0 5px 40px}#buddypress .acomment-options a{color:#999}#buddypress .acomment-options a:hover{color:inherit}#buddypress div.dir-search{float:right;margin:-39px 0 0}#buddypress div.dir-search input[type=text],#buddypress li.groups-members-search input[type=text]{font-size:90%;padding:1px 3px}#buddypress .dir-form{clear:both}#buddypress div#message{margin:0 0 15px}#buddypress #message.info{margin-bottom:0}#buddypress div#message.updated{clear:both;display:block}#buddypress div#message p,#sitewide-notice p{font-size:90%;display:block;padding:10px 15px}#buddypress div#message.error p{background-color:#fdc;border:1px solid #a00;clear:left;color:#800}#buddypress div#message.updated p{background-color:#efc;border:1px solid #591;color:#250}#buddypress #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;margin:5px 5px 5px 0;padding:5px;text-align:center;width:150px}#buddypress .standard-form #basic-details-section #pass-strength-result{width:35%}#buddypress #pass-strength-result.bad,#buddypress #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c!important;display:block}#buddypress #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important;display:block}#buddypress #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important;display:block}#buddypress #pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important;display:block}#buddypress .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px;padding:6px;width:90%}#buddypress div.accept,#buddypress div.reject{float:left;margin-left:10px}#buddypress ul.button-nav li{float:left;margin:0 10px 10px 0;list-style:none}#buddypress ul.button-nav li.current a{font-weight:700}#sitewide-notice #message{left:2%;position:fixed;top:1em;width:96%;z-index:9999}#sitewide-notice.admin-bar-on #message{top:3.3em}#sitewide-notice strong{display:block;margin-bottom:-1em}#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{border:1px solid #ccc;background:#fafafa;border-radius:0;color:#888;font:inherit;font-size:100%;padding:6px}#buddypress .standard-form select{padding:3px}#buddypress .standard-form input[type=password]{margin-bottom:5px}#buddypress .standard-form label,#buddypress .standard-form span.label{display:block;font-weight:700;margin:15px 0 5px;width:auto}#buddypress .standard-form div.checkbox label:nth-child(n+2),#buddypress .standard-form div.radio div label{color:#888;font-size:100%;font-weight:400;margin:5px 0 0}#buddypress .standard-form#sidebar-login-form label{margin-top:5px}#buddypress .standard-form input[type=text]{width:75%}#buddypress .standard-form#sidebar-login-form input[type=password],#buddypress .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}#buddypress .standard-form #basic-details-section input[type=password],#buddypress .standard-form #blog-details-section input#signup_blog_url{width:35%}#buddypress #commentform input[type=text],#buddypress #commentform textarea,#buddypress .form-allowed-tags,#buddypress .standard-form#signup_form input[type=text],#buddypress .standard-form#signup_form textarea{width:90%}#buddypress .standard-form#signup_form div.submit{float:right}#buddypress div#signup-avatar img{margin:0 15px 10px 0}#buddypress .standard-form textarea{width:75%;height:120px}#buddypress .standard-form textarea#message_content{height:200px}#buddypress .standard-form#send-reply textarea{width:97.5%}#buddypress .standard-form p.description{color:#888;font-size:80%;margin:5px 0}#buddypress .standard-form div.submit{clear:both;padding:15px 0 0}#buddypress .standard-form p.submit{margin-bottom:0;padding:15px 0 0}#buddypress .standard-form div.submit input{margin-right:15px}#buddypress .standard-form div.radio ul{margin:10px 0 15px 38px;list-style:disc}#buddypress .standard-form div.radio ul li{margin-bottom:5px}#buddypress .standard-form a.clear-value{display:block;margin-top:5px;outline:0}#buddypress .standard-form #basic-details-section,#buddypress .standard-form #blog-details-section,#buddypress .standard-form #profile-details-section{float:left;width:48%}#buddypress .standard-form #profile-details-section{float:right}#buddypress #notifications-bulk-management,#buddypress .standard-form #blog-details-section{clear:left}body.no-js #buddypress #delete_inbox_messages,body.no-js #buddypress #delete_sentbox_messages,body.no-js #buddypress #message-type-select,body.no-js #buddypress #messages-bulk-management #select-all-messages,body.no-js #buddypress #notifications-bulk-management #select-all-notifications,body.no-js #buddypress label[for=message-type-select]{display:none}#buddypress .standard-form input:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{background:#fafafa;color:#555}#buddypress form#send-invite-form{margin-top:20px}#buddypress div#invite-list{background:#f5f5f5;height:400px;margin:0 0 10px;overflow:auto;padding:5px;width:160px}#buddypress .comment-reply-link,#buddypress a.button,#buddypress button,#buddypress div.generic-button a,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-button{background:#fff;border:1px solid #ccc;color:#777;font-size:small;cursor:pointer;outline:0;padding:4px 10px;text-align:center;text-decoration:none}#buddypress .comment-reply-link:hover,#buddypress a.button:focus,#buddypress a.button:hover,#buddypress button:hover,#buddypress div.generic-button a:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a{background:#ededed;border:1px solid #bbb;color:#555;outline:0;text-decoration:none}#buddypress form.standard-form .left-menu{float:left}#buddypress form.standard-form .left-menu #invite-list ul{margin:1%;list-style:none}#buddypress form.standard-form .left-menu #invite-list ul li{margin:0 0 0 1%}#buddypress form.standard-form .main-column{margin-left:190px}#buddypress form.standard-form .main-column ul#friend-list{clear:none;float:left}#buddypress form.standard-form .main-column ul#friend-list h4{clear:none}#buddypress .wp-editor-wrap a.button,#buddypress .wp-editor-wrap button,#buddypress .wp-editor-wrap input[type=button],#buddypress .wp-editor-wrap input[type=reset],#buddypress .wp-editor-wrap input[type=submit]{padding:0 10px 1px}#buddypress form [disabled=disabled]{cursor:default;opacity:.4}.bp-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute}#buddypress a.loading,#buddypress input.loading{-webkit-animation:loader-pulsate .5s infinite ease-in-out alternate;-moz-animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@-webkit-keyframes loader-pulsate{from{border-color:#aaa;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-webkit-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}@-moz-keyframes loader-pulsate{from{border-color:#aaa;-moz-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-moz-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}#buddypress a.loading:hover,#buddypress input.loading:hover{color:#777}#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled]{border-color:#eee;color:#bbb;cursor:default}#buddypress a.disabled:hover,#buddypress button.disabled:hover,#buddypress button.pending:hover,#buddypress div.pending a:hover,#buddypress input[type=button]:hover.disabled,#buddypress input[type=button]:hover.pending,#buddypress input[type=reset]:hover.disabled,#buddypress input[type=reset]:hover.pending,#buddypress input[type=submit]:hover.disabled,#buddypress input[type=submit]:hover.pending{border-color:#eee;color:#bbb}#buddypress ul#topic-post-list{margin:0;width:auto}#buddypress ul#topic-post-list li{padding:15px;position:relative}#buddypress ul#topic-post-list li.alt{background:#f5f5f5}#buddypress ul#topic-post-list li div.poster-meta{color:#888;margin-bottom:10px}#buddypress ul#topic-post-list li div.post-content{margin-left:54px}#buddypress div.topic-tags{font-size:80%}#buddypress div.admin-links{color:#888;font-size:80%;position:absolute;top:15px;right:25px}#buddypress div#topic-meta{margin:0;padding:5px 19px 30px;position:relative}#buddypress div#topic-meta div.admin-links{right:19px;top:-36px}#buddypress div#topic-meta h3{margin:5px 0}#buddypress div#new-topic-post{display:none;margin:20px 0 0;padding:1px 0 0}#buddypress table.forum,#buddypress table.messages-notices,#buddypress table.notifications,#buddypress table.notifications-settings,#buddypress table.profile-fields,#buddypress table.profile-settings,#buddypress table.wp-profile-fields{width:100%}#buddypress table.forum thead tr,#buddypress table.messages-notices thead tr,#buddypress table.notifications thead tr,#buddypress table.notifications-settings thead tr,#buddypress table.profile-fields thead tr,#buddypress table.profile-settings thead tr,#buddypress table.wp-profile-fields thead tr{background:#eaeaea}#buddypress table#message-threads{clear:both}#buddypress table.profile-fields{margin-bottom:20px}#buddypress table.profile-fields:last-child{margin-bottom:0}#buddypress table.profile-fields p{margin:0}#buddypress table.profile-fields p:last-child{margin-top:0}#buddypress table.forum tr td,#buddypress table.forum tr th,#buddypress table.messages-notices tr td,#buddypress table.messages-notices tr th,#buddypress table.notifications tr td,#buddypress table.notifications tr th,#buddypress table.notifications-settings tr td,#buddypress table.notifications-settings tr th,#buddypress table.profile-fields tr td,#buddypress table.profile-fields tr th,#buddypress table.profile-settings tr td,#buddypress table.wp-profile-fields tr td,#buddypress table.wp-profile-fields tr th{padding:8px;vertical-align:middle}#buddypress table.forum tr td.label,#buddypress table.messages-notices tr td.label,#buddypress table.notifications tr td.label,#buddypress table.notifications-settings tr td.label,#buddypress table.profile-fields tr td.label,#buddypress table.wp-profile-fields tr td.label{border-right:1px solid #eaeaea;font-weight:700;width:25%}#buddypress #message-threads .thread-info{min-width:40%}#buddypress table tr td.thread-info p{margin:0}#buddypress table tr td.thread-info p.thread-excerpt{color:#888;font-size:80%;margin-top:3px}#buddypress table.forum td{text-align:center}#buddypress table.forum tr.alt td,#buddypress table.messages-notices tr.alt td,#buddypress table.notifications tr.alt td,#buddypress table.notifications-settings tr.alt td,#buddypress table.profile-fields tr.alt td,#buddypress table.profile-settings tr.alt td,#buddypress table.wp-profile-fields tr.alt td{background:#f5f5f5}#buddypress table.notification-settings{margin-bottom:20px;text-align:left}#buddypress #groups-notification-settings{margin-bottom:0}#buddypress table.notification-settings td:first-child,#buddypress table.notification-settings th.icon,#buddypress table.notifications td:first-child,#buddypress table.notifications th.icon{display:none}#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:80%}#buddypress table.notification-settings .no,#buddypress table.notification-settings .yes{text-align:center;width:40px}#buddypress table.forum{margin:0;width:auto;clear:both}#buddypress table.forum tr.sticky td{font-size:110%;background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4}#buddypress table.forum tr.closed td.td-title{padding-left:35px}#buddypress table.forum td p.topic-text{color:#888;font-size:100%}#buddypress table.forum tr>td:first-child,#buddypress table.forum tr>th:first-child{padding-left:15px}#buddypress table.forum tr>td:last-child,#buddypress table.forum tr>th:last-child{padding-right:15px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster,#buddypress table.forum td.td-title,#buddypress table.forum tr th#th-group,#buddypress table.forum tr th#th-poster,#buddypress table.forum tr th#th-title{text-align:left}#buddypress table.forum tr td.td-title a.topic-title{font-size:110%}#buddypress table.forum td.td-freshness{white-space:nowrap}#buddypress table.forum td.td-freshness span.time-since{font-size:80%;color:#888}#buddypress table.forum td img.avatar{float:none;margin:0 5px -8px 0}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster{min-width:140px}#buddypress table.forum th#th-title{width:80%}#buddypress table.forum th#th-freshness{width:25%}#buddypress table.forum th#th-postcount{width:15%}#buddypress table.forum p.topic-meta{font-size:80%;margin:5px 0 0}#buddypress .item-body{margin:20px 0}#buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}#buddypress span.user-nicename{color:#777;display:inline-block;font-size:120%;font-weight:700}#buddypress div#message p,#sitewide-notice p{font-weight:400;margin-top:3px;text-decoration:none;background-color:#ffd;border:1px solid #cb2;color:#440}#buddypress div#item-header{overflow:hidden}#buddypress div#item-header div#item-header-content{float:left;margin-left:0}#buddypress div#item-header h2{line-height:120%;margin:0 0 15px}#buddypress div#item-header h2 a{color:#777;text-decoration:none}#buddypress div#item-header img.avatar{float:left;margin:0 15px 19px 0}#buddypress div#item-header h2{margin-bottom:5px}#buddypress div#item-header h2 span.highlight{font-size:60%;font-weight:400;line-height:170%;vertical-align:middle;display:inline-block}#buddypress div#item-header h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-weight:700;font-size:80%;margin-bottom:2px;padding:1px 4px;position:relative;right:-2px;top:-2px;vertical-align:middle}#buddypress div#item-header div#item-meta{font-size:80%;color:#aaa;overflow:hidden;margin:15px 0 5px;padding-bottom:10px}#buddypress div#item-header div#item-actions{float:right;margin:0 0 15px 15px;text-align:right;width:20%}#buddypress div#item-header div#item-actions h3{margin:0 0 5px}#buddypress div#item-header ul{margin-bottom:15px;overflow:hidden}#buddypress div#item-header ul h5,#buddypress div#item-header ul hr,#buddypress div#item-header ul span{display:none}#buddypress div#item-header ul li{float:right;list-style:none}#buddypress div#item-header ul img.avatar,#buddypress div#item-header ul.avatars img.avatar{height:30px;margin:2px;width:30px}#buddypress div#item-header a.button,#buddypress div#item-header div.generic-button{float:left;margin:10px 10px 0 0}#buddypress div#item-header div#message.info{line-height:80%}#buddypress ul.item-list{border-top:1px solid #eaeaea;width:100%;list-style:none;clear:both;margin:0;padding:0}body.activity-permalink #buddypress ul.item-list,body.activity-permalink #buddypress ul.item-list li.activity-item{border:none}#buddypress ul.item-list li{border-bottom:1px solid #eaeaea;padding:15px 0;margin:0;position:relative;list-style:none}#buddypress ul.single-line li{border:none}#buddypress ul.item-list li img.avatar{float:left;margin:0 10px 0 0}#buddypress ul.item-list li div.item-title,#buddypress ul.item-list li h4{font-weight:400;font-size:90%;margin:0;width:75%}#buddypress ul.item-list li div.item-title span{color:#999;font-size:80%}#buddypress ul.item-list li div.item-desc{color:#888;font-size:80%;margin:10px 0 0 60px;width:50%}#buddypress ul.item-list li div.action{position:absolute;top:15px;right:0;text-align:right}#buddypress ul.item-list li div.meta{color:#888;font-size:80%;margin-top:10px}#buddypress ul.item-list li h5 span.small{float:right;font-size:80%;font-weight:400}#buddypress div.item-list-tabs{background:0 0;clear:left;overflow:hidden}#buddypress div.item-list-tabs ul{margin:0;padding:0}#buddypress div.item-list-tabs ul li{float:left;margin:0;list-style:none}#buddypress div.item-list-tabs#subnav ul li{margin-top:0}#buddypress div.item-list-tabs ul li.last{float:right;margin:7px 0 0}#buddypress div.item-list-tabs#subnav ul li.last{margin-top:4px}#buddypress div.item-list-tabs ul li.last select{max-width:185px}#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block;padding:5px 10px;text-decoration:none}#buddypress div.item-list-tabs ul li a span{background:#eee;border-radius:50%;border:1px solid #ccc;color:#999;display:inline;font-size:70%;margin-left:2px;padding:3px 6px;text-align:center;vertical-align:middle}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background-color:#eee;color:#555;opacity:.8;font-weight:700}#buddypress div.item-list-tabs ul li a:hover span,#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#eee}#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#fff}#buddypress div#item-nav ul li.loading a{background-position:88% 50%}#buddypress div.item-list-tabs#object-nav{margin-top:0}#buddypress div.item-list-tabs#subnav{background:0 0;margin:10px 0;overflow:hidden}#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:auto;list-style:none}#buddypress table#message-threads tr.unread td{background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4;font-weight:700}#buddypress table#message-threads tr.unread td .activity,#buddypress table#message-threads tr.unread td .thread-excerpt,#buddypress table#message-threads tr.unread td.thread-options{font-weight:400}#buddypress li span.unread-count,#buddypress tr.unread span.unread-count{background:#d00;color:#fff;font-weight:700;padding:2px 8px}#buddypress div.item-list-tabs ul li a span.unread-count{padding:1px 6px;color:#fff}#buddypress div#message-thread div.message-box{margin:0;padding:15px}#buddypress div#message-thread div.alt{background:#f4f4f4}#buddypress div#message-thread p#message-recipients{margin:10px 0 20px}#buddypress div#message-thread img.avatar{float:left;margin:0 10px 0 0;vertical-align:middle}#buddypress div#message-thread strong{font-size:100%;margin:0}#buddypress div#message-thread strong a{text-decoration:none}#buddypress div#message-thread strong span.activity{margin-top:4px}#buddypress div#message-thread div.message-metadata{overflow:hidden}#buddypress div#message-thread div.message-content{margin-left:45px}#buddypress div#message-thread div.message-options{text-align:right}#buddypress #message-threads img.avatar{max-width:none}#buddypress div.message-search{float:right;margin:0 20px}#buddypress div.profile h4{margin-bottom:auto;margin-top:15px}#buddypress #profile-edit-form ul.button-nav{margin-top:15px}body.no-js #buddypress .field-visibility-settings-close,body.no-js #buddypress .field-visibility-settings-toggle{display:none}#buddypress .field-visibility-settings{display:none;margin-top:10px}body.no-js #buddypress .field-visibility-settings{display:block}#buddypress .current-visibility-level{font-weight:700;font-style:normal}#buddypress .field-visibility-settings,#buddypress .field-visibility-settings-notoggle,#buddypress .field-visibility-settings-toggle{color:#888}#buddypress .field-visibility-settings a,#buddypress .field-visibility-settings-toggle a{font-size:80%}body.register #buddypress div.page ul{list-style:none}#buddypress .standard-form .field-visibility-settings label{margin:0;font-weight:400}#buddypress .field-visibility-settings legend,#buddypress .field-visibility-settings-toggle{font-style:italic}#buddypress .field-visibility-settings .radio{list-style:none;margin-bottom:0}#buddypress .field-visibility select{margin:0}.widget.buddypress div.item-avatar img.avatar{float:left;margin:0 10px 15px 0}.widget.buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}.widget.buddypress div.item-options{font-size:90%;margin:0 0 1em;padding:1em 0}.widget.buddypress div.item{margin:0 0 1em}.widget.buddypress div.item-content,.widget.buddypress div.item-meta{font-size:11px;margin-left:50px}.widget.buddypress ul.item-list img.avatar{height:40px;margin-right:10px;width:40px}.widget.buddypress div.item-avatar img{height:40px;margin:1px;width:40px}.widget.buddypress div.avatar-block{overflow:hidden}.widget.buddypress #bp-login-widget-form label{display:block;margin:1rem 0 .5rem}.widget.buddypress #bp-login-widget-form #bp-login-widget-submit{margin-right:10px}.widget.buddypress .bp-login-widget-user-avatar{float:left}.bp-login-widget-user-avatar img.avatar{height:40px;width:40px}.widget.buddypress .bp-login-widget-user-links>div{padding-left:60px;margin-bottom:.5rem}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:700}.widget.buddypress #friends-list,.widget.buddypress #groups-list,.widget.buddypress #members-list{margin-left:0;padding-left:0}.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{list-style-type:none}@media only screen and (max-width:480px){#buddypress div.dir-search{float:right;margin-top:-50px;text-align:right}#buddypress div.dir-search input[type=text]{margin-bottom:1em;width:50%}a.bp-title-button{margin-left:10px}#buddypress form.standard-form .main-column div.action{position:relative;margin-bottom:1em}#buddypress form.standard-form .main-column ul#friend-list h4{width:100%}}@media only screen and (max-width:320px){#buddypress div.dir-search{clear:left;float:left;margin-top:0;text-align:left}#buddypress li#groups-order-select{clear:left;float:left}#buddypress ul.item-list li div.action{clear:left;float:left;margin-top:0;margin-left:70px;position:relative;top:0;right:0;text-align:left}#buddypress ul.item-list li div.item-desc{clear:left;float:left;margin:10px 0 0;width:auto}#buddypress li div.item{margin-left:70px;width:auto}#buddypress ul.item-list li div.meta{margin-top:0}#buddypress .item-desc p{margin:0 0 10px}#buddypress div.pagination .pag-count{margin-left:0}}@media only screen and (max-width:240px){#buddypress div.dir-search{float:left;margin:0}#buddypress div.dir-search input[type=text]{width:50%}#buddypress li#groups-order-select{float:left}#buddypress ul.item-list li img.avatar{width:30px;height:auto}#buddypress li div.item,#buddypress ul.item-list li div.action{margin-left:45px}h1 a.bp-title-button{clear:left;float:left;margin:10px 0 20px}} \ No newline at end of file diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Bold-webfont.eot b/wp-themes/pyramidengarten/fonts/OpenSans-Bold-webfont.eot new file mode 100755 index 0000000..5d20d91 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Bold-webfont.eot differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Bold-webfont.svg b/wp-themes/pyramidengarten/fonts/OpenSans-Bold-webfont.svg new file mode 100755 index 0000000..3ed7be4 --- /dev/null +++ b/wp-themes/pyramidengarten/fonts/OpenSans-Bold-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Bold-webfont.ttf b/wp-themes/pyramidengarten/fonts/OpenSans-Bold-webfont.ttf new file mode 100755 index 0000000..2109c95 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Bold-webfont.ttf differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Bold-webfont.woff b/wp-themes/pyramidengarten/fonts/OpenSans-Bold-webfont.woff new file mode 100755 index 0000000..1205787 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Bold-webfont.woff differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-BoldItalic-webfont.eot b/wp-themes/pyramidengarten/fonts/OpenSans-BoldItalic-webfont.eot new file mode 100755 index 0000000..1f639a1 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-BoldItalic-webfont.eot differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-BoldItalic-webfont.svg b/wp-themes/pyramidengarten/fonts/OpenSans-BoldItalic-webfont.svg new file mode 100755 index 0000000..6a2607b --- /dev/null +++ b/wp-themes/pyramidengarten/fonts/OpenSans-BoldItalic-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-BoldItalic-webfont.ttf b/wp-themes/pyramidengarten/fonts/OpenSans-BoldItalic-webfont.ttf new file mode 100755 index 0000000..242d6b2 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-BoldItalic-webfont.ttf differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-BoldItalic-webfont.woff b/wp-themes/pyramidengarten/fonts/OpenSans-BoldItalic-webfont.woff new file mode 100755 index 0000000..ed760c0 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-BoldItalic-webfont.woff differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBold-webfont.eot b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBold-webfont.eot new file mode 100755 index 0000000..1e29ad5 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBold-webfont.eot differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBold-webfont.svg b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBold-webfont.svg new file mode 100755 index 0000000..2780050 --- /dev/null +++ b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBold-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBold-webfont.ttf b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBold-webfont.ttf new file mode 100755 index 0000000..6b9118e Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBold-webfont.ttf differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBold-webfont.woff b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBold-webfont.woff new file mode 100755 index 0000000..a7b99d2 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBold-webfont.woff differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBoldItalic-webfont.eot b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBoldItalic-webfont.eot new file mode 100755 index 0000000..77184af Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBoldItalic-webfont.eot differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBoldItalic-webfont.svg b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBoldItalic-webfont.svg new file mode 100755 index 0000000..8f080c1 --- /dev/null +++ b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBoldItalic-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBoldItalic-webfont.ttf b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBoldItalic-webfont.ttf new file mode 100755 index 0000000..26a07e9 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBoldItalic-webfont.ttf differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBoldItalic-webfont.woff b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBoldItalic-webfont.woff new file mode 100755 index 0000000..45395d1 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-ExtraBoldItalic-webfont.woff differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Italic-webfont.eot b/wp-themes/pyramidengarten/fonts/OpenSans-Italic-webfont.eot new file mode 100755 index 0000000..0c8a0ae Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Italic-webfont.eot differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Italic-webfont.svg b/wp-themes/pyramidengarten/fonts/OpenSans-Italic-webfont.svg new file mode 100755 index 0000000..e1075dc --- /dev/null +++ b/wp-themes/pyramidengarten/fonts/OpenSans-Italic-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Italic-webfont.ttf b/wp-themes/pyramidengarten/fonts/OpenSans-Italic-webfont.ttf new file mode 100755 index 0000000..12d25d9 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Italic-webfont.ttf differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Italic-webfont.woff b/wp-themes/pyramidengarten/fonts/OpenSans-Italic-webfont.woff new file mode 100755 index 0000000..ff652e6 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Italic-webfont.woff differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Light-webfont.eot b/wp-themes/pyramidengarten/fonts/OpenSans-Light-webfont.eot new file mode 100755 index 0000000..1486840 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Light-webfont.eot differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Light-webfont.svg b/wp-themes/pyramidengarten/fonts/OpenSans-Light-webfont.svg new file mode 100755 index 0000000..11a472c --- /dev/null +++ b/wp-themes/pyramidengarten/fonts/OpenSans-Light-webfont.svg @@ -0,0 +1,1831 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Light-webfont.ttf b/wp-themes/pyramidengarten/fonts/OpenSans-Light-webfont.ttf new file mode 100755 index 0000000..63af664 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Light-webfont.ttf differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Light-webfont.woff b/wp-themes/pyramidengarten/fonts/OpenSans-Light-webfont.woff new file mode 100755 index 0000000..e786074 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Light-webfont.woff differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-LightItalic-webfont.eot b/wp-themes/pyramidengarten/fonts/OpenSans-LightItalic-webfont.eot new file mode 100755 index 0000000..8f44592 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-LightItalic-webfont.eot differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-LightItalic-webfont.svg b/wp-themes/pyramidengarten/fonts/OpenSans-LightItalic-webfont.svg new file mode 100755 index 0000000..431d7e3 --- /dev/null +++ b/wp-themes/pyramidengarten/fonts/OpenSans-LightItalic-webfont.svg @@ -0,0 +1,1835 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-LightItalic-webfont.ttf b/wp-themes/pyramidengarten/fonts/OpenSans-LightItalic-webfont.ttf new file mode 100755 index 0000000..01dda28 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-LightItalic-webfont.ttf differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-LightItalic-webfont.woff b/wp-themes/pyramidengarten/fonts/OpenSans-LightItalic-webfont.woff new file mode 100755 index 0000000..43e8b9e Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-LightItalic-webfont.woff differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Regular-webfont.eot b/wp-themes/pyramidengarten/fonts/OpenSans-Regular-webfont.eot new file mode 100755 index 0000000..6bbc3cf Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Regular-webfont.eot differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Regular-webfont.svg b/wp-themes/pyramidengarten/fonts/OpenSans-Regular-webfont.svg new file mode 100755 index 0000000..25a3952 --- /dev/null +++ b/wp-themes/pyramidengarten/fonts/OpenSans-Regular-webfont.svg @@ -0,0 +1,1831 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Regular-webfont.ttf b/wp-themes/pyramidengarten/fonts/OpenSans-Regular-webfont.ttf new file mode 100755 index 0000000..c537f83 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Regular-webfont.ttf differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Regular-webfont.woff b/wp-themes/pyramidengarten/fonts/OpenSans-Regular-webfont.woff new file mode 100755 index 0000000..e231183 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Regular-webfont.woff differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Semibold-webfont.eot b/wp-themes/pyramidengarten/fonts/OpenSans-Semibold-webfont.eot new file mode 100755 index 0000000..d8375dd Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Semibold-webfont.eot differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Semibold-webfont.svg b/wp-themes/pyramidengarten/fonts/OpenSans-Semibold-webfont.svg new file mode 100755 index 0000000..eec4db8 --- /dev/null +++ b/wp-themes/pyramidengarten/fonts/OpenSans-Semibold-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Semibold-webfont.ttf b/wp-themes/pyramidengarten/fonts/OpenSans-Semibold-webfont.ttf new file mode 100755 index 0000000..b329084 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Semibold-webfont.ttf differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-Semibold-webfont.woff b/wp-themes/pyramidengarten/fonts/OpenSans-Semibold-webfont.woff new file mode 100755 index 0000000..28d6ade Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-Semibold-webfont.woff differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-SemiboldItalic-webfont.eot b/wp-themes/pyramidengarten/fonts/OpenSans-SemiboldItalic-webfont.eot new file mode 100755 index 0000000..0ab1db2 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-SemiboldItalic-webfont.eot differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-SemiboldItalic-webfont.svg b/wp-themes/pyramidengarten/fonts/OpenSans-SemiboldItalic-webfont.svg new file mode 100755 index 0000000..7166ec1 --- /dev/null +++ b/wp-themes/pyramidengarten/fonts/OpenSans-SemiboldItalic-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-SemiboldItalic-webfont.ttf b/wp-themes/pyramidengarten/fonts/OpenSans-SemiboldItalic-webfont.ttf new file mode 100755 index 0000000..d2d6318 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-SemiboldItalic-webfont.ttf differ diff --git a/wp-themes/pyramidengarten/fonts/OpenSans-SemiboldItalic-webfont.woff b/wp-themes/pyramidengarten/fonts/OpenSans-SemiboldItalic-webfont.woff new file mode 100755 index 0000000..d4dfca4 Binary files /dev/null and b/wp-themes/pyramidengarten/fonts/OpenSans-SemiboldItalic-webfont.woff differ diff --git a/wp-themes/pyramidengarten/fonts/fonts.css b/wp-themes/pyramidengarten/fonts/fonts.css new file mode 100755 index 0000000..bddaaed --- /dev/null +++ b/wp-themes/pyramidengarten/fonts/fonts.css @@ -0,0 +1,110 @@ +@font-face { + font-family: 'open_sansregular'; + src: url('OpenSans-Regular-webfont.eot'); + src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), + url('OpenSans-Regular-webfont.woff') format('woff'), + url('OpenSans-Regular-webfont.ttf') format('truetype'), + url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg'); + font-weight: normal; + font-style: normal; + +} +@font-face { + font-family: 'open_sansbold'; + src: url('OpenSans-Bold-webfont.eot'); + src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), + url('OpenSans-Bold-webfont.woff') format('woff'), + url('OpenSans-Bold-webfont.ttf') format('truetype'), + url('OpenSans-Bold-webfont.svg#open_sansbold') format('svg'); + font-weight: normal; + font-style: normal; + +} +@font-face { + font-family: 'open_sansbold_italic'; + src: url('OpenSans-BoldItalic-webfont.eot'); + src: url('OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('OpenSans-BoldItalic-webfont.woff') format('woff'), + url('OpenSans-BoldItalic-webfont.ttf') format('truetype'), + url('OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg'); + font-weight: normal; + font-style: normal; + +} +@font-face { + font-family: 'open_sansextrabold'; + src: url('OpenSans-ExtraBold-webfont.eot'); + src: url('OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), + url('OpenSans-ExtraBold-webfont.woff') format('woff'), + url('OpenSans-ExtraBold-webfont.ttf') format('truetype'), + url('OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg'); + font-weight: normal; + font-style: normal; + +} +@font-face { + font-family: 'open_sansextrabold_italic'; + src: url('OpenSans-ExtraBoldItalic-webfont.eot'); + src: url('OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('OpenSans-ExtraBoldItalic-webfont.woff') format('woff'), + url('OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'), + url('OpenSans-ExtraBoldItalic-webfont.svg#open_sansextrabold_italic') format('svg'); + font-weight: normal; + font-style: normal; + +} +@font-face { + font-family: 'open_sansitalic'; + src: url('OpenSans-Italic-webfont.eot'); + src: url('OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), + url('OpenSans-Italic-webfont.woff') format('woff'), + url('OpenSans-Italic-webfont.ttf') format('truetype'), + url('OpenSans-Italic-webfont.svg#open_sansitalic') format('svg'); + font-weight: normal; + font-style: normal; + +} +@font-face { + font-family: 'open_sanslight'; + src: url('OpenSans-Light-webfont.eot'); + src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), + url('OpenSans-Light-webfont.woff') format('woff'), + url('OpenSans-Light-webfont.ttf') format('truetype'), + url('OpenSans-Light-webfont.svg#open_sanslight') format('svg'); + font-weight: normal; + font-style: normal; + +} +@font-face { + font-family: 'open_sanslight_italic'; + src: url('OpenSans-LightItalic-webfont.eot'); + src: url('OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('OpenSans-LightItalic-webfont.woff') format('woff'), + url('OpenSans-LightItalic-webfont.ttf') format('truetype'), + url('OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg'); + font-weight: normal; + font-style: normal; + +} +@font-face { + font-family: 'open_sanssemibold'; + src: url('OpenSans-Semibold-webfont.eot'); + src: url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), + url('OpenSans-Semibold-webfont.woff') format('woff'), + url('OpenSans-Semibold-webfont.ttf') format('truetype'), + url('OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg'); + font-weight: normal; + font-style: normal; + +} +@font-face { + font-family: 'open_sanssemibold_italic'; + src: url('OpenSans-SemiboldItalic-webfont.eot'); + src: url('OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('OpenSans-SemiboldItalic-webfont.woff') format('woff'), + url('OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), + url('OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic') format('svg'); + font-weight: normal; + font-style: normal; + +} \ No newline at end of file diff --git a/wp-themes/pyramidengarten/footer.php b/wp-themes/pyramidengarten/footer.php new file mode 100755 index 0000000..8f854cb --- /dev/null +++ b/wp-themes/pyramidengarten/footer.php @@ -0,0 +1,28 @@ + + + + + + + + + + + diff --git a/wp-themes/pyramidengarten/functions.php b/wp-themes/pyramidengarten/functions.php new file mode 100755 index 0000000..a69fb0e --- /dev/null +++ b/wp-themes/pyramidengarten/functions.php @@ -0,0 +1,176 @@ + tag in the document head, and expect WordPress to + * provide it for us. + */ + add_theme_support( 'title-tag' ); + + /* + * Enable support for Post Thumbnails on posts and pages. + * + * @link http://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails + */ + //add_theme_support( 'post-thumbnails' ); + + // This theme uses wp_nav_menu() in one location. + register_nav_menus( array( + 'primary' => __( 'Primary Menu', 'pyramidengarten' ), + ) ); + + /* + * Switch default core markup for search form, comment form, and comments + * to output valid HTML5. + */ + add_theme_support( 'html5', array( + 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', + ) ); + + /* + * Enable support for Post Formats. + * See http://codex.wordpress.org/Post_Formats + */ + add_theme_support( 'post-formats', array( + 'aside', 'image', 'video', 'quote', 'link', + ) ); + + // Set up the WordPress core custom background feature. + add_theme_support( 'custom-background', apply_filters( 'pyramidengarten_custom_background_args', array( + 'default-color' => 'ffffff', + 'default-image' => '', + ) ) ); +} +endif; // pyramidengarten_setup +add_action( 'after_setup_theme', 'pyramidengarten_setup' ); + +/** + * Register widget area. + * + * @link http://codex.wordpress.org/Function_Reference/register_sidebar + */ +function pyramidengarten_widgets_init() { + register_sidebar( array( + 'name' => __( 'Sidebar', 'pyramidengarten' ), + 'id' => 'sidebar-1', + 'description' => '', + 'before_widget' => '', + 'before_title' => '

', + 'after_title' => '

', + ) ); + register_sidebar( array( + 'name' => __( 'Buddypress-Left', 'pyramidengarten' ), + 'id' => 'sidebar-2', + 'description' => '', + 'before_widget' => '', + 'before_title' => '

', + 'after_title' => '

', + ) ); + register_sidebar( array( + 'name' => __( 'Buddypress-Right', 'pyramidengarten' ), + 'id' => 'sidebar-3', + 'description' => '', + 'before_widget' => '', + 'before_title' => '

', + 'after_title' => '

', + ) ); + register_sidebar( array( + 'name' => __( 'Footer', 'pyramidengarten' ), + 'id' => 'sidebar-4', + 'description' => '', + 'before_widget' => '', + 'before_title' => '

', + 'after_title' => '

', + ) ); +} +add_action( 'widgets_init', 'pyramidengarten_widgets_init' ); + +/** + * Enqueue scripts and styles. + */ +function pyramidengarten_scripts() { + wp_enqueue_style( 'pyramidengarten-style', get_stylesheet_uri() ); + + wp_enqueue_script( 'pyramidengarten-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20120206', true ); + + wp_enqueue_script( 'pyramidengarten-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20130115', true ); + + if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { + wp_enqueue_script( 'comment-reply' ); + } +} +add_action( 'wp_enqueue_scripts', 'pyramidengarten_scripts' ); + +/** + * Implement the Custom Header feature. + */ +require get_template_directory() . '/inc/custom-header.php'; + +/** + * Custom template tags for this theme. + */ +require get_template_directory() . '/inc/template-tags.php'; + +/** + * Custom functions that act independently of the theme templates. + */ +require get_template_directory() . '/inc/extras.php'; + +/** + * Customizer additions. + */ +require get_template_directory() . '/inc/customizer.php'; + +/** + * Load Jetpack compatibility file. + */ +require get_template_directory() . '/inc/jetpack.php'; + +/** + * Which site use which template? + */ +/* +add_action('wp_head', 'show_template'); +function show_template() { + global $template; + print_r($template); +} +*/ \ No newline at end of file diff --git a/wp-themes/pyramidengarten/header.php b/wp-themes/pyramidengarten/header.php new file mode 100755 index 0000000..a08b214 --- /dev/null +++ b/wp-themes/pyramidengarten/header.php @@ -0,0 +1,35 @@ + section and everything up till
+ * + * @package pyramidengarten + */ +?> +> + + + + + + + + + +> +
+ + + + +
diff --git a/wp-themes/pyramidengarten/img/header.jpg b/wp-themes/pyramidengarten/img/header.jpg new file mode 100755 index 0000000..6622b26 Binary files /dev/null and b/wp-themes/pyramidengarten/img/header.jpg differ diff --git a/wp-themes/pyramidengarten/inc/custom-header.php b/wp-themes/pyramidengarten/inc/custom-header.php new file mode 100755 index 0000000..56849c0 --- /dev/null +++ b/wp-themes/pyramidengarten/inc/custom-header.php @@ -0,0 +1,126 @@ + + + + + + + * + * @package pyramidengarten + */ + +/** + * Set up the WordPress core custom header feature. + * + * @uses pyramidengarten_header_style() + * @uses pyramidengarten_admin_header_style() + * @uses pyramidengarten_admin_header_image() + */ +function pyramidengarten_custom_header_setup() { + add_theme_support( 'custom-header', apply_filters( 'pyramidengarten_custom_header_args', array( + 'default-image' => '', + 'default-text-color' => '000000', + 'width' => 1000, + 'height' => 250, + 'flex-height' => true, + 'wp-head-callback' => 'pyramidengarten_header_style', + 'admin-head-callback' => 'pyramidengarten_admin_header_style', + 'admin-preview-callback' => 'pyramidengarten_admin_header_image', + ) ) ); +} +add_action( 'after_setup_theme', 'pyramidengarten_custom_header_setup' ); + +if ( ! function_exists( 'pyramidengarten_header_style' ) ) : +/** + * Styles the header image and text displayed on the blog + * + * @see pyramidengarten_custom_header_setup(). + */ +function pyramidengarten_header_style() { + $header_text_color = get_header_textcolor(); + + // If no custom options for text are set, let's bail + // get_header_textcolor() options: HEADER_TEXTCOLOR is default, hide text (returns 'blank') or any hex value + if ( HEADER_TEXTCOLOR == $header_text_color ) { + return; + } + + // If we get this far, we have custom styles. Let's do this. + ?> + + Header admin panel. + * + * @see pyramidengarten_custom_header_setup(). + */ +function pyramidengarten_admin_header_style() { +?> + + Header admin panel. + * + * @see pyramidengarten_custom_header_setup(). + */ +function pyramidengarten_admin_header_image() { + $style = sprintf( ' style="color:#%s;"', get_header_textcolor() ); +?> + +get_setting( 'blogname' )->transport = 'postMessage'; + $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; + $wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage'; +} +add_action( 'customize_register', 'pyramidengarten_customize_register' ); + +/** + * Binds JS handlers to make Theme Customizer preview reload changes asynchronously. + */ +function pyramidengarten_customize_preview_js() { + wp_enqueue_script( 'pyramidengarten_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20130508', true ); +} +add_action( 'customize_preview_init', 'pyramidengarten_customize_preview_js' ); diff --git a/wp-themes/pyramidengarten/inc/extras.php b/wp-themes/pyramidengarten/inc/extras.php new file mode 100755 index 0000000..a027bf5 --- /dev/null +++ b/wp-themes/pyramidengarten/inc/extras.php @@ -0,0 +1,71 @@ + tag based on what is being viewed. + * + * @param string $title Default title text for current view. + * @param string $sep Optional separator. + * @return string The filtered title. + */ + function pyramidengarten_wp_title( $title, $sep ) { + if ( is_feed() ) { + return $title; + } + + global $page, $paged; + + // Add the blog name + $title .= get_bloginfo( 'name', 'display' ); + + // Add the blog description for the home/front page. + $site_description = get_bloginfo( 'description', 'display' ); + if ( $site_description && ( is_home() || is_front_page() ) ) { + $title .= " $sep $site_description"; + } + + // Add a page number if necessary: + if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) { + $title .= " $sep " . sprintf( __( 'Page %s', 'pyramidengarten' ), max( $paged, $page ) ); + } + + return $title; + } + add_filter( 'wp_title', 'pyramidengarten_wp_title', 10, 2 ); + + /** + * Title shim for sites older than WordPress 4.1. + * + * @link https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/ + * @todo Remove this function when WordPress 4.3 is released. + */ + function pyramidengarten_render_title() { + ?> + <?php wp_title( '|', true, 'right' ); ?> + 'main', + 'footer' => 'page', + ) ); +} +add_action( 'after_setup_theme', 'pyramidengarten_jetpack_setup' ); diff --git a/wp-themes/pyramidengarten/inc/template-tags.php b/wp-themes/pyramidengarten/inc/template-tags.php new file mode 100755 index 0000000..a19e7e4 --- /dev/null +++ b/wp-themes/pyramidengarten/inc/template-tags.php @@ -0,0 +1,266 @@ +max_num_pages < 2 ) { + return; + } + ?> + + post_parent ) : get_adjacent_post( false, '', true ); + $next = get_adjacent_post( false, '', false ); + + if ( ! $next && ! $previous ) { + return; + } + ?> +
+ + %2$s'; + if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { + $time_string = ''; + } + + $time_string = sprintf( $time_string, + esc_attr( get_the_date( 'c' ) ), + esc_html( get_the_date() ), + esc_attr( get_the_modified_date( 'c' ) ), + esc_html( get_the_modified_date() ) + ); + + $posted_on = sprintf( + _x( 'Posted on %s', 'post date', 'pyramidengarten' ), + '' . $time_string . '' + ); + + $byline = sprintf( + _x( 'by %s', 'post author', 'pyramidengarten' ), + '' . esc_html( get_the_author() ) . '' + ); + + echo '' . $posted_on . ''; + +} +endif; + +if ( ! function_exists( 'pyramidengarten_entry_footer' ) ) : +/** + * Prints HTML with meta information for the categories, tags and comments. + */ +function pyramidengarten_entry_footer() { + // Hide category and tag text for pages. + if ( 'post' == get_post_type() ) { + /* translators: used between list items, there is a space after the comma */ + $categories_list = get_the_category_list( __( ', ', 'pyramidengarten' ) ); + if ( $categories_list && pyramidengarten_categorized_blog() ) { + printf( '' . __( 'Posted in %1$s', 'pyramidengarten' ) . '', $categories_list ); + } + + /* translators: used between list items, there is a space after the comma */ + $tags_list = get_the_tag_list( '', __( ', ', 'pyramidengarten' ) ); + if ( $tags_list ) { + printf( '' . __( 'Tagged %1$s', 'pyramidengarten' ) . '', $tags_list ); + } + } + + if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) { + echo ''; + comments_popup_link( __( 'Leave a comment', 'pyramidengarten' ), __( '1 Comment', 'pyramidengarten' ), __( '% Comments', 'pyramidengarten' ) ); + echo ''; + } + + edit_post_link( __( 'Edit', 'pyramidengarten' ), '', '' ); +} +endif; + +if ( ! function_exists( 'the_archive_title' ) ) : +/** + * Shim for `the_archive_title()`. + * + * Display the archive title based on the queried object. + * + * @todo Remove this function when WordPress 4.3 is released. + * + * @param string $before Optional. Content to prepend to the title. Default empty. + * @param string $after Optional. Content to append to the title. Default empty. + */ +function the_archive_title( $before = '', $after = '' ) { + if ( is_category() ) { + $title = sprintf( __( 'Category: %s', 'pyramidengarten' ), single_cat_title( '', false ) ); + } elseif ( is_tag() ) { + $title = sprintf( __( 'Tag: %s', 'pyramidengarten' ), single_tag_title( '', false ) ); + } elseif ( is_author() ) { + $title = sprintf( __( 'Author: %s', 'pyramidengarten' ), '' . get_the_author() . '' ); + } elseif ( is_year() ) { + $title = sprintf( __( 'Year: %s', 'pyramidengarten' ), get_the_date( _x( 'Y', 'yearly archives date format', 'pyramidengarten' ) ) ); + } elseif ( is_month() ) { + $title = sprintf( __( 'Month: %s', 'pyramidengarten' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'pyramidengarten' ) ) ); + } elseif ( is_day() ) { + $title = sprintf( __( 'Day: %s', 'pyramidengarten' ), get_the_date( _x( 'F j, Y', 'daily archives date format', 'pyramidengarten' ) ) ); + } elseif ( is_tax( 'post_format' ) ) { + if ( is_tax( 'post_format', 'post-format-aside' ) ) { + $title = _x( 'Asides', 'post format archive title', 'pyramidengarten' ); + } elseif ( is_tax( 'post_format', 'post-format-gallery' ) ) { + $title = _x( 'Galleries', 'post format archive title', 'pyramidengarten' ); + } elseif ( is_tax( 'post_format', 'post-format-image' ) ) { + $title = _x( 'Images', 'post format archive title', 'pyramidengarten' ); + } elseif ( is_tax( 'post_format', 'post-format-video' ) ) { + $title = _x( 'Videos', 'post format archive title', 'pyramidengarten' ); + } elseif ( is_tax( 'post_format', 'post-format-quote' ) ) { + $title = _x( 'Quotes', 'post format archive title', 'pyramidengarten' ); + } elseif ( is_tax( 'post_format', 'post-format-link' ) ) { + $title = _x( 'Links', 'post format archive title', 'pyramidengarten' ); + } elseif ( is_tax( 'post_format', 'post-format-status' ) ) { + $title = _x( 'Statuses', 'post format archive title', 'pyramidengarten' ); + } elseif ( is_tax( 'post_format', 'post-format-audio' ) ) { + $title = _x( 'Audio', 'post format archive title', 'pyramidengarten' ); + } elseif ( is_tax( 'post_format', 'post-format-chat' ) ) { + $title = _x( 'Chats', 'post format archive title', 'pyramidengarten' ); + } + } elseif ( is_post_type_archive() ) { + $title = sprintf( __( 'Archives: %s', 'pyramidengarten' ), post_type_archive_title( '', false ) ); + } elseif ( is_tax() ) { + $tax = get_taxonomy( get_queried_object()->taxonomy ); + /* translators: 1: Taxonomy singular name, 2: Current taxonomy term */ + $title = sprintf( __( '%1$s: %2$s', 'pyramidengarten' ), $tax->labels->singular_name, single_term_title( '', false ) ); + } else { + $title = __( 'Archives', 'pyramidengarten' ); + } + + /** + * Filter the archive title. + * + * @param string $title Archive title to be displayed. + */ + $title = apply_filters( 'get_the_archive_title', $title ); + + if ( ! empty( $title ) ) { + echo $before . $title . $after; + } +} +endif; + +if ( ! function_exists( 'the_archive_description' ) ) : +/** + * Shim for `the_archive_description()`. + * + * Display category, tag, or term description. + * + * @todo Remove this function when WordPress 4.3 is released. + * + * @param string $before Optional. Content to prepend to the description. Default empty. + * @param string $after Optional. Content to append to the description. Default empty. + */ +function the_archive_description( $before = '', $after = '' ) { + $description = apply_filters( 'get_the_archive_description', term_description() ); + + if ( ! empty( $description ) ) { + /** + * Filter the archive description. + * + * @see term_description() + * + * @param string $description Archive description to be displayed. + */ + echo $before . $description . $after; + } +} +endif; + +/** + * Returns true if a blog has more than 1 category. + * + * @return bool + */ +function pyramidengarten_categorized_blog() { + if ( false === ( $all_the_cool_cats = get_transient( 'pyramidengarten_categories' ) ) ) { + // Create an array of all the categories that are attached to posts. + $all_the_cool_cats = get_categories( array( + 'fields' => 'ids', + 'hide_empty' => 1, + + // We only need to know if there is more than one category. + 'number' => 2, + ) ); + + // Count the number of categories that are attached to the posts. + $all_the_cool_cats = count( $all_the_cool_cats ); + + set_transient( 'pyramidengarten_categories', $all_the_cool_cats ); + } + + if ( $all_the_cool_cats > 1 ) { + // This blog has more than 1 category so pyramidengarten_categorized_blog should return true. + return true; + } else { + // This blog has only 1 category so pyramidengarten_categorized_blog should return false. + return false; + } +} + +/** + * Flush out the transients used in pyramidengarten_categorized_blog. + */ +function pyramidengarten_category_transient_flusher() { + if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) { + return; + } + // Like, beat it. Dig? + delete_transient( 'pyramidengarten_categories' ); +} +add_action( 'edit_category', 'pyramidengarten_category_transient_flusher' ); +add_action( 'save_post', 'pyramidengarten_category_transient_flusher' ); diff --git a/wp-themes/pyramidengarten/index.php b/wp-themes/pyramidengarten/index.php new file mode 100755 index 0000000..3ab0f95 --- /dev/null +++ b/wp-themes/pyramidengarten/index.php @@ -0,0 +1,46 @@ + + +
+
+ + + + + + + + + + + + + + + + + + +
+
+ + + diff --git a/wp-themes/pyramidengarten/js/customizer.js b/wp-themes/pyramidengarten/js/customizer.js new file mode 100755 index 0000000..16fef19 --- /dev/null +++ b/wp-themes/pyramidengarten/js/customizer.js @@ -0,0 +1,36 @@ +/** + * Theme Customizer enhancements for a better user experience. + * + * Contains handlers to make Theme Customizer preview reload changes asynchronously. + */ + +( function( $ ) { + // Site title and description. + wp.customize( 'blogname', function( value ) { + value.bind( function( to ) { + $( '.site-title a' ).text( to ); + } ); + } ); + wp.customize( 'blogdescription', function( value ) { + value.bind( function( to ) { + $( '.site-description' ).text( to ); + } ); + } ); + // Header text color. + wp.customize( 'header_textcolor', function( value ) { + value.bind( function( to ) { + if ( 'blank' === to ) { + $( '.site-title, .site-description' ).css( { + 'clip': 'rect(1px, 1px, 1px, 1px)', + 'position': 'absolute' + } ); + } else { + $( '.site-title, .site-description' ).css( { + 'clip': 'auto', + 'color': to, + 'position': 'relative' + } ); + } + } ); + } ); +} )( jQuery ); diff --git a/wp-themes/pyramidengarten/js/navigation.js b/wp-themes/pyramidengarten/js/navigation.js new file mode 100755 index 0000000..13a4e44 --- /dev/null +++ b/wp-themes/pyramidengarten/js/navigation.js @@ -0,0 +1,44 @@ +/** + * navigation.js + * + * Handles toggling the navigation menu for small screens. + */ +( function() { + var container, button, menu; + + container = document.getElementById( 'site-navigation' ); + if ( ! container ) { + return; + } + + button = container.getElementsByTagName( 'button' )[0]; + if ( 'undefined' === typeof button ) { + return; + } + + menu = container.getElementsByTagName( 'ul' )[0]; + + // Hide menu toggle button if menu is empty and return early. + if ( 'undefined' === typeof menu ) { + button.style.display = 'none'; + return; + } + + menu.setAttribute( 'aria-expanded', 'false' ); + + if ( -1 === menu.className.indexOf( 'nav-menu' ) ) { + menu.className += ' nav-menu'; + } + + button.onclick = function() { + if ( -1 !== container.className.indexOf( 'toggled' ) ) { + container.className = container.className.replace( ' toggled', '' ); + button.setAttribute( 'aria-expanded', 'false' ); + menu.setAttribute( 'aria-expanded', 'false' ); + } else { + container.className += ' toggled'; + button.setAttribute( 'aria-expanded', 'true' ); + menu.setAttribute( 'aria-expanded', 'true' ); + } + }; +} )(); diff --git a/wp-themes/pyramidengarten/js/skip-link-focus-fix.js b/wp-themes/pyramidengarten/js/skip-link-focus-fix.js new file mode 100755 index 0000000..1581349 --- /dev/null +++ b/wp-themes/pyramidengarten/js/skip-link-focus-fix.js @@ -0,0 +1,19 @@ +( function() { + var is_webkit = navigator.userAgent.toLowerCase().indexOf( 'webkit' ) > -1, + is_opera = navigator.userAgent.toLowerCase().indexOf( 'opera' ) > -1, + is_ie = navigator.userAgent.toLowerCase().indexOf( 'msie' ) > -1; + + if ( ( is_webkit || is_opera || is_ie ) && document.getElementById && window.addEventListener ) { + window.addEventListener( 'hashchange', function() { + var element = document.getElementById( location.hash.substring( 1 ) ); + + if ( element ) { + if ( ! /^(?:a|select|input|button|textarea)$/i.test( element.tagName ) ) { + element.tabIndex = -1; + } + + element.focus(); + } + }, false ); + } +})(); diff --git a/wp-themes/pyramidengarten/languages/pyramidengarten.pot b/wp-themes/pyramidengarten/languages/pyramidengarten.pot new file mode 100755 index 0000000..38c34c8 --- /dev/null +++ b/wp-themes/pyramidengarten/languages/pyramidengarten.pot @@ -0,0 +1,284 @@ +# Copyright (C) 2015 Automattic +# This file is distributed under the GNU General Public License v2 or later. +msgid "" +msgstr "" +"Project-Id-Version: _s 1.0.0\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tags/_s\n" +"POT-Creation-Date: 2015-01-06 02:24:02+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" + +#: 404.php:15 +msgid "Oops! That page can’t be found." +msgstr "" + +#: 404.php:19 +msgid "It looks like nothing was found at this location. Maybe try one of the links below or a search?" +msgstr "" + +#: 404.php:27 +msgid "Most Used Categories" +msgstr "" + +#. translators: %1$s: smiley + +#: 404.php:44 +msgid "Try looking in the monthly archives. %1$s" +msgstr "" + +#: comments.php:28 +msgctxt "comments title" +msgid "One thought on “%2$s”" +msgid_plural "%1$s thoughts on “%2$s”" +msgstr[0] "" +msgstr[1] "" + +#: comments.php:35 comments.php:52 +msgid "Comment navigation" +msgstr "" + +#: comments.php:36 comments.php:53 +msgid "← Older Comments" +msgstr "" + +#: comments.php:37 comments.php:54 +msgid "Newer Comments →" +msgstr "" + +#: comments.php:64 +msgid "Comments are closed." +msgstr "" + +#: content-none.php:13 +msgid "Nothing Found" +msgstr "" + +#: content-none.php:19 +msgid "Ready to publish your first post? Get started here." +msgstr "" + +#: content-none.php:23 +msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords." +msgstr "" + +#: content-none.php:28 +msgid "It seems we can’t find what you’re looking for. Perhaps searching can help." +msgstr "" + +#: content-page.php:18 content-single.php:20 content.php:29 +msgid "Pages:" +msgstr "" + +#: content-page.php:25 inc/template-tags.php:126 +msgid "Edit" +msgstr "" + +#. translators: %s: Name of current post + +#: content.php:22 +msgid "Continue reading %s " +msgstr "" + +#: footer.php:15 +msgid "http://wordpress.org/" +msgstr "" + +#: footer.php:15 +msgid "Proudly powered by %s" +msgstr "" + +#: footer.php:17 +msgid "Theme: %1$s by %2$s." +msgstr "" + +#: functions.php:53 header.php:31 +msgid "Primary Menu" +msgstr "" + +#: functions.php:88 +msgid "Sidebar" +msgstr "" + +#: header.php:22 +msgid "Skip to content" +msgstr "" + +#: inc/extras.php:64 +msgid "Page %s" +msgstr "" + +#: inc/template-tags.php:23 +msgid "Posts navigation" +msgstr "" + +#: inc/template-tags.php:27 +msgid "Older posts" +msgstr "" + +#: inc/template-tags.php:31 +msgid "Newer posts" +msgstr "" + +#: inc/template-tags.php:56 +msgid "Post navigation" +msgstr "" + +#: inc/template-tags.php:86 +msgctxt "post date" +msgid "Posted on %s" +msgstr "" + +#: inc/template-tags.php:91 +msgctxt "post author" +msgid "by %s" +msgstr "" + +#. translators: used between list items, there is a space after the comma +#: inc/template-tags.php:108 inc/template-tags.php:114 +msgid ", " +msgstr "" + +#: inc/template-tags.php:110 +msgid "Posted in %1$s" +msgstr "" + +#: inc/template-tags.php:116 +msgid "Tagged %1$s" +msgstr "" + +#: inc/template-tags.php:122 +msgid "Leave a comment" +msgstr "" + +#: inc/template-tags.php:122 +msgid "1 Comment" +msgstr "" + +#: inc/template-tags.php:122 +msgid "% Comments" +msgstr "" + +#: inc/template-tags.php:143 +msgid "Category: %s" +msgstr "" + +#: inc/template-tags.php:145 +msgid "Tag: %s" +msgstr "" + +#: inc/template-tags.php:147 +msgid "Author: %s" +msgstr "" + +#: inc/template-tags.php:149 +msgid "Year: %s" +msgstr "" + +#: inc/template-tags.php:149 +msgctxt "yearly archives date format" +msgid "Y" +msgstr "" + +#: inc/template-tags.php:151 +msgid "Month: %s" +msgstr "" + +#: inc/template-tags.php:151 +msgctxt "monthly archives date format" +msgid "F Y" +msgstr "" + +#: inc/template-tags.php:153 +msgid "Day: %s" +msgstr "" + +#: inc/template-tags.php:153 +msgctxt "daily archives date format" +msgid "F j, Y" +msgstr "" + +#: inc/template-tags.php:155 +msgctxt "post format archive title" +msgid "Asides" +msgstr "" + +#: inc/template-tags.php:157 +msgctxt "post format archive title" +msgid "Galleries" +msgstr "" + +#: inc/template-tags.php:159 +msgctxt "post format archive title" +msgid "Images" +msgstr "" + +#: inc/template-tags.php:161 +msgctxt "post format archive title" +msgid "Videos" +msgstr "" + +#: inc/template-tags.php:163 +msgctxt "post format archive title" +msgid "Quotes" +msgstr "" + +#: inc/template-tags.php:165 +msgctxt "post format archive title" +msgid "Links" +msgstr "" + +#: inc/template-tags.php:167 +msgctxt "post format archive title" +msgid "Statuses" +msgstr "" + +#: inc/template-tags.php:169 +msgctxt "post format archive title" +msgid "Audio" +msgstr "" + +#: inc/template-tags.php:171 +msgctxt "post format archive title" +msgid "Chats" +msgstr "" + +#: inc/template-tags.php:173 +msgid "Archives: %s" +msgstr "" + +#. translators: 1: Taxonomy singular name, 2: Current taxonomy term + +#: inc/template-tags.php:177 +msgid "%1$s: %2$s" +msgstr "" + +#: inc/template-tags.php:179 +msgid "Archives" +msgstr "" + +#: search.php:16 +msgid "Search Results for: %s" +msgstr "" +#. Theme Name of the plugin/theme +msgid "_s" +msgstr "" + +#. Theme URI of the plugin/theme +msgid "http://underscores.me/" +msgstr "" + +#. Description of the plugin/theme +msgid "Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for." +msgstr "" + +#. Author of the plugin/theme +msgid "Automattic" +msgstr "" + +#. Author URI of the plugin/theme +msgid "http://automattic.com/" +msgstr "" diff --git a/wp-themes/pyramidengarten/languages/readme.txt b/wp-themes/pyramidengarten/languages/readme.txt new file mode 100755 index 0000000..e1edd08 --- /dev/null +++ b/wp-themes/pyramidengarten/languages/readme.txt @@ -0,0 +1,7 @@ +Place your theme language files in this directory. + +Please visit the following links to learn more about translating WordPress themes: + +http://codex.wordpress.org/WordPress_in_Your_Language +https://make.wordpress.org/docs/theme-developer-handbook/part-two-theme-functionality/localization/ +http://codex.wordpress.org/Function_Reference/load_theme_textdomain diff --git a/wp-themes/pyramidengarten/layouts/content-sidebar.css b/wp-themes/pyramidengarten/layouts/content-sidebar.css new file mode 100755 index 0000000..124f900 --- /dev/null +++ b/wp-themes/pyramidengarten/layouts/content-sidebar.css @@ -0,0 +1,22 @@ +/* +Theme Name: pyramidengarten +Layout: Content-Sidebar +*/ + +.content-area { + float: left; + margin: 0 -25% 0 0; + width: 100%; +} +.site-main { + margin: 0 25% 0 0; +} +.site-content .widget-area { + float: right; + overflow: hidden; + width: 25%; +} +.site-footer { + clear: both; + width: 100%; +} \ No newline at end of file diff --git a/wp-themes/pyramidengarten/layouts/sidebar-content.css b/wp-themes/pyramidengarten/layouts/sidebar-content.css new file mode 100755 index 0000000..205b6ba --- /dev/null +++ b/wp-themes/pyramidengarten/layouts/sidebar-content.css @@ -0,0 +1,22 @@ +/* +Theme Name: pyramidengarten +Layout: Sidebar-Content +*/ + +.content-area { + float: right; + margin: 0 0 0 -25%; + width: 100%; +} +.site-main { + margin: 0 0 0 25%; +} +.site-content .widget-area { + float: left; + overflow: hidden; + width: 25%; +} +.site-footer { + clear: both; + width: 100%; +} \ No newline at end of file diff --git a/wp-themes/pyramidengarten/page-buddypress.php b/wp-themes/pyramidengarten/page-buddypress.php new file mode 100755 index 0000000..1004d8e --- /dev/null +++ b/wp-themes/pyramidengarten/page-buddypress.php @@ -0,0 +1,34 @@ + +
+ + +
+ + + + + + + + + +
+
+ + diff --git a/wp-themes/pyramidengarten/page-fullwidth.php b/wp-themes/pyramidengarten/page-fullwidth.php new file mode 100755 index 0000000..803e2f2 --- /dev/null +++ b/wp-themes/pyramidengarten/page-fullwidth.php @@ -0,0 +1,30 @@ + + +
+
+ + + + + + + + + +
+
+ + + diff --git a/wp-themes/pyramidengarten/page.php b/wp-themes/pyramidengarten/page.php new file mode 100755 index 0000000..fce6298 --- /dev/null +++ b/wp-themes/pyramidengarten/page.php @@ -0,0 +1,35 @@ + + +
+
+ + + + + + + + + +
+
+ + + diff --git a/wp-themes/pyramidengarten/rtl.css b/wp-themes/pyramidengarten/rtl.css new file mode 100755 index 0000000..3da8f37 --- /dev/null +++ b/wp-themes/pyramidengarten/rtl.css @@ -0,0 +1,17 @@ +/* +Theme Name: pyramidengarten + +Adding support for language written in a Right To Left (RTL) direction is easy - +it's just a matter of overwriting all the horizontal positioning attributes +of your CSS stylesheet in a separate stylesheet file named rtl.css. + +http://codex.wordpress.org/Right_to_Left_Language_Support + +*/ + +/* +body { + direction: rtl; + unicode-bidi: embed; +} +*/ \ No newline at end of file diff --git a/wp-themes/pyramidengarten/screenshot.png b/wp-themes/pyramidengarten/screenshot.png new file mode 100755 index 0000000..1836098 Binary files /dev/null and b/wp-themes/pyramidengarten/screenshot.png differ diff --git a/wp-themes/pyramidengarten/search.php b/wp-themes/pyramidengarten/search.php new file mode 100755 index 0000000..1a7da4e --- /dev/null +++ b/wp-themes/pyramidengarten/search.php @@ -0,0 +1,45 @@ + + +
+
+ + + + + + + + + + + + + + + + + + + + +
+
+ + + diff --git a/wp-themes/pyramidengarten/sidebar.php b/wp-themes/pyramidengarten/sidebar.php new file mode 100755 index 0000000..21b737b --- /dev/null +++ b/wp-themes/pyramidengarten/sidebar.php @@ -0,0 +1,15 @@ + + + diff --git a/wp-themes/pyramidengarten/single.php b/wp-themes/pyramidengarten/single.php new file mode 100755 index 0000000..055df0a --- /dev/null +++ b/wp-themes/pyramidengarten/single.php @@ -0,0 +1,32 @@ + + +
+
+ + + + + + + + + + + +
+
+ + + diff --git a/wp-themes/pyramidengarten/style.css b/wp-themes/pyramidengarten/style.css new file mode 100755 index 0000000..9a654c0 --- /dev/null +++ b/wp-themes/pyramidengarten/style.css @@ -0,0 +1,1086 @@ +/* +Theme Name: pyramidengarten +Theme URI: http://underscores.me/ +Author: Underscores.me +Author URI: http://underscores.me/ +Description: Description +Version: 1.0.0 +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Text Domain: pyramidengarten +Tags: + +This theme, like WordPress, is licensed under the GPL. +Use it to make something cool, have fun, and share what you've learned with others. + +pyramidengarten is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc. + +Normalizing styles have been helped along thanks to the fine work of +Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ +*/ + +@import url("fonts/fonts.css"); + +/*-------------------------------------------------------------- +>>> TABLE OF CONTENTS: +---------------------------------------------------------------- +1.0 Normalize +2.0 Typography +3.0 Elements +4.0 Forms +5.0 Navigation + 5.1 Links + 5.2 Menus +6.0 Accessibility +7.0 Alignments +8.0 Clearings +9.0 Widgets +10.0 Content + 10.1 Posts and pages + 10.2 Asides + 10.3 Comments +11.0 Infinite scroll +12.0 Media + 12.1 Captions + 12.2 Galleries +13.0 Plugins + 13.1 Buddypress +--------------------------------------------------------------*/ + +/*-------------------------------------------------------------- +1.0 Normalize +--------------------------------------------------------------*/ +html { + font-family: 'open_sansregular'; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} + +body { + margin: 0; +} + +article, +aside, +details, +figcaption, +figure, +footer, +header, +main, +menu, +nav, +section, +summary { + display: block; +} + +audio, +canvas, +progress, +video { + display: inline-block; + vertical-align: baseline; +} + +audio:not([controls]) { + display: none; + height: 0; +} + +[hidden], +template { + display: none; +} + +a { + background-color: transparent; +} + +a:active, +a:hover { + outline: 0; +} + +abbr[title] { + border-bottom: 1px dotted; +} + +b, +strong { + font-weight: bold; +} + +dfn { + font-style: italic; +} + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +mark { + background: #ff0; + color: #000; +} + +small { + font-size: 80%; +} + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +img { + border: 0; +} + +svg:not(:root) { + overflow: hidden; +} + +figure { + margin: 1em 40px; +} + +hr { + box-sizing: content-box; + height: 0; +} + +pre { + overflow: auto; +} + +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + +button, +input, +optgroup, +select, +textarea { + color: inherit; + font: inherit; + margin: 0; +} + +button { + overflow: visible; +} + +button, +select { + text-transform: none; +} + +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + cursor: pointer; +} + +button[disabled], +html input[disabled] { + cursor: default; +} + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +input { + line-height: normal; +} + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; + padding: 0; +} + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +input[type="search"] { + -webkit-appearance: textfield; + box-sizing: content-box; +} + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +legend { + border: 0; + padding: 0; +} + +textarea { + overflow: auto; +} + +optgroup { + font-weight: bold; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, +th { + padding: 0; +} + +/*-------------------------------------------------------------- +2.0 Typography +--------------------------------------------------------------*/ +body, +button, +input, +select, +textarea { + color: #404040; + font-size: 14px; + line-height: 1.5; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + clear: both; +} + +p { + margin-bottom: 1.5em; +} + +dfn, +cite, +em, +i { + font-style: italic; +} + +blockquote { + margin: 0 1.5em; +} + +address { + margin: 0 0 1.5em; +} + +pre { + background: #eee; + font-family: "Courier 10 Pitch", Courier, monospace; + font-size: 15px; + font-size: 0.9375rem; + line-height: 1.6; + margin-bottom: 1.6em; + max-width: 100%; + overflow: auto; + padding: 1.6em; +} + +code, +kbd, +tt, +var { + font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; + font-size: 15px; + font-size: 0.9375rem; +} + +abbr, +acronym { + border-bottom: 1px dotted #666; + cursor: help; +} + +mark, +ins { + background: #fff9c0; + text-decoration: none; +} + +big { + font-size: 125%; +} + +/*-------------------------------------------------------------- +3.0 Elements +--------------------------------------------------------------*/ +html { + box-sizing: border-box; +} + +*, +*:before, +*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ + box-sizing: inherit; +} + +body { + background: #f0f0ed; /* Fallback for when there is no custom background color defined. */ +} + +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ""; +} + +blockquote, +q { + quotes: "" ""; +} + +hr { + background-color: #ccc; + border: 0; + height: 1px; + margin-bottom: 1.5em; +} + +ul, +ol { + margin: 0 0 1.5em 3em; +} + +ul { + list-style: disc; +} + +ol { + list-style: decimal; +} + +li > ul, +li > ol { + margin-bottom: 0; + margin-left: 1.5em; +} + +dt { + font-weight: bold; +} + +dd { + margin: 0 1.5em 1.5em; +} + +img { + height: auto; /* Make sure images are scaled correctly. */ + max-width: 100%; /* Adhere to container width. */ +} + +table { + margin: 0 0 1.5em; + width: 100%; +} + +/*-------------------------------------------------------------- +4.0 Forms +--------------------------------------------------------------*/ +button, +input[type="button"], +input[type="reset"], +input[type="submit"] { + background-color: #2f9bc1; + background-image: none; + border: 1px solid #2f9bc1; + border-radius: 4px; + box-shadow: none; + color: #fff; + cursor: pointer; + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + font-size: 13.5px; + font-weight: bold; + line-height: 1; + margin: 0; + padding: 8px 15px; + text-shadow: none; +} + +button:hover, +input[type="button"]:hover, +input[type="reset"]:hover, +input[type="submit"]:hover { + background-color: #2a8cae; + background-image: none; + color: #fff; +} + +button:focus, +input[type="button"]:focus, +input[type="reset"]:focus, +input[type="submit"]:focus, +button:active, +input[type="button"]:active, +input[type="reset"]:active, +input[type="submit"]:active { + background-color: #2a8cae; + background-image: none; + color: #fff; +} + +input[type="text"], +input[type="email"], +input[type="url"], +input[type="password"], +input[type="search"], +textarea { + color: #666; + border: 1px solid #ccc; + border-radius: 3px; +} + +input[type="text"]:focus, +input[type="email"]:focus, +input[type="url"]:focus, +input[type="password"]:focus, +input[type="search"]:focus, +textarea:focus { + color: #111; +} + +input[type="text"], +input[type="email"], +input[type="url"], +input[type="password"], +input[type="search"] { + padding: 3px; +} + +textarea { + padding-left: 3px; + width: 100%; +} + +/*-------------------------------------------------------------- +5.0 Navigation +--------------------------------------------------------------*/ +/* +.site-header { + display:block; + max-width:1200px; + margin:auto; + background:#33363c; + -webkit-border-bottom-right-radius: 10px; + -webkit-border-bottom-left-radius: 10px; + -moz-border-radius-bottomright: 10px; + -moz-border-radius-bottomleft: 10px; + border-bottom-right-radius: 10px; + border-bottom-left-radius: 10px; +} +*/ +.site-header { + background: url("/wp-content/uploads/2015/04/header_1100px_ohne-Titel.png") no-repeat 0 0 transparent; + height: 118px; + width: 1100px; + margin:20px auto 0 auto; + z-index:1000; + position:relative; +} + +.site-header .site-branding { + width:20%; + float:left; + display:none; +} + +.site-header .site-branding .site-title a { + background:url(/wp-content/uploads/2015/02/pyramidengarten-logo.png) 0 0 no-repeat; + display:block; + width:34px; + height:54px; +} + +/*-------------------------------------------------------------- +5.1 Links +--------------------------------------------------------------*/ +a { + color: #404040; + text-decoration:none; +} + +a:visited { + color: #404040; +} + +a:hover, +a:focus, +a:active { + color: #77af12; +} + +a:focus { + outline: thin dotted; +} + +a:hover, +a:active { + outline: 0; +} + +.edit-link { + display:none; +} + +/*-------------------------------------------------------------- +5.2 Menus +--------------------------------------------------------------*/ +.main-navigation { + display: block; + margin: 28px 0 0 185px; + max-width: 750px; + z-index:1100; +} +/* Small menu. */ +.menu-toggle { + display: none; +} + +@media screen and (max-width: 600px) { + .menu-toggle, + .main-navigation.toggled .nav-menu { + display: block; + } + + .main-navigation ul { + display: none; + } +} + +.site-main .comment-navigation, +.site-main .posts-navigation, +.site-main .post-navigation { + margin: 0 0 1.5em; + overflow: hidden; +} + +.comment-navigation .nav-previous, +.posts-navigation .nav-previous, +.post-navigation .nav-previous { + float: left; + width: 50%; +} + +.comment-navigation .nav-next, +.posts-navigation .nav-next, +.post-navigation .nav-next { + float: right; + text-align: right; + width: 50%; +} + +/*-------------------------------------------------------------- +6.0 Accessibility +--------------------------------------------------------------*/ +/* Text meant only for screen readers. */ +.screen-reader-text { + clip: rect(1px, 1px, 1px, 1px); + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; +} + +.screen-reader-text:hover, +.screen-reader-text:active, +.screen-reader-text:focus { + background-color: #f1f1f1; + border-radius: 3px; + box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); + clip: auto !important; + color: #21759b; + display: block; + font-size: 14px; + font-size: 0.875rem; + font-weight: bold; + height: auto; + left: 5px; + line-height: normal; + padding: 15px 23px 14px; + text-decoration: none; + top: 5px; + width: auto; + z-index: 100000; /* Above WP toolbar. */ +} + +/*-------------------------------------------------------------- +7.0 Alignments +--------------------------------------------------------------*/ +.alignleft { + display: inline; + float: left; + margin-right: 1.5em; +} + +.alignright { + display: inline; + float: right; + margin-left: 1.5em; +} + +.aligncenter { + clear: both; + display: block; + margin-left: auto; + margin-right: auto; +} + +/*-------------------------------------------------------------- +8.0 Clearings +--------------------------------------------------------------*/ +.clear:before, +.clear:after, +.entry-content:before, +.entry-content:after, +.comment-content:before, +.comment-content:after, +.site-header:before, +.site-header:after, +.site-content:before, +.site-content:after, +.site-footer:before, +.site-footer:after { + content: ""; + display: table; +} + +.clear:after, +.entry-content:after, +.comment-content:after, +.site-header:after, +.site-content:after, +.site-footer:after { + clear: both; +} + +/*-------------------------------------------------------------- +9.0 Widgets +--------------------------------------------------------------*/ +.widget { + background: none repeat scroll 0 0 #fff; + border-radius: 8px; + box-sizing: border-box; + float: left; + margin-bottom: 20px; + padding: 20px; + position: relative; + width: 100%; +} + +/* Make sure select elements fit in widgets. */ +.widget select { + max-width: 100%; +} + +/* Search widget. */ +.widget_search .search-submit { + display: none; +} + +/*-------------------------------------------------------------- +10.0 Content +--------------------------------------------------------------*/ +.site-content { + max-width:1040px; + padding:0; + margin:0 auto; +} +body.fl-builder .site-content { + max-width:100%; +} +/*-------------------------------------------------------------- +10.1 Posts and pages +--------------------------------------------------------------*/ +.sticky { + display: block; +} + +.hentry { + margin: 0 0 1.5em; +} + +.byline, +.updated:not(.published) { + display: none; +} + +.single .byline, +.group-blog .byline { + display: inline; +} + +.page-content, +.entry-content, +.entry-summary { + margin: 1.5em 0 0; +} + +.page-links { + clear: both; + margin: 0 0 1.5em; +} + +/*-------------------------------------------------------------- +10.2 Asides +--------------------------------------------------------------*/ +.blog .format-aside .entry-title, +.archive .format-aside .entry-title { + display: none; +} + +/*-------------------------------------------------------------- +10.3 Comments +--------------------------------------------------------------*/ +.comment-content a { + word-wrap: break-word; +} + +.bypostauthor { + display: block; +} + +/*-------------------------------------------------------------- +11.0 Footer +--------------------------------------------------------------*/ + +.footer-header { + background:url(/wp-content/uploads/2015/04/footer_3200px_fbdea6.jpg) -960px 0 no-repeat; + width:100%; + height:326px; + margin-top:40px; +} +footer.site-footer { + background:#fbdea6; +} +footer #footer-content { + max-width:1000px; + margin:0 auto; +} +footer #footer-content .widget { + background:transparent; + width:25%; + margin-left:0; + float:left; +} +footer #footer-content .site-info { + clear:both; +} + +/*-------------------------------------------------------------- +12.0 Infinite scroll +--------------------------------------------------------------*/ +/* Globally hidden elements when Infinite Scroll is supported and in use. */ +.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ +.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ + display: none; +} + +/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ +.infinity-end.neverending .site-footer { + display: block; +} + +/*-------------------------------------------------------------- +13.0 Media +--------------------------------------------------------------*/ +.page-content .wp-smiley, +.entry-content .wp-smiley, +.comment-content .wp-smiley { + border: none; + margin-bottom: 0; + margin-top: 0; + padding: 0; +} + +/* Make sure embeds and iframes fit their containers. */ +embed, +iframe, +object { + max-width: 100%; +} + +/*-------------------------------------------------------------- +13.1 Captions +--------------------------------------------------------------*/ +.wp-caption { + margin-bottom: 1.5em; + max-width: 100%; +} + +.wp-caption img[class*="wp-image-"] { + display: block; + margin: 0 auto; +} + +.wp-caption-text { + text-align: center; +} + +.wp-caption .wp-caption-text { + margin: 0.8075em 0; +} + +/*-------------------------------------------------------------- +13.2 Galleries +--------------------------------------------------------------*/ +.gallery { + margin-bottom: 1.5em; +} + +.gallery-item { + display: inline-block; + text-align: center; + vertical-align: top; + width: 100%; +} + +.gallery-columns-2 .gallery-item { + max-width: 50%; +} + +.gallery-columns-3 .gallery-item { + max-width: 33.33%; +} + +.gallery-columns-4 .gallery-item { + max-width: 25%; +} + +.gallery-columns-5 .gallery-item { + max-width: 20%; +} + +.gallery-columns-6 .gallery-item { + max-width: 16.66%; +} + +.gallery-columns-7 .gallery-item { + max-width: 14.28%; +} + +.gallery-columns-8 .gallery-item { + max-width: 12.5%; +} + +.gallery-columns-9 .gallery-item { + max-width: 11.11%; +} + +.gallery-caption { + display: block; +} +/*-------------------------------------------------------------- +14.0 Plugins +--------------------------------------------------------------*/ +/*-------------------------------------------------------------- +14.1 Buddypress +--------------------------------------------------------------*/ +body.buddypress #content { + max-width:1080px; + margin:7px auto; + font-size:12px; +} +body.buddypress #content #primary { + width:80%; + float:left; +} +body.buddypress #content .sidebar-left { + width:25%; + float:left; +} +body.buddypress #content #main { + width:71%; + float:left; + margin-left:20px; +} +body.buddypress #content #main article { + background: none repeat scroll 0 0 #fff; + border-radius: 8px; + box-sizing: border-box; + float: left; + padding: 20px; + width: 100%; +} +body.buddypress #content .sidebar-right { + width:20%; + float:right; +} +body.buddypress #content .widget-title { + font-family: "open_sanssemibold"; + border-bottom: 1px solid #f0f0ed; + color: #33363c; + font-size: 12px; + font-weight: normal; + margin: 0 0 20px -20px; + padding: 0 20px 15px; + width: 100%; +} +body.buddypress .generic-button a, body.buddypress ul.button-nav li a, body.buddypress .item-list a.button, body.buddypress .item-list .activity-meta a, body.buddypress .item-list .acomment-options a, body.buddypress .activity-meta a:hover span, body.buddypress #message-threads .button, .widget .item-options a, .widget .swa-wrap ul#activity-filter-links a, .widget .swa-activity-list li.mini div.swa-activity-meta a, .widget .swa-activity-list div.swa-activity-meta a.acomment-reply, .widget .swa-activity-list div.swa-activity-meta a, .widget .swa-activity-list div.acomment-options a { + background-color: #77af12; + background-image: none; + border: 0 none; + border-radius: 4px; + box-shadow: none; + color: #fff; + cursor: pointer; + display: inline-block; + font-family: Helvetica,Arial,sans-serif; + font-size: 10px; + font-weight: bold; + line-height: 1; + margin: 0; + text-decoration:none; + padding: 4px 8px 5px; + text-shadow: none; +} +body.buddypress #content #main .entry-header h1 { + font-size: 24px; + margin:0 0 20px 0; +} +#buddypress .activity a.button { + background:transparent; + margin:0 5px 0 0; + padding:0; + border:0; + color:#404040; + font-size:90%; + font-weight:normal; + text-align:left; +} +#buddypress .activity a.button:hover { + text-decoration:underline; +} +#buddypress a.bp-primary-action span, +#buddypress #reply-title small a span, +#buddypress a.bp-primary-action:hover span { + border-radius:0; + font-weight:normal; +} +#buddypress div.dir-search { + float: right; + margin: -54px 0 0; +} +body.buddypress input#groups_search[type="text"] { +font-family: Helvetica, Arial, sans-serif; +font-size: 12.5px; +padding: 8px 10px 7px 10px; +color: #999; +border: 1px solid #f7f7f7; +background: #f7f7f7; +margin-right: -10px; +-webkit-border-radius: 0; +-webkit-border-top-left-radius: 4px; +-webkit-border-bottom-left-radius: 4px; +-moz-border-radius: 0; +-moz-border-radius-topleft: 4px; +-moz-border-radius-bottomleft: 4px; +border-radius: 0; +border-top-left-radius: 4px; +border-bottom-left-radius: 4px; +} +body.buddypress input#groups_search_submit[type="submit"] { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; +background-color: #2f9bc1; +background-image: none; +color: #fff; +border: 1px solid #2f9bc1; +font-weight: bold; +padding: 9px 15px 10px 15px; +margin: 0; +font-size: 13.5px; +line-height: 1; +cursor: pointer; +text-shadow: none; +-webkit-box-shadow: none; +-moz-box-shadow: none; +box-shadow: none; +-webkit-border-radius: 4px; +-webkit-border-top-left-radius: 0; +-webkit-border-bottom-left-radius: 0; +-moz-border-radius: 4px; +-moz-border-radius-topleft: 0; +-moz-border-radius-bottomleft: 0; +border-radius: 4px; +border-top-left-radius: 0; +border-bottom-left-radius: 0; +} +#buddypress .activity-list .activity-content .activity-header, +#buddypress .activity-list .activity-content .comment-header, +#buddypress a.activity-time-since, +#buddypress a.activity-time-since:hover, +#buddypress div.activity-comments div.acomment-meta, +#buddypress .activity-list li.mini { + color: #33363C; + line-height: 140%; + font-family: 'open_sansbold'; + font-size:100%; +} +#buddypress div.activity-comments div.acomment-content { + font-size:100%; +} +/*-------------------------------------------------------------- +14.2 BuddyPress Activity Plus +--------------------------------------------------------------*/ +.bpfb_images a.thickbox { + float:left; + margin:3px; +} +/*-------------------------------------------------------------- +14.3 Beaver Builder +--------------------------------------------------------------*/ +body.fl-builder .entry-header { + display:none; +} +/*-------------------------------------------------------------- +14.3 Max Menu +--------------------------------------------------------------*/ +#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { + padding:0 4px; +} +#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu { + right:0; + left:none; +} \ No newline at end of file