WebCss

Switches off revision info and breadcrumbs. Switches off authorship information on postings if this blog is single-authored (or even null-authored).

Note, this only works with TWiki:Plugins.NatSkin.

%STARTINCLUDE%
~~~ .natMainHeaderContents,
~~~ .natRevision, .natWebLocator, .headlinesLogo
~~~ { display:none; }
%~~ IFDEFINED{"
*~~
%~~   DBQUERY{"TopicType=~'\bBlogAuthor\b'" web="%WEB%" limit="1" 
~~~     header="$count" format="none" separator="none"
~~~   }%" 
~~~   as="0|1" 
~~~   then=".blogAuthor, .blogAuthorSwitch {display:none;}"
~~~   glue="off"
~~~ }%
%STOPINCLUDE%

Test

 .natMainHeaderContents, .natRevision, .natWebLocator, .headlinesLogo { display:none; }
.blogAuthor, .blogAuthorSwitch {display:none;}
TopicForm
TopicType AdminTool
TopicDescription Additional css for this web