-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #808 from nistormihai/master
Generic theme added.
- Loading branch information
Showing
57 changed files
with
1,150 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
plugins/embed/gui-resources/scripts/js/build/themes/generic.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
define([ | ||
'plugins/status', | ||
'plugins/social-share', | ||
'plugins/post-hash', | ||
'plugins/wrappup-toggle', | ||
'plugins/scroll-pagination', | ||
'plugins/permanent-link', | ||
'plugins/user-comments', | ||
'plugins/twitter-widgets', | ||
'tmpl!theme/item/base', | ||
'css!theme/liveblog' | ||
], function() { | ||
'use strict'; | ||
return { | ||
plugins: [ 'status', | ||
'social-share', | ||
'post-hash', | ||
'wrappup-toggle', | ||
'scroll-pagination', | ||
'permanent-link', | ||
'user-comments', | ||
'twitter-widgets'] | ||
}; | ||
}); |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/container"/} |
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.47 KB
plugins/embed/gui-themes/themes/generic/img/default-liveblog-avatar_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+225 Bytes
plugins/embed/gui-themes/themes/generic/img/social_facebook_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+432 Bytes
plugins/embed/gui-themes/themes/generic/img/social_google_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+310 Bytes
plugins/embed/gui-themes/themes/generic/img/social_linkedin_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+407 Bytes
plugins/embed/gui-themes/themes/generic/img/social_pinterest_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+401 Bytes
plugins/embed/gui-themes/themes/generic/img/social_twitter_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{>"themeBase/item/base"/} | ||
|
||
|
||
{<header} | ||
{+userAvatar}{/userAvatar} | ||
{+userNameContainer}{/userNameContainer} | ||
{+postDateContainer}{/postDateContainer} | ||
{+shareContainer}{/shareContainer} | ||
{/header} | ||
|
||
|
||
|
||
{<contentSideContainer} | ||
<div class="post-content-side"> | ||
{+contentSide} | ||
{+userAvatar}{/userAvatar} | ||
{/contentSide} | ||
</div> | ||
{/contentSideContainer} | ||
|
Empty file.
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/posttype/image.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/posttype/image"/} |
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/posttype/link.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/posttype/link"/} |
2 changes: 2 additions & 0 deletions
2
plugins/embed/gui-themes/themes/generic/item/posttype/normal.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{>"themeBase/item/posttype/normal"/} | ||
{<contentSideContainer}{/contentSideContainer} |
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/posttype/quote.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/posttype/quote"/} |
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/posttype/wrapup.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/posttype/wrapup"/} |
Empty file.
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/source/comments.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/source/comments"/} |
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/source/facebook.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/source/facebook"/} |
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/source/flickr.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/source/flickr"/} |
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/source/google.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/source/google"/} |
Empty file.
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/source/google/images.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/source/google/images"/} |
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/source/google/news.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/source/google/news"/} |
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/source/google/web.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/source/google/web"/} |
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/source/instagram.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/source/instagram"/} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/source/sms"/} |
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/source/soundcloud.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/source/soundcloud"/} |
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/source/twitter.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/source/twitter"/} |
1 change: 1 addition & 0 deletions
1
plugins/embed/gui-themes/themes/generic/item/source/youtube.dust
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{>"themeBase/item/source/youtube"/} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.