www/adium.im 558:f83a5f767914: Some cleanup, and show version as...

commits at adium.im commits at adium.im
Tue Feb 14 01:32:53 UTC 2012


details:	http://hg.adium.im/www/adium.im/rev/f83a5f767914
revision:	558:f83a5f767914
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Mon Feb 13 18:08:23 2012 +0000

Some cleanup, and show version as "iPhone" if browsing from an iOS device.
Subject: www/adium.im 559:cf1f152aef41: Update some images to feature Lion, also fixed a lot of image alignments.

details:	http://hg.adium.im/www/adium.im/rev/cf1f152aef41
revision:	559:cf1f152aef41
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Tue Feb 14 00:25:46 2012 +0000

Update some images to feature Lion, also fixed a lot of image alignments.
Subject: www/adium.im 560:ea2c409316ec: Remove unused files.

details:	http://hg.adium.im/www/adium.im/rev/ea2c409316ec
revision:	560:ea2c409316ec
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Tue Feb 14 00:29:49 2012 +0000

Remove unused files.
Subject: www/adium.im 561:8088103594b1: Some random cleanup, also link the active navigation item

details:	http://hg.adium.im/www/adium.im/rev/8088103594b1
revision:	561:8088103594b1
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Tue Feb 14 01:32:40 2012 +0000

Some random cleanup, also link the active navigation item

diffs (truncated from 1245 to 1000 lines):

diff -r 249633443e02 -r 8088103594b1 about/index.php
--- a/about/index.php	Mon Feb 13 06:37:15 2012 +0000
+++ b/about/index.php	Tue Feb 14 01:32:40 2012 +0000
@@ -24,7 +24,7 @@
 				<nav>
 					<ul>
 						<li class="home"><a href="/rewrite/"><span>Home</span></a></li>
-						<li class="about active"><span>About</span></li>
+						<li class="about active"><a href="/rewrite/about/"><span>About</span></a></li>
 						<li class="help"><a href="/rewrite/help/"><span>Help</span></a></li>
 						<li class="blog"><a href="/rewrite/blog/"><span>Blog</span></a></li>
 						<li class="xtras"><a href="http://xtras.adium.im"><span>Xtras</span></a></li>
diff -r 249633443e02 -r 8088103594b1 assets/images/help/adium_xtras.png
Binary file assets/images/help/adium_xtras.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/icon_founder.png
Binary file assets/images/help/icon_founder.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/icon_half_op.png
Binary file assets/images/help/icon_half_op.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/icon_normal.png
Binary file assets/images/help/icon_normal.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/icon_op.png
Binary file assets/images/help/icon_op.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/icon_voice.png
Binary file assets/images/help/icon_voice.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/icq_account_encoding.png
Binary file assets/images/help/icq_account_encoding.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/keychain_access.png
Binary file assets/images/help/keychain_access.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/status_available.png
Binary file assets/images/help/status_available.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/status_away.png
Binary file assets/images/help/status_away.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/status_blocked.png
Binary file assets/images/help/status_blocked.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/status_busy.png
Binary file assets/images/help/status_busy.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/status_content.png
Binary file assets/images/help/status_content.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/status_idle.png
Binary file assets/images/help/status_idle.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/status_invisible.png
Binary file assets/images/help/status_invisible.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/status_mobile.png
Binary file assets/images/help/status_mobile.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/status_offline.png
Binary file assets/images/help/status_offline.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/status_text.png
Binary file assets/images/help/status_text.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/status_typing.png
Binary file assets/images/help/status_typing.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/images/help/status_unknown.png
Binary file assets/images/help/status_unknown.png has changed
diff -r 249633443e02 -r 8088103594b1 assets/styles/global.css
--- a/assets/styles/global.css	Mon Feb 13 06:37:15 2012 +0000
+++ b/assets/styles/global.css	Tue Feb 14 01:32:40 2012 +0000
@@ -127,7 +127,7 @@
 	border-right: 1px solid #ccc;
 }
 
