[Vtigercrm-developers] [vtiger-commits] r3863 - /vtigercrm/trunk/smiletag/smiletag-style.css
vtiger-commits at vtiger.fosslabs.com
vtiger-commits at vtiger.fosslabs.com
Tue Feb 21 02:51:23 PST 2006
Author: richie
Date: Tue Feb 21 03:51:19 2006
New Revision: 3863
Log:
Added smilies images as well as changed the path of header & footer gif.
Modified:
vtigercrm/trunk/smiletag/smiletag-style.css
Modified: vtigercrm/trunk/smiletag/smiletag-style.css
==============================================================================
--- vtigercrm/trunk/smiletag/smiletag-style.css (original)
+++ vtigercrm/trunk/smiletag/smiletag-style.css Tue Feb 21 03:51:19 2006
@@ -1,57 +1,3 @@
-#smiley_box{
- width:95px;
- position:absolute;
- display:none;
- margin-left: 55px;
-}
-#smiley_box .smiley_top{
- background-image: url('smiletag/images/smiley_top.gif');
- background-repeat:no-repeat;
- height:30px;
- padding-left: 36px;
-
-}
-#smiley_box .smiley_middle{
- background-image: url('smiletag/images/smiley_middle.gif');
- background-repeat:repeat-y;
- background-position:bottom left;
- padding-left:7px;
- padding-right:7px;
- padding-bottom: 0px;
- padding-top: 0px;
- margin-top: 0px;
-
-}
-#smiley_box .smiley_middle span{
- position:relative;
-}
-#smiley_box .smiley_bottom{
- background-image: url('smiletag/images/smiley_bottom.gif');
- background-repeat:no-repeat;
- background-position:bottom left;
- height:44px;
- top:-6px;
-
-}
-#smiley_box a {
- float: left; text-decoration: none
-}
-#smiley_box a:link {
- color: #808080
-}
-#smiley_box a:hover {
- color: #333; background-color: #efefef
-}
-#smiley_box a:active {
- color: #808080
-}
-#smiley_box a:visited {
- color: #808080
-}
-#smiley_box img {
- border: 0;
-}
-
.st-content {
font: 11px/1.5em "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
float: left;
@@ -63,7 +9,7 @@
padding-left: 1px;
}
.st-message {
- background: url("smiletag/images/comment_footer.gif") no-repeat left bottom;
+ background: url("images/comment_footer.gif") no-repeat left bottom;
}
.st-message p{
padding: 5px 10px 5px 10px;
@@ -72,7 +18,7 @@
}
.st-author-info{
margin: 0;
- background: #fff url("smiletag/images/comment_header.gif") no-repeat left bottom;
+ background: #fff url("images/comment_header.gif") no-repeat left bottom;
padding-top: 0;
padding-right: 0;
padding-bottom: 7px;
@@ -116,4 +62,61 @@
text-decoration:underline;
}
+#smiley_box{
+ width:95px;
+ position:absolute;
+ display:none;
+ margin-left: 55px;
+ border: 0px;
+}
+.smiley_top{
+ background-image:url('images/smiley_top.gif');
+ background-repeat:no-repeat;
+ height:30px;
+ padding-left: 36px;
+ border:0px;
+
+}
+.smiley_middle{
+ background-image:url('images/smiley_middle.gif');
+ background-repeat:repeat-y;
+ background-position:bottom left;
+ padding-left:7px;
+ padding-right:7px;
+ padding-bottom: 0px;
+ padding-top: 0px;
+ margin-top: 0px;
+ border:0px;
+
+}
+.smiley_middle span{
+ position:relative;
+}
+.smiley_bottom{
+ background-image:url('images/smiley_bottom.gif');
+ background-repeat:no-repeat;
+ background-position:bottom left;
+ height:44px;
+ top:-6px;
+ border:0px;
+
+}
+#smiley_box a {
+ float: left; text-decoration: none
+}
+#smiley_box a:link {
+ color: #808080
+}
+#smiley_box a:hover {
+ color: #333; background-color: #efefef
+}
+#smiley_box a:active {
+ color: #808080
+}
+#smiley_box a:visited {
+ color: #808080
+}
+#smiley_box img {
+ border: 0px;
+}
More information about the vtigercrm-developers
mailing list