Skip to content

Commit

Permalink
Initial import for web client
Browse files Browse the repository at this point in the history
  • Loading branch information
anantn committed Nov 12, 2008
0 parents commit da9d84e
Show file tree
Hide file tree
Showing 62 changed files with 11,693 additions and 0 deletions.
103 changes: 103 additions & 0 deletions css/login.css
@@ -0,0 +1,103 @@
* {
margin: 0; padding: 0;
}

body {
border-top-width: 10px;
border-top-style: solid;
border-top-color: #1c326a;
font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

#icon {
padding-top: 25px;
display: block;
margin-left: auto;
margin-right: auto;
}

#logo {
padding-top: 25px;
float: right;
}

form {
background-color: #9698af;
margin-left: 8px;
padding: 16px 16px 40px 16px;
font-weight: bold;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

form .yui-button {
float: right;
}

form p {
margin-bottom: 24px;
}

#rsubm {
float: right;
}

#register {
font-weight: normal;
float: left;
margin-bottom: 0;
}

#login {
width: 400px;
margin: 3em auto;
}

#error {
background-color: #fd553b;
margin-left: 8px;
margin-top: 2px;
margin-bottom: 10px;
padding: 16px 16px 16px 16px;
font-weight: bold;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: none;
}

#error ul {
padding-left: 10px;
}

#user_pass, #user_login, #user_pass2, #user_email, #user_email2 {
font-size: 20px;
width: 97%;
padding: 3px;
margin-right: 6px;
}

#cMail {
display: none;
}

#user_server {
font-size: 14px;
width: 97%;
padding: 3px;
margin-right: 6px;
}

.yui-skin-sam .mask {
background-color:#000;
opacity:.80;
*filter:alpha(opacity=80);
}

#footer {
margin-top: 10px;
text-align: center;
}
67 changes: 67 additions & 0 deletions css/main.css
@@ -0,0 +1,67 @@
body {
font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

.msg td {
font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

#message {
float: left;
background-color: #fd553b;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 2px;
padding: 6px 6px 6px 6px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
visibility: hidden;
}

.user-msg {
float: right;
}

.img-footer {
float: right;
margin-top: 10px;
}

.tbcen {
margin-left: auto;
margin-right: auto;
text-align: center;
border-spacing: 50px;
}
/*
.yui-push-button {
float: right;
}
.yui-push-button button {
text-indent: 1.5em;
background: url(../images/log-out.png) 10% 50% no-repeat;
}
*/

.bmkLink {
background-color: none;
}

.bmkHead {
color: #fd553b;
text-decoration: none;
}

.tabLink {
font: 16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

.yui-skin-sam .mask {
background-color:#000;
opacity:.80;
*filter:alpha(opacity=80);
}
89 changes: 89 additions & 0 deletions css/weave.css
@@ -0,0 +1,89 @@
* {
margin: 0; padding: 0;
}

body {
/* background: url('images/background.png'); */
border-top-width: 10px;
border-top-style: solid;
border-top-color: #1c326a;
font: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

.ctext {
text-align: center;
}

.small {
font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

.error {
background-color: #fd553b;
margin-left: 0px;
margin-top: 2px;
margin-bottom: 10px;
padding: 16px 16px 16px 16px;
font-weight: bold;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.box {
background-color: #9698af;
padding: 16px 16px 10px 16px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.box p {
margin-bottom: 24px;
}

#content {
width: 400px;
margin: 3em auto;
/* position: absolute;
top: 0px;
left: 25%; */
}

#footer {
margin-top: 10px;
text-align: center;
float: bottom;
}

form p {
margin-bottom: 24px;
}
form input {
font-size: 20px;
}
form .submit {
float: right;
}

#user_login, #user_pass, #user_pass2 {
font-size: 20px;
width: 97%;
padding: 3px;
margin-right: 6px;
}
48 changes: 48 additions & 0 deletions firstrun.html
@@ -0,0 +1,48 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<title>Mozilla Labs / Weave</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<link rel='stylesheet' href='css/weave.css' type='text/css' media='all' />
</head>
<body>

<img class="centered" src="images/weave-header.png" />

<div id="content">

<div class="box">
<p>
<img class="centered" src="images/check.png">
<div class="ctext"><b>Getting Started</b></div>
</p>
<p>
<b>1.</b> Click the little sync logo in the lower-right corner of your Firefox.<br /><br />
<b>2.</b> Select Sign In... and follow the directions.
</p>
</div>
<p>&nbsp;</p>
<div class="ctext box">
<p>
Weave is an experimental prototype from Mozilla Labs that integrates online services with Firefox.
</p>
<p>
<a href="http://labs.mozilla.com/">Learn more</a> about the Weave project, or join us at the Mozilla Labs
<a href="https://labs.mozilla.com/forum/index.php/board,19.0.html">discussion forum</a> to provide feedback.
</p>
</div>

</div>

<div id="footer">
<p>&copy; 2008, Mozilla</p>
<p>
<a href="http://www.mozilla.com/en-US/about/legal.html">Legal Notices</a>
|
<a href="http://www.mozilla.com/en-US/privacy-policy.html">Privacy Policy</a>
</p>
</div>

</body>
</html>

0 comments on commit da9d84e

Please sign in to comment.