-nav .active {
+nav .active span {
 	background-color: #eee;
 	background: linear-gradient(top, #fff 0%, #e5e5e5 100%);
 	background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
@@ -156,7 +156,7 @@
 
 nav li a span { color: #666; }
 nav li a span:hover { color: #444; background-color: #fff; }
-nav li a span:active { color: #999; }
+nav li a span:active, .active span, .active a:hover span { color: #999; }
 
 nav li span:before {
 	content: '';
@@ -172,31 +172,31 @@
 
 .home a span:before { background-position: -20px -49px; }
 .home a:hover span:before { background-position: -20px -79px; }
-.home a:active span:before, .home span:before { background-position: -20px -19px; }
+.home a:active span:before, .home.active a span:before { background-position: -20px -19px; }
 
 .about a span:before { background-position: -51px -49px; }
 .about a:hover span:before { background-position: -51px -79px; }
-.about a:active span:before, .about span:before { background-position: -51px -19px; }
+.about a:active span:before, .about.active a span:before { background-position: -51px -19px; }
 
 .blog a span:before { background-position: -81px -49px; }
 .blog a:hover span:before { background-position: -81px -79px; }
-.blog a:active span:before, .blog span:before { background-position: -81px -19px; }
+.blog a:active span:before, .blog.active a span:before { background-position: -81px -19px; }
 
 .help a span:before { background-position: -112px -49px; }
 .help a:hover span:before { background-position: -112px -79px; }
-.help a:active span:before, .help span:before { background-position: -112px -19px; }
+.help a:active span:before, .help.active a span:before { background-position: -112px -19px; }
 
-.dev a span:before { background-position: -142px -49px; }
+.dev a span:before, .dev.active a:hover span:before { background-position: -142px -49px; }
 .dev a:hover span:before { background-position: -142px -79px; }
-.dev a:active span:before, .dev span:before { background-position: -142px -19px; }
+.dev a:active span:before, .dev.active a span:before { background-position: -142px -19px; }
 
-.merch a span:before { background-position: -172px -49px; }
+.merch a span:before, .merch.active a:hover span:before { background-position: -172px -49px; }
 .merch a:hover span:before { background-position: -172px -79px; }
-.merch a:active span:before, .merch span:before { background-position: -172px -19px; }
+.merch a:active span:before, .merch.active a span:before { background-position: -172px -19px; }
 
-.xtras a span:before { background-position: -205px -49px; }
+.xtras a span:before, .xtras.active a:hover span:before { background-position: -205px -49px; }
 .xtras a:hover span:before { background-position: -205px -79px; }
-.xtras a:active span:before, .xtras span:before { background-position: -205px -19px; }
+.xtras a:active span:before, .xtras.active a span:before { background-position: -205px -19px; }
 
 
 /********** Banner **********/
@@ -306,7 +306,7 @@
 .padding-fix { padding: 10px 0 5px 10px; }
 
 /* Notice: Use margin-fix for tables that are the last content of a <section> */
-table.margin-fix { margin-bottom: 10px; }
+.margin-fix { margin-bottom: 10px; }
 
 .half { width: 50%; float: left; }
 
@@ -316,11 +316,12 @@
 }
 
 .content strong { font-weight: 600; }
+.content em { font-style: italic; }
 .content a { color: #555; font-weight: 500; text-decoration: none; }
 .content a:hover { color: #333; text-decoration: underline; }
 
 /* Text above ul/ol */
-p.list-header, p.list-header { padding-bottom: .8em; }
+.list-header { padding-bottom: .8em; }
 
 table {
 	border-spacing: 0; /* Notice: Sets cellspacing="0" to the table */
@@ -331,7 +332,7 @@
 	border-radius: 4px;
 }
 
-td.top { border: 0; }
+.top { border: 0; }
 
 td.side { 
 	text-align: right;
@@ -371,7 +372,7 @@
 /* Text above ul/ol */
 p.list-header, p.list-header { padding-bottom: .8em; }
 
-ul.arrow li a:after { content: ' â–¸'; }
+.arrow li a:after { content: ' â–¸'; }
 
 .content ol, .content ul { padding: 1px 0 5px 25px; }
 .content ol { list-style-type: decimal; }
@@ -389,18 +390,37 @@
 	margin: 5px -20px 20px; 
 }
 
-hr.one, hr.two, hr.three { display: none; }
+.one, .two, .three { display: none; }
 
-/********** Thumbnails **********/
+/********** Thumbnails / Media **********/
 
-figure { margin: 10px; position: relative; }
+figure {
+	width: 100%;
+	position: relative;
+}
+
+figure img { max-width: 100%; }
+
+.spacing { margin: 10px 0; }
+
+.center img { margin: 0 auto; }
 
 figure.thumbnail { 
+	position: relative;
 	float: left;
 	max-width: 250px;
+	margin: 10px;
 	width: 45.5%; 
 }
 
+figure.thumbnail img {
+	width: 100%;
+	margin: 0;
+	-webkit-border-radius: 4px;
+	-moz-border-radius: 4px;
+	border-radius: 4px;
+}
+
 .overlay { position: relative; }
 
 .overlay span, figure span {
@@ -434,13 +454,6 @@
 
 figure a:hover span { opacity: 1; filter: alpha(opacity=1); cursor: pointer; }
 
-figure img {
-	width: 100%;
-	-webkit-border-radius: 4px;
-	-moz-border-radius: 4px;
-	border-radius: 4px;
-}
-
 figcaption {
 	padding-top: 10px;
 	color: #777;
@@ -594,9 +607,12 @@
 
 /********** Media Queries **********/
 
-/* Notice: Prevent iOS devices from scaling the font-size in landscape mode */
+/* Notice: Prevent mobile devices from scaling the font-size in landscape mode */
 @media (max-device-width: 1000px) and (orientation: landscape) {
-	html { -webkit-text-size-adjust: none; }
+	html { 
+		-webkit-text-size-adjust: none; 
+		-ms-text-size-adjust: none;
+	}
 }
 
 @media (max-width: 930px) {
@@ -651,7 +667,7 @@
 	nav ul, nav li { border: 0; }
 	nav li { float: left; width: 33.19%; border-top: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5; }
 	nav li.blog, nav li.merch { border-right: 0; }
-	nav .active { background: none; background-color: #eee; }
+	nav li.active a span { background: none; background-color: #eee; }
 }
 
 @media (max-width: 560px) {	
diff -r 249633443e02 -r 8088103594b1 assets/styles/help.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/assets/styles/help.css	Tue Feb 14 01:32:40 2012 +0000
@@ -0,0 +1,33 @@
+/********** Images **********/
+
+.list-type-image li {
+	list-style-type: none;
+	padding-left: 20px;
+	margin-left: -20px;
+	background-position: 0 3px;
+	background-repeat: no-repeat;
+}
+
+/* messaging-group-chat rank icons */
+.list-type-image.ranks li { padding-left: 25px; }
+.founder { background: url('/rewrite/assets/images/help/icon_founder.png'); }
+.list-type-image .founder { background-position: 0 3px; }
+.op { background: url('/rewrite/assets/images/help/icon_op.png'); }
+.half-op { background: url('/rewrite/assets/images/help/icon_half_op.png'); }
+.voice { background: url('/rewrite/assets/images/help/icon_voice.png'); }
+.normal { background: url('/rewrite/assets/images/help/icon_normal.png'); }
+.list-type-image .normal { background-position: 0 2px; }
+
+/* contact-list-status-icons/contact-list-blocking-unblocking status icons */
+.status-available { background: url('/rewrite/assets/images/help/status_available.png'); }
+.status-idle { background: url('/rewrite/assets/images/help/status_idle.png'); }
+.status-away { background: url('/rewrite/assets/images/help/status_away.png'); }
+.status-busy { background: url('/rewrite/assets/images/help/status_busy.png'); }
+.status-offline { background: url('/rewrite/assets/images/help/status_offline.png'); }
+.status-unknown { background: url('/rewrite/assets/images/help/status_unknown.png'); }
+.status-invisible { background: url('/rewrite/assets/images/help/status_invisible.png'); }
+.status-blocked { background: url('/rewrite/assets/images/help/status_blocked.png'); }
+.status-typing { background: url('/rewrite/assets/images/help/status_typing.png'); }
+.status-text { background: url('/rewrite/assets/images/help/status_text.png'); }
+.status-content { background: url('/rewrite/assets/images/help/status_content.png'); }
+.status-mobile { background: url('/rewrite/assets/images/help/status_mobile.png'); }
\ No newline at end of file
diff -r 249633443e02 -r 8088103594b1 footer.php
--- a/footer.php	Mon Feb 13 06:37:15 2012 +0000
+++ b/footer.php	Tue Feb 14 01:32:40 2012 +0000
@@ -34,4 +34,4 @@
 	</footer>
 </body>
 
-</html>
+</html>
\ No newline at end of file
diff -r 249633443e02 -r 8088103594b1 help/css/common.css
--- a/help/css/common.css	Mon Feb 13 06:37:15 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-.navtabcurrent {
-	background: #E9EEF9 !important;
-	border-bottom-color: #E9EEF9 !important;
-}
-
-#nav, #banner {
-	background: rgb(233,238,249);
-	border: none;
-	border-bottom: 1px solid #d7d7d7;
-	margin-top: 0px;
-	text-align: right;
-	padding: .2em 0;
-}
-#nav :link, #nav :visited, #banner :link, #banner :visited {
-	background: none;
-	border: none;
-	padding: .2em 10px;
-	font-size: 12px;
-	color: black;
-}
-#nav :link:hover, #nav :visited:hover, #banner :link:hover, #banner :visited:hover {
-	background-color: inherit;
-	border: none;
-	text-decoration: underline;
-	color: black;
-}
-#nav .active, #banner .active {
-	border: none;
-	color: black !important;
-	font-weight: bold;
-	text-decoration: none;
-}
-
-#nav .active :link:hover, #nav .active :visited:hover, #banner .active :link:hover, #banner .active :visited:hover {
-	border: none;
-	text-decoration: underline;
-}
-
-#nav, #banner {
-	font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
-}
-
-#frame, #mainbox {
-	text-align:left;
-	margin-top:12px;
-	margin-right:auto;
-	margin-left:auto;
-	margin-bottom: 100px;
-	width: 70%;
-}
\ No newline at end of file
diff -r 249633443e02 -r 8088103594b1 help/css/genlist.html
--- a/help/css/genlist.html	Mon Feb 13 06:37:15 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-<html>
-<head>
-<meta http-equiv="content-type" content="text/html;charset=utf-8">
-<title>AppleTopicListOther</title>
-<meta name="robots" content="noindex">
-<link href="AppleTopicListCSS" rel="stylesheet" media="all">
-</head>
-<body>
-<div id="list">
-	<h1>AppleTopicListOther</h1>
-	<p>Click a topic below.</p>
-	<!-- AppleTopicListRowBegin -->
-	<p><a href="AppleTopicListURL">AppleTopicListItemTitle</a></p>
-	<!-- AppleTopicListRowEnd -->
-</div>
-<div id="banner">
-	<div id="machelp"> <a class="bread" href="help:anchor='access' bookID=Adium X Help">Adium X Help</a></div>
-	<div id="index"> <a class="leftborder" href="help:anchor='ax-index' bookID=Adium X Help">Index</a></div>
-</div>
-</body>
-</html>
diff -r 249633443e02 -r 8088103594b1 help/css/genlist_style.css
--- a/help/css/genlist_style.css	Mon Feb 13 06:37:15 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,73 +0,0 @@
-/* APD CSS Genlist Style 2.0c*/
-/* <html><head><meta name="robots" content="noindex"></head></html> */
-/*Edited by Kyle Jorgensen 2010*/
-body {
-	margin:2px 12px 12px;
-}
-h1 {
-	font-size:11pt;
-	font-family:"Lucida Grande", Arial, sans-serif;
-	margin-bottom:-4px;
-}
-p {
-	font-size:9pt;
-	line-height:12pt;
-	font-family:"Lucida Grande", Arial, sans-serif;
-	margin-bottom:-4px;
-}
-a {
-	color:#00f;
-	font-size:9pt;
-	font-family:"Lucida Grande", Arial, sans-serif;
-	line-height:12pt;
-	text-decoration:none;
-}
-a:hover {
-	color:#00f;
-	text-decoration:underline;
-}
-#banner {
-	background-color:#f2f2f2;
-	background-repeat:no-repeat;
-	padding:2px 6px 0;
-	position:fixed;
-	top:0;
-	left:0;
-	width:100%;
-	height:1.2em;
-	float:left;
-	border-bottom:1px solid #bfbfbf;
-}
-#machelp {
-	position:absolute;
-	top:2px;
-	left:10px;
-}
-#index {
-	background-color:#f2f2f2;
-	padding-right:25px;
-	position:absolute;
-	top:2px;
-	right:12px;
-	width:auto;
-	float:right;
-}
-#list {
-	margin-top:36px;
-	padding-right:6px;
-	width:100%;
-}
-.bread {
-	color:#00f;
-	font-size:8pt;
-	margin:-9px 0 -6px;
-}
-.leftborder {
-	color:#00f;
-	font-size:8pt;
-	margin:-9px 0 -6px;
-	padding-top:2px;
-	padding-bottom:3px;
-	padding-left:8px;
-	border-left:1px solid #bfbfbf;
-}
diff -r 249633443e02 -r 8088103594b1 help/css/hot.css
--- a/help/css/hot.css	Mon Feb 13 06:37:15 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,55 +0,0 @@
-a.closed:link, a.closed:visited, span.closed {
-	text-decoration: line-through;
-}
-
-ul.iconed > li {
-	background-repeat: no-repeat;
-	background-position: 0 50%;
-	padding: 3px 0 3px 45px;
-}
-
-li.li_fb {
-	background-image: url(http://adium.im/images/services/icon-facebook.png);
-}
-
-li.li_gtalk {
-	background-image: url(http://adium.im/images/services/icon-googletalk.png);
-}
-
-li.li_msn {
-	background-image: url(http://adium.im/images/services/icon-msn.png);
-}
-
-li.li_icq {
-	background-image: url(http://adium.im/images/services/icon-icq.png);
-}
-
-li.li_irc {
-	background-image: url(http://adium.im/images/services/icon-irc.png);
-}
-
-li.li_twitter {
-	background-image: url(http://adium.im/images/services/icon-twitter.png);
-}
-
-li.li_cocoaforge {
-	background-image: url(../gfx/cocoaforge.png);
-}
-
-li.li_undefined {
-    background-image: url(http://adium.im/help/gfx/AdiumIcon.png);
-}
-
-li.li_skype {
-    background-image: url(http://adiumxtras.com/images/thumbs/skype_9_13831_5011_thumb.png);
-}
-
-ul.iconed {
-	list-style: none;
-	margin: 0;
-	padding: 0;
-}
-
-.ext_link_ul {
-	list-style-image: url(../gfx/ExternalLink.gif);
-}
diff -r 249633443e02 -r 8088103594b1 help/css/index.css
--- a/help/css/index.css	Mon Feb 13 06:37:15 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,129 +0,0 @@
-/* Tiger index.css v1.0e*/
-/* <html><head><meta name="robots" content="noindex"></head></html> */
-/*Edited by Kyle Jorgensen 2010*/
-body {
-	margin:2px 12px 12px;
-}
-#banner {
-	background-color:#CCC;
-	background-repeat:no-repeat;
-	padding:2px 6px 0;
-	position:fixed;
-	z-index:1;
-	top:0;
-	left:0;
-	width:100%;
-	height:20px;
-	float:left;
-	border-bottom: 1px solid #999;
-}
-#banner a {
-	color:#000;
-}
-#machelp {
-	font-size: 10px;
-	position: absolute;
-	top: 2px;
-	left: 20px;
-	background-image:url(../gfx/adium-sm.png);
-	background-repeat:no-repeat;
-	text-indent: 20px;
-}
-#index {
-	float: right;
-	top: 2px;
-	font-size: 10px;
-	margin-right: 24px;
-}
-.bread {
-	color:#00f;
-	font-size:8pt;
-	margin:-9px 0 -6px;
-}
-.leftborder {
-	color:#00f;
-	font-size:8pt;
-	margin:-9px 0 -6px;
-	padding-top:24px;
-	padding-bottom:3px;
-	padding-left:8px;
-	border-left:1px solid #999;
-}
-h1 {
-	font-size:11pt;
-	font-family:"Lucida Grande", Arial, sans-serif;
-	margin-bottom:0;
-}
-p {
-	font-size:9pt;
-	font-family:"Lucida Grande", Arial, sans-serif;
-	line-height:12pt;
-	text-decoration:none;
-}
-a {
-	color:#00f;
-	font-size:9pt;
-	font-family:"Lucida Grande", Arial, sans-serif;
-	line-height:12pt;
-	text-decoration:none;
-}
-a:hover {
-	color:#00f;
-	text-decoration:underline;
-}
-#letters {
-	background-color:#fff;
-	padding-top:1px;
-	padding-bottom:0;
-	padding-left:12px;
-	position:fixed;
-	z-index:1;
-	top:1.2em;
-	right:0;
-	left:0;
-	width:1000px;
-	height:1.2em;
-	float:left;
-	border-top:1px solid #bfbfbf;
-	border-bottom:1px solid #bfbfbf;
-}
-#terms {
-	position:absolute;
-	top:3em;
-	width:470px;
-}
-#mainbox {
-	margin-top:36px;
-	padding-right:6px;
-}
-.seealso {
-	color:#5c5c5c;
-	text-decoration:none;
-}
-.select {
-	color:#00f;
-	font-size:10pt;
-	background-color:#ff9f00;
-	margin-right:-1px;
-	margin-left:-1px;
-	padding:2px 2px 3px;
-}
-.letter {
-	color:#00f;
-	font-size:10pt;
-	margin-right:1px;
-	margin-left:1px;
-}
-tr {
-	margin-top:12px;
-	margin-bottom:12px;
-}
-td {
-	padding:3px;
-	border-bottom:1px solid #eee;
-}
-table {
-	margin-bottom:12px;
-	border-style:dotted;
-	border-color:#bfbfbf;
-}
diff -r 249633443e02 -r 8088103594b1 help/css/mainpage.css
--- a/help/css/mainpage.css	Mon Feb 13 06:37:15 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-body {
-	color:#000;
-	background-color:#fff;
-	margin:0;
-}
-
-h1 {
-	font-size:24px;
-	margin-bottom:0;
-}
-
-a {
-	color:#00f;
-	text-decoration:none;
-}
-
-p {
-	font-size:9pt;
-}
-
-a:hover {
-	text-decoration:underline;
-}
-.space17 {
-	padding-top:17px;
-}
-.smlapp {
-	height:275px;
-}
-.utility {
-	margin-top:6px;
-	margin-bottom:24px;
-}
-.icon {
-	margin-bottom:-2px;
-}
\ No newline at end of file
diff -r 249633443e02 -r 8088103594b1 help/css/topicpage.css
--- a/help/css/topicpage.css	Mon Feb 13 06:37:15 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,139 +0,0 @@
-* {
-	padding: 0;
-	margin: 0;
-}
-
-body {
-	margin: 0 22px 30px;
-	font-size: 10px;
-	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
-}
-
-#banner, #nav {
-	font-size: 1.2em;
-	text-align: right;
-	padding: 7px 0;
-	border-bottom: 1px solid #EEE;
-}
-
-.navleftsty {
-	border-left: 1px solid #EEE;
-	padding: 7px 10px;
-}
-
-#caticon {
-	display: block;
-	float: left;
-	position: relative;
-	top: 7px;
-}
-
-#pagetitle {
-	margin-top: 12px;
-	margin-bottom: 0;
-	border: solid 1px #fff;
-}
-
-.taskboxline {
-	border-top: 1px solid #CCC;
-	margin: 13px 0;
-}
-
-.taskboxcontent img {
-	padding: 5px;
-	float: left;
-}
-
-h1 {
-	font-size: 1.8em;
-	font-weight: 400;
-	margin: 12px 0 13px;
-}
-
-h2 {
-	font-size: 1em;
-}
-
-h3 {
-	font-size: 1.3em;
-	font-weight: 700;
-	padding: 6px 0 11px;
-}
-
-p, td, th, ul, ol, pre, code {
-	font-size: 12px;
-	margin-bottom: 1.2em;
-	line-height: 1.5;
-	color: #555;
-}
-
-th {
-    font-weight: bold;
-}
-
-ul, ol {
-	list-style-position: outside;
-	margin: 12px 0;
-	padding: 0;
-	padding-left: 27px;
-}
-
-ul { 
-	list-style-type: disc; 	
-}
-
-li, ul p, ol p {
-	margin: 10px 0;
-}
-
-li img {
-	position: relative;
-	top: 2px;
-	padding-right: 3px;
-}
-
-a {
-	color: #2C81B0;
-	text-decoration: none;
-}
-
-a:hover {
-	color: #2C81B0;
-	text-decoration: underline;
-}
-
-.ext_link {
-	background: url(../gfx/ExternalLink.gif) left center no-repeat;
-	padding: 2px 0 0 16px;
-}
-
-hr {
-	border: solid 1px #CCC;
-}
-
-td {
-	padding: 4px 8px 4px 0;
-}
-
-table {
-	margin-bottom: 15px;
-}
-
-table.list td {
-	border-top: 1px solid #EEE;
-   padding: 6px 6px 6px 0;
-}
-
-table.list th {
-	text-align: left;
-   padding: 6px 6px 6px 0;
-}
-
-pre, code {
-	color: #000;
-	font-family: Courier, sans-serif;
-}
-
-#caticon {
-	display: none;
-}
\ No newline at end of file
diff -r 249633443e02 -r 8088103594b1 help/documentation/advanced-features-adium-xtras.htmlfrag
--- a/help/documentation/advanced-features-adium-xtras.htmlfrag	Mon Feb 13 06:37:15 2012 +0000
+++ b/help/documentation/advanced-features-adium-xtras.htmlfrag	Tue Feb 14 01:32:40 2012 +0000
@@ -10,7 +10,9 @@
 
 <h2>Finding an installed Xtra</h2>
 <p>Xtras are stored in subfolders of this folder: (Your Home Folder)/Library/Application Support/Adium 2.0. Each folder contains a different type of Xtra.</p>
