X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fsmileys.css;h=ce5f9beaf61f6db1d5de9ed41d0f4c329a74ee8a;hp=ceb2ef574e6f12701779c35f4bad0faffa8b22e5;hb=bbb0b4bf89b949083e75d3fe5de42c22a9375db2;hpb=466aa5b2aeda5ffc14ddbdea86381acf4b998142 diff --git a/LCARStrek/communicator/smileys.css b/LCARStrek/communicator/smileys.css index ceb2ef57..ce5f9bea 100644 --- a/LCARStrek/communicator/smileys.css +++ b/LCARStrek/communicator/smileys.css @@ -1,38 +1,6 @@ -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is smiley style rules. - * - * The Initial Developer of the Original Code is - * Mozilla. - * Portions created by the Initial Developer are Copyright (C) 2004 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * - * Alternatively, the contents of this file may be used under the terms of - * either of the GNU General Public License Version 2 or later (the "GPL"), - * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* ==== smileys.css ==================================================== == Style rules to bind smiley image types generated by editor and the mozTxtToHTMLConv @@ -87,80 +55,80 @@ span.moz-smiley-s16 > span /* smile */ span.moz-smiley-s1:before { - content: url("chrome://communicator/skin/icons/smileys/smile_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-smile.png"); } /* frown */ span.moz-smiley-s2:before { - content: url("chrome://communicator/skin/icons/smileys/frown_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-frown.png"); } /* wink */ span.moz-smiley-s3:before { - content: url("chrome://communicator/skin/icons/smileys/wink_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-wink.png"); } /* tongue */ span.moz-smiley-s4:before { - content: url("chrome://communicator/skin/icons/smileys/tongue_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-tongue.png"); } /* laughing */ span.moz-smiley-s5:before { - content: url("chrome://communicator/skin/icons/smileys/laughing_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-laughing.png"); } -/* embarassed */ +/* embarrassed */ span.moz-smiley-s6:before { - content: url("chrome://communicator/skin/icons/smileys/embarrassed_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-embarrassed.png"); } /* undecided */ span.moz-smiley-s7:before { - content: url("chrome://communicator/skin/icons/smileys/undecided_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-undecided.png"); } /* surprise */ span.moz-smiley-s8:before { - content: url("chrome://communicator/skin/icons/smileys/surprise_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-surprise.png"); } /* kiss */ span.moz-smiley-s9:before { - content: url("chrome://communicator/skin/icons/smileys/kiss_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-kiss.png"); } /* yell */ span.moz-smiley-s10:before { - content: url("chrome://communicator/skin/icons/smileys/yell_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-yell.png"); } /* cool */ span.moz-smiley-s11:before { - content: url("chrome://communicator/skin/icons/smileys/cool_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-cool.png"); } /* money */ span.moz-smiley-s12:before { - content: url("chrome://communicator/skin/icons/smileys/money_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-money.png"); } /* foot */ span.moz-smiley-s13:before { - content: url("chrome://communicator/skin/icons/smileys/foot_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-foot.png"); } /* innocent */ span.moz-smiley-s14:before { - content: url("chrome://communicator/skin/icons/smileys/innocent_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-innocent.png"); } /* cry */ span.moz-smiley-s15:before { - content: url("chrome://communicator/skin/icons/smileys/cry_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-cry.png"); } /* sealed */ span.moz-smiley-s16:before { - content: url("chrome://communicator/skin/icons/smileys/sealed_n.gif"); + content: url("chrome://communicator/skin/icons/smileys/smiley-sealed.png"); }