List All Pages
body { background-color:#F00; } container-wrap { background-color:9900FF } This page is a stub. You can help by expanding it.
Location body #container-wrap How to Create a border around the window Change the default background color Change the default text color Change the default font type body relates to the...
There are three elements where you can change the default background color. body #container-wrap #container However, it is an accepted practice to change it in the body element. You can change...
Changing the default text color is easy. There are three places you can do this : body #container-wrap #container However, it is an accepted practice to change it using the body html...
#container sits directly inside of #container-wrap and contains everything you see, except, of course, body and #container-wrap. You can change the default look of everything here as you can change...
Location body #container-wrap #container #container-wrap sits directly inside of body and contains everything you see, except, of course, body. You can change the default look of...
Location body #container-wrap #container #content-wrap #side-bar #main-content
You have three elements that go completely around the window available to you. body #container-wrap #container This makes for a total of three borders. You can use them all at once or just one....
We don't have a css guide yet, so until we do you'll have to use the one provided by w3schools. http://www.w3schools.com/css
First thing's first. You may be wondering why a wiki on wikidot themes is unthemed. The answer is simple : it is this way so that you can try the examples on the page where you see them. All...
Base Theme Reference #header { position: relative; z-index: 0; height: 7em; } Location body #container-wrap #container #header #header h1 (site title) #header h2 (site...
#header h1 is the main wiki title. It is selected by first using the id selector #header and then the html selector h1. This results in selecting only the <h1>'s in #header. Base Theme...
Headings are what you use to separate a page into different sections. There are six headings, each one smaller than the next. In HTML, the tags are : <h1>Heading...
If you are allowed to edit pages in this Site, simply click on edit button at the bottom of the page. This will open an editor with a toolbar pallette with options. To create a link to a new page,...
headings - <h1> through <h6> <tt> - monospaced text, generated when using {{ }}.
CSS stands for Cascading Style Sheets. Forget that for now. Really, put that term out of your mind and think about musicians, as they contain the secret to CSS, or rather, allow me to explain 90%...
Please change this page according to your policy (configure first using Site Manager) and remove this note. Who can join? You can write here who can become a member of this site. Join! So you...
Members: Moderators Admins
a b c d e f g h i j k l m n o p q r s t u v w x y z padding is a CSS property that controls how far the stuff inside a box is from the border. In the example to the right, the box has it's...
A selector is the name of the part(s) of the page that your CSS is applied to. There are three main kinds of selectors : html selectors id selectors class selectors HTML Selectors HTML selectors...
Start Wikidot Themes Getting Started Tutorials HTML Guide CSS Guide Introduction Rules Selectors Definitions Color Guide Theme Structure Theme Lab Wiki What is a Wiki Site? How to edit...
This page is a stub. You can help by expanding it.
These pages are stubs. You can help us by expanding them.
The default look of <table>s are controlled by these : table.wiki-content-table table.wiki-content-table.td table.wiki-content-table.th
This is a handy reference to the structure of all wikidot themes. body #container-wrap #container #header #header h1 (wiki title) #header h2 (wiki subtitle) #search-top-box #top-bar (top...
Top
example menu submenu contact
<tt> Guide <tt> HTML Tag <tt> is the HTML tag for "typewriter text", also known as monospaced text and looks like this : monospaced text It is generated by wikidot when...
Welcome to the Complete Wikidot Theming Tutorial. If you want to be a master of Wikidot themes, this is the tutorial you need to read. No experiences is required. This tutorial / book teaches you...
Introduction To be a complete wikidot theme ninja master, you will have to know how the theme works from the ground up. So, the first thing we are going to do is blow it all to hell. Naturally,...
Introduction CSS definitions can be used directly in the wiki page. This makes it an easy way to start learning CSS. CSS Definition A CSS definition is a property / attribute pair. Here are two...
According to Wikipedia, the world largest wiki site: A Wiki ([ˈwiː.kiː] <wee-kee> or [ˈwɪ.kiː] <wick-ey>) is a type of website that allows users to add, remove, or otherwise edit...
Welcome to Wikidot themes. This wiki uses the base theme so that you can try out your wikidot theme creating skills on the same page that you see the code example. Getting Started This section will...