diff --git a/prototype/css/style.css b/prototype/css/style.css deleted file mode 100644 index 67e3876e5..000000000 --- a/prototype/css/style.css +++ /dev/null @@ -1,280 +0,0 @@ -* { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; } -html, body { height: 100%; } -body { - width: 100%; - margin: 0; - color: rgba(0,0,0,.89); - font: 12px/17px "Helvetica Neue", Helvetica, Arial, sans-serif; - background: url(../img/minimalism_by_nerdynotdirty.jpg); - background: url(../img/bg.jpg); - background-size: cover; -} -.avatar { - width: 40px; - height: 40px; - border-radius: 3px; - background-size: cover; -} -header { - height: 40px; - padding: 12px 0 8px 13px; - background: #eee; - border-bottom: 1px solid hsla(222, 10%, 55%,.34); -} - h2 { - font-size: 18px; - font-weight: normal; - float: left; - } - header input[type=search], - header select, - header button { - margin-right: 13px; - float: right; - } - header button { - margin-top: -3px; - } -.sidebar { - width: 200px; - left: 0; - top: 0; - bottom: 0; - position: absolute; - border-right: 1px solid hsla(222, 10%, 55%,.34); - z-index: 1; -} - header .agent { - padding: 8px; - border-bottom: 1px solid hsla(222, 10%, 55%,.34); - } - header .agent .name { - padding: 12px 21px 0 0; - line-height: 18px; - } - .name { - color: black; - font-weight: bold; - } - .userActions { - list-style: none; - overflow: hidden; - } - .userActions li { - padding-right: 8px; - color: hsl(222, 10%, 77%); - font-size: 11px; - float: left; - cursor: pointer; - } - .userActions li:hover { - color: hsl(222, 10%, 34%); - } - .userActions li:last-child { - width: 34%; - padding-right: 21px; - } - .listHeader { - padding: 13px 21px 13px; - color: hsl(222, 10%, 13%); - font-size: 15px; - text-transform: uppercase; - } - .listView li { - padding: 13px 21px 13px 34px; - color: hsla(222, 10%, 13%, .55); - font-weight: bold; - cursor: pointer; - } - .listView li.selected { - color: hsl(222, 10%, 13%); - background-image: -webkit-linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.13)); - position: relative; - } - .listView li.selected:before123 { - top: 6px; - right: -15px; - width: 31px; - height: 31px; - content: ""; - background: hsl(222, 10%, 87%); - position: absolute; - z-index: -1; - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -o-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - } - .listView li .counter { - float: right; - padding: 1px 5px; - font-size: 10px; - font-weight: bold; - text-shadow: 0 1px rgba(255,255,255,.55); - background-color: hsl(55, 100%, 50%); - background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,.05)); - border-radius: 2px; - border: 1px solid rgba(0,0,0,.34); - box-shadow: - 0 1px rgba(0,0,0,.05), - 0 1px 3px rgba(0,0,0,.05), - 0 0 0 1px rgba(255,255,255,.21) inset; - } -.twoColumns, .stream, .conversation { - top: 0; - bottom: 0; - position: absolute; -} -.twoColumns { - right: 0; - left: 200px; -} - .content { - left: 0; - right: 0; - bottom: 0; - top: 40px; - position: absolute; - overflow: auto; - background: white; - } -.stream { - left: 0; - right: 60%; - border-right: 1px solid hsla(222, 10%, 55%,.34); -} -.stream article { - height: 76px; - padding: 13px; - position: relative; - box-shadow: inset 0 -1px hsla(222, 10%, 55%,.34); -} -.stream.important article { border-left: 5px solid rgba(0,255,0,.34); } -.stream article.urgent { border-left-color: rgba(255,0,0,.55); } -.stream article.important { border-left-color: rgba(255,180,80,.89); } -.stream article.selected { - background: hsl(55, 100%, 50%); -} - .stream article.selected p { - color: black; - } -.stream section { - margin-left: 63px; -} -.stream .name { - font-weight: bold; -} -.stream nav, .stream .time { - float: right; -} -.stream nav { - margin-top: -5px; -} -.stream nav span { - color: rgba(0,0,0,.34); - padding-left: 3px; - cursor: pointer; -} -.stream nav span:hover { - color: rgba(0,0,0,1); -} -.stream .time, .stream .channel { - padding-left: 5px; - color: black; - font-size: 0.95em; -} -.stream img { - left: 13px; - position: absolute; - border-radius: 3px; -} - .stream section.answer { - margin-top: 5px; - padding: 5px 8px 8px 36px; - background: rgba(0,0,0,0.05); - position: relative; - overflow: hidden; - } - .stream section.answer textarea { - width: 100%; - margin-bottom: 5px; - font: 12px/18px "Helvetica Neue", Helvetica, sans-serif; - border: 1px solid rgba(0,0,0,.21); - box-shadow: 1px 1px white, inset 1px 1px rgba(0,0,0,0.05); - } - .stream section.answer button { float: right; } - .stream section.answer img { top: 6px; left: 5px; width: 25px; border-radius: 2px; } - .stream p { - height: 32px; - color: rgba(0,0,0,.50); - overflow: hidden; - text-overflow: ellipsis; - } -.conversation { - left: 40%; - right: 0; -} - .conversation section { - margin: 13px; - overflow: hidden; - position: relative; - } - .conversation .info { width: 50px; position: absolute; } - .conversation .info img { margin-top: 1px; border-radius: 3px; } - .conversation .agent .info { right: 0; } - .conversation .agent .info { float: right; } - .conversation .agent .body, .conversation .customer .body { - min-height: 34px; - float: left; - padding: 0 13px; - margin: 0 0 13px 58px; - background: white; - border-radius: 5px; - box-shadow: 0 1px 2px hsla(222, 10%, 55%,.34); - } - .conversation .agent .body { float: right; margin: 0 58px 13px 0; } - .converastion .agent { float: right; } - .conversation .body p { - margin: 8px 0; - } - .converastion .customer { float: left; } - blockquote { - margin: 8px 0; - padding: 0 8px; - color: #144fae; - border-left: 2px solid #144fae; - } - - blockquote blockquote { - color: #006312; - border-color: #006312; - } - - blockquote blockquote blockquote { - color: #540000; - border-color: #540000; - } -button { - padding: 3px 13px; - color: rgba(0,0,0,.89); - line-height: 15px; - text-shadow: 0 1px rgba(255,255,255,.34); - background: rgba(0,0,0,.13); - background: -webkit-linear-gradient(rgba(0,0,0,.03), rgba(0,0,0,.08)); - background: -moz-linear-gradient(rgba(0,0,0,.03), rgba(0,0,0,.08)); - background: linear-gradient(rgba(0,0,0,.03), rgba(0,0,0,.08)); - border: 1px solid rgba(0,0,0,.21); - border-radius: 2px; - box-shadow: inset 0 1px rgba(255,255,255,.34), 0 1px rgba(0,0,0,.05); - cursor: pointer; -} - button.main { font-weight: bold; } - -/* helpers */ -.clearfix:after { - content: ""; - clear: both; - display: block; - height: 0; -} \ No newline at end of file diff --git a/prototype/img/bg.jpg b/prototype/img/bg.jpg deleted file mode 100644 index 57872b1cf..000000000 Binary files a/prototype/img/bg.jpg and /dev/null differ diff --git a/prototype/img/minimalism_by_nerdynotdirty.jpg b/prototype/img/minimalism_by_nerdynotdirty.jpg deleted file mode 100644 index 6c42aef1b..000000000 Binary files a/prototype/img/minimalism_by_nerdynotdirty.jpg and /dev/null differ diff --git a/prototype/img/user1.jpg b/prototype/img/user1.jpg deleted file mode 100644 index 293c830c4..000000000 Binary files a/prototype/img/user1.jpg and /dev/null differ diff --git a/prototype/img/user10.jpg b/prototype/img/user10.jpg deleted file mode 100644 index adaab4b96..000000000 Binary files a/prototype/img/user10.jpg and /dev/null differ diff --git a/prototype/img/user11.jpg b/prototype/img/user11.jpg deleted file mode 100644 index 85e464cea..000000000 Binary files a/prototype/img/user11.jpg and /dev/null differ diff --git a/prototype/img/user12.jpg b/prototype/img/user12.jpg deleted file mode 100644 index c5f1643a3..000000000 Binary files a/prototype/img/user12.jpg and /dev/null differ diff --git a/prototype/img/user13.jpg b/prototype/img/user13.jpg deleted file mode 100644 index 4f14aa79d..000000000 Binary files a/prototype/img/user13.jpg and /dev/null differ diff --git a/prototype/img/user2.jpg b/prototype/img/user2.jpg deleted file mode 100644 index 06b8878aa..000000000 Binary files a/prototype/img/user2.jpg and /dev/null differ diff --git a/prototype/img/user3.jpg b/prototype/img/user3.jpg deleted file mode 100644 index 792123d9a..000000000 Binary files a/prototype/img/user3.jpg and /dev/null differ diff --git a/prototype/img/user4.jpg b/prototype/img/user4.jpg deleted file mode 100644 index 95a1a3682..000000000 Binary files a/prototype/img/user4.jpg and /dev/null differ diff --git a/prototype/img/user5.jpg b/prototype/img/user5.jpg deleted file mode 100644 index 651f8f08d..000000000 Binary files a/prototype/img/user5.jpg and /dev/null differ diff --git a/prototype/img/user6.jpg b/prototype/img/user6.jpg deleted file mode 100644 index 9db3cb2f7..000000000 Binary files a/prototype/img/user6.jpg and /dev/null differ diff --git a/prototype/img/user7.jpg b/prototype/img/user7.jpg deleted file mode 100644 index 7e55e2d8e..000000000 Binary files a/prototype/img/user7.jpg and /dev/null differ diff --git a/prototype/img/user8.jpg b/prototype/img/user8.jpg deleted file mode 100644 index 65149ece9..000000000 Binary files a/prototype/img/user8.jpg and /dev/null differ diff --git a/prototype/img/user9.jpg b/prototype/img/user9.jpg deleted file mode 100644 index 027f5f893..000000000 Binary files a/prototype/img/user9.jpg and /dev/null differ diff --git a/prototype/index.html b/prototype/index.html deleted file mode 100644 index 1c714a2dd..000000000 --- a/prototype/index.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - Zammad - - - - -
-
-
-

All Tickets

- - - -
-
-
- -
-
- Jennifer Rostockvia Mail - 30 seconds ago -
-

What?! As you wish. No! Alderaan is peaceful. We have no weapons. You can't possibly… But with the blast shield down, I can't even see! How am I supposed to fight? Hey, Luke! May the Force be with you.

-
-
-
- -
-
- Thomas B.via Twitter - 5 minutes ago -
-

As you wish. Leave that to me. Send a distress signal, and inform the Senate that all on board were killed. Partially, but it also obeys your commands. Red Five standing by. I call it luck. Don't underestimate the Force.

-
-
-
- -
-
- Martin R.via Mail - 5 hours ago -
-

I want to know what happened to the plans they sent you. A tremor in the Force. The last time I felt it was in the presence of my old master.

-
-
- - -
- -
-
- Ramona Kurzer - 1 week ago -
-

I'm surprised you had the courage to take the responsibility yourself. I can't get involved! I've got work to do! It's not that I like the Empire, I hate it, but there's nothing I can do about it right now. It's such a long way from here. The Force is strong with this one. I have you now.

-
-
-
- -
-
- Philipp Maier - 2 weeks ago -
-

Escape is not his plan. I must face him, alone. But with the blast shield down, I can't even see! How am I supposed to fight? All right. Well, take care of yourself, Han. I guess that's what you're best at, ain't it?

-
-
-
- -
-
- Simon Lanz - 1 month ago -
-

- Don't act so surprised, Your Highness. You weren't on any mercy mission this time. Several transmissions were beamed to this ship by Rebel spies. I want to know what happened to the plans they sent you. In my experience, there is no such thing as luck. I call it luck. Ye-ha! -

-
-
-
- -
-
- Elisabeth Franke - 3 months ago -
-

- I don't know what you're talking about. I am a member of the Imperial Senate on a diplomatic mission to Alderaan-- I'm trying not to, kid. You don't believe in the Force, do you? Look, I ain't in this for your revolution, and I'm not in it for you, Princess. I expect to be well paid. -

-
-
-
- -
-
- Franz Huber - 6 months ago -
-

- I'm in it for the money. She must have hidden the plans in the escape pod. Send a detachment down to retrieve them, and see to it personally, Commander. There'll be no one to stop us this time! -

-
-
-
- -
-
- Lars Friedrich - 1 year ago -
-

- Obi-Wan is here. The Force is with him. Partially, but it also obeys your commands. Hokey religions and ancient weapons are no match for a good blaster at your side, kid. All right. -

-
-
-
- -
-
- Felix - 3 years ago -
-

- Well, take care of yourself, Han. I guess that's what you're best at, ain't it? Remember, a Jedi can feel the Force flowing through him. You don't believe in the Force, do you? -

-
-
-
-
-
-
-

Ramona Kurzer

- - -
-
-
-
-
-

I'm surprised you had the courage to take the responsibility yourself. I can't get involved! I've got work to do! It's not that I like the Empire, I hate it, but there's nothing I can do about it right now. It's such a long way from here. The Force is strong with this one. I have you now.

-
-
-
-
-
-

Don't act so surprised, Your Highness.
-
- You weren't on any mercy mission this time. Several transmissions were beamed to this ship by Rebel spies. -

-

I want to know what happened to the plans they sent you. I can't get involved! I've got work to do!

-

It's not that I like the Empire, I hate it, but there's nothing I can do about it right now. It's such a long way from here. Obi-Wan is here. The Force is with him. I suggest you try it again, Luke. This time, let go your conscious self and act on instinct. The Force is strong with this one. I have you now.

-
-
-
-
-
-

These dialogs are from the movie 'Star Wars'. Source

-
-
-
-
-
-

- The plans you refer to will soon be back in our hands. I'm trying not to, kid. I need your help, Luke. She needs your help. I'm getting too old for this sort of thing. I have traced the Rebel spies to her. Now she is my only link to finding their secret base. -

-
-
-
-
-
-

- Red Five standing by. Leave that to me. Send a distress signal, and inform the Senate that all on board were killed. The Force is strong with this one. I have you now. I don't know what you're talking about. I am a member of the Imperial Senate on a diplomatic mission to Alderaan-- Partially, but it also obeys your commands. -

-
-
-
-
-
-

- The more you tighten your grip, Tarkin, the more star systems will slip through your fingers. You're all clear, kid. Let's blow this thing and go home! I suggest you try it again, Luke. This time, let go your conscious self and act on instinct. Hey, Luke! May the Force be with you. -

-

- You don't believe in the Force, do you? The Force is strong with this one. I have you now. All right. Well, take care of yourself, Han. I guess that's what you're best at, ain't it? I suggest you try it again, Luke. This time, let go your conscious self and act on instinct. I have traced the Rebel spies to her. Now she is my only link to finding their secret base. -

-
-
-
-
-
-

- Still, she's got a lot of spirit. I don't know, what do you think? Partially, but it also obeys your commands. No! Alderaan is peaceful. We have no weapons. You can't possibly… I don't know what you're talking about. I am a member of the Imperial Senate on a diplomatic mission to Alderaan-- As you wish. -

-
-
-
-
-
-

- I'm surprised you had the courage to take the responsibility yourself. As you wish. I find your lack of faith disturbing. Your eyes can deceive you. Don't trust them. A tremor in the Force. The last time I felt it was in the presence of my old master. -

-
-
-
-
-
- - - - \ No newline at end of file