diff --git a/css/basic.css b/css/basic.css index 6236d45..0e6398c 100755 --- a/css/basic.css +++ b/css/basic.css @@ -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; +} diff --git a/css/lightbox.css b/css/lightbox.css index b4402eb..a027f68 100755 --- a/css/lightbox.css +++ b/css/lightbox.css @@ -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 */ + } \ No newline at end of file diff --git a/favicon.ico b/favicon.ico index e386728..9469794 100755 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..e178ec1 Binary files /dev/null and b/favicon.png differ diff --git a/images/todotxt_logo_2011.png b/images/todotxt_logo_2011.png new file mode 100644 index 0000000..8cc1f95 Binary files /dev/null and b/images/todotxt_logo_2011.png differ diff --git a/images/todotxttouch-addtask.png b/images/todotxttouch-addtask.png new file mode 100644 index 0000000..f3d7fad Binary files /dev/null and b/images/todotxttouch-addtask.png differ diff --git a/images/todotxttouch-filterbyproject.png b/images/todotxttouch-filterbyproject.png new file mode 100644 index 0000000..b43137a Binary files /dev/null and b/images/todotxttouch-filterbyproject.png differ diff --git a/images/todotxttouch-tasklistwithmenu.png b/images/todotxttouch-tasklistwithmenu.png new file mode 100644 index 0000000..90db1fd Binary files /dev/null and b/images/todotxttouch-tasklistwithmenu.png differ diff --git a/images/todotxttouch_splash.png b/images/todotxttouch_splash.png new file mode 100644 index 0000000..4a819d1 Binary files /dev/null and b/images/todotxttouch_splash.png differ diff --git a/index.html b/index.html index 48a2c10..6f9b51f 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - + @@ -16,7 +16,7 @@ - Todo.txt Command Line Interface - Task tracking for CLI lovers + Todo.txt: Future-proof task tracking in a file you control @@ -25,29 +25,18 @@
-