From Styleshout Tiki CMS > Themes > Underground
Print
Tags: type1

This theme adapted for TikiWiki CMS/Groupware is a derived work using visual elements of the Underground theme by Erwin Aligam (styleshout.com/Underground (cache)), which was released under the Creative Commons Attribution 2.5 license. Consequently, the visual aspects retain the Creative Commons Attribution 2.5 license, while the structural aspects based on the default TikiWiki components are licensed GNU/LGPL. Please retain the link to styleshout.com in the page footer to be in compliance with the CCA 2.4 license.

To best emulate the original design, column padding and margins in underground.css have been set assuming a two-column page — left column and center column. All three columns can be used, of course, but for the best appearance the margins/padding should be adjusted to be symmetrical, etc. I'll add details about this soon.

The site title can be set using the Look & Feel custom code box. Activate that feature and input:

<div id="sitesubtitle">site subtitle</div>
<div id="sitetitle">site<span id="sitetitle_highlight">title</span></div>

where "sitesubtitle" and "sitetitle" are the info for your web site. The positioning, etc. for these is in underground.css already.

Since the horizontal menu and the site subtitle are on the same line, if the menu has a number of top-level items, it may overlap the site subtitle. In this case, either reduce the number of menu items or shorten or not use the site subtitle.

Displayed with wikitags

h1 headline

Here is some dummy text. Here is some dummy link. Here is some dummy text. Here is some dummy text. Here is some dummy text. Here is some dummy text. Here is some dummy text.

h2 headline

[+]

h2 Another h2

h3 headline

Here is some dummy text. Here is some dummy text. Here is some dummy text. Here is some dummy text. Here is some dummy text. Here is some dummy text.

h4 headline

Here is some dummy text. Here is some dummy text. Here is some dummy text.

A horizontal rule:


A ^box^

Box plugin:
Title
{BOX(title=>Title, bg=>transparent, width=>33%, align=>center, float=>right)}Here is some more dummy text, this time in a box created with the Box plugin.{BOX}
  1. First numbered item
    1. Sub-item one
    2. Sub-item two
  2. Second numbered item
  3. Third numbered item
A Title Bar
  • Item One
  • Item Two
  • Item Three
    • Item Three-B
  • Item Four
A table made with wiki syntax

Row One, Column One Row One, Column Two
Row Two, Column One Row Two, Column Two

Displayed with plugins

A module (centered with "::" tags):

Google Search

 
zukakakina.com
WWW

Online users

1 online user
{CODE(ln=>0,colors=>php,caption=>phpinfo():,wrap=>0,wiki=>0,rtl=>0)} <?php phpinfo(); ?>{CODE}

produces:

phpinfo():
<?php
phpinfo();
?>
{DL()}term:definition term:definition term:definition{DL}

produces:

term
definition
term
definition
term
definition

{FANCYTABLE()} example:

Quantity Vegetables Fruits
10 onions apples
10 cucumbers lemons
100 carrots oranges
10 tomatoes watermelons
50 peas strawberries

Test
<?php phpinfo(); ?>

Here's a list made with the FANCYLIST plugin:

  1. Log in as the admin with password admin.

  2. Change the admin password.

  3. Enable specific Tiki features.

  4. Configure the features.

And that's it for now.


Created by Gary. Last Modification: Wednesday, September 03, 2008 15:44:05 JST by Gary.

Category: Underground