summaryrefslogtreecommitdiff
path: root/theme/clean
diff options
context:
space:
mode:
authorSamantha Doherty <sammy@status.net>2010-09-23 10:50:45 -0400
committerSamantha Doherty <sammy@status.net>2010-09-23 10:50:45 -0400
commita2bfcc9734f5fc699961fd5fe63daf42f099e99b (patch)
tree66cd68c1cbfea14ddeeec5b34c158fbee32aa00a /theme/clean
parent5f409a0d7caa3b075657eef947deb7b62452b82d (diff)
Provisional versions of two new themes (plus new base).
Diffstat (limited to 'theme/clean')
-rw-r--r--theme/clean/css/display.css195
-rw-r--r--theme/clean/css/mp-screen.css7
-rw-r--r--theme/clean/default-avatar-mini.pngbin0 -> 1262 bytes
-rw-r--r--theme/clean/default-avatar-profile.pngbin0 -> 9002 bytes
-rw-r--r--theme/clean/default-avatar-stream.pngbin0 -> 3463 bytes
-rw-r--r--theme/clean/images/page_bg.pngbin0 -> 204352 bytes
-rw-r--r--theme/clean/images/sn-tiny.pngbin0 -> 4175 bytes
-rw-r--r--theme/clean/logo.pngbin0 -> 13034 bytes
-rw-r--r--theme/clean/mobilelogo.pngbin0 -> 4017 bytes
-rw-r--r--theme/clean/theme.ini1
10 files changed, 203 insertions, 0 deletions
diff --git a/theme/clean/css/display.css b/theme/clean/css/display.css
new file mode 100644
index 000000000..be72993b5
--- /dev/null
+++ b/theme/clean/css/display.css
@@ -0,0 +1,195 @@
+/** theme: clean
+ *
+ * @package StatusNet
+ * @author Samantha Doherty <sammy@status.net>
+ * @copyright 2010 StatusNet, Inc.
+ * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
+ * @link http://status.net/
+ */
+
+
+@media screen, projection, tv {
+
+body {
+ background: #9a9aa4 url(../images/page_bg.png) no-repeat fixed 50% 100%;
+ background-color: #6e6e8c;
+ font-family: "Liberation Sans", "Nimbus Sans L", "FreeSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 86%;
+}
+
+#wrap {
+ width: 860px;
+ margin: 0px auto;
+ padding: 10px;
+ padding-top: 0px;
+ background-color: #fff;
+ box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
+ -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
+ -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
+}
+
+#header {
+ padding-top: 70px;
+}
+
+address {
+ float: left;
+ margin-right: 20px;
+ margin-top: 0px;
+}
+
+.poweredby {
+ background: url(../images/sn-tiny.png) no-repeat top left;
+ height: 40px;
+ font-size: 0.8em;
+ color: #fff;
+ line-height: 42px;
+ padding-left: 50px;
+ position: absolute;
+ top: 6px;
+ left: 0;
+ z-index: 99;
+ font-style: normal;
+}
+
+.poweredby a {
+ color: #fff !important;
+ font-weight: bold;
+}
+
+#site_nav_global_primary {
+ display: block;
+ position: absolute;
+ top: 0;
+ z-index: 98;
+ background-color: #829d25;
+ width: 880px;
+ left: 50%;
+ margin-left: -440px;
+ margin-top: 0px;
+ height: 30px;
+ line-height: 30px;
+ text-align: right;
+ border-top: 10px solid #fff;
+ border-bottom: 1px solid #fff;
+}
+
+#site_nav_global_primary a {
+ color: #fff !important;
+ text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
+}
+
+#site_notice {
+ float: right;
+ width: 266px;
+ margin-left: 40px;
+}
+
+.form_notice {
+ float: right;
+ width: 500px;
+ margin-top: 0px;
+}
+
+#anon_notice {
+ clear: both;
+ background: none;
+ padding: 0px;
+ margin-bottom: 0px;
+}
+
+.form_notice fieldset {
+ width: 100%;
+}
+
+.form_notice textarea {
+ width: 364px;
+ height: 54px;
+}
+
+.form_notice #notice_data-geo_wrap label,
+.form_notice #notice_data-geo_wrap input {
+ top: 48px;
+}
+
+.form_notice #notice_action-submit {
+ font-size: 0.9em;
+ top: 74px;
+ right:0;
+ height: 2.4em;
+ width: 106px;
+}
+
+#core {
+ clear: both;
+ margin-top: 14px;
+}
+
+#content {
+ padding-top: 10px;
+}
+
+#site_nav_local_views {
+ background-color: #6e6e8c;
+ height: 2em;
+ line-height: 2em;
+ margin-bottom: 0px;
+ padding-left: 4px;
+}
+
+#site_nav_local_views a {
+ color: #fff !important;
+ padding: 2px 6px 2px 6px;
+}
+
+#site_nav_local_views .current a {
+ background: #fff !important;
+ color: #000 !important;
+ text-decoration: none;
+}
+
+.notice {
+ line-height: 1.35em;
+}
+
+#content .notice .author .photo {
+ left: 0px;
+}
+
+#content .notice .entry-title {
+ min-height: 26px;
+}
+
+#showstream .notice .entry-title {
+ min-height: 0px;
+}
+
+#shownotice .notice .entry-title {
+ min-height:123px;
+}
+
+.user_in .notice div.entry-content {
+ max-width: 360px;
+ opacity: 0.6;
+}
+
+.user_in .notice div.entry-content:hover {
+ opacity: 1;
+}
+
+.notice div.entry-content {
+ font-size: 0.9em;
+ line-height: 1.2em;
+ margin-top: 10px;
+}
+
+.notice-options {
+ margin-top: 6px;
+}
+
+.pagination {
+ height: 1.2em;
+}
+
+}/*end of @media screen, projection, tv*/
+
diff --git a/theme/clean/css/mp-screen.css b/theme/clean/css/mp-screen.css
new file mode 100644
index 000000000..c9fb6dcc4
--- /dev/null
+++ b/theme/clean/css/mp-screen.css
@@ -0,0 +1,7 @@
+/* just a placeholder for now */
+
+address img + .fn {
+display:block;
+margin-top:1em;
+float:left;
+}
diff --git a/theme/clean/default-avatar-mini.png b/theme/clean/default-avatar-mini.png
new file mode 100644
index 000000000..7c9fc0348
--- /dev/null
+++ b/theme/clean/default-avatar-mini.png
Binary files differ
diff --git a/theme/clean/default-avatar-profile.png b/theme/clean/default-avatar-profile.png
new file mode 100644
index 000000000..e8f87006a
--- /dev/null
+++ b/theme/clean/default-avatar-profile.png
Binary files differ
diff --git a/theme/clean/default-avatar-stream.png b/theme/clean/default-avatar-stream.png
new file mode 100644
index 000000000..c8148e42e
--- /dev/null
+++ b/theme/clean/default-avatar-stream.png
Binary files differ
diff --git a/theme/clean/images/page_bg.png b/theme/clean/images/page_bg.png
new file mode 100644
index 000000000..d27bab591
--- /dev/null
+++ b/theme/clean/images/page_bg.png
Binary files differ
diff --git a/theme/clean/images/sn-tiny.png b/theme/clean/images/sn-tiny.png
new file mode 100644
index 000000000..e1db3a160
--- /dev/null
+++ b/theme/clean/images/sn-tiny.png
Binary files differ
diff --git a/theme/clean/logo.png b/theme/clean/logo.png
new file mode 100644
index 000000000..b07860101
--- /dev/null
+++ b/theme/clean/logo.png
Binary files differ
diff --git a/theme/clean/mobilelogo.png b/theme/clean/mobilelogo.png
new file mode 100644
index 000000000..66bb5f678
--- /dev/null
+++ b/theme/clean/mobilelogo.png
Binary files differ
diff --git a/theme/clean/theme.ini b/theme/clean/theme.ini
new file mode 100644
index 000000000..0209008d4
--- /dev/null
+++ b/theme/clean/theme.ini
@@ -0,0 +1 @@
+include=rebase