diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/de/htconfig.tpl | 10 | ||||
-rw-r--r-- | view/en/htconfig.tpl | 4 | ||||
-rw-r--r-- | view/fr/htconfig.tpl | 9 | ||||
-rw-r--r-- | view/it/htconfig.tpl | 9 | ||||
-rw-r--r-- | view/theme/clean/style.css | 2 | ||||
-rw-r--r-- | view/theme/darkness/style.css | 2 | ||||
-rw-r--r-- | view/theme/default/dfrn.gif | bin | 109 -> 0 bytes | |||
-rw-r--r-- | view/theme/default/friendika16.gif | bin | 1071 -> 0 bytes | |||
-rw-r--r-- | view/theme/duepuntozero/style.css | 3 | ||||
-rw-r--r-- | view/theme/goldenrod/style.css | 2 | ||||
-rw-r--r-- | view/theme/loozah/ff-16.jpg (renamed from view/theme/default/ff-16.jpg) | bin | 644 -> 644 bytes | |||
-rwxr-xr-x | view/theme/loozah/lock.cur (renamed from view/theme/default/lock.cur) | bin | 4286 -> 4286 bytes | |||
-rw-r--r-- | view/theme/loozah/login-bg.gif (renamed from view/theme/default/login-bg.gif) | bin | 237 -> 237 bytes | |||
-rw-r--r-- | view/theme/loozah/style.css (renamed from view/theme/default/style.css) | 4 | ||||
-rw-r--r-- | view/theme/shady/style.css | 2 | ||||
-rw-r--r-- | view/theme/three-d/style.css | 2 |
16 files changed, 42 insertions, 7 deletions
diff --git a/view/de/htconfig.tpl b/view/de/htconfig.tpl index c7c19bf69..d3bb6b411 100644 --- a/view/de/htconfig.tpl +++ b/view/de/htconfig.tpl @@ -62,3 +62,13 @@ $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com'; $a->config['system']['rino_encrypt'] = true; +// default system theme + +$a->config['system']['theme'] = 'duepuntozero'; + +// Addons or plugins are configured here. +// This is a comma seperated list of addons to enable. Example: +// $a->config['system']['addon'] = 'js_upload,randplace,oembed'; + +$a->config['system']['addon'] = 'js_upload'; + diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 0182dbe5c..d3bb6b411 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -62,6 +62,10 @@ $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com'; $a->config['system']['rino_encrypt'] = true; +// default system theme + +$a->config['system']['theme'] = 'duepuntozero'; + // Addons or plugins are configured here. // This is a comma seperated list of addons to enable. Example: // $a->config['system']['addon'] = 'js_upload,randplace,oembed'; diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index c7c19bf69..d31d5a39f 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -62,3 +62,12 @@ $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com'; $a->config['system']['rino_encrypt'] = true; +// default system theme + +$a->config['system']['theme'] = 'duepuntozero'; + +// Addons or plugins are configured here. +// This is a comma seperated list of addons to enable. Example: +// $a->config['system']['addon'] = 'js_upload,randplace,oembed'; + +$a->config['system']['addon'] = 'js_upload'; diff --git a/view/it/htconfig.tpl b/view/it/htconfig.tpl index 78e014cc1..180f7885c 100644 --- a/view/it/htconfig.tpl +++ b/view/it/htconfig.tpl @@ -62,3 +62,12 @@ $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com'; $a->config['system']['rino_encrypt'] = true; +// default system theme + +$a->config['system']['theme'] = 'duepuntozero'; + +// Addons or plugins are configured here. +// This is a comma seperated list of addons to enable. Example: +// $a->config['system']['addon'] = 'js_upload,randplace,oembed'; + +$a->config['system']['addon'] = 'js_upload'; diff --git a/view/theme/clean/style.css b/view/theme/clean/style.css index ea8f54ddf..4730b5c2f 100644 --- a/view/theme/clean/style.css +++ b/view/theme/clean/style.css @@ -1,4 +1,4 @@ -@import url('../default/style.css'); +@import url('../loozah/style.css'); footer { background: #CCC; diff --git a/view/theme/darkness/style.css b/view/theme/darkness/style.css index 3aff559d3..828fdd104 100644 --- a/view/theme/darkness/style.css +++ b/view/theme/darkness/style.css @@ -1,4 +1,4 @@ -@import url('../default/style.css'); +@import url('../loozah/style.css'); nav { background: #CCC; diff --git a/view/theme/default/dfrn.gif b/view/theme/default/dfrn.gif Binary files differdeleted file mode 100644 index 104f42e51..000000000 --- a/view/theme/default/dfrn.gif +++ /dev/null diff --git a/view/theme/default/friendika16.gif b/view/theme/default/friendika16.gif Binary files differdeleted file mode 100644 index f5321b1e5..000000000 --- a/view/theme/default/friendika16.gif +++ /dev/null diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c7eb56fb1..50745ac15 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1210,7 +1210,8 @@ input#dfrn-url { margin-top: 30px; } #contact-edit-poll-text { - margin-bottom: 10px; + margin-top: 15px; + margin-bottom: 5px; } #contact-edit-update-now { diff --git a/view/theme/goldenrod/style.css b/view/theme/goldenrod/style.css index a9c04a08d..2a098e955 100644 --- a/view/theme/goldenrod/style.css +++ b/view/theme/goldenrod/style.css @@ -1,4 +1,4 @@ -@import url('../default/style.css'); +@import url('../loozah/style.css'); footer { background: #CCC; diff --git a/view/theme/default/ff-16.jpg b/view/theme/loozah/ff-16.jpg Binary files differindex 3621f5914..3621f5914 100644 --- a/view/theme/default/ff-16.jpg +++ b/view/theme/loozah/ff-16.jpg diff --git a/view/theme/default/lock.cur b/view/theme/loozah/lock.cur Binary files differindex 892c5e851..892c5e851 100755 --- a/view/theme/default/lock.cur +++ b/view/theme/loozah/lock.cur diff --git a/view/theme/default/login-bg.gif b/view/theme/loozah/login-bg.gif Binary files differindex cde836c89..cde836c89 100644 --- a/view/theme/default/login-bg.gif +++ b/view/theme/loozah/login-bg.gif diff --git a/view/theme/default/style.css b/view/theme/loozah/style.css index 5dd0b8712..d7d735d6d 100644 --- a/view/theme/default/style.css +++ b/view/theme/loozah/style.css @@ -1335,8 +1335,10 @@ input#dfrn-url { margin-top: 30px; } #contact-edit-poll-text { - margin-bottom: 10px; + margin-top: 15px; + margin-bottom: 5px; } + #contact-edit-update-now { margin-top: 15px; } diff --git a/view/theme/shady/style.css b/view/theme/shady/style.css index 071310541..1e3e6ec40 100644 --- a/view/theme/shady/style.css +++ b/view/theme/shady/style.css @@ -1,4 +1,4 @@ -@import url('../default/style.css'); +@import url('../loozah/style.css'); body { background: #DDDDDD; diff --git a/view/theme/three-d/style.css b/view/theme/three-d/style.css index e885a70d3..56d36914e 100644 --- a/view/theme/three-d/style.css +++ b/view/theme/three-d/style.css @@ -1,4 +1,4 @@ -@import url('../default/style.css'); +@import url('../loozah/style.css'); .error-message { -moz-box-shadow: 5px 5px 5px #888888; |