This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SLF4J: Simple Logging Facade for Java".
The branch, master has been updated
via 30f8bf465e61bc127a14adc39243a9db52624ae2 (commit)
from 9e1edcf07bc805da82a7a7c1d2ce2e723d1fa4ce (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=30f8bf465e61bc127a14adc39243a9db52624ae2
http://github.com/ceki/slf4j/commit/30f8bf465e61bc127a14adc39243a9db52624ae2
commit 30f8bf465e61bc127a14adc39243a9db52624ae2
Author: Ceki Gulcu <[email protected]>
Date: Tue Dec 4 23:52:25 2012 +0100
job add
diff --git a/slf4j-site/src/site/pages/css/site.css
b/slf4j-site/src/site/pages/css/site.css
index 1ae4943..a4f8ddf 100644
--- a/slf4j-site/src/site/pages/css/site.css
+++ b/slf4j-site/src/site/pages/css/site.css
@@ -171,6 +171,39 @@ strong {
text-align: center;
}
+#left a:hover, #right a:hover {
+ border: solid 1px #FFFFFF;
+ background-color: #3333CC;
+ color: #ffffff;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+}
+
+#left div.jobadd {
+ font-size: 160%;
+ color: #fff;
+ margin: 0px;
+ padding: 1ex;
+
+ text-align: center;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+
+ background-image: -ms-linear-gradient(bottom right, #FFBB55 0%, #FF8822
100%);
+ background-image: -moz-linear-gradient(bottom right, #FFBB55 0%, #FF8822
100%);
+ background-image: -o-linear-gradient(bottom right, #FFBB55 0%, #FF8822 100%);
+ background-image: -webkit-gradient(linear, right bottom, left top,
color-stop(0, #FFBB55), color-stop(1, #FF8822));
+ background-image: -webkit-linear-gradient(bottom right, #FFBB55 0%, #FF8822
100%);
+ background-image: linear-gradient(to top left, #FFBB55 0%, #FF8822 100%);
+}
+
+#left div.jobadd a, div.jobadd a:hover {
+ background-color: transparent;
+ color: #fff;
+ border-width: 0px;
+}
p.menu_header {
margin: 0px;
diff --git a/slf4j-site/src/site/pages/templates/left.js
b/slf4j-site/src/site/pages/templates/left.js
index 83e1608..d04d400 100644
--- a/slf4j-site/src/site/pages/templates/left.js
+++ b/slf4j-site/src/site/pages/templates/left.js
@@ -32,6 +32,9 @@ document.write(' </p>');
document.write('</div>');
+document.write('<p> </p>');
+document.write('<div class="jobadd"><p><a
href="http://logback.qos.ch/job.html">Your career<br/>@QOS.ch</a></p></div>');
+
document.write('<p> </p>');
document.write('<p class="pub">');
@@ -41,3 +44,4 @@ document.write(' </a>');
document.write('</p>');
+
-----------------------------------------------------------------------
Summary of changes:
slf4j-site/src/site/pages/css/site.css | 33 +++++++++++++++++++++++++++++
slf4j-site/src/site/pages/templates/left.js | 4 ++++
2 files changed, 37 insertions(+)
hooks/post-receive
--
SLF4J: Simple Logging Facade for Java
_______________________________________________
slf4j-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/slf4j-dev