diff --git a/images/smiley-shaka.gif b/images/smiley-shaka.gif new file mode 100644 index 000000000..336fe3bcd Binary files /dev/null and b/images/smiley-shaka.gif differ diff --git a/include/text.php b/include/text.php index 416e19927..bca219658 100755 --- a/include/text.php +++ b/include/text.php @@ -678,7 +678,7 @@ function smilies($s) { $a = get_app(); $s = str_replace( - array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '\\o/', 'o.O', 'O.o', + array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '\\o/', 'o.O', 'O.o', '\\.../', '\\ooo/', '~friendika', '~friendica', 'Diaspora*' ), array( '<3', @@ -700,6 +700,8 @@ function smilies($s) { '\\o/', 'o.O', 'O.o', + '\\.../', + '\\ooo/', '~friendika ~friendika', '~friendica ~friendica', 'DiasporaDiaspora*', diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css new file mode 100755 index 000000000..e6589cfae --- /dev/null +++ b/view/theme/slackr/style.css @@ -0,0 +1,46 @@ +@import url('../duepuntozero/style.css'); + +.wall-item-content-wrapper { + border: none; +} + +.wall-item-content-wrapper.comment { + background: #ffffff !important; + border-left: 1px solid #EEE; +} + +.wall-item-tools { + background: none; +} + +.comment-edit-text-empty, .comment-edit-text-full { + border: none; + border-left: 1px solid #EEE; + background: #EEEEEE; +} + +.comment-edit-wrapper { + background: #ffffff !important; +} + +section { + margin: 0px 32px; +} + +aside { + margin-left: 32px; +} +nav { + margin-left: 32px; + margin-right: 32px; +} + +nav #site-location { + top: 80px; + right: 36px; +} + +.wall-item-photo, .photo, .contact-block-img, .my-comment-photo { + border-radius: 3px; + -moz-border-radius: 3px; +} \ No newline at end of file diff --git a/view/theme/slackr/theme.php b/view/theme/slackr/theme.php new file mode 100755 index 000000000..5d63583f4 --- /dev/null +++ b/view/theme/slackr/theme.php @@ -0,0 +1,49 @@ +theme_info = array( + 'extends' => 'duepuntozero', +); + +$a->page['htmlhead'] .= <<< EOT + +EOT;