Commit Graph

300 Commits

Author SHA1 Message Date
Sarven Capadisli 4f966709e6 Added farbtastic's default stylesheet 2009-04-13 17:30:25 +00:00
Sarven Capadisli d4291f1f9b Moved Cloudy's layout styles in skin to theme. 2009-04-13 17:29:15 +00:00
Sarven Capadisli 526cdd8a81 Merge branch '0.7.x' into 0.8.x 2009-04-13 17:26:58 +00:00
Sarven Capadisli d4f9f2c69b Moved layout styles to base stylesheet. 2009-04-13 17:26:12 +00:00
Sarven Capadisli ed3d68435f Using farbtastic jQuery plugin to select design colours. 2009-04-13 05:39:23 +00:00
Sarven Capadisli 765ea69667 Updated Cloudy theme's base style for Authorize subscription input
accept
2009-04-13 03:10:05 +00:00
Sarven Capadisli 7ae6db8019 Merge branch '0.7.x' into 0.8.x 2009-04-13 03:07:34 +00:00
Sarven Capadisli d62f69e592 Removing h1 from display in Profile page due to duplicate visibility
of fn and nickname.
2009-04-13 03:05:00 +00:00
Sarven Capadisli 2341f99224 Merge branch '0.7.x' into 0.8.x 2009-04-12 21:50:57 +00:00
Sarven Capadisli 7a00dc749d Updated styles for the Authrization subscription form inputs 2009-04-12 21:50:14 +00:00
Sarven Capadisli 6c7f5db9b3 Removed unused images 2009-04-12 02:38:14 +00:00
Sarven Capadisli 030477b02a Separation of themes (i.e., layout, typography) and skins (i.e., background
images, colours).

A theme can have multiple skins.

Majority of the changes in this commit are due to restructuring the
path/files for themes and skins.

Both theme and skin will be set to 'default' if not set in
config.php.

This commit also allows each instance of this software to create
its own theme without having to override any style from the default
distribution.

Added Cloudy theme.
2009-04-12 02:08:55 +00:00
Sarven Capadisli 1f33df4715 (Subjective) The dotted border style is less obtrusive (negative
space) than the dotted border style. While present, the dotted blends
away better. Observing 1 + 1 = 3 or more principle.
2009-04-11 22:29:13 +00:00
Meitar Moscovitz 6cdc2ff444 Fixes ticket:1409; correct typo 'subcription' to 'subscription' in HTML and CSS. 2009-04-09 13:52:39 -04:00
Sarven Capadisli 070cd3533c Fixes the issue mentioned in commit 7fc90d5. Changed the margin value
that's specific to the Inbox/Outbox page only.
2009-04-08 20:54:37 +00:00
Sarven Capadisli 255841cbb7 Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x 2009-04-08 20:01:00 +00:00
Sarven Capadisli 1ac66b3996 Using 800px width and using document.title if no text is selected. 2009-04-08 19:59:59 +00:00
Meitar Moscovitz 7fc90d5c5c Remove extranneous bottom margins on label; fix Safari layout bug.
This margin causes a layout bug in Safari whereby the Inbox and Outbox
pages have a notice form textarea that's too wide, causing it to slide
beneath the "Send" button on those pages. Removing this margin seems to
be completely innocuous in my tests, which covered Safari, Firefox,
Opera, and Internet Explorer 7. Can less be more? :)
2009-04-08 15:26:27 -04:00
Sarven Capadisli 3d536300aa Minor update for 800px width viewport 2009-04-08 18:52:05 +00:00
Sarven Capadisli a839daad2e HTML br is not needed. Using 'clear' in CSS instead. 2009-04-07 23:45:22 +00:00
Sarven Capadisli 5dfc09d9d2 Minor adjustment for error/success styles in default stylesheet 2009-04-07 21:04:24 +00:00
Sarven Capadisli 658462ce85 Markup and styles for search help and errors 2009-04-07 21:02:47 +00:00
Sarven Capadisli c42995e3a2 Minimum height for content and aside area. 2009-04-07 20:02:42 +00:00
Sarven Capadisli 27a279e7c1 Down playing the Register link's styles so it doesn't battle for
attention when anon_notice is present.
2009-04-07 18:16:16 +00:00
Sarven Capadisli 36f73bffbc Better support for 800px ~ 1024px width viewport/screen resolutions. 2009-04-02 06:29:49 +00:00
Sarven Capadisli 86c7a3c44d Using base presentation instead of identica theme to hide site name
when site logo is present
2009-03-30 00:21:05 +00:00
Sarven Capadisli 431ac087a5 Hiding site name from presentation iff site logo exists. 2009-03-29 22:43:39 +00:00
Sarven Capadisli 959d9eda23 Unused file. 2009-03-25 23:40:33 +00:00
Sarven Capadisli e810077c0e Processing indicator image for the default theme 2009-03-25 23:18:55 +00:00
Sarven Capadisli 4eb59da038 Processing indicator CSS for the default theme 2009-03-25 22:59:29 +00:00
Sarven Capadisli 90e5f01f8a Processing indicator (aka spinner thingy) for form_notice submits 2009-03-25 22:53:21 +00:00
Sarven Capadisli a7d8f7197e Alignment of notice-options in IE6 2009-03-25 22:48:51 +00:00
Sarven Capadisli a13bfa5848 Ticket http://laconi.ca/trac/ticket/1274
Minimised form_notice markup by removing unordered lists. There is a minor CSS
rule reassignment done by changing the selectors. There is no visual
change in the final result.
2009-03-25 18:16:20 +00:00
Sarven Capadisli fadae96a74 Password recover and change form markup updated. 2009-03-22 20:21:32 +00:00
Evan Prodromou e185c0395a Revert "trac #201 Add flowplayer to enable multimedia playback capability."
This reverts commit 9c9b6790ce.

