summaryrefslogtreecommitdiff
path: root/theme/identica
AgeCommit message (Collapse)Author
2009-11-08Removed some unnecessary stylesSarven Capadisli
2009-11-08Updated subscribe/unsubscribe button stylesSarven Capadisli
2009-11-08Updated pagination styles and removed notice option input roundnessSarven Capadisli
2009-11-08Updated the styles for action iconsSarven Capadisli
2009-11-08Updated entity actions, notice options button stylesSarven Capadisli
2009-11-02Updated button.close styleSarven Capadisli
2009-11-01Updated button.close stylesSarven Capadisli
2009-11-01Removed unneessary stylesSarven Capadisli
2009-11-01Updated default and identica theme to use a single instance ofSarven Capadisli
property:value for icons.
2009-11-01Moved theme styles from identica to baseSarven Capadisli
2009-10-31Updated form_notice styles. .form_notice applies to both noticeformSarven Capadisli
(form_notice) and messageform (form_notice-direct)
2009-10-06Fixed IE background image alignment for attach, favour and disfavourSarven Capadisli
2009-10-06Fixed nudge and direct message background image alignmentSarven Capadisli
2009-10-06Using 'CSS sprites' for common icons for the identica theme. DefaultSarven Capadisli
theme will follow after some tests.
2009-09-07Updated identica and default theme to use processing indicatorSarven Capadisli
2009-08-25convert CSS files to use new namesEvan Prodromou
2009-08-09Updated link colour.Sarven Capadisli
2009-08-06Used Yahoo! Smush.it to save a few bytes on the imagesCraig Andrews
2009-08-04Removed not overly significant style from div.entry-content. It helpsSarven Capadisli
with attachment views as well (Ticket 1761)
2009-07-25Removed <dl> structure from NoticeListItem::showReplyLink. Reason:Sarven Capadisli
Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
2009-07-25Removed <dl> structure from NoticeListItem::showDeleteLink. Reason:Sarven Capadisli
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-04Using box-shadow on the site_nav_local_views li instead of a.Sarven Capadisli
2009-06-25Using transparent background colour instead of solid for notice on hoverSarven Capadisli
2009-06-23Updated default colour theme and IE6 colours for transparent valuesSarven Capadisli
2009-06-18Using notice hover only on content areaSarven Capadisli
2009-06-18Fix for background image repetition for various page heightsSarven Capadisli
2009-06-17Updated input submit for making a user admin of a groupSarven Capadisli
2009-06-17Removed NoticeHover from JavaScript for speed gain. Using CSS insteadSarven Capadisli
to handle the notice hover state. The difference is only seen in the conversation page.
2009-06-16Brought back borders for content, navigation, aside_primary butSarven Capadisli
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-16Minor margin value changeSarven Capadisli
2009-06-16More contrast for tabsSarven Capadisli
2009-06-16UI updates:Sarven Capadisli
Added box-shadow to local views, input focus, content Removed borders from local views, content, aside_primary Some cleaning
2009-06-16Revert "Using neutral colour for notice hover"Sarven Capadisli
This reverts commit 5daa0e358f0a75261e3240820cd6bcf7a57504fc.
2009-06-16Using neutral colour for notice hoverSarven Capadisli
2009-06-15Styles for group blockSarven Capadisli
2009-06-15Cross-browser notice_attachSarven Capadisli
2009-06-05Init notice_data-attach UI for form_noticeSarven Capadisli
2009-05-27Bunch of UI fixes/improvements for attachments (hover, overlay, notice view,Sarven Capadisli
clip)
2009-05-24Made conversation thread UI a bit more visible.Sarven Capadisli
Added right margin for notice options.
2009-05-24Changing opacity to 1 only on the hovered notice itemSarven Capadisli
2009-05-22Init styles for conversation pageSarven Capadisli
2009-05-21Changed No/Yes and Reset/Save locations. They are now a little moreSarven Capadisli
usable by first offering the option to undo and than do.
2009-05-19Removed visited and vcard a background colors.Sarven Capadisli
2009-04-15Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-04-14Simpler separation of themes. New themes can either make use of theSarven Capadisli
default styles or make their own.
2009-04-14Make stuff work with no baseEvan Prodromou
2009-04-13Moved layout styles to base stylesheet.Sarven Capadisli
2009-04-12Updated styles for the Authrization subscription form inputsSarven Capadisli
2009-04-12Separation of themes (i.e., layout, typography) and skins (i.e., backgroundSarven Capadisli
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-07Markup and styles for search help and errorsSarven Capadisli