-<img src="../gfx/Adium-Extra.png">
+<figure style="margin-bottom: 20px">
+	<img src="/rewrite/assets/images/help/adium_xtras.png" title="Adium Xtras">
+</figure>
 <ul>
 	<li>Contact List - Contact list layouts and themes (<a href="advanced-features-adium-xtras-list-layouts">.ListLayout</a>, <a href="advanced-features-adium-xtras-list-theme">.ListTheme</a>)</li>
 	<li>Dock Icons - Dock-icon packs (<a href="advanced-features-adium-xtras-dock-icons">.AdiumIcon</a>)</li>
diff -r 249633443e02 -r 8088103594b1 help/documentation/contact-list-blocking-unblocking.htmlfrag
--- a/help/documentation/contact-list-blocking-unblocking.htmlfrag	Mon Feb 13 06:37:15 2012 +0000
+++ b/help/documentation/contact-list-blocking-unblocking.htmlfrag	Tue Feb 14 01:32:40 2012 +0000
@@ -1,7 +1,10 @@
 <h1>Blocking and unblocking contacts</h1>
-<p>Blocking is used to prevent communication from a specific contact. Once a contact has been blocked, you will appear offline to them and they will be unable to send messages to you. For all services except MSN, they also will appear offline to you, and you will be unable to see their status.</p>
-<p>Blocked contacts appear in your <a href="contact-list-contact-list">Contact List</a> with this status icon:</p>
-<img src="../gfx/StatusIcons-blocked.png" alt="Blocked status bubble">
+<p class="list-header">Blocking is used to prevent communication from a specific contact. Once a contact has been blocked, you will appear offline to them and they will be unable to send messages to you. For all services except MSN, they also will appear offline to you, and you will be unable to see their status.</p>
+<ul class="list-type-image">  
+	<li class="status-blocked">
+		Blocked contacts appear in your <a href="contact-list-contact-list">Contact List</a> with this status icon.
+	</li>
+</ul>
 <p>though some Adium Status Icons packs may have a different icon for blocked contacts.</p>
 
 <hr>
