www/adium.im 355:740c9be4112d: Various fixes to help with w3c va...
commits at adium.im
commits at adium.im
Sun Dec 5 20:22:48 UTC 2010
details: http://hg.adium.im/www/adium.im/rev/740c9be4112d
revision: 355:740c9be4112d
author: Robby Weinberg <wildwobby at wildwobby.com>
date: Sun Dec 05 11:56:26 2010 -0800
Various fixes to help with w3c validation
diffs (269 lines):
diff -r 94b828d36943 -r 740c9be4112d help/index.html
--- a/help/index.html Sat Dec 04 14:26:30 2010 +0100
+++ b/help/index.html Sun Dec 05 11:56:26 2010 -0800
@@ -3,11 +3,115 @@
<html>
<head>
<title>Adium - Help</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <meta http-equiv="content-type" content="text/html" charset=utf-8" />
<link rel="stylesheet" type="text/css" href="../styles/layoutstyle.css" />
<link rel="stylesheet" type="text/css" href="../styles/defaultstyle.css" />
<link rel="stylesheet" type="text/css" href="css/mainpage.css" />
<link rel="stylesheet" type="text/css" href="css/common.css" />
+ <style type="text/css">
+ .gsc-control-cse {
+ font-family:"Lucida Grande", "Helvetica Neue", sans-serif;
+ border-color: #FFFFFF;
+ background-color: #FFFFFF;
+ }
+ input.gsc-input {
+ border-color: #C0C0C0;
+ }
+ input.gsc-search-button {
+ border-color: #C0C0C0;
+ background-color: #e6edff;
+ }
+ .gsc-tabHeader.gsc-tabhInactive {
+ border-color: #C0C0C0;
+ background-color: #FFFFFF;
+ }
+ .gsc-tabHeader.gsc-tabhActive {
+ border-color: #C0C0C0;
+ background-color: #FFFFFF;
+ }
+ .gsc-tabsArea {
+ border-color: #C0C0C0;
+ }
+ .gsc-webResult.gsc-result {
+ border-color: #C0C0C0;
+ background-color: #FFFFFF;
+ }
+ .gsc-webResult.gsc-result:hover {
+ border-color: #C0C0C0;
+ background-color: #FFFFFF;
+ }
+ .gs-webResult.gs-result a.gs-title:link,
+ .gs-webResult.gs-result a.gs-title:link b {
+ color: #0066CC;
+ }
+ .gs-webResult.gs-result a.gs-title:visited,
+ .gs-webResult.gs-result a.gs-title:visited b {
+ color: #0066CC;
+ }
+ .gs-webResult.gs-result a.gs-title:hover,
+ .gs-webResult.gs-result a.gs-title:hover b {
+ color: #0066CC;
+ }
+ .gs-webResult.gs-result a.gs-title:active,
+ .gs-webResult.gs-result a.gs-title:active b {
+ color: #0066CC;
+ }
+ .gsc-cursor-page {
+ color: #0066CC;
+ }
+ a.gsc-trailing-more-results:link {
+ color: #0066CC;
+ }
+ .gs-webResult.gs-result .gs-snippet {
+ color: #454545;
+ }
+ .gs-webResult.gs-result .gs-visibleUrl {
+ color: #815FA7;
+ }
+ .gs-webResult.gs-result .gs-visibleUrl-short {
+ color: #815FA7;
+ }
+ .gs-webResult.gs-result .gs-visibleUrl-short {
+ display: none;
+ }
+ .gs-webResult.gs-result .gs-visibleUrl-long {
+ display: block;
+ }
+ .gsc-cursor-box {
+ border-color: #C0C0C0;
+ }
+ .gsc-results .gsc-cursor-page {
+ border-color: #C0C0C0;
+ background-color: #FFFFFF;
+ }
+ .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
+ border-color: #C0C0C0;
+ background-color: #FFFFFF;
+ }
+ .gs-promotion.gs-result {
+ border-color: #94CC7A;
+ background-color: #CBE8B4;
+ }
+ .gs-promotion.gs-result a.gs-title:link {
+ color: #0066CC;
+ }
+ .gs-promotion.gs-result a.gs-title:visited {
+ color: #0066CC;
+ }
+ .gs-promotion.gs-result a.gs-title:hover {
+ color: #0066CC;
+ }
+ .gs-promotion.gs-result a.gs-title:active {
+ color: #0066CC;
+ }
+ .gs-promotion.gs-result .gs-snippet {
+ color: #454545;
+ }
+ .gs-promotion.gs-result .gs-visibleUrl,
+ .gs-promotion.gs-result .gs-visibleUrl-short {
+ color: #815FA7;
+ }
+ </style>
</head>
<body>
<div id="container">
@@ -29,10 +133,8 @@
</div>
<div id="mainbox">
-
- <center>
- <h1> <img class="icon" src="gfx/AdiumIcon.png" alt="Adium icon" width="32" height="32" border="0" /> Adium Help </h1>
- </center>
+
+ <h1 style="text-align: center"> <img class="icon" src="gfx/AdiumIcon.png" alt="Adium icon" width="32" height="32" /> Adium Help </h1>
<div class="taskboxline">
<div class="taskboxheader">
@@ -52,112 +154,6 @@
customSearchControl.draw('cse', options);
}, true);
</script>
-
- <style type="text/css">
- .gsc-control-cse {
- font-family:"Lucida Grande", "Helvetica Neue", sans-serif;
- border-color: #FFFFFF;
- background-color: #FFFFFF;
- }
- input.gsc-input {
- border-color: #C0C0C0;
- }
- input.gsc-search-button {
- border-color: #C0C0C0;
- background-color: #e6edff;
- }
- .gsc-tabHeader.gsc-tabhInactive {
- border-color: #C0C0C0;
- background-color: #FFFFFF;
- }
- .gsc-tabHeader.gsc-tabhActive {
- border-color: #C0C0C0;
- background-color: #FFFFFF;
- }
- .gsc-tabsArea {
- border-color: #C0C0C0;
- }
- .gsc-webResult.gsc-result {
- border-color: #C0C0C0;
- background-color: #FFFFFF;
- }
- .gsc-webResult.gsc-result:hover {
- border-color: #C0C0C0;
- background-color: #FFFFFF;
- }
- .gs-webResult.gs-result a.gs-title:link,
- .gs-webResult.gs-result a.gs-title:link b {
- color: #0066CC;
- }
- .gs-webResult.gs-result a.gs-title:visited,
- .gs-webResult.gs-result a.gs-title:visited b {
- color: #0066CC;
- }
- .gs-webResult.gs-result a.gs-title:hover,
- .gs-webResult.gs-result a.gs-title:hover b {
- color: #0066CC;
- }
- .gs-webResult.gs-result a.gs-title:active,
- .gs-webResult.gs-result a.gs-title:active b {
- color: #0066CC;
- }
- .gsc-cursor-page {
- color: #0066CC;
- }
- a.gsc-trailing-more-results:link {
- color: #0066CC;
- }
- .gs-webResult.gs-result .gs-snippet {
- color: #454545;
- }
- .gs-webResult.gs-result .gs-visibleUrl {
- color: #815FA7;
- }
- .gs-webResult.gs-result .gs-visibleUrl-short {
- color: #815FA7;
- }
-
- .gs-webResult.gs-result .gs-visibleUrl-short {
- display: none;
- }
- .gs-webResult.gs-result .gs-visibleUrl-long {
- display: block;
- }
- .gsc-cursor-box {
- border-color: #C0C0C0;
- }
- .gsc-results .gsc-cursor-page {
- border-color: #C0C0C0;
- background-color: #FFFFFF;
- }
- .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
- border-color: #C0C0C0;
- background-color: #FFFFFF;
- }
- .gs-promotion.gs-result {
- border-color: #94CC7A;
- background-color: #CBE8B4;
- }
- .gs-promotion.gs-result a.gs-title:link {
- color: #0066CC;
- }
- .gs-promotion.gs-result a.gs-title:visited {
- color: #0066CC;
- }
- .gs-promotion.gs-result a.gs-title:hover {
- color: #0066CC;
- }
- .gs-promotion.gs-result a.gs-title:active {
- color: #0066CC;
- }
- .gs-promotion.gs-result .gs-snippet {
- color: #454545;
- }
- .gs-promotion.gs-result .gs-visibleUrl,
- .gs-promotion.gs-result .gs-visibleUrl-short {
- color: #815FA7;
- }
- </style>
</div>
</div>
diff -r 94b828d36943 -r 740c9be4112d screenshots/index.html
--- a/screenshots/index.html Sat Dec 04 14:26:30 2010 +0100
+++ b/screenshots/index.html Sun Dec 05 11:56:26 2010 -0800
@@ -99,7 +99,7 @@
</div>
</div>
- <p style="text-align: center; font-size: small;">Yes, you can get the <a href="http://www.pixelgirlpresents.com/desktops.php?cat=cute&res=1600x1200">cow image</a> in the screenshots too.</p>
+ <p style="text-align: center; font-size: small;">Yes, you can get the <a href="http://www.pixelgirlpresents.com/desktops.php?cat=cute&res=1600x1200">cow image</a> in the screenshots too.</p>
</div>
</div>
@@ -111,8 +111,8 @@
</div>
<div id="powered">
<a href="http://developer.apple.com/ada"><img class="libgaim" src="/images/ada.png" border="0" alt="Apple design awards 05 special mention"/></a>
- <a href="http://www.pidgin.im"><img class="libgaim" src="/images/powered_by_libpurple.png" alt="Adium is powered by libpurple"></a>
- <a class="cachefly" href="http://www.cachefly.com"><img src="/images/cachefly.png" alt="CacheFly Logo"></a>
+ <a href="http://www.pidgin.im"><img class="libgaim" src="/images/powered_by_libpurple.png" alt="Adium is powered by libpurple" /></a>
+ <a class="cachefly" href="http://www.cachefly.com"><img src="/images/cachefly.png" alt="CacheFly Logo" /></a>
<a class="networkredux" href="http://www.networkredux.com"><img src="/images/network_redux.png" border="0" alt="Network Redux Logo"/></a>
</div>
</div>
More information about the commits
mailing list