From: <var...@us...> - 2010-11-26 09:17:10
|
Revision: 7745 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7745&view=rev Author: vargenau Date: 2010-11-26 09:17:02 +0000 (Fri, 26 Nov 2010) Log Message: ----------- Comments for plugins Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2010-11-26 09:00:52 UTC (rev 7744) +++ trunk/themes/fusionforge/fusionforge.css 2010-11-26 09:17:02 UTC (rev 7745) @@ -114,9 +114,8 @@ img.inlineimage { vertical-align: middle; } -/** - * Diff Output - */ +/* Diff plugin ======================================================== */ + .diff .prefix { position: relative; left: -1em; @@ -228,9 +227,8 @@ .interwiki, i.interwiki .wikipage, em .interwiki .wikipage { font-style: oblique; } .interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; } -/** - * Table of content - */ +/* CreateToc plugin =================================================== */ + div.toc { border: 1px solid #aaaaaa; background-color: #f9f9f9; @@ -442,13 +440,15 @@ list-style-image: none; } -/* PageTrail plugin */ +/* PageTrail plugin =================================================== */ + .pagetrail { background-color: #FFFF99; padding: 0.2em; } -/* IncludePage plugin */ +/* IncludePage plugin ================================================= */ + .transclusion-title { text-align: right; font-style: oblique; @@ -491,9 +491,8 @@ margin: 0; } -/** - * Calendar plugin - */ +/* Calendar plugin ==================================================== */ + table.cal { border: 1px outset gray; background: white; @@ -620,9 +619,8 @@ /* added words */ .diff ins { background: #9f9; } -/** - * PageHistory, Info - */ +/* PageInfo plugin ==================================================== */ + td.pageinfo { font-weight: bold; } .pageinfo-minoredit, .pageinfo-authorid { font-size: smaller; @@ -696,6 +694,8 @@ padding: 0.3ex 0.5em; } +/* RedirectTo plugin ================================================== */ + /* "(Redirected from ...)" message. */ span.redirectfrom { font-size: small; @@ -904,17 +904,15 @@ border: 1px solid gray; } -/** - * TeX2png plugin - */ +/* TeX2png plugin ===================================================== */ + img.tex { border: 0ex; vertical-align: middle; } -/** - * PhotoAlbum plugin - */ +/* PhotoAlbum plugin ================================================== */ + .boldsmall { font-weight: bold; font-size: 11px; @@ -976,7 +974,8 @@ background-color: #d8d8d8; } -/* plugin BoxRight */ +/* BoxRight plugin ==================================================== */ + div.boxright { background-color: #e9fbff; width: 200px; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |