Commit graph

39 commits

Author SHA1 Message Date
31cbb47e4b * added div.ample class
* added missing generic class for <ul> tags
* moved .small class to generic definitions and enabled it for <small> tags, too
* removed top margin in .storyDate class
2004-01-02 22:26:04 +00:00
Robert Gaggl
d7479868fa moved css classes needed for diff to skinmgr/page.skin 2004-01-02 10:37:22 +00:00
Robert Gaggl
8c2c9f466d rewrote css classes since the whole default layout has changed 2003-12-08 22:42:33 +00:00
Robert Gaggl
1c4e70c5aa - modified since all font- and color preferences are now defined in a layout object 2003-11-23 19:03:08 +00:00
Robert Gaggl
dcfaf27dce added classes used for page navigation in mgr-mountpoints 2003-10-15 19:56:41 +00:00
Robert Gaggl
d9fb8f1ae7 merged changes done in antville_1_0 branch 2003-07-22 12:01:41 +00:00
710cfce37e changed site title color to link color 2003-03-21 16:47:41 +00:00
Hannes Wallnöfer
8d2e78643e Reworked basic inner story and comment skins.
Spacing should be better now.
Skins should be easier to understand and customize.
Used <div> tags wherever possibe instead of <span><br>
Checked for XHTML 1.0 Transitional validity.
2003-03-14 10:59:00 +00:00
978d0d91a3 changed .message class to tell it apart from body text (still looking for a decent color: it should not be the link color as it was before, though) 2003-03-10 16:49:26 +00:00
524d7a38a3 still fixed html where necessary to achieve maximum xhtml conformance; furthermore i tried to find a more expressive title for every page output (most of them were set to the site title only which does not help a lot when navigating with the browser history); last but not least many editor forms where adapted to gain a concistent general layout. 2003-03-07 19:27:48 +00:00
50890759ad validated almost every page (at least apart from the system management stuff) with the w3c validator at http://validator.w3.org and modified the skins where necessary. furthermore i tried to arrange some layouts (files, images, polls) to better and more consistently harmonize with the general antville appearance. 2003-03-05 18:39:37 +00:00
Robert Gaggl
a8b62186c2 changes in css for new storyeditor-skin:
added new css-classes "fieldset" and "fieldset p", changed formTitle and formText
2003-02-14 13:34:51 +00:00
f91929bf31 replaced remaining tabs with three spaces 2003-02-11 14:51:12 +00:00
8520c11785 revamped colorpicker to enable sites with virtual domain hosting (like antville.org) to use the colorpicker, too. currently, the colorpicker scripts are hosted at www.antville.org whily trying to access objects on documents hosted at a different virtual domain (e.g. project.antville.org) and thus violating a browser's security handlers to avoid cross-domain scripting. 2003-01-07 14:45:50 +00:00
16cf21077b replaced <% imageurl %> macro by <% image as="url" %> 2002-08-19 16:42:53 +00:00
1a6d51174a style.skin and javascript.skin of a prototype are now wrapped into hac files
(ie. made public) for streamlined integration of script code and css definitions.
2002-07-29 17:33:02 +00:00
b817e8ae0a result of merge with helmaville 2002-07-26 12:55:35 +00:00
507092235d added style for form elements to avoid empty paragraphs around them 2002-07-24 14:43:07 +00:00
Robert Gaggl
00330ad4f5 added class searchbox 2002-07-19 12:40:43 +00:00
Hannes Wallnöfer
c8c6620025 Added height=1px to separator style def. For some reason Mozilla needs this. 2002-07-12 16:32:43 +00:00
Robert Gaggl
c882d3d7e6 changed because the prototype weblog was renamed to site 2002-06-26 17:29:39 +00:00
ffca47cc52 fixed markup to be xhtml compatible 2002-06-03 17:10:21 +00:00
649c6e2097 refurbished code style 2002-05-21 16:45:41 +00:00
48a8900ec2 refurbished code style 2002-05-17 20:00:31 +00:00
37872751fc changed hard-coded color for poll bars to macro weblog.linkcolor 2002-04-12 13:19:21 +00:00
007b8adc6a changed some default styles 2002-02-02 14:53:10 +00:00
93b8170482 changed some default colors 2002-02-02 14:50:59 +00:00
a6003cd07d changed some default colors 2002-02-02 14:47:06 +00:00
3a096efdf4 moved .bar class from poll/results.skin to .pollResultsBar class in weblog/style.skin 2002-02-01 16:40:59 +00:00
Robert Gaggl
609f7d4c05 removed more hardcoded font-sizes, included macro-calls for smallfont/size 2001-12-13 21:09:55 +00:00
Robert Gaggl
3d9b369b63 - changes necessary due to new weblog.properties smallfont etc. 2001-12-10 23:42:23 +00:00
Robert Gaggl
9b645d5e83 use new global image- and imageurl-macros instead of hardcoded image-sources 2001-10-21 12:10:18 +00:00
Robert Gaggl
7fb0e4dc26 removed '#', changed handler 'this.' to 'weblog.' 2001-10-07 13:58:45 +00:00
Robert Gaggl
1f78caca57 minor changes 2001-10-07 12:53:53 +00:00
Robert Gaggl
4f4f7d4c34 completely rewrote layout of antville (finally ...) 2001-10-02 11:01:50 +00:00
Robert Gaggl
fa0e937ff5 some layout-changes, replaced historyComment and historyStory with historyItem 2001-07-21 13:11:20 +00:00
Michael Platzer
4f9fba5297 basically implemented the chronological history list and did some additional minor changes
weblog/objectFunctions.js -> modifytime is set to current Date at creation time
story/objectFunctions.js -> modifytime is set to current Date at creation time
comment/objectFunctions.js -> modifytime is set to current Date at creation time; isonline is set to 1 at creation time; added function isOnline()
weblog/type.properties -> two additional subnode-containers: allstories, allcomments
weblog/macros.js -> implemented history_macro which renders List of recently modified Objects
story/historyview.skin -> will be rendered by the weblog-history macro
comment/historyview.skin -> will be rendered by the weblog-history macro
weblog/main.skin -> included history.skin
story/main.skin -> included history.skin
weblog/style.skin -> included "history", "historyStory" and"historyComment" classes
weblog/history.skin -> newly created
story/macors.js -> title_macro can be rendered as a link; comments_macro renders an invisible anchor-tag before each comment
comment/macors.js -> title_macro can be rendered as a link; replies_macro renders an invisible anchor-tag before each comment
eliminated renderPrefix() and renderSuffix()
documentation.htm -> updated
2001-07-18 15:58:18 +00:00
Robert Gaggl
05c35c1d5f no message 2001-06-28 18:09:09 +00:00
Robert Gaggl
bbfcb3d4f4 Initial revision 2001-06-18 08:57:33 +00:00