cobweb 0.0.55 → 0.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.textile +2 -1
- data/lib/cobweb.rb +4 -1
- data/lib/cobweb_crawler.rb +1 -4
- data/lib/cobweb_version.rb +1 -1
- data/lib/content_link_parser.rb +1 -0
- data/lib/crawl_job.rb +4 -3
- data/lib/server.rb +2 -2
- data/lib/stats.rb +6 -1
- data/spec/cobweb/cobweb_job_spec.rb +162 -24
- data/spec/samples/sample_server.rb +21 -0
- data/spec/samples/sample_site/boxgrid.html +258 -0
- data/spec/samples/sample_site/css/accordion.css +45 -0
- data/spec/samples/sample_site/css/datatable.css +189 -0
- data/spec/samples/sample_site/css/datepicker.css +171 -0
- data/spec/samples/sample_site/css/form-buttons.css +180 -0
- data/spec/samples/sample_site/css/forms.css +489 -0
- data/spec/samples/sample_site/css/jquery.fancybox-1.3.4.css +282 -0
- data/spec/samples/sample_site/css/jquery.treeview.css +103 -0
- data/spec/samples/sample_site/css/link-buttons.css +187 -0
- data/spec/samples/sample_site/css/login.css +110 -0
- data/spec/samples/sample_site/css/menu.css +156 -0
- data/spec/samples/sample_site/css/messages.css +58 -0
- data/spec/samples/sample_site/css/modalbox.css +63 -0
- data/spec/samples/sample_site/css/statics.css +57 -0
- data/spec/samples/sample_site/css/style.css +497 -0
- data/spec/samples/sample_site/css/style_text.css +128 -0
- data/spec/samples/sample_site/css/tabs.css +58 -0
- data/spec/samples/sample_site/css/wysiwyg-editor.css +18 -0
- data/spec/samples/sample_site/css/wysiwyg.css +149 -0
- data/spec/samples/sample_site/css/wysiwyg.modal.css +69 -0
- data/spec/samples/sample_site/dashboard.html +852 -0
- data/spec/samples/sample_site/forms.html +329 -0
- data/spec/samples/sample_site/gallery.html +263 -0
- data/spec/samples/sample_site/gfx/back-menu.gif +0 -0
- data/spec/samples/sample_site/gfx/back-submenu.gif +0 -0
- data/spec/samples/sample_site/gfx/background.gif +0 -0
- data/spec/samples/sample_site/gfx/box-hide.png +0 -0
- data/spec/samples/sample_site/gfx/box-search.png +0 -0
- data/spec/samples/sample_site/gfx/box-title.gif +0 -0
- data/spec/samples/sample_site/gfx/code.gif +0 -0
- data/spec/samples/sample_site/gfx/datepicker-arrows.gif +0 -0
- data/spec/samples/sample_site/gfx/fancybox/blank.gif +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_close.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_loading.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_nav_left.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_nav_right.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_title_left.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_title_main.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_title_over.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancy_title_right.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancybox-x.png +0 -0
- data/spec/samples/sample_site/gfx/fancybox/fancybox.png +0 -0
- data/spec/samples/sample_site/gfx/forms/date-next.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/date-prev.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-checkbox.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-date.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-file.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-input-big.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-input-medium.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-input-small.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-input-xl.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-radio.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-selectbox-small.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-selectbox.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-textarea-big.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-textarea-medium.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-textarea-small.gif +0 -0
- data/spec/samples/sample_site/gfx/forms/forms-textarea-xl.gif +0 -0
- data/spec/samples/sample_site/gfx/icon-delete.png +0 -0
- data/spec/samples/sample_site/gfx/icon-edit.png +0 -0
- data/spec/samples/sample_site/gfx/icon-home.gif +0 -0
- data/spec/samples/sample_site/gfx/img-delete.png +0 -0
- data/spec/samples/sample_site/gfx/img-hover.png +0 -0
- data/spec/samples/sample_site/gfx/img-zoom.png +0 -0
- data/spec/samples/sample_site/gfx/jquery.wysiwyg.gif +0 -0
- data/spec/samples/sample_site/gfx/label-icons.gif +0 -0
- data/spec/samples/sample_site/gfx/label.gif +0 -0
- data/spec/samples/sample_site/gfx/li-down.gif +0 -0
- data/spec/samples/sample_site/gfx/li.gif +0 -0
- data/spec/samples/sample_site/gfx/link-button-big.gif +0 -0
- data/spec/samples/sample_site/gfx/link-button-medium.gif +0 -0
- data/spec/samples/sample_site/gfx/link-button.gif +0 -0
- data/spec/samples/sample_site/gfx/loading-2.gif +0 -0
- data/spec/samples/sample_site/gfx/loading.gif +0 -0
- data/spec/samples/sample_site/gfx/logo.png +0 -0
- data/spec/samples/sample_site/gfx/modal-title.gif +0 -0
- data/spec/samples/sample_site/gfx/photos/00.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/01.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/01xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/02.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/02xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/03.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/03xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/04.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/04xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/05.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/05xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/06.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/06xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/07.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/07xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/08.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/08xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/09.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/09xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/10.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/10xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/11.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/11xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/12.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/12xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/13.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/13xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/14.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/14xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/15.jpg +0 -0
- data/spec/samples/sample_site/gfx/photos/15xl.jpg +0 -0
- data/spec/samples/sample_site/gfx/search-button.gif +0 -0
- data/spec/samples/sample_site/gfx/search-input.gif +0 -0
- data/spec/samples/sample_site/gfx/slider-button.gif +0 -0
- data/spec/samples/sample_site/gfx/system-messages.gif +0 -0
- data/spec/samples/sample_site/gfx/table-asc-arrow.gif +0 -0
- data/spec/samples/sample_site/gfx/table-desc-arrow.gif +0 -0
- data/spec/samples/sample_site/gfx/table-first.gif +0 -0
- data/spec/samples/sample_site/gfx/table-last.gif +0 -0
- data/spec/samples/sample_site/gfx/table-next.gif +0 -0
- data/spec/samples/sample_site/gfx/table-number.gif +0 -0
- data/spec/samples/sample_site/gfx/table-prev.gif +0 -0
- data/spec/samples/sample_site/gfx/table-rows.gif +0 -0
- data/spec/samples/sample_site/gfx/table-search.gif +0 -0
- data/spec/samples/sample_site/gfx/table-thead.gif +0 -0
- data/spec/samples/sample_site/gfx/tooltip.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/ajax-loader.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/file.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/folder-closed.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/folder.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/minus.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/plus.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/treeview-default-line.gif +0 -0
- data/spec/samples/sample_site/gfx/treeview/treeview-default.gif +0 -0
- data/spec/samples/sample_site/index.html +852 -0
- data/spec/samples/sample_site/js/controls/wysiwyg.image.js +284 -0
- data/spec/samples/sample_site/js/controls/wysiwyg.link.js +210 -0
- data/spec/samples/sample_site/js/controls/wysiwyg.table.js +151 -0
- data/spec/samples/sample_site/js/customInput.jquery.js +68 -0
- data/spec/samples/sample_site/js/excanvas.min.js +1 -0
- data/spec/samples/sample_site/js/hoverIntent.js +84 -0
- data/spec/samples/sample_site/js/inline.js +392 -0
- data/spec/samples/sample_site/js/jquery-1.7.1.min.js +4 -0
- data/spec/samples/sample_site/js/jquery-ui-select.js +522 -0
- data/spec/samples/sample_site/js/jquery-ui-timepicker-addon.js +1299 -0
- data/spec/samples/sample_site/js/jquery-ui.js +791 -0
- data/spec/samples/sample_site/js/jquery.dataTables.js +7440 -0
- data/spec/samples/sample_site/js/jquery.fancybox-1.3.4.js +1156 -0
- data/spec/samples/sample_site/js/jquery.filestyle.mini.js +2 -0
- data/spec/samples/sample_site/js/jquery.flot.js +2600 -0
- data/spec/samples/sample_site/js/jquery.flot.resize.min.js +60 -0
- data/spec/samples/sample_site/js/jquery.graphtable-0.2.js +179 -0
- data/spec/samples/sample_site/js/jquery.tipsy.js +104 -0
- data/spec/samples/sample_site/js/jquery.treeview.js +256 -0
- data/spec/samples/sample_site/js/jquery.wysiwyg.js +2454 -0
- data/spec/samples/sample_site/js/plugins/wysiwyg.rmFormat.js +348 -0
- data/spec/samples/sample_site/js/superfish.js +121 -0
- data/spec/samples/sample_site/js/supersubs.js +90 -0
- data/spec/samples/sample_site/more.html +503 -0
- data/spec/samples/sample_site/tables.html +845 -0
- data/spec/samples/sample_site/text/museosans-webfont.eot +0 -0
- data/spec/samples/sample_site/text/museosans-webfont.svg +231 -0
- data/spec/samples/sample_site/text/museosans-webfont.ttf +0 -0
- data/spec/samples/sample_site/text/museosans-webfont.woff +0 -0
- data/spec/samples/sample_site/text/museosans_bold-webfont.eot +0 -0
- data/spec/samples/sample_site/text/museosans_bold-webfont.svg +231 -0
- data/spec/samples/sample_site/text/museosans_bold-webfont.ttf +0 -0
- data/spec/samples/sample_site/text/museosans_bold-webfont.woff +0 -0
- data/spec/samples/sample_site/typography.html +192 -0
- data/spec/spec_helper.rb +10 -2
- metadata +196 -26
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Template Name: CleanDream
|
|
3
|
+
Author: Rory Kranendonk
|
|
4
|
+
Author URI: http://www.dreamwire.nl
|
|
5
|
+
Version: 1.0
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
html,body{
|
|
9
|
+
font-family : Arial;
|
|
10
|
+
color : #5a5a5a;
|
|
11
|
+
font-size : 12px;
|
|
12
|
+
line-height : 18px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
a, a:link, a:active, a:visited {
|
|
16
|
+
color : #002e68;
|
|
17
|
+
text-decoration : none;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
a:hover {
|
|
21
|
+
color : #5a5a5a;
|
|
22
|
+
text-decoration : none;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
pre {
|
|
26
|
+
border : 1px solid #c3d0e1;
|
|
27
|
+
border-left : 5px solid #002e68;
|
|
28
|
+
font-size: 12px;
|
|
29
|
+
padding: 5px 15px;
|
|
30
|
+
margin: 15px 0 0 40px;
|
|
31
|
+
line-height: 18px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
code {
|
|
35
|
+
display : block;
|
|
36
|
+
margin : 0;
|
|
37
|
+
padding : 0;
|
|
38
|
+
background : url(../gfx/code.gif) repeat left top transparent;
|
|
39
|
+
line-height: 20px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
blockquote {
|
|
43
|
+
border-left : 5px solid #002e68;
|
|
44
|
+
padding : 0 0 0 15px;
|
|
45
|
+
margin : 15px 0 0 40px;
|
|
46
|
+
font : italic 14px Times New Roman italic;
|
|
47
|
+
line-height : 20px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
ul {
|
|
51
|
+
margin : 0;
|
|
52
|
+
padding : 0;
|
|
53
|
+
list-style : none;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
ul li {
|
|
57
|
+
background : url(../gfx/li.gif) no-repeat left 7px transparent;
|
|
58
|
+
padding : 1px 0 1px 13px;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
ol {
|
|
62
|
+
margin : 0;
|
|
63
|
+
padding : 0 0 0 15px;
|
|
64
|
+
*padding : 0 0 0 22px;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
ol li {
|
|
68
|
+
padding : 1px 0 1px 0;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@font-face {
|
|
72
|
+
font-family: 'MuseoSans700';
|
|
73
|
+
src: url('../text/museosans_bold-webfont.eot');
|
|
74
|
+
src: url('../text/museosans_bold-webfont.eot?#iefix') format('embedded-opentype'),
|
|
75
|
+
url('../text/museosans_bold-webfont.woff') format('woff'),
|
|
76
|
+
url('../text/museosans_bold-webfont.ttf') format('truetype'),
|
|
77
|
+
url('../text/museosans_bold-webfont.svg#MuseoSans700') format('svg');
|
|
78
|
+
font-weight: normal;
|
|
79
|
+
font-style: normal;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@font-face {
|
|
83
|
+
font-family: 'MuseoSans300';
|
|
84
|
+
src: url('../text/museosans-webfont.eot');
|
|
85
|
+
src: url('../text/museosans-webfont.eot?#iefix') format('embedded-opentype'),
|
|
86
|
+
url('../text/museosans-webfont.woff') format('woff'),
|
|
87
|
+
url('../text/museosans-webfont.ttf') format('truetype'),
|
|
88
|
+
url('../text/museosans-webfont.svg#MuseoSans300') format('svg');
|
|
89
|
+
font-weight: normal;
|
|
90
|
+
font-style: normal;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
h1 {
|
|
94
|
+
margin : 0;
|
|
95
|
+
padding : 0 0 4px;
|
|
96
|
+
font : 18px Arial;
|
|
97
|
+
font-weight : normal;
|
|
98
|
+
line-height : 19px;
|
|
99
|
+
color : #002e68;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
h2 {
|
|
103
|
+
margin : 0;
|
|
104
|
+
padding : 0 0 5px;
|
|
105
|
+
font : 15px Arial;
|
|
106
|
+
font-weight : normal;
|
|
107
|
+
line-height : 10px;
|
|
108
|
+
color : #002e68;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
h3{
|
|
112
|
+
margin : 0;
|
|
113
|
+
padding : 0 0 4px;
|
|
114
|
+
font : 13px Arial;
|
|
115
|
+
font-weight : bold;
|
|
116
|
+
line-height : 12px;
|
|
117
|
+
color : #002e68;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
h4{
|
|
121
|
+
margin : 0;
|
|
122
|
+
padding : 0 0 5px;
|
|
123
|
+
*padding : 0 0 5px;
|
|
124
|
+
font : 12px Arial;
|
|
125
|
+
font-weight : bold;
|
|
126
|
+
line-height : 12px;
|
|
127
|
+
color : #002e68;
|
|
128
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Template Name: CleanDream
|
|
3
|
+
Author: Rory Kranendonk
|
|
4
|
+
Author URI: http://www.dreamwire.nl
|
|
5
|
+
Version: 1.0
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
.box .content.tabs{
|
|
9
|
+
padding : 0;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.box .content.tabs .tabmenu {
|
|
13
|
+
display : block;
|
|
14
|
+
border : 1px solid #dde5ef;
|
|
15
|
+
padding : 0;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.box .content.tabs .tabmenu ul {
|
|
19
|
+
display : inline-block;
|
|
20
|
+
margin : 0;
|
|
21
|
+
padding : 0;
|
|
22
|
+
list-style-type : none;
|
|
23
|
+
width : 100%;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.box .content.tabs .tabmenu ul li {
|
|
27
|
+
float : left;
|
|
28
|
+
background : none;
|
|
29
|
+
border-right : 1px solid #dde5ef;
|
|
30
|
+
padding : 0;
|
|
31
|
+
line-height : 29px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.box .content.tabs .tabmenu ul li a {
|
|
35
|
+
float : left;
|
|
36
|
+
border-right : 1px solid #FFFFFF;
|
|
37
|
+
border-left : 1px solid #FFFFFF;
|
|
38
|
+
padding : 0 20px 0 18px;
|
|
39
|
+
color : #002e68;
|
|
40
|
+
font-weight : bold;
|
|
41
|
+
text-decoration : none;
|
|
42
|
+
outline : none;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.box .content.tabs .tabmenu ul li a:hover, .box .content.tabs .tabmenu ul li a:active, .box .content.tabs .tabmenu ul li.ui-tabs-selected a {
|
|
46
|
+
background : url(../gfx/table-thead.gif) repeat-x left top;
|
|
47
|
+
text-decoration : none;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.box .content.tabs div {
|
|
51
|
+
display : block;
|
|
52
|
+
border-top : 1px solid #f2f4f7;
|
|
53
|
+
padding : 15px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.box .content.tabs .ui-tabs-hide {
|
|
57
|
+
display : none;
|
|
58
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Template Name: CleanDream
|
|
3
|
+
Author: Rory Kranendonk
|
|
4
|
+
Author URI: http://www.dreamwire.nl
|
|
5
|
+
Version: 1.0
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
html, body {
|
|
9
|
+
font-family : Arial;
|
|
10
|
+
font-size : 12px;
|
|
11
|
+
line-height : 18px;
|
|
12
|
+
height : 100%;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
body.wysiwyg {
|
|
16
|
+
cursor : text;
|
|
17
|
+
height : 100%;
|
|
18
|
+
}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Template Name: CleanDream
|
|
3
|
+
Author: Rory Kranendonk
|
|
4
|
+
Author URI: http://www.dreamwire.nl
|
|
5
|
+
Version: 1.0
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
.wysiwyg{
|
|
9
|
+
display : block;
|
|
10
|
+
border-top : 1px solid #C3D0E1;
|
|
11
|
+
overflow : hidden;
|
|
12
|
+
padding : 10px 0;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
textarea.wysiwyg {
|
|
16
|
+
display : block;
|
|
17
|
+
padding : 0;
|
|
18
|
+
margin : 0;
|
|
19
|
+
overflow : hidden;
|
|
20
|
+
width : 100%;
|
|
21
|
+
height : 200px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
div.wysiwyg {
|
|
25
|
+
display : inline-block;
|
|
26
|
+
background-color : #FFFFFF;
|
|
27
|
+
border : 1px solid #C3D0E1;
|
|
28
|
+
padding : 0;
|
|
29
|
+
margin : 4px 0 0;
|
|
30
|
+
font-size : 0;
|
|
31
|
+
line-height : 0;
|
|
32
|
+
width : 100%;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
div.wysiwyg iframe {
|
|
36
|
+
background-color : #FFFFFF;
|
|
37
|
+
padding : 0;
|
|
38
|
+
margin : 0;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
div.wysiwyg ul {
|
|
42
|
+
background-color : #F2F4F7;
|
|
43
|
+
margin : 0;
|
|
44
|
+
padding : 0;
|
|
45
|
+
list-style-type : none;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
div.wysiwyg ul li {
|
|
49
|
+
margin : 0;
|
|
50
|
+
padding : 0;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
div.wysiwyg ul.toolbar li.jwysiwyg-custom-command {
|
|
54
|
+
overflow : hidden;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
div.wysiwyg ul.toolbar {
|
|
58
|
+
float : left;
|
|
59
|
+
border-bottom : 1px solid #C3D0E1;
|
|
60
|
+
padding : 8px 0;
|
|
61
|
+
width : 100%;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
div.wysiwyg ul.toolbar li {
|
|
65
|
+
float : left;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
div.wysiwyg ul.toolbar li.separator {
|
|
69
|
+
border-left : 1px solid #C3D0E1;
|
|
70
|
+
margin : 0 0 0 4px;
|
|
71
|
+
width : 1px;
|
|
72
|
+
height : 16px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
div.wysiwyg ul.toolbar li {
|
|
76
|
+
display : block;
|
|
77
|
+
background : url('http://www.dreamwire.nl/themes/test/gfx/jquery.wysiwyg.gif') no-repeat -64px -80px;
|
|
78
|
+
margin : 0 0 0 6px;
|
|
79
|
+
opacity : 0.7;
|
|
80
|
+
filter : alpha(opacity=70);
|
|
81
|
+
cursor : pointer;
|
|
82
|
+
text-indent : -5000px;
|
|
83
|
+
width : 16px;
|
|
84
|
+
height : 16px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
div.wysiwyg ul.toolbar li.wysiwyg-button-hover, div.wysiwyg ul.toolbar li.active {
|
|
88
|
+
opacity : 1.0;
|
|
89
|
+
filter : alpha(opacity=100);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
div.wysiwyg ul.toolbar li.bold {background-position : 0 -16px;}
|
|
93
|
+
div.wysiwyg ul.toolbar li.italic {background-position : -16px -16px;}
|
|
94
|
+
div.wysiwyg ul.toolbar li.strikeThrough {background-position : -32px -16px;}
|
|
95
|
+
div.wysiwyg ul.toolbar li.underline {background-position : -48px -16px;}
|
|
96
|
+
|
|
97
|
+
div.wysiwyg ul.toolbar li.justifyLeft {background-position : 0 0;}
|
|
98
|
+
div.wysiwyg ul.toolbar li.justifyCenter {background-position : -16px 0;}
|
|
99
|
+
div.wysiwyg ul.toolbar li.justifyRight {background-position : -32px 0;}
|
|
100
|
+
div.wysiwyg ul.toolbar li.justifyFull {background-position : -48px 0;}
|
|
101
|
+
|
|
102
|
+
div.wysiwyg ul.toolbar li.indent {background-position : -64px 0;}
|
|
103
|
+
div.wysiwyg ul.toolbar li.outdent {Background-position : -80px 0;}
|
|
104
|
+
|
|
105
|
+
div.wysiwyg ul.toolbar li.subscript {background-position : -64px -16px;}
|
|
106
|
+
div.wysiwyg ul.toolbar li.superscript {background-position : -80px -16px;}
|
|
107
|
+
|
|
108
|
+
div.wysiwyg ul.toolbar li.undo {background-position : 0 -64px;}
|
|
109
|
+
div.wysiwyg ul.toolbar li.redo {background-position : -16px -64px;}
|
|
110
|
+
|
|
111
|
+
div.wysiwyg ul.toolbar li.insertOrderedList {background-position : -32px -48px;}
|
|
112
|
+
div.wysiwyg ul.toolbar li.insertUnorderedList {background-position : -16px -48px;}
|
|
113
|
+
div.wysiwyg ul.toolbar li.insertHorizontalRule {background-position : 0 -48px;}
|
|
114
|
+
|
|
115
|
+
div.wysiwyg ul.toolbar li.h1 {background-position : 0 -32px;}
|
|
116
|
+
div.wysiwyg ul.toolbar li.h2 {background-position : -16px -32px;}
|
|
117
|
+
div.wysiwyg ul.toolbar li.h3 {background-position : -32px -32px;}
|
|
118
|
+
div.wysiwyg ul.toolbar li.h4 {background-position : -48px -32px;}
|
|
119
|
+
div.wysiwyg ul.toolbar li.h5 {background-position : -64px -32px;}
|
|
120
|
+
div.wysiwyg ul.toolbar li.h6 {background-position : -80px -32px;}
|
|
121
|
+
|
|
122
|
+
div.wysiwyg ul.toolbar li.paragraph {background-position : 0px -96px;}
|
|
123
|
+
div.wysiwyg ul.toolbar li.colorpicker {background-position : -16px -96px;}
|
|
124
|
+
div.wysiwyg ul.toolbar li.fullscreen {background-position : -32px -96px;}
|
|
125
|
+
|
|
126
|
+
div.wysiwyg ul.toolbar li.cut {background-position : -32px -64px;}
|
|
127
|
+
div.wysiwyg ul.toolbar li.copy {background-position : -48px -64px;}
|
|
128
|
+
div.wysiwyg ul.toolbar li.paste {background-position : -64px -64px;}
|
|
129
|
+
div.wysiwyg ul.toolbar li.insertTable {background-position : -64px -48px;}
|
|
130
|
+
|
|
131
|
+
div.wysiwyg ul.toolbar li.increaseFontSize {background-position : -16px -80px;}
|
|
132
|
+
div.wysiwyg ul.toolbar li.decreaseFontSize {background-position : -32px -80px;}
|
|
133
|
+
|
|
134
|
+
div.wysiwyg ul.toolbar li.createLink {background-position : -80px -48px;}
|
|
135
|
+
div.wysiwyg ul.toolbar li.insertImage {background-position : -80px -80px;}
|
|
136
|
+
|
|
137
|
+
div.wysiwyg ul.toolbar li.html {background-position : -47px -46px;}
|
|
138
|
+
div.wysiwyg ul.toolbar li.removeFormat {background-position : -80px -63px;}
|
|
139
|
+
|
|
140
|
+
div.wysiwyg ul.toolbar li.empty {background-position : -64px -80px;}
|
|
141
|
+
|
|
142
|
+
/* dialog */
|
|
143
|
+
.wysiwyg-dialog { position : fixed; top : 50px; left : 50px; width : 354px; background : transparent; font : 12px Arial; }
|
|
144
|
+
.wysiwyg-dialog .wysiwyg-dialog-topbar { background : url(../gfx/table-thead.gif) repeat-x right top; border : 1px solid #d2dce9; padding : 0 8px; color : #002e68; line-height : 29px; font-size:12px; font-weight:bold; height : 29px; position:relative; }
|
|
145
|
+
.wysiwyg-dialog .wysiwyg-dialog-topbar .wysiwyg-dialog-close-wrapper .wysiwyg-dialog-close-button { color:#002e68; text-decoration:none; display:block; line-height : normal; padding: 3px 5px; position:absolute; right:8px; top: 4px; }
|
|
146
|
+
.wysiwyg-dialog .wysiwyg-dialog-topbar .wysiwyg-dialog-close-wrapper a.wysiwyg-dialog-close-button:hover { background:#002e68; color : #FFFFFF; }
|
|
147
|
+
.wysiwyg-dialog .wysiwyg-dialog-content { border : 1px solid #d2dce9; border-top:0; padding:15px; background:white; }
|
|
148
|
+
.wysiwyg-dialog-modal-div { position:absolute; z-index : 99999;}
|
|
149
|
+
.wysiwyg-dialog-content form.wysiwyg select { display : block; }
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Template Name: CleanDream
|
|
3
|
+
Author: Rory Kranendonk
|
|
4
|
+
Author URI: http://www.dreamwire.nl
|
|
5
|
+
Version: 1.0
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
form.wysiwyg {
|
|
9
|
+
background : #FFFFFF;
|
|
10
|
+
border : none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
form.wysiwyg fieldset div.form-row {
|
|
14
|
+
display: inline-block;
|
|
15
|
+
padding : 3px 0;
|
|
16
|
+
width: 100%;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
form.wysiwyg fieldset div.form-row-value {
|
|
20
|
+
float : left;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
form.wysiwyg label {
|
|
24
|
+
text-align : left;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
form.wysiwyg legend {
|
|
28
|
+
color : #0b77b7;
|
|
29
|
+
font-size : 1.2em;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
form.wysiwyg legend span {
|
|
33
|
+
text-align : right;
|
|
34
|
+
width : 10em;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
form.wysiwyg input{
|
|
38
|
+
display : inline-block;
|
|
39
|
+
border : 1px solid #C3D0E1;
|
|
40
|
+
background-color : #FFFFFF;
|
|
41
|
+
padding : 4px 5px;
|
|
42
|
+
margin : 0;
|
|
43
|
+
font-size : 12px;
|
|
44
|
+
color : #002e68;
|
|
45
|
+
line-height : 1.25em;
|
|
46
|
+
height : 15px;
|
|
47
|
+
width : 166px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
form.wysiwyg input.tiny{
|
|
51
|
+
width : 46px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
form.wysiwyg input.width, form.wysiwyg input.height {
|
|
55
|
+
width : 4em;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
form.wysiwyg button{
|
|
59
|
+
margin : 0;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
form.wysiwyg fieldset {
|
|
63
|
+
border : none;
|
|
64
|
+
padding : 0 0.5em 0.5em;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
form.wysiwyg input.default {
|
|
68
|
+
color : #bbb;
|
|
69
|
+
}
|
|
@@ -0,0 +1,852 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
3
|
+
|
|
4
|
+
<head>
|
|
5
|
+
|
|
6
|
+
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
7
|
+
<title>CleanDream</title>
|
|
8
|
+
|
|
9
|
+
<style type="text/css">
|
|
10
|
+
@import url("css/style.css");
|
|
11
|
+
@import url('css/style_text.css');
|
|
12
|
+
@import url('css/form-buttons.css');
|
|
13
|
+
@import url('css/link-buttons.css');
|
|
14
|
+
@import url('css/menu.css');
|
|
15
|
+
@import url('css/statics.css');
|
|
16
|
+
@import url('css/messages.css');
|
|
17
|
+
@import url('css/datatable.css');
|
|
18
|
+
@import url('css/accordion.css');
|
|
19
|
+
@import url('css/tabs.css');
|
|
20
|
+
@import url('css/forms.css');
|
|
21
|
+
@import url('css/datepicker.css');
|
|
22
|
+
@import url('css/modalbox.css');
|
|
23
|
+
@import url('css/jquery.fancybox-1.3.4.css');
|
|
24
|
+
@import url('css/jquery.treeview.css');
|
|
25
|
+
@import url('css/wysiwyg.css');
|
|
26
|
+
@import url('css/wysiwyg.modal.css');
|
|
27
|
+
@import url('css/wysiwyg-editor.css');
|
|
28
|
+
</style>
|
|
29
|
+
|
|
30
|
+
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
|
|
31
|
+
|
|
32
|
+
<!--[if lte IE 8]>
|
|
33
|
+
<script type="text/javascript" src="js/excanvas.min.js"></script>
|
|
34
|
+
<![endif]-->
|
|
35
|
+
|
|
36
|
+
</head>
|
|
37
|
+
|
|
38
|
+
<body>
|
|
39
|
+
|
|
40
|
+
<div class="container">
|
|
41
|
+
|
|
42
|
+
<div class="logo-labels">
|
|
43
|
+
<h1><a href="#">CleanDream</a></h1>
|
|
44
|
+
<ul>
|
|
45
|
+
<li><a href="#"><span>Settings</span></a></li>
|
|
46
|
+
<li class="usermessage"><a href="#"><span>1 new message</span></a></li>
|
|
47
|
+
<li class="logout"><a href="#"><span>Logout</span></a></li>
|
|
48
|
+
</ul>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
<div class="menu-search">
|
|
52
|
+
<ul>
|
|
53
|
+
<li class="current"><a href="dashboard.html">Dashboard</a></li>
|
|
54
|
+
<li>
|
|
55
|
+
<a href="#">Dropdown</a>
|
|
56
|
+
<ul>
|
|
57
|
+
<li><a href="#">Submenu item 001</a></li>
|
|
58
|
+
<li><a href="#">Submenu item 002</a></li>
|
|
59
|
+
<li><a href="#">Submenu item 003</a></li>
|
|
60
|
+
<li class="current">
|
|
61
|
+
<a href="#">Submenu item 004</a>
|
|
62
|
+
<ul>
|
|
63
|
+
<li><a href="#">Subsubmenu item 001</a></li>
|
|
64
|
+
<li><a href="#">Subsubmenu item 002</a></li>
|
|
65
|
+
<li class="current"><a href="#">Subsubmenu item 003</a></li>
|
|
66
|
+
<li><a href="#">Subsubmenu item 003</a></li>
|
|
67
|
+
<li><a href="#">Subsubmenu item 005</a></li>
|
|
68
|
+
</ul>
|
|
69
|
+
</li>
|
|
70
|
+
<li> <a href="#">Submenu item 005</a> </li>
|
|
71
|
+
</ul>
|
|
72
|
+
</li>
|
|
73
|
+
<li><a href="typography.html">Typography</a></li>
|
|
74
|
+
<li><a href="boxgrid.html">Boxes Grid</a></li>
|
|
75
|
+
<li><a href="forms.html">Forms</a></li>
|
|
76
|
+
<li><a href="gallery.html">Gallery</a></li>
|
|
77
|
+
<li><a href="tables.html">Tables</a></li>
|
|
78
|
+
<li><a href="more.html">More</a></li>
|
|
79
|
+
</ul>
|
|
80
|
+
<div class="search">
|
|
81
|
+
<form action="" method="post">
|
|
82
|
+
<input type="text" value="Seachterm" />
|
|
83
|
+
<button type="submit"></button>
|
|
84
|
+
</form>
|
|
85
|
+
</div>
|
|
86
|
+
</div>
|
|
87
|
+
|
|
88
|
+
<div class="breadcrumbs">
|
|
89
|
+
<ul>
|
|
90
|
+
<li class="home"><a href="#"></a></li>
|
|
91
|
+
<li class="break">»</li>
|
|
92
|
+
<li><a href="#">Menu item</a></li>
|
|
93
|
+
<li class="break">»</li>
|
|
94
|
+
<li><a href="#">Menu item</a></li>
|
|
95
|
+
</ul>
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
<div class="section">
|
|
99
|
+
<div class="full">
|
|
100
|
+
<div class="box">
|
|
101
|
+
<div class="title">
|
|
102
|
+
<h2>Statistics</h2>
|
|
103
|
+
<span class="hide"></span>
|
|
104
|
+
</div>
|
|
105
|
+
<div class="content">
|
|
106
|
+
<div class="caption">Statistics for August</div>
|
|
107
|
+
<table class="statics" style="width : 100%;">
|
|
108
|
+
<thead>
|
|
109
|
+
<tr>
|
|
110
|
+
<th></th>
|
|
111
|
+
<th style="color : #00366f;">unique visitors</th>
|
|
112
|
+
<th style="color : #006ba0;">pageviews</th>
|
|
113
|
+
</tr>
|
|
114
|
+
</thead>
|
|
115
|
+
<tbody>
|
|
116
|
+
<tr>
|
|
117
|
+
<th>1</th><td>256</td><td>1207</td>
|
|
118
|
+
</tr>
|
|
119
|
+
<tr>
|
|
120
|
+
<th>2</th><td>203</td><td>1000</td>
|
|
121
|
+
</tr>
|
|
122
|
+
<tr>
|
|
123
|
+
<th>3</th><td>241</td><td>1050</td>
|
|
124
|
+
</tr>
|
|
125
|
+
<tr>
|
|
126
|
+
<th>4</th><td>227</td><td>1143</td>
|
|
127
|
+
</tr>
|
|
128
|
+
<tr>
|
|
129
|
+
<th>5</th><td>220</td><td>1027</td>
|
|
130
|
+
</tr>
|
|
131
|
+
<tr>
|
|
132
|
+
<th>6</th><td>219</td><td>939</td>
|
|
133
|
+
</tr>
|
|
134
|
+
<tr>
|
|
135
|
+
<th>7</th><td>260</td><td>1163</td>
|
|
136
|
+
</tr>
|
|
137
|
+
<tr>
|
|
138
|
+
<th>8</th><td>235</td><td>1301</td>
|
|
139
|
+
</tr>
|
|
140
|
+
<tr>
|
|
141
|
+
<th>9</th><td>277</td><td>1439</td>
|
|
142
|
+
</tr>
|
|
143
|
+
<tr>
|
|
144
|
+
<th>10</th><td>245</td><td>1508</td>
|
|
145
|
+
</tr>
|
|
146
|
+
<tr>
|
|
147
|
+
<th>11</th><td>249</td><td>1200</td>
|
|
148
|
+
</tr>
|
|
149
|
+
<tr>
|
|
150
|
+
<th>12</th><td>240</td><td>1213</td>
|
|
151
|
+
</tr>
|
|
152
|
+
<tr>
|
|
153
|
+
<th>13</th><td>246</td><td>1200</td>
|
|
154
|
+
</tr>
|
|
155
|
+
<tr>
|
|
156
|
+
<th>14</th><td>256</td><td>1444</td>
|
|
157
|
+
</tr>
|
|
158
|
+
<tr>
|
|
159
|
+
<th>15</th><td>227</td><td>1069</td>
|
|
160
|
+
</tr>
|
|
161
|
+
<tr>
|
|
162
|
+
<th>16</th><td>221</td><td>1158</td>
|
|
163
|
+
</tr>
|
|
164
|
+
<tr>
|
|
165
|
+
<th>17</th><td>266</td><td>1384</td>
|
|
166
|
+
</tr>
|
|
167
|
+
<tr>
|
|
168
|
+
<th>18</th><td>247</td><td>1395</td>
|
|
169
|
+
</tr>
|
|
170
|
+
<tr>
|
|
171
|
+
<th>19</th><td>286</td><td>1729</td>
|
|
172
|
+
</tr>
|
|
173
|
+
<tr>
|
|
174
|
+
<th>20</th><td>224</td><td>1175</td>
|
|
175
|
+
</tr>
|
|
176
|
+
<tr>
|
|
177
|
+
<th>21</th><td>225</td><td>1026</td>
|
|
178
|
+
</tr>
|
|
179
|
+
<tr>
|
|
180
|
+
<th>22</th><td>216</td><td>994</td>
|
|
181
|
+
</tr>
|
|
182
|
+
<tr>
|
|
183
|
+
<th>23</th><td>179</td><td>762</td>
|
|
184
|
+
</tr>
|
|
185
|
+
<tr>
|
|
186
|
+
<th>24</th><td>259</td><td>1151</td>
|
|
187
|
+
</tr>
|
|
188
|
+
<tr>
|
|
189
|
+
<th>25</th><td>191</td><td>978</td>
|
|
190
|
+
</tr>
|
|
191
|
+
<tr>
|
|
192
|
+
<th>26</th><td>196</td><td>1069</td>
|
|
193
|
+
</tr>
|
|
194
|
+
<tr>
|
|
195
|
+
<th>27</th><td>209</td><td>1189</td>
|
|
196
|
+
</tr>
|
|
197
|
+
<tr>
|
|
198
|
+
<th>28</th><td>199</td><td>1099</td>
|
|
199
|
+
</tr>
|
|
200
|
+
<tr>
|
|
201
|
+
<th>29</th><td>225</td><td>1215</td>
|
|
202
|
+
</tr>
|
|
203
|
+
<tr>
|
|
204
|
+
<th>30</th><td>228</td><td>973</td>
|
|
205
|
+
</tr>
|
|
206
|
+
<tr>
|
|
207
|
+
<th>31</th><td>258</td><td>1462</td>
|
|
208
|
+
</tr>
|
|
209
|
+
</tbody>
|
|
210
|
+
</table>
|
|
211
|
+
</div>
|
|
212
|
+
</div>
|
|
213
|
+
</div>
|
|
214
|
+
</div>
|
|
215
|
+
|
|
216
|
+
<div class="section">
|
|
217
|
+
<div class="medium">
|
|
218
|
+
<div class="box">
|
|
219
|
+
<div class="title">
|
|
220
|
+
<h2>System information messages</h2>
|
|
221
|
+
<span class="hide"></span>
|
|
222
|
+
</div>
|
|
223
|
+
<div class="content">
|
|
224
|
+
<div class="messages green">
|
|
225
|
+
<span></span>
|
|
226
|
+
This is a successful placed text message.
|
|
227
|
+
</div>
|
|
228
|
+
<div class="messages blue">
|
|
229
|
+
<span></span>
|
|
230
|
+
This is a information placed text message.
|
|
231
|
+
</div>
|
|
232
|
+
<div class="messages orange">
|
|
233
|
+
<span></span>
|
|
234
|
+
This is a warning placed text message.
|
|
235
|
+
</div>
|
|
236
|
+
<div class="messages red">
|
|
237
|
+
<span></span>
|
|
238
|
+
This is a warning placed text message.
|
|
239
|
+
</div>
|
|
240
|
+
</div>
|
|
241
|
+
</div>
|
|
242
|
+
</div>
|
|
243
|
+
<div class="medium">
|
|
244
|
+
<div class="box">
|
|
245
|
+
<div class="title">
|
|
246
|
+
<h2>Link button and sumbit button styles</h2>
|
|
247
|
+
<span class="hide"></span>
|
|
248
|
+
</div>
|
|
249
|
+
<div class="content">
|
|
250
|
+
<h2>Buttons small</h2>
|
|
251
|
+
<a href="#" class="button green">Button</a>
|
|
252
|
+
<a href="#" class="button blue">Button</a>
|
|
253
|
+
<a href="#" class="button orange">Button</a>
|
|
254
|
+
<a href="#" class="button red">Button</a>
|
|
255
|
+
<a href="#" class="button grey">Button</a><br />
|
|
256
|
+
<br />
|
|
257
|
+
<h2>Buttons medium</h2>
|
|
258
|
+
<a href="#" class="button green medium">Button</a>
|
|
259
|
+
<a href="#" class="button blue medium">Button</a>
|
|
260
|
+
<a href="#" class="button orange medium">Button</a>
|
|
261
|
+
<a href="#" class="button red medium">Button</a>
|
|
262
|
+
<a href="#" class="button grey medium">Button</a><br />
|
|
263
|
+
<br />
|
|
264
|
+
<h2>Buttons big</h2>
|
|
265
|
+
<a href="#" class="button green big">Button</a>
|
|
266
|
+
<a href="#" class="button blue big">Button</a>
|
|
267
|
+
<a href="#" class="button orange big">Button</a>
|
|
268
|
+
<a href="#" class="button red big">Button</a>
|
|
269
|
+
<a href="#" class="button grey big">Button</a>
|
|
270
|
+
</div>
|
|
271
|
+
</div>
|
|
272
|
+
</div>
|
|
273
|
+
</div>
|
|
274
|
+
|
|
275
|
+
<div class="section">
|
|
276
|
+
|
|
277
|
+
<div class="small">
|
|
278
|
+
<div class="box">
|
|
279
|
+
<div class="title">
|
|
280
|
+
<h2>Messages</h2>
|
|
281
|
+
<span class="hide"></span>
|
|
282
|
+
</div>
|
|
283
|
+
<div class="content">
|
|
284
|
+
<div class="message">
|
|
285
|
+
<h3>This is a title</h3>
|
|
286
|
+
Etiam et tristique nisi. Vestibulum non
|
|
287
|
+
massa nec dui aliquet ultrices. Suspe
|
|
288
|
+
id lacus augue, eu cursus.<br />
|
|
289
|
+
<a href="#" class="button blue">Read more</a>
|
|
290
|
+
</div>
|
|
291
|
+
<div class="message">
|
|
292
|
+
<h3>This is a title</h3>
|
|
293
|
+
Etiam et tristique nisi. Vestibulum non
|
|
294
|
+
massa nec dui aliquet ultrices. Suspe
|
|
295
|
+
id lacus augue, eu cursus.<br />
|
|
296
|
+
<a href="#" class="button blue">Read more</a>
|
|
297
|
+
</div>
|
|
298
|
+
</div>
|
|
299
|
+
</div>
|
|
300
|
+
</div>
|
|
301
|
+
|
|
302
|
+
<div class="big">
|
|
303
|
+
<div class="box">
|
|
304
|
+
<div class="title">
|
|
305
|
+
<h2>Pages</h2>
|
|
306
|
+
<span class="hide"></span>
|
|
307
|
+
</div>
|
|
308
|
+
<div class="content">
|
|
309
|
+
<table cellspacing="0" cellpadding="0" border="0" class="all">
|
|
310
|
+
<thead>
|
|
311
|
+
<tr>
|
|
312
|
+
<th><input type="checkbox" name="check" class="checkall" /></th>
|
|
313
|
+
<th>Title</th>
|
|
314
|
+
<th>Status</th>
|
|
315
|
+
<th>Date created</th>
|
|
316
|
+
<th>Author</th>
|
|
317
|
+
<th></th>
|
|
318
|
+
</tr>
|
|
319
|
+
</thead>
|
|
320
|
+
<tbody>
|
|
321
|
+
<tr>
|
|
322
|
+
<td><input type="checkbox" name="check" /></td>
|
|
323
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
324
|
+
<td>Published</td>
|
|
325
|
+
<td>26th August 2011</td>
|
|
326
|
+
<td>First, Lastname</td>
|
|
327
|
+
<td>
|
|
328
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
329
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
330
|
+
</td>
|
|
331
|
+
</tr>
|
|
332
|
+
<tr>
|
|
333
|
+
<td><input type="checkbox" name="check" /></td>
|
|
334
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
335
|
+
<td>Draft</td>
|
|
336
|
+
<td>26th August 2011</td>
|
|
337
|
+
<td>First, Lastname</td>
|
|
338
|
+
<td>
|
|
339
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
340
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
341
|
+
</td>
|
|
342
|
+
</tr>
|
|
343
|
+
<tr>
|
|
344
|
+
<td><input type="checkbox" name="check" /></td>
|
|
345
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
346
|
+
<td>Published</td>
|
|
347
|
+
<td>26th August 2011</td>
|
|
348
|
+
<td>First, Lastname</td>
|
|
349
|
+
<td>
|
|
350
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
351
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
352
|
+
</td>
|
|
353
|
+
</tr>
|
|
354
|
+
<tr>
|
|
355
|
+
<td><input type="checkbox" name="check" /></td>
|
|
356
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
357
|
+
<td>Draft</td>
|
|
358
|
+
<td>26th August 2011</td>
|
|
359
|
+
<td>First, Lastname</td>
|
|
360
|
+
<td>
|
|
361
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
362
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
363
|
+
</td>
|
|
364
|
+
</tr>
|
|
365
|
+
<tr>
|
|
366
|
+
<td><input type="checkbox" name="check" /></td>
|
|
367
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
368
|
+
<td>Published</td>
|
|
369
|
+
<td>26th August 2011</td>
|
|
370
|
+
<td>First, Lastname</td>
|
|
371
|
+
<td>
|
|
372
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
373
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
374
|
+
</td>
|
|
375
|
+
</tr>
|
|
376
|
+
<tr>
|
|
377
|
+
<td><input type="checkbox" name="check" /></td>
|
|
378
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
379
|
+
<td>Published</td>
|
|
380
|
+
<td>26th August 2011</td>
|
|
381
|
+
<td>First, Lastname</td>
|
|
382
|
+
<td>
|
|
383
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
384
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
385
|
+
</td>
|
|
386
|
+
</tr>
|
|
387
|
+
<tr>
|
|
388
|
+
<td><input type="checkbox" name="check" /></td>
|
|
389
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
390
|
+
<td>Draft</td>
|
|
391
|
+
<td>26th August 2011</td>
|
|
392
|
+
<td>First, Lastname</td>
|
|
393
|
+
<td>
|
|
394
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
395
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
396
|
+
</td>
|
|
397
|
+
</tr>
|
|
398
|
+
<tr>
|
|
399
|
+
<td><input type="checkbox" name="check" /></td>
|
|
400
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
401
|
+
<td>Published</td>
|
|
402
|
+
<td>26th August 2011</td>
|
|
403
|
+
<td>First, Lastname</td>
|
|
404
|
+
<td>
|
|
405
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
406
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
407
|
+
</td>
|
|
408
|
+
</tr>
|
|
409
|
+
<tr>
|
|
410
|
+
<td><input type="checkbox" name="check" /></td>
|
|
411
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
412
|
+
<td>Draft</td>
|
|
413
|
+
<td>26th August 2011</td>
|
|
414
|
+
<td>First, Lastname</td>
|
|
415
|
+
<td>
|
|
416
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
417
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
418
|
+
</td>
|
|
419
|
+
</tr>
|
|
420
|
+
<tr>
|
|
421
|
+
<td><input type="checkbox" name="check" /></td>
|
|
422
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
423
|
+
<td>Published</td>
|
|
424
|
+
<td>26th August 2011</td>
|
|
425
|
+
<td>First, Lastname</td>
|
|
426
|
+
<td>
|
|
427
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
428
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
429
|
+
</td>
|
|
430
|
+
</tr>
|
|
431
|
+
<tr>
|
|
432
|
+
<td><input type="checkbox" name="check" /></td>
|
|
433
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
434
|
+
<td>Published</td>
|
|
435
|
+
<td>26th August 2011</td>
|
|
436
|
+
<td>First, Lastname</td>
|
|
437
|
+
<td>
|
|
438
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
439
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
440
|
+
</td>
|
|
441
|
+
</tr>
|
|
442
|
+
<tr>
|
|
443
|
+
<td><input type="checkbox" name="check" /></td>
|
|
444
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
445
|
+
<td>Draft</td>
|
|
446
|
+
<td>26th August 2011</td>
|
|
447
|
+
<td>First, Lastname</td>
|
|
448
|
+
<td>
|
|
449
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
450
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
451
|
+
</td>
|
|
452
|
+
</tr>
|
|
453
|
+
<tr>
|
|
454
|
+
<td><input type="checkbox" name="check" /></td>
|
|
455
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
456
|
+
<td>Published</td>
|
|
457
|
+
<td>26th August 2011</td>
|
|
458
|
+
<td>First, Lastname</td>
|
|
459
|
+
<td>
|
|
460
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
461
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
462
|
+
</td>
|
|
463
|
+
</tr>
|
|
464
|
+
<tr>
|
|
465
|
+
<td><input type="checkbox" name="check" /></td>
|
|
466
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
467
|
+
<td>Draft</td>
|
|
468
|
+
<td>26th August 2011</td>
|
|
469
|
+
<td>First, Lastname</td>
|
|
470
|
+
<td>
|
|
471
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
472
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
473
|
+
</td>
|
|
474
|
+
</tr>
|
|
475
|
+
<tr>
|
|
476
|
+
<td><input type="checkbox" name="check" /></td>
|
|
477
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
478
|
+
<td>Published</td>
|
|
479
|
+
<td>26th August 2011</td>
|
|
480
|
+
<td>First, Lastname</td>
|
|
481
|
+
<td>
|
|
482
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
483
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
484
|
+
</td>
|
|
485
|
+
</tr>
|
|
486
|
+
<tr>
|
|
487
|
+
<td><input type="checkbox" name="check" /></td>
|
|
488
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
489
|
+
<td>Published</td>
|
|
490
|
+
<td>26th August 2011</td>
|
|
491
|
+
<td>First, Lastname</td>
|
|
492
|
+
<td>
|
|
493
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
494
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
495
|
+
</td>
|
|
496
|
+
</tr>
|
|
497
|
+
<tr>
|
|
498
|
+
<td><input type="checkbox" name="check" /></td>
|
|
499
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
500
|
+
<td>Draft</td>
|
|
501
|
+
<td>26th August 2011</td>
|
|
502
|
+
<td>First, Lastname</td>
|
|
503
|
+
<td>
|
|
504
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
505
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
506
|
+
</td>
|
|
507
|
+
</tr>
|
|
508
|
+
<tr>
|
|
509
|
+
<td><input type="checkbox" name="check" /></td>
|
|
510
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
511
|
+
<td>Published</td>
|
|
512
|
+
<td>26th August 2011</td>
|
|
513
|
+
<td>First, Lastname</td>
|
|
514
|
+
<td>
|
|
515
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
516
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
517
|
+
</td>
|
|
518
|
+
</tr>
|
|
519
|
+
<tr>
|
|
520
|
+
<td><input type="checkbox" name="check" /></td>
|
|
521
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
522
|
+
<td>Draft</td>
|
|
523
|
+
<td>26th August 2011</td>
|
|
524
|
+
<td>First, Lastname</td>
|
|
525
|
+
<td>
|
|
526
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
527
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
528
|
+
</td>
|
|
529
|
+
</tr>
|
|
530
|
+
<tr>
|
|
531
|
+
<td><input type="checkbox" name="check" /></td>
|
|
532
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
533
|
+
<td>Published</td>
|
|
534
|
+
<td>26th August 2011</td>
|
|
535
|
+
<td>First, Lastname</td>
|
|
536
|
+
<td>
|
|
537
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
538
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
539
|
+
</td>
|
|
540
|
+
</tr>
|
|
541
|
+
<tr>
|
|
542
|
+
<td><input type="checkbox" name="check" /></td>
|
|
543
|
+
<td><a href="#">Vestibulum ante ipsum primis</a></td>
|
|
544
|
+
<td>Published</td>
|
|
545
|
+
<td>26th August 2011</td>
|
|
546
|
+
<td>First, Lastname</td>
|
|
547
|
+
<td>
|
|
548
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
549
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
550
|
+
</td>
|
|
551
|
+
</tr>
|
|
552
|
+
<tr>
|
|
553
|
+
<td><input type="checkbox" name="check" /></td>
|
|
554
|
+
<td><a href="#">Quisque nulla libero</a></td>
|
|
555
|
+
<td>Draft</td>
|
|
556
|
+
<td>26th August 2011</td>
|
|
557
|
+
<td>First, Lastname</td>
|
|
558
|
+
<td>
|
|
559
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
560
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
561
|
+
</td>
|
|
562
|
+
</tr>
|
|
563
|
+
<tr>
|
|
564
|
+
<td><input type="checkbox" name="check" /></td>
|
|
565
|
+
<td><a href="#">Donec pretium scelerisque mi id</a></td>
|
|
566
|
+
<td>Published</td>
|
|
567
|
+
<td>26th August 2011</td>
|
|
568
|
+
<td>First, Lastname</td>
|
|
569
|
+
<td>
|
|
570
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
571
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
572
|
+
</td>
|
|
573
|
+
</tr>
|
|
574
|
+
<tr>
|
|
575
|
+
<td><input type="checkbox" name="check" /></td>
|
|
576
|
+
<td><a href="#">Nam porttitor dictum arcu</a></td>
|
|
577
|
+
<td>Draft</td>
|
|
578
|
+
<td>26th August 2011</td>
|
|
579
|
+
<td>First, Lastname</td>
|
|
580
|
+
<td>
|
|
581
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
582
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
583
|
+
</td>
|
|
584
|
+
</tr>
|
|
585
|
+
<tr>
|
|
586
|
+
<td><input type="checkbox" name="check" /></td>
|
|
587
|
+
<td><a href="#">Duis suscipit mollis consectetur</a></td>
|
|
588
|
+
<td>Published</td>
|
|
589
|
+
<td>26th August 2011</td>
|
|
590
|
+
<td>First, Lastname</td>
|
|
591
|
+
<td>
|
|
592
|
+
<a href="#"><img src="gfx/icon-edit.png" alt="edit" /></a>
|
|
593
|
+
<a href="#"><img src="gfx/icon-delete.png" alt="delete" /></a>
|
|
594
|
+
</td>
|
|
595
|
+
</tr>
|
|
596
|
+
</tbody>
|
|
597
|
+
</table>
|
|
598
|
+
<button type="submit" class="red"><span>Delete</span></button>
|
|
599
|
+
</div>
|
|
600
|
+
</div>
|
|
601
|
+
</div>
|
|
602
|
+
</div>
|
|
603
|
+
|
|
604
|
+
<div class="section">
|
|
605
|
+
<div class="medium">
|
|
606
|
+
<div class="box">
|
|
607
|
+
<div class="title">
|
|
608
|
+
<h2>Information tabs</h2>
|
|
609
|
+
<span class="hide"></span>
|
|
610
|
+
</div>
|
|
611
|
+
<div class="content tabs">
|
|
612
|
+
|
|
613
|
+
<div class="tabmenu">
|
|
614
|
+
<ul>
|
|
615
|
+
<li><a href="#tabs-1">Tab number 1</a></li>
|
|
616
|
+
<li><a href="#tabs-2">Tab number 2</a></li>
|
|
617
|
+
<li><a href="#tabs-3">Tab number 3</a></li>
|
|
618
|
+
</ul>
|
|
619
|
+
</div>
|
|
620
|
+
|
|
621
|
+
<div id="tabs-1">
|
|
622
|
+
<img src="gfx/photos/00.jpg" class="right" alt="Photo" />
|
|
623
|
+
<b>Donec pharetra ullamcorper ligula, vel vehicula ante lobo
|
|
624
|
+
nulla a nibh pulvinar imperdiet. Aenean sagittis neque se
|
|
625
|
+
Cras egestas lacus vitae tortor.</b><br />
|
|
626
|
+
<br />
|
|
627
|
+
Nulla sodales condimentum dolor at pharetra. Donec feug
|
|
628
|
+
amet dignissim augue semper a. Ut imperdiet iaculis pur
|
|
629
|
+
nibh eros, elementum eget viverra eget, tempus et velit.
|
|
630
|
+
penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc sapien
|
|
631
|
+
libero, facilisis a varius non, gravida et odio. Pellentesque habitant morbi
|
|
632
|
+
tristique senectus et netus et malesuada fames ac turpis egestas. In fermentum
|
|
633
|
+
mauris non turpis sagittis vel sollicitudin magna dictum. Cras vel lectus sed
|
|
634
|
+
sapien malesuada viverra ac ut elit. Vivamus vel nunc ac est iaculis lobortis.
|
|
635
|
+
Maecenas congue velit sit amet leo sapien libero, facilisis a varius non,
|
|
636
|
+
gravida et odio.
|
|
637
|
+
</div>
|
|
638
|
+
|
|
639
|
+
<div id="tabs-2">
|
|
640
|
+
<img src="gfx/photos/00.jpg" class="left" alt="Photo" />
|
|
641
|
+
<b>Donec pharetra ullamcorper ligula, vel vehicula ante lobo
|
|
642
|
+
nulla a nibh pulvinar imperdiet. Aenean sagittis neque se
|
|
643
|
+
Cras egestas lacus vitae tortor.</b><br />
|
|
644
|
+
<br />
|
|
645
|
+
Nulla sodales condimentum dolor at pharetra. Donec feug
|
|
646
|
+
amet dignissim augue semper a. Ut imperdiet iaculis pur
|
|
647
|
+
nibh eros, elementum eget viverra eget, tempus et velit.
|
|
648
|
+
penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc sapien
|
|
649
|
+
libero, facilisis a varius non, gravida et odio. Pellentesque habitant morbi
|
|
650
|
+
tristique senectus et netus et malesuada fames ac turpis egestas. In fermentum
|
|
651
|
+
mauris non turpis sagittis vel sollicitudin magna dictum. Cras vel lectus sed
|
|
652
|
+
sapien malesuada viverra ac ut elit. Vivamus vel nunc ac est iaculis lobortis.
|
|
653
|
+
Maecenas congue velit sit amet leo sapien libero, facilisis a varius non,
|
|
654
|
+
gravida et odio.
|
|
655
|
+
</div>
|
|
656
|
+
|
|
657
|
+
<div id="tabs-3">
|
|
658
|
+
<img src="gfx/photos/00.jpg" class="right" alt="Photo" />
|
|
659
|
+
<b>Donec pharetra ullamcorper ligula, vel vehicula ante lobo
|
|
660
|
+
nulla a nibh pulvinar imperdiet. Aenean sagittis neque se
|
|
661
|
+
Cras egestas lacus vitae tortor.</b><br />
|
|
662
|
+
<br />
|
|
663
|
+
Nulla sodales condimentum dolor at pharetra. Donec feug
|
|
664
|
+
amet dignissim augue semper a. Ut imperdiet iaculis pur
|
|
665
|
+
nibh eros, elementum eget viverra eget, tempus et velit.
|
|
666
|
+
penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc sapien
|
|
667
|
+
libero, facilisis a varius non, gravida et odio. Pellentesque habitant morbi
|
|
668
|
+
tristique senectus et netus et malesuada fames ac turpis egestas. In fermentum
|
|
669
|
+
mauris non turpis sagittis vel sollicitudin magna dictum. Cras vel lectus sed
|
|
670
|
+
sapien malesuada viverra ac ut elit. Vivamus vel nunc ac est iaculis lobortis.
|
|
671
|
+
Maecenas congue velit sit amet leo sapien libero, facilisis a varius non,
|
|
672
|
+
gravida et odio.
|
|
673
|
+
</div>
|
|
674
|
+
|
|
675
|
+
</div>
|
|
676
|
+
</div>
|
|
677
|
+
</div>
|
|
678
|
+
<div class="medium">
|
|
679
|
+
<div class="box">
|
|
680
|
+
<div class="title">
|
|
681
|
+
<h2>Gallery: thumb options</h2>
|
|
682
|
+
<span class="hide"></span>
|
|
683
|
+
</div>
|
|
684
|
+
<div class="content gallery">
|
|
685
|
+
|
|
686
|
+
<div class="thumb">
|
|
687
|
+
<div>
|
|
688
|
+
<a href="gfx/photos/01xl.jpg" class="zoom"><img src="gfx/img-zoom.png" alt="Zoom" /></a>
|
|
689
|
+
<a href="#"><img src="gfx/img-delete.png" alt="Delete" /></a>
|
|
690
|
+
</div>
|
|
691
|
+
<img src="gfx/photos/01.jpg" class="shadow" alt="Photo" />
|
|
692
|
+
</div>
|
|
693
|
+
<div class="thumb">
|
|
694
|
+
<div>
|
|
695
|
+
<a href="gfx/photos/02xl.jpg" class="zoom"><img src="gfx/img-zoom.png" alt="Zoom" /></a>
|
|
696
|
+
<a href="#"><img src="gfx/img-delete.png" alt="Delete" /></a>
|
|
697
|
+
</div>
|
|
698
|
+
<img src="gfx/photos/02.jpg" class="shadow" alt="Photo" />
|
|
699
|
+
</div>
|
|
700
|
+
<div class="thumb">
|
|
701
|
+
<div>
|
|
702
|
+
<a href="gfx/photos/03xl.jpg" class="zoom"><img src="gfx/img-zoom.png" alt="Zoom" /></a>
|
|
703
|
+
<a href="#"><img src="gfx/img-delete.png" alt="Delete" /></a>
|
|
704
|
+
</div>
|
|
705
|
+
<img src="gfx/photos/03.jpg" class="shadow" alt="Photo" />
|
|
706
|
+
</div>
|
|
707
|
+
<div class="thumb">
|
|
708
|
+
<div>
|
|
709
|
+
<a href="gfx/photos/04xl.jpg" class="zoom"><img src="gfx/img-zoom.png" alt="Zoom" /></a>
|
|
710
|
+
<a href="#"><img src="gfx/img-delete.png" alt="Delete" /></a>
|
|
711
|
+
</div>
|
|
712
|
+
<img src="gfx/photos/04.jpg" class="shadow" alt="Photo" />
|
|
713
|
+
</div>
|
|
714
|
+
|
|
715
|
+
<a href="gfx/photos/06xl.jpg" class="zoom"><img src="gfx/photos/06.jpg" class="shadow" alt="Photo" /></a>
|
|
716
|
+
<a href="gfx/photos/07xl.jpg" class="zoom"><img src="gfx/photos/07.jpg" class="shadow" alt="Photo" /></a>
|
|
717
|
+
<a href="gfx/photos/08xl.jpg" class="zoom"><img src="gfx/photos/08.jpg" class="shadow" alt="Photo" /></a>
|
|
718
|
+
<a href="gfx/photos/09xl.jpg" class="zoom"><img src="gfx/photos/09.jpg" class="shadow" alt="Photo" /></a>
|
|
719
|
+
|
|
720
|
+
<a href="#"><img src="gfx/photos/11.jpg" class="shadow" alt="Photo" /></a>
|
|
721
|
+
<a href="#"><img src="gfx/photos/12.jpg" class="shadow" alt="Photo" /></a>
|
|
722
|
+
<a href="#"><img src="gfx/photos/13.jpg" class="shadow" alt="Photo" /></a>
|
|
723
|
+
<a href="#"><img src="gfx/photos/14.jpg" class="shadow" alt="Photo" /></a>
|
|
724
|
+
|
|
725
|
+
</div>
|
|
726
|
+
</div>
|
|
727
|
+
</div>
|
|
728
|
+
</div>
|
|
729
|
+
|
|
730
|
+
<div class="section">
|
|
731
|
+
<div class="medium">
|
|
732
|
+
<div class="box">
|
|
733
|
+
<div class="title">
|
|
734
|
+
<h2>Form elements</h2>
|
|
735
|
+
<span class="hide"></span>
|
|
736
|
+
</div>
|
|
737
|
+
<div class="content forms">
|
|
738
|
+
<form action="" method="post">
|
|
739
|
+
<div class="line">
|
|
740
|
+
<label>Small inputfield</label>
|
|
741
|
+
<input type="text" class="small" value="" />
|
|
742
|
+
</div>
|
|
743
|
+
<div class="line">
|
|
744
|
+
<label>Medium inputfield</label>
|
|
745
|
+
<input type="text" class="medium" value="" />
|
|
746
|
+
</div>
|
|
747
|
+
<div class="line">
|
|
748
|
+
<label>Selectbox</label>
|
|
749
|
+
<select>
|
|
750
|
+
<option selected="selected" value="">Option 01</option>
|
|
751
|
+
<option value="">Option 02</option>
|
|
752
|
+
<option value="">Option 03</option>
|
|
753
|
+
<option value="">Option 04</option>
|
|
754
|
+
<option value="">Option 05</option>
|
|
755
|
+
</select>
|
|
756
|
+
</div>
|
|
757
|
+
<div class="line">
|
|
758
|
+
<label>File inputfield</label>
|
|
759
|
+
<input type="file" />
|
|
760
|
+
</div>
|
|
761
|
+
<div class="line">
|
|
762
|
+
<label>Textarea</label>
|
|
763
|
+
<textarea class="medium" rows="" cols=""></textarea>
|
|
764
|
+
</div>
|
|
765
|
+
<div class="line">
|
|
766
|
+
<label>Checkboxes</label>
|
|
767
|
+
<input type="checkbox" name="checkbox" id="check-1" checked="checked" />
|
|
768
|
+
<label for="check-1">Checkbox on</label>
|
|
769
|
+
|
|
770
|
+
<input type="checkbox" name="checkbox" id="check-2" />
|
|
771
|
+
<label for="check-2">Checkbox off</label>
|
|
772
|
+
</div>
|
|
773
|
+
<div class="line">
|
|
774
|
+
<label>Radiobuttons</label>
|
|
775
|
+
<input type="radio" name="radiobutton" id="radio-1" checked="checked" />
|
|
776
|
+
<label for="radio-1">Radiobutton on</label>
|
|
777
|
+
|
|
778
|
+
<input type="radio" name="radiobutton" id="radio-2" />
|
|
779
|
+
<label for="radio-2">Radiobutton off</label>
|
|
780
|
+
</div>
|
|
781
|
+
</form>
|
|
782
|
+
</div>
|
|
783
|
+
</div>
|
|
784
|
+
</div>
|
|
785
|
+
<div class="medium">
|
|
786
|
+
<div class="box">
|
|
787
|
+
<div class="title">
|
|
788
|
+
<h2>Text options</h2>
|
|
789
|
+
<span class="hide"></span>
|
|
790
|
+
</div>
|
|
791
|
+
<div class="content">
|
|
792
|
+
<h1>This is a H1 heading.</h1>
|
|
793
|
+
Duis libero lectus, vestibulum at laoreet sed, elementum id augue. Maecenas ut dapibus arcu. Curabitur
|
|
794
|
+
malesuada venenatis orci, sed adipiscing diam pharetra sit amet. Donec vulputate consequat ante, a
|
|
795
|
+
eleifend urna feugiat suscipit. Nunc est dolor.<br />
|
|
796
|
+
<br />
|
|
797
|
+
<h2>This is a H2 heading.</h2>
|
|
798
|
+
Duis libero lectus, vestibulum at laoreet sed, elementum id augue. Maecenas ut dapibus arcu. Curabitur
|
|
799
|
+
malesuada venenatis orci, sed adipiscing diam pharetra sit amet. Donec vulputate consequat ante, a
|
|
800
|
+
eleifend urna feugiat suscipit. Nunc est dolor.<br />
|
|
801
|
+
<br />
|
|
802
|
+
<h4>A bullet list</h4>
|
|
803
|
+
<ul>
|
|
804
|
+
<li>Morbi porttitor risus a nulla vestibulum vulputate.</li>
|
|
805
|
+
<li>Curabitur vestibulum condimentum arcu non.</li>
|
|
806
|
+
<li>Vestibulum mollis rutrum diam nec euismod.</li>
|
|
807
|
+
<li>Aenean feugiat vestibulum congue donec nibh nulla, ullamcorper.</li>
|
|
808
|
+
</ul>
|
|
809
|
+
<br />
|
|
810
|
+
<h4>A numbered list</h4>
|
|
811
|
+
<ol>
|
|
812
|
+
<li>Morbi porttitor risus a nulla vestibulum vulputate.</li>
|
|
813
|
+
<li>Curabitur vestibulum condimentum arcu non.</li>
|
|
814
|
+
<li>Vestibulum mollis rutrum diam nec euismod.</li>
|
|
815
|
+
<li>Aenean feugiat vestibulum congue donec nibh nulla, ullamcorper.</li>
|
|
816
|
+
</ol>
|
|
817
|
+
</div>
|
|
818
|
+
</div>
|
|
819
|
+
</div>
|
|
820
|
+
</div>
|
|
821
|
+
|
|
822
|
+
<div class="footer">
|
|
823
|
+
<div class="split">© Copyright <a href="#">website.com</a></div>
|
|
824
|
+
<div class="split right">Powered by <a href="http://themeforest.net/item/cleandream/490140" target="_blank">CleanDream</a></div>
|
|
825
|
+
</div>
|
|
826
|
+
</div>
|
|
827
|
+
|
|
828
|
+
<script type="text/javascript" src="js/superfish.js"></script>
|
|
829
|
+
<script type="text/javascript" src="js/supersubs.js"></script>
|
|
830
|
+
<script type="text/javascript" src="js/hoverIntent.js"></script>
|
|
831
|
+
<script type="text/javascript" src="js/jquery.flot.js"></script>
|
|
832
|
+
<script type="text/javascript" src="js/jquery.graphtable-0.2.js"></script>
|
|
833
|
+
<script type="text/javascript" src="js/jquery.flot.resize.min.js"></script>
|
|
834
|
+
<script type="text/javascript" src="js/jquery-ui.js"></script>
|
|
835
|
+
<script type="text/javascript" src="js/jquery-ui-select.js"></script>
|
|
836
|
+
<script type="text/javascript" src="js/customInput.jquery.js"></script>
|
|
837
|
+
<script type="text/javascript" src="js/jquery.dataTables.js"></script>
|
|
838
|
+
<script type="text/javascript" src="js/jquery.fancybox-1.3.4.js"></script>
|
|
839
|
+
<script type="text/javascript" src="js/jquery.filestyle.mini.js"></script>
|
|
840
|
+
<script type="text/javascript" src="js/jquery-ui-timepicker-addon.js"></script>
|
|
841
|
+
<script type="text/javascript" src="js/jquery.treeview.js"></script>
|
|
842
|
+
<script type="text/javascript" src="js/jquery.tipsy.js"></script>
|
|
843
|
+
<script type="text/javascript" src="js/jquery.wysiwyg.js"></script>
|
|
844
|
+
<script type="text/javascript" src="js/plugins/wysiwyg.rmFormat.js"></script>
|
|
845
|
+
<script type="text/javascript" src="js/controls/wysiwyg.image.js"></script>
|
|
846
|
+
<script type="text/javascript" src="js/controls/wysiwyg.link.js"></script>
|
|
847
|
+
<script type="text/javascript" src="js/controls/wysiwyg.table.js"></script>
|
|
848
|
+
<script type="text/javascript" src="js/inline.js"></script>
|
|
849
|
+
|
|
850
|
+
</body>
|
|
851
|
+
|
|
852
|
+
</html>
|