diff -r 249633443e02 -r 8088103594b1 help/documentation/contact-list-status-icons.htmlfrag
--- a/help/documentation/contact-list-status-icons.htmlfrag	Mon Feb 13 06:37:15 2012 +0000
+++ b/help/documentation/contact-list-status-icons.htmlfrag	Tue Feb 14 01:32:40 2012 +0000
@@ -4,20 +4,20 @@
 <hr>
 
 <h2>Default status icons</h2>
-<p>The default status icon set is "iBubble Status".</p>
-<ul>
-	<li><img src="../gfx/StatusIcons-available.png" alt="available bubble"> Available</li>
-	<li><img src="../gfx/StatusIcons-idle.png" alt="idle"> Idle</li>
-	<li><img src="../gfx/StatusIcons-away.png" alt="away bubble"> Away</li>
-	<li><img src="../gfx/StatusIcons-busy.png" alt="busy bubble"> Busy</li>
-	<li><img src="../gfx/StatusIcons-offline.png" alt="offline bubble"> Offline</li>
-	<li><img src="../gfx/StatusIcons-unknown.png" alt="unknown bubble"> Unknown</li>
-	<li><img src="../gfx/StatusIcons-invisible.png" alt="invisible bubble"> Invisible</li>
-	<li><img src="../gfx/StatusIcons-blocked.png" alt="blocked bubble"> Blocked</li>
-	<li><img src="../gfx/StatusIcons-typing.png" alt="typing bubble"> Typing</li>
-	<li><img src="../gfx/StatusIcons-enteredtext.png" alt="has entered text bubble"> Has entered text</li>
-	<li><img src="../gfx/StatusIcons-content.png" alt="unviewed content bubble"> Unviewed content</li>
-	<li><img src="../gfx/StatusIcons-mobile.png" alt="mobile bubble"> Mobile</li>
+<p class="list-header">The default status icon set is "iBubble Status".</p>
+<ul class="list-type-image">
+	<li class="status-available">Available</li>
+	<li class="status-idle">Idle</li>
+	<li class="status-away">Away</li>
+	<li class="status-busy">Busy</li>
+	<li class="status-offline">Offline</li>
+	<li class="status-unknown">Unknown</li>
+	<li class="status-invisible">Invisible</li>
+	<li class="status-blocked">Blocked</li>
+	<li class="status-typing">Typing</li>
+	<li class="status-text">Has entered text</li>
+	<li class="status-content">Unviewed content</li>
+	<li class="status-mobile">Mobile</li>
 </ul>
 
 <hr>
