From d1e4715af64a1c38e6fbf3333ca01c3cbdc393c5 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 5 Sep 2012 18:35:52 +0000 Subject: html5 theme --- themes/html5/admin.tmpl | 120 ++++++++++++++++++++ themes/html5/feed-icon-12x12.png | Bin 0 -> 897 bytes themes/html5/index.tmpl | 239 +++++++++++++++++++++++++++++++++++++++ themes/html5/style.css | 182 +++++++++++++++++++++++++++++ 4 files changed, 541 insertions(+) create mode 100644 themes/html5/admin.tmpl create mode 100644 themes/html5/feed-icon-12x12.png create mode 100644 themes/html5/index.tmpl create mode 100644 themes/html5/style.css diff --git a/themes/html5/admin.tmpl b/themes/html5/admin.tmpl new file mode 100644 index 0000000..4928e26 --- /dev/null +++ b/themes/html5/admin.tmpl @@ -0,0 +1,120 @@ + + + + + <TMPL_VAR name="blog_title"> + /style.css" title="Default"> + + + + +
+

+ +

+

+ create | + id = "moderate" href="?view=moderate">moderate | + administrate +

+
+ + + +
+

Error

+

+
+
+ + +
+

Ok

+

+
+
+ + + +
+
+

+

+
+ +
+
+ + +
+ +
+

"> title

+

"> uri

+

"> tags (e.g. foo,bar,baz)

+

+

+ + + "> + +
+
+
+ + + + +
+
+
+ + //" target="_new"> + + + + + + by + on +
+ +

+ ">Edit | + + ">Publish + + ">Draft + + + | ">Delete +

+
+ +
+
+
+ + + +
+ + + +
+
+ + diff --git a/themes/html5/feed-icon-12x12.png b/themes/html5/feed-icon-12x12.png new file mode 100644 index 0000000..4a4e252 Binary files /dev/null and b/themes/html5/feed-icon-12x12.png differ diff --git a/themes/html5/index.tmpl b/themes/html5/index.tmpl new file mode 100644 index 0000000..cd59081 --- /dev/null +++ b/themes/html5/index.tmpl @@ -0,0 +1,239 @@ + + + + + <TMPL_VAR name="title"> + + + /style.css" title="Default"> + + + + + + "> + + + + + + + + + + + + + + +
+

+

+ +
+ + + + + + + +
+

Comments

+ +
+
+

at + "> + + wrote in to say … +

+
+ +
+
+
+
+
+ + +
+

Error

+

+
+
+ + +
+

Ok

+

+
+
+ + +
+
+
Add a comment
+

max length chars

+
+
+

"> name

+

"> email

+

"> url

+

+ + + "> +

+
+
+
+ + + + diff --git a/themes/html5/style.css b/themes/html5/style.css new file mode 100644 index 0000000..6950f0b --- /dev/null +++ b/themes/html5/style.css @@ -0,0 +1,182 @@ +body { + font-family: sans-serif; + font-size: 14px; + margin: 3% 8% 2% 12%; +} + +pre { + background-color: #ffffea; + padding: 2%; + border: thin dashed #aaaaaa; +} + +#moderate { + color: #bb3300; +} +#preview { + padding: 3% 5%; + margin: 0 35% 10% 0; + border: thin dotted #aaaaaa; +} + +img, video { + max-width: 100%; +} +textarea, input { + border: thin solid #aaaaaa; +} + +a { + text-decoration: none; + color: #bb3300; +} +a:hover { + /* color: #498a41 !important; */ + text-decoration: underline; +} + +h1 { + margin-bottom: 0; +} +h2 a { + color: #000000; +} +h3 { + color: #666666; +} +q { + margin-left: 2%; +} + +header { + margin-bottom: 3%; +} +header p { + margin: 0; + color: #666666; + font-size: smaller; +} +header p a { + color: #4466cc; +} + +/* IE lt 9 hack */ +section, article, aside, footer, header, nav, hgroup { + display:block; +} + +article { + width: 70%; + float: left; + margin-bottom: 3%; +} + +aside { + float: right; + width: 25%; + margin-bottom: 3%; +} +aside h3 { + border-bottom: thin solid #aaaaaa; +} +aside section { + margin-bottom: 10%; +} +aside ul { + list-style: none; + padding: 0; +} +aside ul ul { + list-style: none; + margin-left: 10%; +} + +article h2 { + border-bottom: thin solid #aaaaaa; +} +article footer { + border: none; +} +article footer a { + margin-left: 0.5ex; +} + +footer { + clear: both; + text-align: center; + font-size: smaller; + color: #666666; + border-top: thin solid #aaaaaa; + padding: 1% 0; + margin-top: 2%; +} +footer a { + color: #4466cc; +} +footer ul { + list-style: none; + padding: 0; + margin: 0; +} +footer li.comments_count { + float: left; + text-align: left; +} +footer li.tags { + text-align: right; +} +footer li.lastpage { + float: left; + text-align: left; +} +footer li.nextpage { + float: right; + text-align: right; +} +#archive a { + margin-right: 2%; +} +#tagcloud a { + color: #4466cc; +} +#tagcloud li { + display: inline; + margin-right: 0.5ex; +} +li.tagcloud_0 { + font-size: 75%; +} +li.tagcloud_1 { + font-size: 80%; +} +li.tagcloud_2 { + font-size: 95%; +} +li.tagcloud_3 { + font-size: 120%; +} +li.tagcloud_4 { + font-size: 155%; +} +li.tagcloud_5 { + font-size: 200%; +} +#feeds img { + margin-right: 1ex; + border: none; +} + +#error h3 { + color: #bb3300; +} +#error p { + color: #bb3300; + margin-left: 2%; +} +#message h3 { + color: #498a41; +} +#message p { + color: #498a41; + margin-left: 2%; +} -- cgit v1.2.3