Grid system
.grid
s1o2
s1o2
s1o3
s2o3
.grid_space
s1o2
s1o2
s1o3
s2o3
.line > .grid
s1o2
s1o2
s1o3
s2o3
.line > .grid_space
s1o2
s1o2
s1o3
s2o3
.line_space > .grid_space
s1o2
s1o2
s1o3
s2o3
.line_space > .grid > .grid_space
s1o3
s2o3
s2o3
s1o2
s1o2
s1o3
s1o3
s1o3
Grid sizes
s1o1
s1o2
s1o2
s1o3
s2o3
s1o4
s3o4
s1o5
s4o5
s1o6
s5o6
s1o7
s6o7
s1o8
s7o8
gr1
gr2
Typography
.link_default
Preview.link_read_more
Preview.title_content
Preview
.title_content_sub
Preview
.title_comment
Preview
.title_extra
Preview
Box
.box_comment
Preview
.box_extra
Preview
.box_default
Preview
.box_code
<?php
/**
* check preview
*
* @return integer
*/
function check_preview()
{
if (FIRST_PARAMETER == 'preview')
{
$output = 1;
}
else
{
$output = 0;
}
return $output;
}
?>
.box_infoline
.box_quote
Redaxscript is an ultra lightweight website engine.
Some text after .box_quote to demonstrate the spaces.
.box_line
Form elements
.form_search > .field_search ~ .field_button_search
.field_{type}
.field_disabled
.field_readonly
Media
.image + .image_default
.player + .player_default
Interface
ul.list_default
- One
- Two
- Three
ol.list_default
- One
- Two
- Three
ol.list_search_result
.list_breadcrumb
.list_pagination
.list_tab ~ .box_tab
One
Two
Three
.accordion + .accordion_default (div > h3 + div)
One
One
Two
Two
Three
Three
.accordion + .accordion_default (fieldset > legend + div)
.has_tooltip > .tooltip + .tooltip_default
.has_tooltip .tooltip + .tooltip_defaultTables
.table + .table_default
| One | Two | Three | Four | Five |
|---|---|---|---|---|
| One | Two | Three | Four | Five |
| Preview | Preview | Preview | Preview | Preview |
| Preview | Preview | Preview | Preview | Preview |
| Preview | Preview | Preview | Preview | Preview |
.table + .table_default
| Preview | Preview | Preview | Preview | Preview |
| Preview | Preview | Preview | Preview | Preview |
| Preview | Preview | Preview | Preview | Preview |
Dialog
.js_confirm
.title_dialog_default ~ .box_dialog_default
Notes
.box_note
.note_error link
.note_warning link
.note_success link
.note_info link