فهرست منبع

Update fonticons to add icons for toggling the chatroom participants.

JC Brand 10 سال پیش
والد
کامیت
4d479ae51d
9فایلهای تغییر یافته به همراه288 افزوده شده و 236 حذف شده
  1. 11 8
      css/converse.css
  2. 28 15
      fonticons/demo.html
  3. BIN
      fonticons/fonts/icomoon.eot
  4. 1 0
      fonticons/fonts/icomoon.svg
  5. BIN
      fonticons/fonts/icomoon.ttf
  6. BIN
      fonticons/fonts/icomoon.woff
  7. 223 194
      fonticons/selection.json
  8. 11 8
      fonticons/style.css
  9. 14 11
      less/converse.less

+ 11 - 8
css/converse.css

@@ -7,8 +7,8 @@
  */
 @font-face {
   font-family: 'Converse-js';
-  src: url('../fonticons/fonts/icomoon.eot?7poj4t');
-  src: url('../fonticons/fonts/icomoon.eot?#iefix7poj4t') format('embedded-opentype'), url('../fonticons/fonts/icomoon.woff?7poj4t') format('woff'), url('../fonticons/fonts/icomoon.ttf?7poj4t') format('truetype'), url('../fonticons/fonts/icomoon.svg?7poj4t#icomoon') format('svg');
+  src: url('../fonticons/fonts/icomoon.eot?-5hv4s0');
+  src: url('../fonticons/fonts/icomoon.eot?#iefix-5hv4s0') format('embedded-opentype'), url('../fonticons/fonts/icomoon.woff?-5hv4s0') format('woff'), url('../fonticons/fonts/icomoon.ttf?-5hv4s0') format('truetype'), url('../fonticons/fonts/icomoon.svg?-5hv4s0#icomoon') format('svg');
   font-weight: normal;
   font-style: normal;
 }
@@ -38,13 +38,13 @@
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
-.icon-closed:before {
+#conversejs .icon-closed:before {
   content: "\25ba";
 }
-.icon-opened:before {
+#conversejs .icon-opened:before {
   content: "\25bc";
 }
-.icon-checkmark:before {
+#conversejs .icon-checkmark:before {
   content: "\2713";
 }
 #conversejs .icon-home:before {
@@ -104,6 +104,12 @@
 #conversejs .icon-user:before {
   content: "\e01a";
 }
+#conversejs .icon-hide-users:before {
+  content: "\e01c";
+}
+#conversejs .icon-show-users:before {
+  content: "\e01e";
+}
 #conversejs .icon-users:before {
   content: "\e01b";
 }
@@ -149,9 +155,6 @@
 #conversejs .icon-remove:before {
   content: "\e02d";
 }
-#conversejs .icon-remove-2:before {
-  content: "\e02e";
-}
 #conversejs .icon-eye:before {
   content: "\e030";
 }

+ 28 - 15
fonticons/demo.html

@@ -9,7 +9,7 @@
 	<link rel="stylesheet" href="style.css"></head>
 <body>
 	<div class="bgc1 clearfix">
-		<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> icomoon <small class="fgc1">(Glyphs:&nbsp;88)</small></h1>
+		<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> icomoon <small class="fgc1">(Glyphs:&nbsp;89)</small></h1>
 	</div>
 	<div class="clearfix mhl ptl">
 		<h1 class="mvm mtn bshadow fgc1">Grid Size: 16</h1>
@@ -299,6 +299,32 @@
 				<input type="text" readonly value="" class="liga unitRight" />
 			</div>
 		</div>
+		<div class="glyph fs1">
+			<div class="clearfix bshadow0 pbs">
+				<span class="icon-hide-users"></span><span class="mls"> icon-hide-users</span>
+			</div>
+			<fieldset class="fs0 size1of1 clearfix hidden-false">
+				<input type="text" readonly value="e01c" class="unit size1of2" />
+				<input type="text" maxlength="1" readonly value="&#xe01c;" class="unitRight size1of2 talign-right" />
+			</fieldset>
+			<div class="fs0 bshadow0 clearfix hidden-true">
+				<span class="unit pvs fgc1">liga: </span>
+				<input type="text" readonly value="" class="liga unitRight" />
+			</div>
+		</div>
+		<div class="glyph fs1">
+			<div class="clearfix bshadow0 pbs">
+				<span class="icon-show-users"></span><span class="mls"> icon-show-users</span>
+			</div>
+			<fieldset class="fs0 size1of1 clearfix hidden-false">
+				<input type="text" readonly value="e01e" class="unit size1of2" />
+				<input type="text" maxlength="1" readonly value="&#xe01e;" class="unitRight size1of2 talign-right" />
+			</fieldset>
+			<div class="fs0 bshadow0 clearfix hidden-true">
+				<span class="unit pvs fgc1">liga: </span>
+				<input type="text" readonly value="" class="liga unitRight" />
+			</div>
+		</div>
 		<div class="glyph fs1">
 			<div class="clearfix bshadow0 pbs">
 				<span class="icon-users"></span><span class="mls"> icon-users</span>
@@ -494,19 +520,6 @@
 				<input type="text" readonly value="" class="liga unitRight" />
 			</div>
 		</div>
