[Slashdotjp-dev 1286] [815] add info, error, warning class

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 11月 18日 (火) 14:36:48 JST


Revision: 815
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=815
Author:   tach
Date:     2008-11-18 14:36:48 +0900 (Tue, 18 Nov 2008)

Log Message:
-----------
add info, error, warning class

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


-------------- next part --------------
Modified: images/css/slashdotjp.css
===================================================================
--- images/css/slashdotjp.css	2008-11-18 05:10:15 UTC (rev 814)
+++ images/css/slashdotjp.css	2008-11-18 05:36:48 UTC (rev 815)
@@ -367,6 +367,30 @@
 	padding-left: 16px;
 }
 
+/* usable message classes */
+.info {
+	background: #def url(//images.slashdot.jp/silk/information.png) no-repeat 10px 3px;
+	border: 1px solid #9cf;
+	padding: .2em 40px;
+	margin: .5em 0 1em 0;
+}
+
+.error,
+.err {
+	background: #fdd url(//images.slashdot.jp/silk/delete.png) no-repeat 10px 3px;
+	border: 1px solid #fbb;
+	padding: .2em 40px;
+	margin: .5em 0 1em 0;
+}
+
+.warning,
+.warn {
+	background: #ffd url(//images.slashdot.jp/icon_warning.gif") no-repeat 10px 3px;
+	border: 1px solid #fe6;
+	padding: .2em 40px;
+	margin: .5em 0 1em 0;
+}
+
 /* ads format */
 div.article div.bigbanner,
 div.adsense_468x60 {


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