remove old prototype

This commit is contained in:
Felix Niklas 2015-06-02 11:25:17 +02:00
parent f78f917d70
commit f0c8700b49
17 changed files with 0 additions and 545 deletions

View file

@ -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;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -1,265 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Zammad</title>
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
<div class="sidebar">
<header class="clearfix">
</header>
<div class="content">
<!--<div class="topbar agent clearfix">
<div class="avatarHolder">
<div class="avatar" style="background-image: url(img/agent.jpg)"></div>
</div>
<div class="name">Stefan Lober</div>
<ul class="userActions">
<li class="settings">Settings</li>
<li class="logout">Logout</li>
</ul>
</div>-->
<div class="inbox">
<div class="listHeader">Tickets</div>
<ul class="listView">
<li class="all selected">All <span class="new counter">15</span></li>
<li class="personal">My</li>
<li class="escalating">Escalating</li>
<li class="unassigned">Unassigned</li>
</ul>
</div>
</div>
</div>
<div class="twoColumns">
<div class="stream">
<header class="clearfix">
<h2>All Tickets</h2>
<!--<label for="sortby">Sorty By</label>-->
<select id="sortby">
<option selected>Sort by</option>
<option>Date</option>
<option>Escalation</option>
<option>Answers</option>
<option>Agent</option>
<option>Source</option>
</select>
<input type="search" placeholder="Search Tickets.." />
</header>
<div class="content">
<article class="ma urgent">
<img src="img/user2.jpg" />
<section>
<div class="info">
<span class="name">Jennifer Rostock</span><span class="channel">via Mail</span>
<span class="time">30 seconds ago</span>
</div>
<p>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.</p>
</section>
</article>
<article class="tw urgent">
<img src="img/user3.jpg" />
<section>
<div class="info">
<span class="name">Thomas B.</span><span class="channel">via Twitter</span>
<span class="time">5 minutes ago</span>
</div>
<p>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.</p>
</section>
</article>
<article class="fb urgent">
<img src="img/user4.jpg" />
<section>
<div class="info">
<span class="name">Martin R.</span><span class="channel">via Mail</span>
<span class="time">5 hours ago</span>
</div>
<p>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.</p>
</section>
</article>
<article class="facebook urgent">
<img src="img/user5.jpg" />
<section>
<div class="info">
<span class="name">Stefan Lohammer</span><span class="channel">via Facebook</span>
<span class="time">2 days</span>
</div>
<p>I suggest you try it again, Luke. This time, let go your conscious self and act on instinct. Leave that to me. Send a distress signal, and inform the Senate that all on board were killed.</p>
</section>
</article>
<article class="facebook important">
<img src="img/user6.jpg" />
<section>
<div class="info">
<span class="name">Anna Huber</span>
<span class="time">5 days</span>
</div>
<p>Your eyes can deceive you. Don't trust them. I want to come with you to Alderaan. There's nothing for me here now. I want to learn the ways of the Force and be a Jedi, like my father before me.</p>
</section>
</article>
<article class="fb selected">
<img src="img/user7.jpg" />
<section>
<div class="info">
<span class="name">Ramona Kurzer</span>
<span class="time">1 week ago</span>
</div>
<p>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.</p>
</section>
</article>
<article class="fb important">
<img src="img/user8.jpg" />
<section>
<div class="info">
<span class="name">Philipp Maier</span>
<span class="time">2 weeks ago</span>
</div>
<p>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?</p>
</section>
</article>
<article class="fb important">
<img src="img/user9.jpg" />
<section>
<div class="info">
<span class="name">Simon Lanz</span>
<span class="time">1 month ago</span>
</div>
<p>
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!
</p>
</section>
</article>
<article class="fb">
<img src="img/user11.jpg" />
<section>
<div class="info">
<span class="name">Elisabeth Franke</span>
<span class="time">3 months ago</span>
</div>
<p>
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.
</p>
</section>
</article>
<article class="fb">
<img src="img/user12.jpg" />
<section>
<div class="info">
<span class="name">Franz Huber</span>
<span class="time">6 months ago</span>
</div>
<p>
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!
</p>
</section>
</article>
<article class="fb">
<img src="img/user13.jpg" />
<section>
<div class="info">
<span class="name">Lars Friedrich</span>
<span class="time">1 year ago</span>
</div>
<p>
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.
</p>
</section>
</article>
<article class="fb">
<img src="img/user10.jpg" />
<section>
<div class="info">
<span class="name">Felix</span>
<span class="time">3 years ago</span>
</div>
<p>
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?
</p>
</section>
</article>
</div>
</div><!-- /stream -->
<div class="conversation">
<header class="clearfix">
<h2>Ramona Kurzer</h2>
<button class="profil">Profil</button>
<button class="tickets">Tickets</button>
</header>
<div class="content">
<section class="customer">
<div class="info"><img src="img/user7.jpg" /></div>
<div class="body">
<p>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.</p>
</div>
</section>
<section class="agent">
<div class="info"><img src="img/user1.jpg" /></div>
<div class="body">
<p>Don't act so surprised, Your Highness.<br>
<br>
You weren't on any mercy mission this time. Several transmissions were beamed to this ship by Rebel spies.
</p>
<p>I want to know what happened to the plans they sent you. I can't get involved! I've got work to do!</p>
<p>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.</p>
</div>
</section>
<section class="agent note">
<div class="info"><img src="img/user1.jpg" /></div>
<div class="body">
<p>These dialogs are from the movie 'Star Wars'. <a href="http://chrisvalleskey.com/fillerama/" target="_blank">Source</a></p>
</div>
</section>
<section class="customer">
<div class="info"><img src="img/user7.jpg" /></div>
<div class="body">
<p>
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.
</p>
</div>
</section>
<section class="agent">
<div class="info"><img src="img/user1.jpg" /></div>
<div class="body">
<p>
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.
</p>
</div>
</section>
<section class="customer">
<div class="info"><img src="img/user7.jpg" /></div>
<div class="body">
<p>
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.
</p>
<p>
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.
</p>
</div>
</section>
<section class="agent">
<div class="info"><img src="img/user1.jpg" /></div>
<div class="body">
<p>
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.
</p>
</div>
</section>
<section class="customer">
<div class="info"><img src="img/user7.jpg" /></div>
<div class="body">
<p>
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.
</p>
</div>
</section>
</div>
</div>
</div>
<script type="text/javascript" src="../app/assets/javascripts/app/lib/jquery-1.7.2.min.js"></script>
<script>
$('.stream article').click(function(){
$(this).addClass('selected').siblings().removeClass('selected');
});
</script>
</body>
</html>