@@ -29,7 +29,7 @@
 
 <h2>What is the "Typing" status?</h2>
 <p>The "Typing" status indicates your contact is typing. The icon appears in the contact's tab (if you have multiple chat windows open) or in the top of the chat window (if you have only one chat window open). It also appears in the contact list.</p>
-<p><strong>Controlling sent typing notifications</strong>
+<h3>Controlling sent typing notifications</h3>
 <p>You can disable sending of typing notifications to buddies such that they will not know if you are typing. Go to Preferences, select Accounts, double-click the account you wish to change, select Privacy, and uncheck "Let others know when you are typing".</p>
 
 <hr>
@@ -40,7 +40,7 @@
 <hr>
 
 <h2>Status priority</h2>
-<p>When multiple status icons are applicable, an icon is chosen in the following order:</p>
+<p class="list-header">When multiple status icons are applicable, an icon is chosen in the following order:</p>
 <ol>
 	<li>Typing</li>
 	<li>Unviewed content</li>
diff -r 249633443e02 -r 8088103594b1 help/documentation/index.php
--- a/help/documentation/index.php	Mon Feb 13 06:37:15 2012 +0000
+++ b/help/documentation/index.php	Tue Feb 14 01:32:40 2012 +0000
@@ -21,7 +21,7 @@
 					<ul>
 						<li class="home"><a href="/rewrite/"><span>Home</span></a></li>
 						<li class="about"><a href="/rewrite/about/"><span>About</span></a></li>
