aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
Commit message (Collapse)AuthorAgeFilesLines
* Add "scheme default" button for nav colours.Thomas Willingham2013-10-101-0/+1
|
* *sigh* I swear I DID test this first...Thomas Willingham2013-10-101-2/+2
|
* Various schema issues.Thomas Willingham2013-10-104-22/+22
|
* But remember to set the expert flagThomas Willingham2013-10-101-0/+4
|
* Basic schema support - but no actual schemas.Thomas Willingham2013-10-103-3/+45
|
* get rid of the clean font because it looks weird in some browsersmarijus2013-10-101-2/+2
|
* more icon conversions - savedsearch listings need more work. The drop icon ↵friendica2013-10-092-10/+10
| | | | should be hidden unless the entry is being hovered.
* delete iconsfriendica2013-10-091-0/+9
|
* more redbasic icon workfriendica2013-10-091-0/+1
|
* might be better that waymarijus2013-10-091-4/+2
|
* pimp up the searchbar a little and hoping it is the right way to domarijus2013-10-091-14/+12
| | | | it
* nav iconsfriendica2013-10-091-1/+5
|
* move verified indicatorfriendica2013-10-081-1/+1
|
* replace a bunch of graphic icons with vector iconsfriendica2013-10-081-2/+12
|
* First visit http://fontawesome.io/cheatsheet/, then it's your turn. Please ↵friendica2013-10-081-0/+6
| | | | don't leave this for me to fix, because you'll hate it. There are a few icons we'll have to map to something appropriate - such as "matrix"; though there are some interesting options - and you can always dip into unicode if you don't find something appropriate here; though I would suggest that *if* you do this to create an icon-xyz class wrapper to the HTML "i" tag so that it's handled exactly the same.
* get rid of pink search bar when not using redbasic "red"friendica2013-10-032-1/+5
|
* bring back photo shadows (via theme settings)friendica2013-10-024-4/+12
|
* Fix a gotcha in theme defaults.Thomas Willingham2013-10-031-15/+26
|
* Why use 6 lines when you can use 8,000?Thomas Willingham2013-10-023-1/+5
|
* Remove some !important that isn't, and add deprecated note to old CSSThomas Willingham2013-10-023-7/+12
|
* Four little typosThomas Willingham2013-10-021-4/+4
|
* Do PCSS properlyThomas Willingham2013-10-015-318/+117
|
* clean up the default page definition - get rid of right_aside which is illegalfriendica2013-09-291-3/+0
|
* Prevent toolbar overlapping comanche nav links.Thomas Willingham2013-09-281-1/+0
|
* TypoThomas Willingham2013-09-271-1/+1
|
* Issue #131Thomas Willingham2013-09-271-2/+9
|
* Minor theme stuff - make the pages toolbar a toolbar, get rid of a naughty ↵Thomas Willingham2013-09-271-0/+18
| | | | center tag, and stop very long tags overlapping the directory.
* clean up app management a bitfriendica2013-09-201-0/+5
|
* Changed CSS class "selected" to "active" in navbar, according to ↵Olivier Migeot2013-09-181-7/+7
| | | | https://abcentric.net/display/f17b319c6d4b616a0d0a639e177969c6ae084248f1ee2bec9d8147c9291bf495@abcentric.net
* Redbasic - optimise mail list.Thomas Willingham2013-09-061-24/+7
|
* Redbasic - some more CSS we don't use.Thomas Willingham2013-09-061-181/+3
|
* Redbasic - clean up nav.Thomas Willingham2013-09-061-63/+1
|
* fix mod/search_ac (sort of)friendica2013-09-021-1/+1
|
* silence some warnings at php E_ALL levelsfriendica2013-08-281-5/+1
|
* bring back mail list and cleanup some issues which popped out with full PHP ↵friendica2013-08-271-1/+1
| | | | warnings
* Make footers position fixed, so that its content appearsChristian Vogeley2013-08-241-0/+2
|
* email attachments (and fix email photos)friendica2013-08-191-0/+1
|
* debugging issue #58 - seems to work but needs (more) themingfriendica2013-08-131-0/+12
|
* theme personal menus so they look more or less like widgetsfriendica2013-08-121-1/+9
|
* Add public visibility setting to privacy groups (collections). This doesn't ↵friendica2013-08-071-43/+0
| | | | yet make them visible, but allows them to be visible (like a Cc: instead of a Bcc:)
* This is an actual arrowhead, the nabla is a math operator.friendica2013-08-061-2/+2
|
* wee bit of css cleanupfriendica2013-08-061-297/+5
|
* getElementById returns null on failurefriendica2013-07-211-1/+1
|
* fix error updating pagetitle with notify count if not logged in locally (no ↵friendica2013-07-211-10/+13
| | | | notify count available)
* position the visage timestampfriendica2013-07-171-0/+4
|
* Update style.cssgit-marijus2013-07-171-1/+1
| | | wall-item-arrowphoto-wrapper z-index should not be higher than nav z-index otherwise arrow scroll above the nav area...
* configurable theme precedence rules, and passing the page owner to the pcss ↵friendica2013-07-172-3/+6
| | | | theme settings.
* provide a controlling user for theme settings, not necessarily local_user() ↵friendica2013-07-161-14/+17
| | | | - can't test on my test site so moving into production and I'll debug it there.
* define some photo types; primarily profile photos and things, but there is ↵friendica2013-07-162-1/+26
| | | | room for others. Also move the "decoration" out of the mod_page.css and into fancy.css - mod_xxx.css should only specify element positions and basic layout, not "decoration". Once we get more positioning stuff moved into module and basic layout files, we can trim down the style.css a lot - as it will theoretically only have decoration. And if we use macro substitution (pcss) we should be able to ultimately change the colour, size or background in one place and be done with it. This will make life easier for theme developers.
* theme the page link titlefriendica2013-07-151-1/+5
|