Commit Graph

656 Commits

Author SHA1 Message Date
Zach Copley 4de05f1e47 Forgot to move the facebookapp.css file into the new Facebook plugin 2009-10-27 21:00:26 +00:00
Sarven Capadisli c370f0aadf Removed attachment UI 2009-10-27 17:44:55 +01:00
Sarven Capadisli 0c8990b435 Slight alignment 2009-10-27 16:32:09 +01:00
Sarven Capadisli ac47015e2b Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x 2009-10-27 15:00:35 +01:00
Sarven Capadisli 0e029d7284 Some CSS updates for FB app 2009-10-27 14:59:58 +01:00
Sarven Capadisli d18f4a35ed Better alignment 2009-10-19 14:47:08 +00:00
Sarven Capadisli 1624373760 Updated default theme to use the CSS Sprites method for common icons 2009-10-13 11:44:56 +00:00
Sarven Capadisli 81199d0258 Aligning notice attach label from right instead of left 2009-10-06 15:51:06 +00:00
Sarven Capadisli 7fe1facc99 Fixed IE background image alignment for attach, favour and disfavour 2009-10-06 15:40:56 +00:00
Sarven Capadisli d37bf29bba Fixed nudge and direct message background image alignment 2009-10-06 15:40:28 +00:00
Sarven Capadisli e63a435868 Using 'CSS sprites' for common icons for the identica theme. Default
theme will follow after some tests.
2009-10-06 17:16:28 +02:00
Sarven Capadisli 2f065d687d Unnecessary selector bit 2009-10-04 23:53:02 +02:00
Sarven Capadisli df8cce2788 Removed obsolete iphone theme (pre v0.7) 2009-10-04 16:51:43 +00:00
Sarven Capadisli a68663588e Merge branch '0.8.x' into 0.9.x 2009-09-28 17:55:09 +00:00
Sarven Capadisli 74d537c834 Using a relative value for the form_notice note location instead 2009-09-27 11:54:45 +00:00
Evan Prodromou 8284b3cb82 Merge branch '0.8.x' into 0.9.x
Conflicts:
	actions/requesttoken.php
	classes/File.php
	install.php
	lib/noticeform.php
