[Pyukiwiki-cvs 0008469] CVS update: PyukiWiki-Devel-UTF8/skin

Back to archive index

PyukiWiki CVS Commit pyuki****@lists*****
2012年 3月 16日 (金) 00:32:54 JST


Index: PyukiWiki-Devel-UTF8/skin/instag.css
diff -u PyukiWiki-Devel-UTF8/skin/instag.css:1.2 PyukiWiki-Devel-UTF8/skin/instag.css:1.3
--- PyukiWiki-Devel-UTF8/skin/instag.css:1.2	Thu Mar 15 11:18:28 2012
+++ PyukiWiki-Devel-UTF8/skin/instag.css	Fri Mar 16 00:32:54 2012
@@ -1,5 +1,5 @@
 /* "PyukiWiki" ver 0.2.0-p3-dev1 $$
- * $Id: instag.css,v 1.2 2012/03/15 02:18:28 papu Exp $
+ * $Id: instag.css,v 1.3 2012/03/15 15:32:54 papu Exp $
  *
  * jqModal - Minimalist Modaling with jQuery
  * Copyright (c) 2007,2008 Brice Burgess
@@ -10,4 +10,4 @@
  * License GPL2
  */
 
-.editcolorpicker{display:none;position:absolute;margin:20px 0 0 -100px;background-color:#fff;border-bottom:3px solid #def;border-top:1px solid #def;border-left:10px solid #def;border-right:5px solid #def}input.colortext{width:100%}.editsizepanel{display:none;position:absolute;margin:20px 0 0 -100px;width:250px;background-color:#fff;border-bottom:3px solid #def;border-top:1px solid #def;border-left:10px solid #def;border-right:5px solid #def}.sizesample,a.sizesample{color:#000;background-color:#fff;text-decoration:none}.farbtastic{position:relative}.farbtastic *{position:absolute;cursor:crosshair}.farbtastic,.farbtastic .wheel{width:195px;height:195px}.farbtastic .color,.farbtastic .overlay{top:47px;left:47px;width:101px;height:101px}.farbtastic .wheel{background:url(wheel.png) no-repeat;width:195px;height:195px}.farbtastic .overlay{background:url(mask.png) no-repeat}.farbtastic .marker{width:17px;height:17px;margin:-8px 0 0 -8px;overflow:hidden;background:url(marker.png) no-
 repeat}
+.editcolorpicker{display:none;position:absolute;margin:20px 0 0 -100px;background-color:#fff;border-bottom:3px solid #def;border-top:1px solid #def;border-left:10px solid #def;border-right:5px solid #def}input.colortext{width:100%}.editpanel{background-color:#fff;border-bottom:3px solid #def;border-top:1px solid #def;border-left:10px solid #def;border-right:5px solid #def}.editsizepanel{display:none;position:absolute;margin:20px 0 0 -100px;width:270px}.editfontpanel{display:none;position:absolute;margin:20px 0 0 -100px;width:350px}.editfacepanel{display:none;position:absolute;margin:20px 0 0 -100px;width:200px}.sizesample,a.sizesample,.fontesample,a.fontsample,.faceesample,a.facesample{color:#000;background-color:#fff;text-decoration:none}.farbtastic{position:relative}.farbtastic *{position:absolute;cursor:crosshair}.farbtastic,.farbtastic .wheel{width:195px;height:195px}.farbtastic .color,.farbtastic .overlay{top:47px;left:47px;width:101px;height:101px}.farbtastic .wheel{ba
 ckground:url(wheel.png) no-repeat;width:195px;height:195px}.farbtastic .overlay{background:url(mask.png) no-repeat}.farbtastic .marker{width:17px;height:17px;margin:-8px 0 0 -8px;overflow:hidden;background:url(marker.png) no-repeat}
Index: PyukiWiki-Devel-UTF8/skin/jqModal.css.src
diff -u PyukiWiki-Devel-UTF8/skin/jqModal.css.src:1.1 PyukiWiki-Devel-UTF8/skin/jqModal.css.src:1.2
--- PyukiWiki-Devel-UTF8/skin/jqModal.css.src:1.1	Thu Mar 15 06:10:37 2012
+++ PyukiWiki-Devel-UTF8/skin/jqModal.css.src	Fri Mar 16 00:32:54 2012
@@ -6,6 +6,7 @@
 
 /* for edit.inc.pl color picker */
 
+
 .editcolorpicker {
     display: none;
 	position: absolute;
@@ -21,11 +22,7 @@
 	width: 100%;
 }
 
-.editsizepanel {
-    display: none;
-	position: absolute;
-	margin: 20px 0 0 -100px;
-	width: 250px;
+.editpanel {
 	background-color: #ffffff;
 	border-bottom:  3px solid #DDEEFF;
 	border-top:     1px solid #DDEEFF;
@@ -33,13 +30,39 @@
 	border-right:   5px solid #DDEEFF;
 }
 
+.editsizepanel {
+    display: none;
+	position: absolute;
+	margin: 20px 0 0 -100px;
+	width: 270px;
+}
+
+.editfontpanel {
+    display: none;
+	position: absolute;
+	margin: 20px 0 0 -100px;
+	width: 350px;
+}
+
+.editfacepanel {
+    display: none;
+	position: absolute;
+	margin: 20px 0 0 -100px;
+	width: 200px;
+}
+
 .sizesample,
-a.sizesample {
+a.sizesample,
+.fontesample,
+a.fontsample,
+.faceesample,
+a.facesample {
 	color: #000000;
 	background-color: #ffffff;
 	text-decoration:none;
 }
 
+
 /*
 .jqmWindow {
     display: none;
@@ -64,22 +87,3 @@
 
 .jqmOverlay { background-color: #eee; }
 */
-
-/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
-
-/*
-* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
-	width: expression(this.parentNode.offsetWidth+'px');
-	height: expression(this.parentNode.offsetHeight+'px');
-}
-*/
-
-/* Fixed posistioning emulation for IE6
-     Star selector used to hide definition from browsers other than IE6
-     For valid CSS, use a conditional include instead */
-/*
-* html .jqmWindow {
-     position: absolute;
-     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
-}
-*/



Pyukiwiki-cvs メーリングリストの案内
Back to archive index