-						<li class="help active"><span>Help</span></li>
+						<li class="help active"><a href="/rewrite/help/"><span>Help</span></a></li>
 						<li class="blog"><a href="/rewrite/blog/"><span>Blog</span></a></li>
 						<li class="xtras"><a href="http://xtras.adium.im"><span>Xtras</span></a></li>
 						<li class="dev"><a href="http://trac.adium.im"><span>Development</span></a></li>
diff -r 249633443e02 -r 8088103594b1 help/documentation/messaging-group-chat.htmlfrag
--- a/help/documentation/messaging-group-chat.htmlfrag	Mon Feb 13 06:37:15 2012 +0000
+++ b/help/documentation/messaging-group-chat.htmlfrag	Tue Feb 14 01:32:40 2012 +0000
@@ -5,13 +5,13 @@
 <hr>
 
 <h2>Initiating/joining a group chat</h2>
-<p><strong>AIM, Jabber, SameTime, Yahoo, Zephyr</strong></p>
+<h3>AIM, Jabber, SameTime, Yahoo, Zephyr</h3>
 <p>Choose <strong>File</strong> → <strong>Join Group</strong> Chat and enter the details for the chat. You may invite contacts to join you in the chat immediately via the Join Group Chat window, and you may invite them later by:</p>
 <ul>
 	<li>Selecting them in the contact list and choosing <strong>Contact</strong> → <strong>Invite to Chat</strong> and selecting the chat, or</li>
 	<li>Right-clicking (control-clicking) the contact or an open chat with the contact and choosing <strong>Invite to Chat</strong> and selecting the chat</li>
 </ul>
