summaryrefslogtreecommitdiff
path: root/lib/styles
Commit message (Collapse)AuthorAge
* improved media options css (and removed lots of dead css code)Anika Henke2011-09-16
|
* added clearfix-similar class (.group) to core stylesAnika Henke2011-09-16
|
* improved core .a11y classAnika Henke2011-09-16
|
* Use jQuery UI Dialog for linkwizAdrian Lang2011-09-15
|
* Various JavaScript improvements, JSLint, jQueryAdrian Lang2011-09-13
|
* Revert tmp commitsAdrian Lang2011-09-04
| | | | | This reverts commit ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c. This reverts commit 923510088dda99cb2790b15308593e47369d4f01.
* tmpAdrian Lang2011-09-04
|
* Rewrite mediamanager JavaScriptAdrian Lang2011-07-10
| | | | | Make it faster, prettier, less wrong, add UI effects, use jQuery UI Dialog, Abstract tree view stuff away into jQuery.dw_tree
* improved generic .clearer for IE6Anika Henke2011-06-26
|
* improved css.php and core stylesAnika Henke2011-02-26
| | | | | | * code cleanup in lib/exe/css.php * renamed 'default' userstyle to 'screen' in config_cascade * splitted core lib/styles/style.css up into all.css, print.css and screen.css
* added minimal needed styles for modal windowsAnika Henke2010-11-13
|
* improved lib stylesAnika Henke2010-11-13
|
* added .co0 highlighting CSS FS#1819Andreas Gohr2009-12-16
| | | | | | Ignore-this: 7742841226152c7058f3c792cae77d2 darcs-hash:20091216191630-7ad00-5a28a7c52c841068de96330af0d1e8e475e5ac18.gz
* Whitespace cleanup FS#1709furun2009-10-16
| | | | | | Ignore-this: 27ea52110bce929b2c61ed8faba67cfc darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
* removed purple numbersAnika Henke2009-05-25
| | | | darcs-hash:20090525194435-f7d6d-2def694a053f7e661f88f1636903283bad7c1fa8.gz
* added a few index.html files to prevent browsing the lib directory FS#1507Andreas Gohr2008-10-16
| | | | | | | | This prevents browsing the top directories of the lib directory. There is nothing dangerous in that directory and it needs to be accessible from web, but making it a bit harder to snopp around is never a bad idea ;-) darcs-hash:20081016190251-7ad00-453ec37fd9729c5fb57d9ed03101f6ee7d6b2216.gz
* Spellchecker removedAndreas Gohr2007-11-23
| | | | | | | | With spell checkers available in all modern browsers, having a spell checker in DokuWiki's core code is no longer necessary. This patch removes the spell checking feature. It will be made available as optional plugin. darcs-hash:20071123125840-7ad00-faf7aa4673421dbb3fad904ba5b46b4927a5176d.gz
* some cleanups / release prepsAndreas Gohr2007-06-26
| | | | darcs-hash:20070626173537-7ad00-8a6d2b90ef9413556f8d6dbb6ac2e65619616c48.gz
* update on the GeSHi default stylesAndreas Gohr2007-06-15
| | | | darcs-hash:20070614232042-7ad00-1bf338c94e11f4bf16992cd83cca232fa8e193a6.gz
* fixed xhtml validity issues in media managerAnika Henke2007-05-13
| | | | darcs-hash:20070513212129-d5083-7ec1048f96fbd4588db6fa2a1d2e22355a3d4961.gz
* fix for FS#1071 (underline nested within italics)Anika Henke2007-03-30
| | | | darcs-hash:20070330172031-d5083-bfc089304716f91eb55135720012142da3f78df0.gz
* minor fixes for W3C CSS validatorAndreas Gohr2006-12-02
| | | | darcs-hash:20061202185945-7ad00-d1c8539b48c396d4d4af38c2fa6d5d799aae12b2.gz
* use generated CSS for RSS feedsTom N Harris2006-11-15
| | | | | | | plugins can include styles with feed.css, templates can use the media type feed in style.ini darcs-hash:20061115101549-6942e-d1de56b343ce0cc11ca6b911c444197316f4a4eb.gz
* updatecheck featureAndreas Gohr2006-09-16
| | | | | | | | | | | | | | | | | This patch adds a feature to let DokuWiki automatically check if updates are available or any other important messages (like security warnings) and then display this info to the admin user. DokuWiki will contact the URL http://www.splitbrain.org/lib/exe/msg.php with a parameter telling it which messages it already know (read from conf/msg) - the server side script then will return all new messages. The messages will be displayed until DokuWiki was upgraded or conf/msg was updated manually. Messages are cached and only checked once a day. The messenger URL will probably change before the next release. darcs-hash:20060916210229-7ad00-7ac592650e171ae4144b0eb47a751a4ca480f031.gz
* spellchecker CSS changes #539 #824Andreas Gohr2006-07-31
| | | | | | | | This patch now assigns the needed proprietary CSS attributes for the spellchecker through JavaScript. This makes the CSS valid again (at least it appears to be ;-)) I also fixed a problem with leading single spaces in IE darcs-hash:20060731192807-7ad00-b82bdcae9a0c8cf063c3a1e985dbfd1dfdee7b06.gz
* css cleanup and fixesAnika Henke2006-06-18
| | | | darcs-hash:20060618144346-d5083-c93d6b009fd75e316b56e724006f04f8c9a1bdb3.gz
* msg styles, minor updatechris2006-06-06
| | | | | | | | add overflow:hidden to the three msg styles. This will allow them to display neatly adjacent to floated content. At present the background colour will continue under the float (e.g. TOC). darcs-hash:20060606083232-9b6ab-6c880aa64ed60dc40326a479a2892920a035f76a.gz
* making basic, acl and usermanager styles more independent from templatesAnika Henke2006-03-08
| | | | darcs-hash:20060308211121-d5083-5301446cdca891cdbcd46e2667ecbf2dcd6af414.gz
* load spellchecker styles only when needed fixes #539Andreas Gohr2006-03-02
| | | | darcs-hash:20060302143643-6e07b-ff99705142a057d0c53b1b6b5c5e2cfc73ff8902.gz
* small cosmetic fix for feed styleAndreas Gohr2006-03-02
| | | | darcs-hash:20060302131439-6e07b-ff5511f6e32060c6d910c914017a9bc2f2d74550.gz
* changed IDs to avoid name clashesAndreas Gohr2006-02-26
| | | | darcs-hash:20060226172332-7ad00-f073117ba2f027935f87cf23106bf6a4316a5790.gz
* every css element in div.dokuwiki context (as suggested by Max Khitrov last ↵Anika Henke2006-02-24
| | | | | | December) darcs-hash:20060224215542-d5083-fc56b0dee72cbc062649ce85cbf13f154d973ba1.gz
* further xhtml strictness -- part 3Anika Henke2006-01-27
| | | | darcs-hash:20060127193238-d5083-7af0a40e439cd5f63e45d4037611132a16856799.gz
* more general alignment stylesAndreas Gohr2006-01-11
| | | | darcs-hash:20060111100242-6e07b-738178d7aed0e2338c89a057b612f14d2814c9c5.gz
* fix for comment stripping in CSS compressionAndreas Gohr2005-11-12
| | | | darcs-hash:20051112113822-7ad00-507d694e91f85274266df71b7912690c65bc2b5e.gz
* some style fixesAndreas Gohr2005-11-06
| | | | darcs-hash:20051106171939-7ad00-628f4bed48b395e3087058e47c30c80d5d807046.gz
* nicer style for notification messagesAndreas Gohr2005-10-27
| | | | darcs-hash:20051027183616-7ad00-785a9ce88a5afbfe7bda40dd937db51f82266e39.gz
* directory layout cleanup !IMPORTANTandi2005-06-05
This patch changes the directory structure of dokuwiki as suggested in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html As the changes.log is not managed through darcs you need to move it your self to the new location in data/changes.log I think I modified the code at all nessessary places, but I may have forgotten a few things. darcs-hash:20050605103842-9977f-af20f63c1d604888375d175d89ac6bd71566d47d.gz