[Slashdotjp-dev 1297] [826] add big write-comment link css and tooltip css

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 11月 20日 (木) 17:53:59 JST


Revision: 826
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=826
Author:   tach
Date:     2008-11-20 17:53:58 +0900 (Thu, 20 Nov 2008)

Log Message:
-----------
add big write-comment link css and tooltip css

Modified Paths:
--------------
    images/css/slashdotjp.css


-------------- next part --------------
Modified: images/css/slashdotjp.css
===================================================================
--- images/css/slashdotjp.css	2008-11-19 10:24:13 UTC (rev 825)
+++ images/css/slashdotjp.css	2008-11-20 08:53:58 UTC (rev 826)
@@ -170,6 +170,24 @@
 	work-break: break-all;
 }
 
+/* write comment big link */
+.write-comment-link {
+	font-size: 160%;
+	text-align: center;
+	margin-top: 0.1em;
+}
+
+.write-comment-link a {
+	-moz-border-radius: 10px;
+	-border-radius: 10px;
+	-webkit-border-radius: 10px;
+	background: #DDD;
+	border: 3px solid #666;
+	color: #055;
+	padding: 0.2em 1em;
+	text-decoration: none;
+}
+
 /* Override moderation summary box for AdSense */
 #mod_summary {
 	margin-left: 0;
@@ -433,6 +451,24 @@
 	margin: .5em 0 1em 0;
 }
 
+/* show tooltip (http://f32.aaa.livedoor.jp/~azusa/index.php?t=ajax&p=balloonjs_css) */
+a.tooltip span {
+	display: none;
+	padding: 2px 3px;
+	margin-left: 8px;
+	width: 200px;
+	white-space: normal;
+	line-height: 1.4;
+}
+
+a.tooltip:hover span{
+	display: inline;
+	position: absolute;
+	border: 1px solid #cccccc;
+	background: #ffffff;
+	color: #6c6c6c;
+}
+
 /* ads format */
 div.article div.bigbanner,
 div.adsense_468x60 {


Slashdotjp-dev メーリングリストの案内
Back to archive index