-<p><strong>MSN</strong></p>
+<h3>MSN</h3>
 <p>To initiate a multiuser chat in MSN, right-click (control-click) on a contact you want to include in the chat and select Initiate Multiuser Chat.</p>
 <p>You may then add additional contacts to that chat by:</p>
 <ul>
@@ -26,19 +26,29 @@
 <hr>
 
 <h2>Ranks and icons</h2>
-<p>In IRC group chats, or XMPP MUCs, a number of ranks exists. While their usage and permissions can vary per server or channel, usually they mean the following:</p>
-<ul>
-	<li style="list-style-image: url(../gfx/founder.png)">The <strong>founder</strong>. Only exists on XMPP. Can change the configuration of the room.</li>
-	<li style="list-style-image: url(../gfx/op.png)"><strong>Operators</strong> (mode <tt>+o</tt>). Have the ability to kick, ban or change the rank of other users, and can change the channel's topic.</li>
-	<li style="list-style-image: url(../gfx/half-op.png)"><strong>Half-operators</strong> (mode <tt>+h</tt>). Not available everywhere, often have same permissions as operators, but can't change the permissions of operators.</li>
-	<li style="list-style-image: url(../gfx/voice.png)"><strong>Voice</strong> (mode <tt>+v</tt>). Can still speak if the channel is muted (mode <tt>+m</tt>).</li>
-	<li style="list-style-image: url(../gfx/none.png)"><strong>Normal</strong>.</li>
+<p class="list-header">In IRC group chats, or XMPP MUCs, a number of ranks exists. While their usage and permissions can vary per server or channel, usually they mean the following:</p>
+<ul class="list-type-image ranks">
+	<li class="founder">
+		The <strong>founder</strong>. Only exists on XMPP. Can change the configuration of the room.
+	</li>
+	<li class="op">
+		<strong>Operators</strong> (mode <tt>+o</tt>). Have the ability to kick, ban or change the rank of other users, and can change the channel's topic.
+	</li>
+	<li class="half-op">
+		<strong>Half-operators</strong> (mode <tt>+h</tt>). Not available everywhere, often have same permissions as operators, but can't change the permissions of operators.
+	</li>
+	<li class="voice">
+		<strong>Voice</strong> (mode <tt>+v</tt>). Can still speak if the channel is muted (mode <tt>+m</tt>).
+	</li>
+	<li class="normal">
+		<strong>Normal</strong>.
+	</li>
 </ul>
 
 <hr>
 
 <h2>Autojoining</h2>
