The easy Weblog and Wiki Software
[ start | index | login ]
start > Changing Theme Structure

Changing Theme Structure

Created by fredguth. Last edited by yunn, 2 years and 69 days ago. Viewed 5,993 times. #2
[diff] [history] [edit] [rdf]
labels
Parent:FAQ
attachments
1.png (47400)
To change your theme structure you must change the .../page.css Snip.

The basic styles in this file are:

1

Example: Changing the page-portlet-1 from right to left

  • Open your currently used themes page.css Snip.
#page-content {
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  height: auto;
  width: 55%;
  max-width: 55%;
}

#page-portlet-1 { background-color: white; float: right; width: 23%; border: 1px dashed #999999; line-height: 14px; padding: 10px; margin-top: 10px; margin-bottom: 5px; margin-right: 10px;

overflow: hidden; }

  • Now, change the float positions of #page-content and #page-portlet-1.
#page-content {
  float: right;
  margin-top: 10px;
  margin-left: 5px;
  height: auto;
  width: 55%;
  max-width: 55%;
}

#page-portlet-1 { background-color: white; float: left; width: 23%; border: 1px dashed #999999; line-height: 14px; padding: 10px; margin-top: 10px; margin-bottom: 5px; margin-right: 10px;

overflow: hidden; }

  • Possibly clean your cache and reload the page.
7 comments (by koert, rhensle, clone45, leo, jcwinnie) | post comment

What is SnipSnap?
SnipSnap is a free and easy to install weblog and wiki tool written in Java.

SnipSnap download
Current version: 1.0b3-uttoxeter
Try our >>Web Start Demo!

Resources

5567 Users and 13710 Snips. Installed 5 years and 311 days ago

Logged in Users: (2)
… and 19 Guests.

snipsnap-changed for older changes.

< May 2008 >
SunMonTueWedThuFriSat
123
45678910
11121314151617
18192021222324
25262728293031

snipsnap
Listed on BlogShares
XHTML 1.0 validated
CSS validated
RSS 2.0 validated
RSS Feed

pico-powered

Powered by SnipSnap 1.0b3-uttoxeter
YourKit >>Java Profiler

Fraunhofer FIRST

snipsnap.org | Copyright 2000-2006 Fraunhofer FIRST