diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-08 20:56:09 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-08 20:56:09 +0000 |
commit | 07e9e2dc3241eef1b803e655a5273f79cb758806 (patch) | |
tree | 0846f3e3cbefd39041e580bffbc7556eb7f45c93 /_darcs/pristine/theme/identica | |
parent | e67affdbbcdcaa9f43750389922b802d0b425ddb (diff) |
Remove _darcs from git repository
Not sure how or why this got in there.
Diffstat (limited to '_darcs/pristine/theme/identica')
-rw-r--r-- | _darcs/pristine/theme/identica/bg-body.gif | bin | 136 -> 0 bytes | |||
-rw-r--r-- | _darcs/pristine/theme/identica/bg-header.gif | bin | 2469 -> 0 bytes | |||
-rw-r--r-- | _darcs/pristine/theme/identica/default-avatar-mini.png | bin | 646 -> 0 bytes | |||
-rw-r--r-- | _darcs/pristine/theme/identica/default-avatar-profile.png | bin | 2853 -> 0 bytes | |||
-rw-r--r-- | _darcs/pristine/theme/identica/default-avatar-stream.png | bin | 1487 -> 0 bytes | |||
-rw-r--r-- | _darcs/pristine/theme/identica/display.css | 187 | ||||
-rw-r--r-- | _darcs/pristine/theme/identica/facebookapp.css | 161 | ||||
-rw-r--r-- | _darcs/pristine/theme/identica/ie6.css | 14 | ||||
-rw-r--r-- | _darcs/pristine/theme/identica/ie7.css | 3 | ||||
-rw-r--r-- | _darcs/pristine/theme/identica/login-bg.gif | bin | 328 -> 0 bytes | |||
-rw-r--r-- | _darcs/pristine/theme/identica/logo.png | bin | 818 -> 0 bytes |
11 files changed, 0 insertions, 365 deletions
diff --git a/_darcs/pristine/theme/identica/bg-body.gif b/_darcs/pristine/theme/identica/bg-body.gif Binary files differdeleted file mode 100644 index d87e2e8d7..000000000 --- a/_darcs/pristine/theme/identica/bg-body.gif +++ /dev/null diff --git a/_darcs/pristine/theme/identica/bg-header.gif b/_darcs/pristine/theme/identica/bg-header.gif Binary files differdeleted file mode 100644 index 5154b2e5e..000000000 --- a/_darcs/pristine/theme/identica/bg-header.gif +++ /dev/null diff --git a/_darcs/pristine/theme/identica/default-avatar-mini.png b/_darcs/pristine/theme/identica/default-avatar-mini.png Binary files differdeleted file mode 100644 index 38b8692b4..000000000 --- a/_darcs/pristine/theme/identica/default-avatar-mini.png +++ /dev/null diff --git a/_darcs/pristine/theme/identica/default-avatar-profile.png b/_darcs/pristine/theme/identica/default-avatar-profile.png Binary files differdeleted file mode 100644 index f8357d4fc..000000000 --- a/_darcs/pristine/theme/identica/default-avatar-profile.png +++ /dev/null diff --git a/_darcs/pristine/theme/identica/default-avatar-stream.png b/_darcs/pristine/theme/identica/default-avatar-stream.png Binary files differdeleted file mode 100644 index 6b63baa70..000000000 --- a/_darcs/pristine/theme/identica/default-avatar-stream.png +++ /dev/null diff --git a/_darcs/pristine/theme/identica/display.css b/_darcs/pristine/theme/identica/display.css deleted file mode 100644 index 62d34f00e..000000000 --- a/_darcs/pristine/theme/identica/display.css +++ /dev/null @@ -1,187 +0,0 @@ -/* 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 deleted file mode 100644 index b2bbbac51..000000000 --- a/_darcs/pristine/theme/identica/facebookapp.css +++ /dev/null @@ -1,161 +0,0 @@ - -/* 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 deleted file mode 100644 index a301f1dc5..000000000 --- a/_darcs/pristine/theme/identica/ie6.css +++ /dev/null @@ -1,14 +0,0 @@ -@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 deleted file mode 100644 index cab6f4059..000000000 --- a/_darcs/pristine/theme/identica/ie7.css +++ /dev/null @@ -1,3 +0,0 @@ -@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 Binary files differdeleted file mode 100644 index e2d8377db..000000000 --- a/_darcs/pristine/theme/identica/login-bg.gif +++ /dev/null diff --git a/_darcs/pristine/theme/identica/logo.png b/_darcs/pristine/theme/identica/logo.png Binary files differdeleted file mode 100644 index 3b271814d..000000000 --- a/_darcs/pristine/theme/identica/logo.png +++ /dev/null |