www/adium.im 642:fe414e41cccf: Set a more sane height to view vi...
commits at adium.im
commits at adium.im
Mon Mar 26 15:21:26 UTC 2012
details: http://hg.adium.im/www/adium.im/rev/fe414e41cccf
revision: 642:fe414e41cccf
branch: rewrite
author: Paul Wilde <me at paulwilde.co.uk>
date: Mon Mar 26 15:12:25 2012 +0100
Set a more sane height to view videos.
Subject: www/adium.im 643:29ec7316985c: Image crush.
details: http://hg.adium.im/www/adium.im/rev/29ec7316985c
revision: 643:29ec7316985c
branch: rewrite
author: Paul Wilde <me at paulwilde.co.uk>
date: Mon Mar 26 15:12:45 2012 +0100
Image crush.
Subject: www/adium.im 644:20bce609f544: Remove the bottom-border from links, as it isn't not necessary seeing how the hyperlinks are a different colour to every other text.
details: http://hg.adium.im/www/adium.im/rev/20bce609f544
revision: 644:20bce609f544
branch: rewrite
author: Paul Wilde <me at paulwilde.co.uk>
date: Mon Mar 26 16:20:21 2012 +0100
Remove the bottom-border from links, as it isn't not necessary seeing how the hyperlinks are a different colour to every other text.
Subject: www/adium.im 645:628f23af0679: Fix some alignments (mainly image-related) with the blog posts/comments.
details: http://hg.adium.im/www/adium.im/rev/628f23af0679
revision: 645:628f23af0679
branch: rewrite
author: Paul Wilde <me at paulwilde.co.uk>
date: Mon Mar 26 16:21:17 2012 +0100
Fix some alignments (mainly image-related) with the blog posts/comments.
diffs (170 lines):
diff -r b4e9c9a035e7 -r 628f23af0679 assets/images/help/icon_msn.png
Binary file assets/images/help/icon_msn.png has changed
diff -r b4e9c9a035e7 -r 628f23af0679 assets/images/logo_medium.png
Binary file assets/images/logo_medium.png has changed
diff -r b4e9c9a035e7 -r 628f23af0679 assets/images/noise.png
Binary file assets/images/noise.png has changed
diff -r b4e9c9a035e7 -r 628f23af0679 assets/images/services_sprite.png
Binary file assets/images/services_sprite.png has changed
diff -r b4e9c9a035e7 -r 628f23af0679 assets/images/small_logo.png
Binary file assets/images/small_logo.png has changed
diff -r b4e9c9a035e7 -r 628f23af0679 assets/scripts/about.js
--- a/assets/scripts/about.js Mon Mar 26 14:33:18 2012 +0100
+++ b/assets/scripts/about.js Mon Mar 26 16:21:17 2012 +0100
@@ -1,5 +1,5 @@
$(function() {
- // Load picture viewer
+ // Screenshots on index and about pages
$('figure a').fancybox({
padding: 0,
@@ -10,9 +10,24 @@
closeSpeed: 150,
helpers: {
- overlay: {
- opacity: 0.8
- }
+ overlay: { opacity: 0.8 }
}
});
+
+ // Screencasts
+ $('figure.video a').fancybox({
+ padding: 0,
+ maxHeight: 480,
+
+ openEffect: 'elastic',
+ openSpeed: 150,
+
+ closeEffect: 'elastic',
+ closeSpeed: 150,
+
+ helpers: {
+ overlay: { opacity: 0.8 }
+ }
+ });
+
});
\ No newline at end of file
diff -r b4e9c9a035e7 -r 628f23af0679 assets/scripts/fancybox/fancybox_loading.gif
Binary file assets/scripts/fancybox/fancybox_loading.gif has changed
diff -r b4e9c9a035e7 -r 628f23af0679 assets/scripts/fancybox/fancybox_sprite.png
Binary file assets/scripts/fancybox/fancybox_sprite.png has changed
diff -r b4e9c9a035e7 -r 628f23af0679 assets/styles/blog.css
--- a/assets/styles/blog.css Mon Mar 26 14:33:18 2012 +0100
+++ b/assets/styles/blog.css Mon Mar 26 16:21:17 2012 +0100
@@ -67,14 +67,13 @@
border: 0;
}
-ol.comments header .name { display: inline-block; }
ol.comments header li.author { background: none; padding: 0; }
ol.comments header .avatar {
float: left;
margin-right: 7px;
border-radius: 2px;
- margin-bottom: 12px;
+ margin-bottom: 14px;
}
li.comment:last-child { padding-bottom: 10px; }
@@ -103,7 +102,12 @@
li.comment img { float: left; }
-li.comment img.wp-smiley {
+article img {
+ display: inline;
+ display: inline-block;
+}
+
+img.wp-smiley, li.comment img.wp-smiley {
position: relative;
float: none;
top: 2px;
@@ -134,7 +138,7 @@
@media (max-width: 560px) {
/* Blog */
article footer ul { margin-bottom: 0; }
- article footer li:last-child { margin-bottom: 4px; }
+ article footer li:last-child { margin-bottom: 6px; }
article footer li.author, article footer li.date,
article footer li.comments, article footer li.edit {
diff -r b4e9c9a035e7 -r 628f23af0679 assets/styles/global.css
--- a/assets/styles/global.css Mon Mar 26 14:33:18 2012 +0100
+++ b/assets/styles/global.css Mon Mar 26 16:21:17 2012 +0100
@@ -311,33 +311,20 @@
.content strong { font-weight: 600; }
.content em { font-style: italic; }
-.content a {
+.content a, footer a {
color: #4083a9;
font-weight: 500;
text-decoration: none;
- border-bottom: 1px solid #d9e6ee;
- -webkit-transition: color .3s ease, border-color .3s ease;
- -moz-transition: color .3s ease, border-color .3s ease;
- -ms-transition: color .3s ease, border-color .3s ease;
- -o-transition: color .3s ease, border-color .3s ease;
- transition: color .3s ease, border-color .3s ease;
+ -webkit-transition: color .3s ease;
+ -moz-transition: color .3s ease;
+ -ms-transition: color .3s ease;
+ -o-transition: color .3s ease;
+ transition: color .3s ease;
}
-.content a:hover { color: #2c5973; border-color: #d5dee3; }
-.content a:active { border-color: #95acb9; }
+.content a:hover, footer a:hover { color: #2c5973; text-decoration: underline; }
-.content h1 a, .content h2 a {
- color: #444;
- border-color: #d6d6d6;
-}
-
-.content h1 a:hover, .content h2 a:hover {
- color: #111;
- border-color: #ccc;
-}
-
-.content h1 a:active, .content h2 a:active {
- border-color: #7f7f7f;
-}
+.content h1 a { color: #444; }
+.content h1 a:hover { color: #111; }
/* Closed tickets */
a:link.closed, span.closed { text-decoration: line-through; }
@@ -735,19 +722,6 @@
footer span.divide:after { content: ' - '; }
-footer a {
- color: #666;
- font-weight: 500;
- border-bottom: 1px solid #e0e0e0;
- -webkit-transition: color .3s ease, border-color .3s ease;
- -moz-transition: color .3s ease, border-color .3s ease;
- -ms-transition: color .3s ease, border-color .3s ease;
- -o-transition: color .3s ease, border-color .3s ease;
- transition: color .3s ease, border-color .3s ease;
-}
-footer a:hover { color: #444; border-color: #dadada; }
-footer a:active { border-color: #a1a1a1; }
-
footer p, footer ul {
color: #888;
line-height: 1.8em;
@@ -763,7 +737,7 @@
}
/* Notice: Fixes full width (inc whitespace) being hyperlinked */
-.social a { float: left; margin: 3px 0 10px 0; border: 0; }
+.social a { float: left; margin: 3px 0 10px 0; color: #666; }
a.twitter { clear: both; }
.social a:hover { text-decoration: none; }
More information about the commits
mailing list