-		<div class="glyph fs1">
-			<div class="clearfix bshadow0 pbs">
-				<span class="icon-remove2"></span><span class="mls"> icon-remove2</span>
-			</div>
-			<fieldset class="fs0 size1of1 clearfix hidden-false">
-				<input type="text" readonly value="e02e" class="unit size1of2" />
-				<input type="text" maxlength="1" readonly value="&#xe02e;" class="unitRight size1of2 talign-right" />
-			</fieldset>
-			<div class="fs0 bshadow0 clearfix hidden-true">
-				<span class="unit pvs fgc1">liga: </span>
-				<input type="text" readonly value="" class="liga unitRight" />
-			</div>
-		</div>
 		<div class="glyph fs1">
 			<div class="clearfix bshadow0 pbs">
 				<span class="icon-eye"></span><span class="mls"> icon-eye</span>
@@ -1175,7 +1188,7 @@
 	</div>
 	<!--<![endif]-->
 	<div class="bgc1 clearfix">
-		<p class="mhl">Generated by <a href="http://icomoon.io/app">IcoMoon</a></p>
+		<p class="mhl">Generated by <a href="https://icomoon.io/app">IcoMoon</a></p>
 	</div>
 
 	<script src="demo-files/demo.js"></script>

BIN
fonticons/fonts/icomoon.eot


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1 - 0
fonticons/fonts/icomoon.svg


BIN
fonticons/fonts/icomoon.ttf


BIN
fonticons/fonts/icomoon.woff


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 223 - 194
fonticons/selection.json


+ 11 - 8
fonticons/style.css

@@ -1,10 +1,10 @@
 @font-face {
 	font-family: 'icomoon';
-	src:url('fonts/icomoon.eot?-m2p76k');
-	src:url('fonts/icomoon.eot?#iefix-m2p76k') format('embedded-opentype'),
-		url('fonts/icomoon.woff?-m2p76k') format('woff'),
-		url('fonts/icomoon.ttf?-m2p76k') format('truetype'),
-		url('fonts/icomoon.svg?-m2p76k#icomoon') format('svg');
+	src:url('fonts/icomoon.eot?-5hv4s0');
+	src:url('fonts/icomoon.eot?#iefix-5hv4s0') format('embedded-opentype'),
+		url('fonts/icomoon.woff?-5hv4s0') format('woff'),
+		url('fonts/icomoon.ttf?-5hv4s0') format('truetype'),
+		url('fonts/icomoon.svg?-5hv4s0#icomoon') format('svg');
 	font-weight: normal;
 	font-style: normal;
 }
@@ -89,6 +89,12 @@
 .icon-user:before {
 	content: "\e01a";
 }
+.icon-hide-users:before {
+	content: "\e01c";
+}
+.icon-show-users:before {
+	content: "\e01e";
+}
 .icon-users:before {
 	content: "\e01b";
 }
@@ -134,9 +140,6 @@
 .icon-remove:before {
 	content: "\e02d";
 }
-.icon-remove2:before {
-	content: "\e02e";
-}
 .icon-eye:before {
 	content: "\e030";
 }

+ 14 - 11
less/converse.less

@@ -10,11 +10,11 @@
 
 @font-face {
 	font-family: 'Converse-js';
-	src:url('../fonticons/fonts/icomoon.eot?7poj4t');
-	src:url('../fonticons/fonts/icomoon.eot?#iefix7poj4t') format('embedded-opentype'),
-		url('../fonticons/fonts/icomoon.woff?7poj4t') format('woff'),
-		url('../fonticons/fonts/icomoon.ttf?7poj4t') format('truetype'),
-		url('../fonticons/fonts/icomoon.svg?7poj4t#icomoon') format('svg');
+	src:url('../fonticons/fonts/icomoon.eot?-5hv4s0');
+	src:url('../fonticons/fonts/icomoon.eot?#iefix-5hv4s0') format('embedded-opentype'),
+		url('../fonticons/fonts/icomoon.woff?-5hv4s0') format('woff'),
+		url('../fonticons/fonts/icomoon.ttf?-5hv4s0') format('truetype'),
+		url('../fonticons/fonts/icomoon.svg?-5hv4s0#icomoon') format('svg');
 	font-weight: normal;
 	font-style: normal;
 }
@@ -46,13 +46,13 @@
 	-moz-osx-font-smoothing: grayscale;
 }
 
-.icon-closed:before {
+#conversejs .icon-closed:before {
 	content: "\25ba";
 }
-.icon-opened:before {
+#conversejs .icon-opened:before {
 	content: "\25bc";
 }
-.icon-checkmark:before {
+#conversejs .icon-checkmark:before {
 	content: "\2713";
 }
 #conversejs .icon-home:before {
@@ -112,6 +112,12 @@
 #conversejs .icon-user:before {
 	content: "\e01a";
 }
+#conversejs .icon-hide-users:before {
+	content: "\e01c";
+}
+#conversejs .icon-show-users:before {
+	content: "\e01e";
+}
 #conversejs .icon-users:before {
 	content: "\e01b";
 }
@@ -157,9 +163,6 @@
 #conversejs .icon-remove:before {
 	content: "\e02d";
 }
-#conversejs .icon-remove-2:before {
-	content: "\e02e";
-}
 #conversejs .icon-eye:before {
 	content: "\e030";
 }

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است