-<p>There are two different ways of automatically joining a group chat when connecting:</p>
+<p class="list-header">There are two different ways of automatically joining a group chat when connecting:</p>
 <ul>
 	<li>Using a bookmark
 		<ol>
@@ -61,7 +71,7 @@
 
 <h2>Topics</h2>
 <p>Some message styles, such as all the default message styles in Adium 1.4, support the display of topics in a header at the top of the chat.</p>
-<p>To make them show up</p>
+<p class="list-header">To make them show up</p>
 <ol>
 	<li>Go to Adium Preferences.</li>
 	<li>Select <strong>Messages</strong> from the toolbar.</li>
@@ -69,12 +79,12 @@
 	<li>Activate "Show Header".</li>
 </ol>
 <p>For message styles that do not support the topic header, you can type '''/topic''' to show the topic.</p>
-<p><strong>Editing topics </strong></p>
-<p>To edit a topic either</p>
+<h3>Editing topics </h3>
+<p class="list-header">To edit a topic either</p>
 <ul>
 	<li>double-click the header in the chat window, edit the text and press return/enter</li>
 </ul>
-<p>or</p>
+<p class="list-header">or</p>
 <ul>
 	<li>type "/topic 'this is the new topic'".</li>
 </ul>
diff -r 249633443e02 -r 8088103594b1 help/documentation/troubleshooting-icq-text-encoding.htmlfrag
--- a/help/documentation/troubleshooting-icq-text-encoding.htmlfrag	Mon Feb 13 06:37:15 2012 +0000




More information about the commits mailing list