This code wasn't ready for release, so I've reverted it for now.

Conflicts:

	lib/action.php
	lib/util.php
2009-03-12 00:13:28 -04:00
Sarven Capadisli 8b9e559167 Updated typography and layout 2009-03-02 00:06:29 +00:00
Sarven Capadisli 0a96edac9c Slightly toned down the text-shadow on navigation 2009-02-28 23:10:40 +00:00
Sarven Capadisli 240ea96921 Print stylesheet - Added license and cleanup 2009-02-24 05:09:23 +00:00
Sarven Capadisli d30590de23 Print stylesheet 2009-02-24 04:31:31 +00:00
Sarven Capadisli 85694e3fa6 Minor positioning: using absolute right instead of left 2009-02-20 23:54:17 +00:00
Sarven Capadisli 8fc7f5204e Minor CSS cleanup. 2009-02-19 02:55:04 +00:00
Sarven Capadisli 2eb6a6a9b0 Merge branch 'mobile-style' of git://gitorious.org/laconica/meitar into review
Conflicts:

	lib/action.php
2009-02-17 20:32:19 +00:00
Sarven Capadisli 6440f4cecd Removed transformation effects from h1-h6 (except in aside) 2009-02-16 22:39:57 +00:00
Robin Millette 9c9b6790ce trac #201 Add flowplayer to enable multimedia playback capability. 2009-02-16 17:46:24 +00:00
Sarven Capadisli faf82eebfe Added a mention of config setting to use a custom theme 2009-02-15 22:30:39 +00:00
Sarven Capadisli 3c8c0572ef Ticket 1172. Capitalizing first character of each word to uppercase
instead of putting all characters to uppercase.
2009-02-11 23:03:12 +00:00
Meitar Moscovitz 07c6537898 Style the notice form and notices to better avoid need to scroll around. 2009-02-12 00:34:18 +11:00
Meitar Moscovitz c9e8b1e5c3 Add streamlined mobile device-friendly styles when enabled in config.
A new mobile-specific style sheet is added and loaded only if the
`$config['site']['mobile']` configuration variable is set to true.
2009-02-11 03:03:16 +11:00
Meitar Moscovitz 8ec312043f Add a link to the group search page from a user's own group list.
I've seen a request or two pop up for this on the Laconica group on
Identica, and I'd personally like there to be a link to the search
page from my own groups listing, as I often find myself looking for
one and end up at my browser's address bar.
2009-02-07 04:03:25 +11:00
Sarven Capadisli ac23321a40 Added primary and secondary form actions. Fixed markup for
form_notice_delete
2009-02-06 06:27:04 +00:00