summaryrefslogtreecommitdiff
path: root/_darcs/pristine/theme/identica
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/pristine/theme/identica')
-rw-r--r--_darcs/pristine/theme/identica/bg-body.gifbin0 -> 136 bytes
-rw-r--r--_darcs/pristine/theme/identica/bg-header.gifbin0 -> 2469 bytes
-rw-r--r--_darcs/pristine/theme/identica/default-avatar-mini.pngbin0 -> 646 bytes
-rw-r--r--_darcs/pristine/theme/identica/default-avatar-profile.pngbin0 -> 2853 bytes
-rw-r--r--_darcs/pristine/theme/identica/default-avatar-stream.pngbin0 -> 1487 bytes
-rw-r--r--_darcs/pristine/theme/identica/display.css187
-rw-r--r--_darcs/pristine/theme/identica/facebookapp.css161
-rw-r--r--_darcs/pristine/theme/identica/ie6.css14
-rw-r--r--_darcs/pristine/theme/identica/ie7.css3
-rw-r--r--_darcs/pristine/theme/identica/login-bg.gifbin0 -> 328 bytes
-rw-r--r--_darcs/pristine/theme/identica/logo.pngbin0 -> 818 bytes
11 files changed, 365 insertions, 0 deletions
diff --git a/_darcs/pristine/theme/identica/bg-body.gif b/_darcs/pristine/theme/identica/bg-body.gif
new file mode 100644
index 000000000..d87e2e8d7
--- /dev/null
+++ b/_darcs/pristine/theme/identica/bg-body.gif
Binary files differ
diff --git a/_darcs/pristine/theme/identica/bg-header.gif b/_darcs/pristine/theme/identica/bg-header.gif
new file mode 100644
index 000000000..5154b2e5e
--- /dev/null
+++ b/_darcs/pristine/theme/identica/bg-header.gif
Binary files differ
diff --git a/_darcs/pristine/theme/identica/default-avatar-mini.png b/_darcs/pristine/theme/identica/default-avatar-mini.png
new file mode 100644
index 000000000..38b8692b4
--- /dev/null
+++ b/_darcs/pristine/theme/identica/default-avatar-mini.png
Binary files differ
diff --git a/_darcs/pristine/theme/identica/default-avatar-profile.png b/_darcs/pristine/theme/identica/default-avatar-profile.png
new file mode 100644
index 000000000..f8357d4fc
--- /dev/null
+++ b/_darcs/pristine/theme/identica/default-avatar-profile.png
Binary files differ
diff --git a/_darcs/pristine/theme/identica/default-avatar-stream.png b/_darcs/pristine/theme/identica/default-avatar-stream.png
new file mode 100644
index 000000000..6b63baa70
--- /dev/null
+++ b/_darcs/pristine/theme/identica/default-avatar-stream.png
Binary files differ
diff --git a/_darcs/pristine/theme/identica/display.css b/_darcs/pristine/theme/identica/display.css
new file mode 100644
index 000000000..62d34f00e
--- /dev/null
+++ b/_darcs/pristine/theme/identica/display.css
@@ -0,0 +1,187 @@
+/* CSS Document */
+/* Design & CSS by Marie-Claude Doyon http://www.marieclaudedoyon.com */
+
+@import url(../default/display.css);
+
+html {
+ background: url(bg-body.gif) repeat-y top center #d8e2d7;
+}
+
+body {
+ color: #193441;
+}
+
+a {
+ color: #C15D42;
+}
+
+#wrap {
+ background: url(bg-header.gif) repeat-x #FCFFF5;
+}
+
+#header h1.pagetitle {
+ color: #d8e2d7;
+}
+
+#header h2.sitename {
+ color: #FCFFF5;
+}
+
+#nav li a {
+ color: #91AA9D;
+}
+
+#nav_views li a {
+ color: #FCFFF5;
+ background-color: #91AA9D;
+ border-right: 1px solid #6A8787;
+}
+
+#nav_views li.current a, #nav_views li.current a:hover {
+ color: #3F606F;
+ background-color: #FCFFF5;
+ border-right: 1px solid #6A8787;
+}
+
+#nav_views li.current a:hover {
+ color: #193441;
+}
+
+#nav_views li a:hover {
+ color: #FCFFF5;
+ background-color: #3F606F;
+ border-right: 1px solid #6A8787;
+ }
+
+#nav_sub {
+ border-top: 1px solid #D8E2D7;
+ }
+
+.instructions p, .success, .error {
+ border: 1px solid #91AA9D;
+ color: #FCFFF5;
+ }
+.instructions a:hover, .success a:hover, .error a:hover {
+ color: #FCFFF5;
+ }
+
+#notices {
+ border-top: 1px solid #D8E2D7;
+ }
+
+.notice_single {
+ border-bottom: 1px solid #D8E2D7;
+}
+
+.notice_single:hover {
+ background-color: #F3F8EA;
+ }
+
+input#submit_yes, input#submit_no {
+ color: #FCFFF5;
+ background-color: #C15D42;
+ }
+
+input#submit_yes:hover, input#submit_no:hover {
+ background-color: #904632;
+ }
+
+p.time a {
+ color: #91AA9D;
+ }
+
+#profile {
+ border-top: 1px solid #D8E2D7;
+ }
+
+#profile h2 {
+ color: #91AA9D;
+ }
+
+#nav_pagination li {
+ background-color: #91AA9D;
+ }
+
+#nav_pagination li a {
+ background-color: #91AA9D;
+ color: #FCFFF5;
+ }
+
+#nav_pagination li a:hover {
+ color: #FCFFF5;
+ }
+
+#footer {
+ border-top: 1px solid #D8E2D7;
+ }
+
+form input {
+ border: 1px solid #D8E2D7;
+ }
+
+input#submit, input.submit {
+ color: #FCFFF5;
+ background-color: #C15D42;
+ }
+
+input#submit:hover, input.submit:hover {
+ background-color: #904632;
+ }
+
+textarea, input {
+ color: #193441;
+ }
+
+textarea:focus, input:focus {
+ background-color: #f0f6eb;
+ }
+
+.input_instructions {
+ color: #91aa9d;
+ }
+
+#status_label {
+ color: #91AA9D;
+ }
+
+#status_textarea {
+ color: #193441;
+}
+
+#status_submit {
+ background-color: #C15D42;
+ color: #FCFFF5;
+ }
+
+#status_submit:hover {
+ background-color: #904632;
+ }
+
+#content .subscribe .submit, #content .unsubscribe .submit, #remotesubscribe .button, #remotesubscribe {
+ background-color: #c15d42;
+ color: #fcfff5;
+ }
+
+#profiles {
+ border-top: 1px solid #D8E2D7;
+ }
+
+.profile_single {
+ border-bottom: 1px solid #D8E2D7;
+ }
+
+.profile_single:hover {
+ background-color: #F3F8EA;
+ }
+
+#messages {
+ border-top: 1px solid #D8E2D7;
+ }
+
+.message_single {
+ border-bottom: 1px solid #D8E2D7;
+ }
+
+.message_single:hover {
+ background-color: #F3F8EA;
+ }
diff --git a/_darcs/pristine/theme/identica/facebookapp.css b/_darcs/pristine/theme/identica/facebookapp.css
new file mode 100644
index 000000000..b2bbbac51
--- /dev/null
+++ b/_darcs/pristine/theme/identica/facebookapp.css
@@ -0,0 +1,161 @@
+
+/* XXX: Most of this just copied out of display.css -- need to factor out what we really neeed -- Zach */
+
+body {
+ color: #193441;
+}
+
+a {
+color: #d1451a;
+text-decoration: none;
+}
+a:hover {
+text-decoration: underline;
+}
+img, img a {
+border: 0;
+}
+h1 {
+font-size: 14px;
+}
+
+#wrap {
+margin: 0 auto;
+padding: 0 20px;
+width: 760px;
+background: url(bg-header.gif) repeat-x #fbf2d7;
+}
+
+
+#notices {
+clear: both;
+margin: 0 auto;
+padding: 0;
+list-style-type: none;
+width: 600px;
+border-top: 1px solid #dec5b5;
+}
+#notices a:hover {
+text-decoration: underline;
+}
+.notice_single {
+clear: both;
+display: block;
+margin: 0;
+padding: 5px 5px 5px 0;
+min-height: 48px;
+font-family: Georgia, "Times New Roman", Times, serif;
+font-size: 13px;
+line-height: 16px;
+border-bottom: 1px solid #dec5b5;
+background-color:#FCFFF5;
+opacity:1;
+}
+.notice_single:hover {
+background-color: #f7ebcc;
+}
+.notice_single p {
+display: inline;
+margin: 0;
+padding: 0;
+}
+#notice_delete_form #confirmation_text {
+ display: block;
+font-size: 14px;
+font-weight: bold;
+}
+
+input#submit_yes, input#submit_no {
+margin: 18px 10px 0px 0px;
+padding: 4px;
+font-weight: bold;
+color: #fff6d5;
+background-color: #F60;
+cursor: pointer;
+border: 0;
+width: 40px;
+}
+input#submit_yes:hover, input#submit_no:hover {
+background-color: #701238;
+}
+.avatar.stream {
+float: left;
+margin: 0 10px 0.5em 0;
+}
+p.time {
+display: block;
+font-family: Verdana, Arial, Helvetica, sans-serif;
+font-size: 10px;
+line-height: 15px;
+}
+p.time a {
+color: #dab134;
+}
+
+
+/* ----- Forms General Style ----- */
+form {
+ margin: 0 auto;
+ padding: 0;
+ }
+form {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ }
+form label {
+ display: block;
+ font-size: 12px;
+ font-weight: bold;
+ line-height: 18px;
+ }
+form input {
+ border: 1px solid #dec5b5;
+ width: 264px;
+ }
+input#submit, input.submit {
+ display: block;
+ margin: 18px 0;
+ padding: 4px;
+ font-weight: bold;
+ color: #fff6d5;
+ background-color: #F60;
+ cursor: pointer;
+ border: 0;
+ width: auto;
+ }
+input#submit:hover, input.submit:hover {
+ background-color: #701238;
+ }
+input.checkbox {
+ /*width: 14px;
+ height: 14px;*/
+ width: auto;
+ border: 0;
+ }
+
+label.checkbox_label {
+ display: inline;
+ font-weight: normal;
+}
+
+textarea, input {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ color: #701238;
+ padding: 3px;
+ }
+textarea:focus, input:focus {
+ background-color: #f8ebc0;
+ }
+textarea {
+ width: 270px;
+ border: 1px solid #D8E2D7;
+ }
+.input_instructions {
+ margin-top: 3px;
+ display: block;
+ font-size: 11px;
+ line-height: 15px;
+ color: #924959;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ }
diff --git a/_darcs/pristine/theme/identica/ie6.css b/_darcs/pristine/theme/identica/ie6.css
new file mode 100644
index 000000000..a301f1dc5
--- /dev/null
+++ b/_darcs/pristine/theme/identica/ie6.css
@@ -0,0 +1,14 @@
+@charset "UTF-8";
+/* CSS Document */
+@import url(../default/ie6.css);
+#wrap {
+ background: url(bg-header.gif) repeat-x #FCFFF5;
+ }
+
+
+input.disfavor,
+input.favor {
+ text-indent:0px;
+ text-align:right;
+ padding-left:25px;
+} \ No newline at end of file
diff --git a/_darcs/pristine/theme/identica/ie7.css b/_darcs/pristine/theme/identica/ie7.css
new file mode 100644
index 000000000..cab6f4059
--- /dev/null
+++ b/_darcs/pristine/theme/identica/ie7.css
@@ -0,0 +1,3 @@
+@charset "UTF-8";
+/* CSS Document */
+@import url(../default/ie7.css);
diff --git a/_darcs/pristine/theme/identica/login-bg.gif b/_darcs/pristine/theme/identica/login-bg.gif
new file mode 100644
index 000000000..e2d8377db
--- /dev/null
+++ b/_darcs/pristine/theme/identica/login-bg.gif
Binary files differ
diff --git a/_darcs/pristine/theme/identica/logo.png b/_darcs/pristine/theme/identica/logo.png
new file mode 100644
index 000000000..3b271814d
--- /dev/null
+++ b/_darcs/pristine/theme/identica/logo.png
Binary files differ