2009-09-23 09:45:22 -04:00
Sarven Capadisli 83b0916457 Updated csarven emails to csarven@status.net and removed dupes 2009-09-16 11:14:26 +02:00
Sarven Capadisli cf0d449fd8 Updated Cloudy theme 2009-09-14 15:14:48 +02:00
Sarven Capadisli 7a910961b6 Updated biz, cloudy, h4ck3r, pigeonthoughts themes default logos 2009-09-09 13:04:05 +02:00
Sarven Capadisli 153b647f0b Updated biz theme. 2009-09-09 12:57:27 +02:00
Sarven Capadisli c77c0d88ce Setting max width limit to select form control on inbox and outbox pages 2009-09-07 15:14:05 +00:00
Sarven Capadisli 8438724296 Updated identica and default theme to use processing indicator 2009-09-07 14:51:10 +00:00
Sarven Capadisli b237dc21ba Updated layout for filter by tag form 2009-09-04 15:59:27 +00:00
Evan Prodromou a21ca17f68 change default logo from laconica to status.net 2009-08-27 09:04:40 -07:00
Evan Prodromou 3567b9d708 global search and replace for laconica -> statusnet 2009-08-25 18:53:24 -04:00
Evan Prodromou 1f6ea95c92 convert CSS files to use new names 2009-08-25 18:21:37 -04:00
brion 84227dd4e1 Use spinner icon while performing AJAX submissions of favorite/unfavorite button so there's some visual feedback that something's happening. 2009-08-16 20:01:56 -04:00
Jeffery To a459313e10 Updated Jcrop to 0.9.8 (avatar cropping wasn't working in IE7 with 0.9.5) 2009-08-11 20:29:45 +08:00
Sarven Capadisli 4a0a6c96ce Updated link colour. 2009-08-09 13:23:35 +02:00
Craig Andrews d9a9af569f Used Yahoo! Smush.it to save a few bytes on the images 2009-08-06 22:30:02 -04:00
Sarven Capadisli cb2f668ff6 Removed not overly significant style from div.entry-content. It helps
with attachment views as well (Ticket 1761)
2009-08-04 16:24:23 +00:00
Sarven Capadisli c85b6155eb Minor UI fix for IE6 notice-options 2009-07-28 17:14:11 +00:00
Sarven Capadisli ef571f731c Updated pigeontheme to reflect the changes made to entry-content
structure
2009-07-25 18:30:18 +00:00
Sarven Capadisli cdf6d655b5 Minor change to timestamp selector 2009-07-25 18:29:30 +00:00
Sarven Capadisli 0b47e71e7a Removed <dl> structure from NoticeListItem::showContext. Same as
committ e0b877b26c.
2009-07-25 18:26:00 +00:00
Sarven Capadisli e378341910 Removed <dl> structure from NoticeListItem::showNoticeSource. Same as
commit e0b877b26c.
2009-07-25 18:22:05 +00:00
Sarven Capadisli 9c09bfe4d7 Removed <dl> structure from NoticeListItem::showNoticeLink. Reason:
Arguably, the earlier structure was unnecessarily verbose. Same as commit
e0b877b26c.
2009-07-25 18:04:45 +00:00
Sarven Capadisli 89f32432ba Updated pigeonthoughts theme 2009-07-25 17:53:37 +00:00
Sarven Capadisli 66a959a776 Removed <dl> structure from NoticeListItem::showReplyLink. Reason:
Same as commit e0b877b26c.
2009-07-25 17:44:19 +00:00
Sarven Capadisli e0b877b26c Removed <dl> structure from NoticeListItem::showDeleteLink. Reason:
To speed up DOM load by cutting down 3 nodes in each notice list item.
Generally each notice option should be a list item in a <ul>, however,
there is no tangible benefit for the user using this approach. In this
case, minimalism is favoured. Similarly, the new approach will make 5
fewer function calls on the server side.
2009-07-25 17:37:37 +00:00
Sarven Capadisli 932eab074d More IE fixes for Cloudy theme 2009-07-24 15:38:58 +00:00
Sarven Capadisli 8d2aeb7082 Cloudy theme IE (mostly 7/8) fixes 2009-07-24 15:04:00 +00:00
Sarven Capadisli fa332c8c85 Minor top value for cloudy theme 2009-07-23 15:07:33 +00:00
Sarven Capadisli 90bc755821 Updated cloudy theme 2009-07-23 15:01:42 +00:00
Sarven Capadisli b46961558a Reduced content width slightly for IE6 2009-07-20 23:11:23 +00:00
Sarven Capadisli 31307e6cdd Updated pigeonthoughts content/aside_primary layout values 2009-07-20 14:56:01 +00:00
Sarven Capadisli e3ac43541a Updated pigeonthoughts theme 2009-07-20 04:02:43 +00:00
Sarven Capadisli 350a342509 Using bottom instead of top for form_note 2009-07-16 19:58:24 +00:00
Sarven Capadisli 5d82b3e02a Reduced notice div.entry-content width so that in the case of super
deep/crazy conversations the notice options don't misalign.
2009-07-15 21:08:38 +00:00
Sarven Capadisli 0b44b252a0 Updated attachment view position. It is now closer to top. 2009-07-15 19:53:24 +00:00
Sarven Capadisli be0b149517 Updated max-width values for attachment view 2009-07-09 17:01:45 +00:00
Sarven Capadisli 247cf2ea8f Updated support for 800px width design 2009-07-07 04:08:51 +00:00
Sarven Capadisli c266e0d68c Added max-height to designsettings and attachment view images 2009-07-07 00:43:56 +00:00
Sarven Capadisli acb305b34a Changed img max-width to all attachment views 2009-07-07 00:22:43 +00:00
Sarven Capadisli d48d27d79f Updated margin/width value for nested notices 2009-07-05 22:57:35 +00:00
Sarven Capadisli 53b7fb7f1c Using box-shadow on the site_nav_local_views li instead of a. 2009-07-04 18:28:24 +00:00
Sarven Capadisli c832888234 Centres the overlay container as best as it can (given that we can't
calculate the height of the XHR response container without actually
loading it into the DOM).
2009-07-01 20:57:21 +00:00
Sarven Capadisli a9fd175994 Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x 2009-06-30 03:06:37 +00:00
Sarven Capadisli ccfe0e018d Updated jOverlay version and set max-width for images 2009-06-30 03:05:45 +00:00
Zach Copley d19ffc73c2 Merge branch '0.8.x' into design_reset
* 0.8.x:
  Using max-width:480px for settings_design_background-image image
  Using role for admin indicator. Added margin-left.
2009-06-29 15:38:17 -07:00
Sarven Capadisli 357f3784b5 Using max-width:480px for settings_design_background-image image 2009-06-29 22:30:40 +00:00
Sarven Capadisli 1268be4f82 Using role for admin indicator. Added margin-left. 2009-06-29 22:07:16 +00:00
Zach Copley dd1fc46f09 Merge branch '0.8.x' into design_reset
* 0.8.x: (32 commits)
  admin indicators in groups
  show section with admins in sidebar of group
  update to latest (r76) version of XMPPHP
  better output for common error handler
  fix logging error
  note when going background
  change name of constructor for xmppdaemon
  add a lot more logging to xmppdaemon
  error in get_option_value wasn't returning a value
  reformat commandline.inc
  if not in daemon mode, xmppdaemon sends log to stdout
  extract log-line formatting to its own function
  got my background/foreground logic backwards
  twitter status fetcher takes an id argument
  more efficient fixup of conversations
  commandline processing handles errors better
  xmppdaemon.php can stay in foreground
  command line arg handling a little more flexible
  Daemon can optionally not go into the background
  don't canonicalize people's text into URLs
  ...

Conflicts:
	theme/base/css/display.css
2009-06-29 13:23:45 -07:00
Evan Prodromou 5b8e40aaa9 admin indicators in groups 2009-06-29 10:29:11 -04:00
Sarven Capadisli f65015b24a Added input submit to let the user to go back to site's default design
settings
2009-06-27 03:21:18 +00:00
Sarven Capadisli c4da201fc0 IE UI update for notice_data_attach_selected 2009-06-25 21:25:41 +00:00
Sarven Capadisli 6a0571d51b Added functionality to remove the notice data attachment 2009-06-25 21:01:07 +00:00
Sarven Capadisli d1d5347ba3 Using transparent background colour instead of solid for notice on hover 2009-06-25 20:36:02 +00:00
Sarven Capadisli 5cc5bae4a9 Adds a scrollbar if the filename is too long for the attached file 2009-06-25 17:00:32 +00:00
Sarven Capadisli 1e17f1256a Shows the selected file attachment under the form_notice textarea 2009-06-25 16:55:19 +00:00
Sarven Capadisli 75d6b0707c Style for entity_aliases 2009-06-25 07:55:52 +00:00
Sarven Capadisli 3cfa2ebb05 Updated default colour theme and IE6 colours for transparent values 2009-06-23 21:18:41 +00:00
Sarven Capadisli 7b269a6712 Layout fix for IE6 2009-06-22 17:18:09 +00:00
Sarven Capadisli 730c173238 Updated markup and CSS for attachment_view 2009-06-18 18:48:19 +00:00
Robin Millette c442b400b9 Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x 2009-06-18 06:02:54 -04:00
Robin Millette 65b4cfbb54 Display more oembed info in attachment popup. 2009-06-18 06:02:12 -04:00
Sarven Capadisli 2b3746013e Updated themes for notice hover on content area 2009-06-18 04:55:41 +00:00
Sarven Capadisli ca53791988 Using notice hover only on content area 2009-06-18 04:54:12 +00:00
Sarven Capadisli 5d8d3e3184 Updated pigeonthoughts theme to reflect 0.8 design requirements 2009-06-18 04:33:32 +00:00
Sarven Capadisli f36d90a755 Minor removal 2009-06-18 01:41:53 +00:00
Sarven Capadisli 00736bddd1 Fix for background image repetition for various page heights 2009-06-18 01:39:37 +00:00
Sarven Capadisli d8b0fcbc50 Removed height:100% for better background image repetition 2009-06-18 01:28:02 +00:00
Zach Copley 164588ef0f Merge branch '0.8.x' into userdesign 2009-06-17 21:40:52 +00:00
Sarven Capadisli 85a4e32f30 Updated input submit for making a user admin of a group 2009-06-17 09:03:59 +00:00
Sarven Capadisli 4c640aace9 Updated markup yes/no form actions to be consistent with the rest of the site 2009-06-17 08:14:01 +00:00
Sarven Capadisli 0e4d8c416d Removed NoticeHover from JavaScript for speed gain. Using CSS instead
to handle the notice hover state. The difference is only seen in the
conversation page.
2009-06-17 07:49:41 +00:00
Zach Copley f2b6bde975 Merge branch 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design into userdesign
* 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design:
  IE7/8 CSS update for user design
2009-06-16 22:26:26 -07:00
Zach Copley 3d6e30d205 Merge branch '0.8.x' into userdesign
* 0.8.x:
  Moved url handling to its proper place, from newnotice to Notice.php
  Removed more dead code.
  Brought back borders for content, navigation, aside_primary but
  Minor margin value change
  More contrast for tabs
  UI updates:
2009-06-16 22:24:11 -07:00
Sarven Capadisli 9aebcf4426 IE7/8 CSS update for user design 2009-06-17 05:18:59 +00:00
Sarven Capadisli a592ee6b99 Init styles for tile and image use on/off for user design settings 2009-06-17 04:33:01 +00:00
Sarven Capadisli 3974ab633c Brought back borders for content, navigation, aside_primary but
applied transparent colour instead, hence not visible. This way, other
laconica instances make use of the border if they change only the
colour.
2009-06-16 21:47:58 +00:00
Sarven Capadisli fcc8684036 Minor margin value change 2009-06-16 21:10:14 +00:00
Sarven Capadisli c8e3e0d716 More contrast for tabs 2009-06-16 20:56:12 +00:00
Sarven Capadisli c74a079e47 UI updates:
Added box-shadow to local views, input focus, content
Removed borders from local views, content, aside_primary
Some cleaning
2009-06-16 19:40:23 +00:00
Sarven Capadisli c98179378b Revert "Using neutral colour for notice hover"
This reverts commit 5daa0e358f.
2009-06-16 07:45:19 +00:00
Sarven Capadisli 5daa0e358f Using neutral colour for notice hover 2009-06-16 06:32:17 +00:00
Sarven Capadisli e18504d1d2 Styles for group block 2009-06-15 05:38:18 +00:00
Sarven Capadisli 0bc9b2e730 Cross-browser notice_attach 2009-06-15 03:21:15 +00:00
Sarven Capadisli eddc2af158 Files no longer needed 2009-06-11 02:10:38 +00:00
Sarven Capadisli 388677a6a6 Updated notice attach UI for biz theme. 2009-06-09 17:59:08 +00:00
Sarven Capadisli 6af79f4755 Updated default stylesheet for notice attach 2009-06-09 17:49:24 +00:00
Sarven Capadisli 3aebd847e7 Added title and minor CSS cleanup to notice attach 2009-06-09 17:34:33 +00:00
Sarven Capadisli 1a126032ef Adding clip illustration for notice attachments. 2009-06-05 12:33:46 -04:00
Sarven Capadisli b708b81065 Init notice_data-attach UI for form_notice 2009-06-05 00:00:04 -04:00
Sarven Capadisli c5d105f186 Fixed z-index for IE7 on attachment thumbnail 2009-06-01 17:12:41 +00:00
Sarven Capadisli 6981a708ae Cross-browser update for Design form labels 2009-05-30 19:43:31 +00:00
Sarven Capadisli f56f2f52e7 Some cross-browser updates for conversation UI 2009-05-30 19:42:15 +00:00
Sarven Capadisli b87aa46b3f Updated max-width for attachment overlay heading 2009-05-29 00:07:18 +00:00
Sarven Capadisli 60ac9bc6fd Bunch of UI fixes/improvements for attachments (hover, overlay, notice view,
clip)
2009-05-27 19:43:43 +00:00
Sarven Capadisli 0e8358bd23 Updated stylesheet paths for facebook app 2009-05-26 02:34:36 +00:00
Sarven Capadisli aa935986b6 Removed unnecessary call to base/css/display.css for 0.8.x 2009-05-26 01:43:24 +00:00
Sarven Capadisli 3877324fd8 Updated JS to show/hide attachment thumbnails with timers. Minor
markup changes.
2009-05-25 17:30:57 -04:00
Sarven Capadisli 01dad57298 Markup cleanup for attachments 2009-05-25 15:53:19 -04:00
Sarven Capadisli b229805861 Resetting some of the attachment styles. Will update in the next commit. 2009-05-25 15:02:28 -04:00
Robin Millette 84edf12791 Display thumbnail on hover over links in notices when appropriate. 2009-05-25 11:13:13 -04:00
Robin Millette 5f3acc2527 Removed big clip and replaced with smaller inline one next to each URL (in a notice) that's actually an attachment. Overlay (popup) on click. 2009-05-24 21:13:42 -04:00
Sarven Capadisli 07dabe7889 Made conversation thread UI a bit more visible.
Added right margin for notice options.
2009-05-24 21:16:26 +00:00
Robin Millette 8c2473a227 Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x 2009-05-24 04:44:52 -04:00
Robin Millette b5ac6e31f2 Rearranged attachment info to only appear on each applicable notice page and thru an ajax popup. 2009-05-24 04:43:34 -04:00
Sarven Capadisli fde9b09435 Changing opacity to 1 only on the hovered notice item 2009-05-24 01:53:08 +00:00
Sarven Capadisli 69e88546fd Init styles for conversation page 2009-05-22 02:46:22 +00:00
Sarven Capadisli 689dd9ee5f Updated primary and secondary styles for biz, cloudy, h4ck3r, otalk,
pigeonthoughts themes.
2009-05-21 00:18:11 +00:00
Sarven Capadisli 56a8a255ff Changed No/Yes and Reset/Save locations. They are now a little more
usable by first offering the option to undo and than do.
2009-05-21 00:12:48 +00:00
Sarven Capadisli 0c442e459e Added reset button
Rearranged swatch layout
Added background image upload input file
2009-05-19 17:05:30 +00:00
Sarven Capadisli 62d2229573 Removed visited and vcard background (matches identica theme) 2009-05-19 01:24:35 +00:00
Sarven Capadisli 8c5d1b63df Removed visited and vcard a background colors. 2009-05-19 00:09:06 +00:00
Sarven Capadisli da74a29e03 Using list-style-position:inside for lists so that bullets don't leak
out of the container.

Added more padding to groups with most posts table
2009-05-18 23:45:45 +00:00
Sarven Capadisli 8b5bcae58f Merge branch '0.7.x' into 0.8.x
Conflicts:

	EVENTS.txt
2009-05-18 23:28:08 +00:00
Sarven Capadisli dcd69eec90 Increase entity_profile fn, nickname font-size slightly. Gave
entity_profile more width.
2009-05-18 23:23:00 +00:00
Robin Millette 15eb0c0206 Merge branch '0.8.x' of git://gitorious.org/laconica/dev into links 2009-05-15 15:08:07 -04:00
Robin Millette fecb8c706d Attachments and their list now provide "ajax" view. Also added a few sidebars relating tags and attachments. 2009-05-15 15:04:58 -04:00
Sarven Capadisli fbb0d1dd54 Updated Cloudy theme default avatars and minor CSS 2009-05-14 23:43:41 +00:00
Sarven Capadisli af5e0dab69 Updated logos to use laconica as default. 2009-05-14 20:27:08 +00:00
Sarven Capadisli 4a8c993ed0 Updated instructions for creating a theme. Removed earthy theme ~
which was too basic to be unique.
2009-05-14 20:22:04 +00:00
Sarven Capadisli d8e49a2174 otalk theme: Using two columns for notice list 2009-05-13 17:29:13 +00:00
Sarven Capadisli 06e012cc71 Minor clearing. 2009-05-13 16:06:52 +00:00
Sarven Capadisli 78e5572b38 Init h4ck3r theme.
Originally suggested by Zach ( http://identi.ca/user/25 ).

Background image (aka matrix h4x0r animated chars) is copied from
Google neonblade2 theme ( http://ur1.ca/49wv ). Original creator of the
image is unknown at this time.
2009-05-13 15:56:44 +00:00
Sarven Capadisli 251fd2c232 Init pigeon thoughts theme.
Inspired by
http://csarven.ca/labs/csszengarden.com/pigeon-thoughts/zengarden-sample.html
2009-05-11 04:04:56 +00:00
Sarven Capadisli 8fc8eaa1b6 Init biz theme
Design is similar (inspired) to http://drupal.org/project/acquia_marina Two of
the background illustrations are reused.
2009-05-10 23:14:42 +00:00
Sarven Capadisli 51377258a1 Aligned shownotice page's entry-content to left. Fixing vcard photo
margin bottom value.
2009-05-02 00:10:50 +00:00
Sarven Capadisli 1fde80cf73 Minor CSS updates (No min-height on shownotice page, site_notice is
floated instead of positioned absolutely, notice entry-content is
aligned with the nickname on shownotice page)
2009-05-01 23:32:59 +00:00
Sarven Capadisli 10d42ce392 Giving more contrast between the background colour and the laconica logo. 2009-05-01 04:39:49 +00:00
Sarven Capadisli fb8340fb54 Added laconica logo
Updated installation page markup
2009-05-01 03:50:24 +00:00
Sarven Capadisli d30df07908 Merge branch '0.7.x' into 0.8.x
Resolved Conflicts:
	lib/queuehandler.php
	lib/util.php
	theme/base/css/display.css
2009-05-01 00:16:25 +00:00
Sarven Capadisli efe8c47d7d Minor CSS order/cleanup. 2009-04-27 20:07:22 +00:00
Sarven Capadisli 12867d114d UI for server errors. 2009-04-24 17:22:43 +00:00
Sarven Capadisli af89dcadee earthy theme: layout experiment 2009-04-20 05:06:38 +00:00
Sarven Capadisli aadad4579f earthy theme preliminary (colours only) 2009-04-20 04:37:13 +00:00
Sarven Capadisli 5d9862248b otalk theme: anon_notice background colour update 2009-04-20 01:58:49 +00:00
Sarven Capadisli 802c1f121b otalk theme update to overflows 2009-04-20 01:00:40 +00:00
Sarven Capadisli a37bfcbb43 Update to theme name in stylesheets. 2009-04-19 23:45:03 +00:00
Sarven Capadisli 340cd553ec otalk theme (preliminary) 2009-04-19 23:40:37 +00:00
Evan Prodromou 55d7bb4701 Merge branch '0.7.x' into 0.8.x 2009-04-15 11:35:43 -04:00
Sarven Capadisli 64e4b8a20f Updated remaining files and styles for style separation for themes 2009-04-14 23:32:09 +00:00
Sarven Capadisli 7095c93f66 Simpler separation of themes. New themes can either make use of the
default styles or make their own.
2009-04-14 23:13:02 +00:00
Evan Prodromou b142c26010 Make stuff work with no base 2009-04-14 16:02:09 -04:00
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
Sarven Capadisli e5b075b912 Matching Facebook app UI to identi.ca. Fixed tabs, add to profile,
widths, font-size, and some HTML markup.
2009-02-05 04:54:42 +00:00
Sarven Capadisli b43bdda312 Removing extra margin after .section .notice .author. 2009-02-04 18:18:25 +00:00
Sarven Capadisli 593d41f78b Using overflow:hidden for long strings that don't contain any
whitespace. This is both a preventive measure for user content that is
abused (i.e., leaking text into other page components) and for
aesthetics (requested by @evan)
2009-02-04 16:45:46 +00:00
Sarven Capadisli 8463d23397 http://laconi.ca/trac/ticket/1112 -- Removed only the author fn from
display.
2009-02-04 14:35:34 +00:00
Sarven Capadisli 05e11ea021 Removed deprecated files from the identica theme. 2009-02-03 22:12:04 +00:00
Sarven Capadisli bcc8348615 Removed deprecated files from the default theme. 2009-02-03 22:09:25 +00:00
Sarven Capadisli 9abfe1848a Ticket 1029 -- Atom feed icon. Also updated the RSS icon to PNG version. 2009-02-02 17:21:33 +00:00
Sarven Capadisli 99fba4932d Ticket 1044 -- Removed border-top, reduced padding, changed notice
count from 6 to 5, removed nickname.
2009-02-02 17:02:58 +00:00
Sarven Capadisli 5f004c0158 Added "Edit" entity_action.
Updated theme files.
2009-02-02 16:33:47 +00:00
Sarven Capadisli 4f1345620a Better cross-browser support for page and text zoom-in/out. 2009-02-02 14:14:14 +00:00
Sarven Capadisli 88eb8c924c Reduced width and realigned anon_notice 2009-02-01 19:34:11 +00:00
Sarven Capadisli 804dc7cdb9 Ticket 1071 - Set overflow:auto for long non-breaking strings. This is
the most cross-browser safe method unless the string is broken into
chunks at the time of output from backend.
2009-02-01 19:06:08 +00:00
Sarven Capadisli b363233c2d Moved theme rules from base to identica stylesheet 2009-02-01 18:09:56 +00:00
Sarven Capadisli add0b7f329 Resaved identica logo as transparent PNG24 in order to handle various
background colours without having to explicitly apply anti-aliasing.

Updated colour information in identica theme.

Removed ie7 base stylesheet that's no longer required.

Added ie identica stylesheet to handle solid background colour for
2009-02-01 18:04:56 +00:00
Sarven Capadisli 533f9933de Ticket #1060 -- Ability to wrap long .entity_profile .entity_fn 2009-02-01 06:28:16 +00:00
Sarven Capadisli 59e42b766e Ticket #1045 -- Added borders to all sides of the pagination anchor. 2009-02-01 05:08:36 +00:00
Sarven Capadisli f400db5fe4 Howto: create a laconica theme 2009-01-28 19:13:46 +00:00
Sarven Capadisli 43509a3c17 Better colour contrast for major areas (background, sidebar, tabs) 2009-01-27 06:04:50 +00:00
Sarven Capadisli af615c3eb4 Using entity_actions styles instead 2009-01-26 16:34:41 +00:00
Sarven Capadisli b2e67db833 Facebook form_settings label style 2009-01-26 06:28:30 +00:00
Sarven Capadisli ff22b095c8 Facebook guide style 2009-01-26 06:20:44 +00:00
Sarven Capadisli 68f5afd791 Minor facebook app style fixes 2009-01-26 06:01:24 +00:00
Sarven Capadisli cf7908a971 M 2009-01-24 05:03:32 +00:00
Sarven Capadisli 1a0719ae6c filter tags styles 2009-01-24 04:56:04 +00:00
Sarven Capadisli a7d3f34204 M 2009-01-24 03:55:32 +00:00
sarven 8e4f985e45 Minor 2009-01-24 03:45:44 +00:00
sarven 08030196ca new group markup in usergroups matching groups 2009-01-24 03:23:40 +00:00
sarven 0cdaf3e155 Invitation markup and style 2009-01-24 03:18:34 +00:00
sarven 4980f654a8 Notice search markup and style 2009-01-24 03:14:27 +00:00
sarven 18eb40c988 Search form markup and style 2009-01-24 00:58:12 +00:00
sarven 7fa5e22438 Twitter settings styles 2009-01-23 11:42:38 +00:00
sarven 8ebc19727a Cursor pointer for input.submit 2009-01-23 11:20:47 +00:00
sarven c396b4d9ef Merge branch 'master' of ../trunk 2009-01-23 11:02:49 +00:00
sarven 65ecb9c452 Giving more avatars per line 2009-01-23 11:02:26 +00:00
Zach Copley 767c7d293d trac750 Better CSS file organization and linking fore the FB app 2009-01-23 10:51:49 +00:00
sarven 6bf25779fb Facebook app styles 2009-01-23 10:40:45 +00:00
sarven 67df25fdfd Cleaning 2009-01-23 10:33:55 +00:00
sarven 6c9bbdb561 openid markup and style 2009-01-23 08:52:04 +00:00
sarven 50b9f5f6c5 Minor 2009-01-23 08:19:00 +00:00
sarven 493b77b2e1 Minor 2009-01-23 06:49:14 +00:00
sarven b84868d059 Default stylesheet 2009-01-23 06:39:48 +00:00
sarven c97980b145 Missing closing li 2009-01-23 06:14:56 +00:00
sarven 500ed2f5eb Cleanup 2009-01-23 05:23:28 +00:00
sarven e2afca803d Cleanup 2009-01-23 04:54:54 +00:00