Todo.txt Touch site update

* Updated icon/favicon
* Removed menu sidebar
* Updated header and description
* Added John Rowley design credit
* Added Android app section to front page
* Updated link to contributors
* Updated Copyright (2011)
This commit is contained in:
Gina Trapani
2011-01-23 20:36:49 -08:00
parent 8dfd0f956d
commit 7a662d5cda
10 changed files with 256 additions and 263 deletions

View File

@@ -1,127 +1,122 @@
code, pre {
background-color:#eee;
}
a {
color : #00008B;
}
a:hover {
background-color:#eee;
}
a.logo:hover {
background-color:#fff;
}
a:visited {
color : Purple;
}
body {
font-size: 13px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height:17px;
}
h1 {
font-size: 20px;
margin: 2px 0 15px 0;
}
h1 a { display:none; }
h2 {
text-align: right;
font-size: 16px;
border-bottom: 1px solid #ccc;
margin: 0;
font-family:Georgia;
padding-bottom:2px;
padding-top:7px;
}
h3 {
font-size: 14px;
margin: 5px 2px -10px 8px;
font-family:Georgia;
padding-bottom:3px;
}
h3.news {
color:#999;
text-align:right;
}
hr {
border: 1px solid Silver;
}
img {
border: 0;
}
table {
margin-bottom: 10px;
}
p {
margin: 10px 0 10px 8px;
}
ul {
margin-left: 26px;
padding-left : 0px;
}
li {
margin-bottom:20px
}
.screen {
margin: 10px 5px 5px 5px;
}
.warning {
border: 2px solid #CD5C5C;
padding: 3px;
margin: 10px 0 10px 8px;
}
#content {
margin: 0 0 0 160px;
padding: 5px;
border-left: 1px solid #ccc;
}
#flags {
margin: 5px 0 5px 0;
float: right;
}
#footer {
border-top: 1px solid #ccc;
margin-top: 40px;
}
#menu {
float: left;
width: 150px;
text-align: right;
padding: 0 10px 0 0;
font-size: 14px;
}
#page {
margin: 10px auto 5px auto;
width: 750px;
}
#wo {
display: none;
}
body {
font-size: 13px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height:17px;
}
code, pre {
background-color:#eee;
}
a {
color : #00008B;
}
a:hover {
background-color:#eee;
}
a.logo:hover {
background-color:#fff;
}
a:visited {
color : Purple;
}
.logo { margin-right:5px;}
h1 {
font-size: 20px;
margin: 2px 0 15px 0;
}
h1 a { display:none; }
h2 {
text-align: left;
font-size: 20px;
border-bottom: 1px solid #ccc;
margin: 0;
font-family:Courier;
padding-bottom:2px;
padding-top:7px;
}
h3 {
font-size: 14px;
margin: 5px 2px -10px 8px;
font-family:Georgia;
padding-bottom:3px;
}
h3.news {
color:#999;
text-align:right;
}
hr {
border: 1px solid Silver;
}
img {
border: 0;
}
table {
margin-bottom: 10px;
}
p {
margin: 10px 0 10px 8px;
}
ul {
margin-left: 26px;
padding-left : 0px;
}
li {
margin-bottom:20px
}
.screen {
margin: 10px 5px 5px 5px;
}
.warning {
border: 2px solid #CD5C5C;
padding: 3px;
margin: 10px 0 10px 8px;
}
#flags {
margin: 5px 0 5px 0;
float: right;
}
#footer {
border-top: 1px solid #ccc;
margin-top: 40px;
}
#page {
margin: 10px auto 5px auto;
width: 750px;
}
#menu {
float: left;
width: 256px;
text-align: right;
padding: 0 10px 0 0;
font-size: 14px;
}
#content {
margin: 0 0 0 0px;
padding: 5px;
}

View File

@@ -1,104 +1,104 @@
#lightbox{
position: absolute;
top: 40px;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#lightbox a img{ border: none; }
#outerImageContainer{
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#imageContainer{
padding: 10px;
}
#loading{
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#hoverNav{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
width: 49%;
height: 100%;
background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
}
#imageData{
padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; }
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html>body .clearfix {
display: inline-block;
width: 100%;
}
* html .clearfix {
/* Hides from IE-mac \*/
height: 1%;
/* End hide from IE-mac */
}
#lightbox{
position: absolute;
top: 40px;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#lightbox a img{ border: none; }
#outerImageContainer{
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#imageContainer{
padding: 10px;
}
#loading{
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#hoverNav{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
width: 49%;
height: 100%;
background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
}
#imageData{
padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; }
#overlay{
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html>body .clearfix {
display: inline-block;
width: 100%;
}
* html .clearfix {
/* Hides from IE-mac \*/
height: 1%;
/* End hide from IE-mac */
}