Last commit before tagging and releasing

This commit is contained in:
capitaomorte
2009-08-29 17:59:02 +00:00
parent 15c7703b5b
commit b8dcf61367
640 changed files with 4360 additions and 77 deletions

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# key: fixed
# contributor: Translated from TextMate Snippet
# name: Fixed Position Bottom 100% wide IE6
# --
${2:bottom: auto;}top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-${1:THE HEIGHT OF THIS THING IN PIXELS}));
${3:left: expression(eval(document.documentElement.scrollLeft));
}${4:width: expression(eval(document.documentElement.clientWidth));}$0

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# key: background
# contributor: Translated from TextMate Snippet
# name: filter: AlphaImageLoader [for IE PNGs]
# binding: ""
# --
${3:background-image: none;
}filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='${1:${TM_SELECTED_TEXT:/images/transparent.png}}', sizingMethod='${2:image/scale/crop}');

View File

@@ -0,0 +1,13 @@
# -*- mode: snippet -*-
# key: scrollbar
# contributor: Translated from TextMate Snippet
# name: scrollbar
# --
scrollbar-base-color: ${1:#CCCCCC};${2:
scrollbar-arrow-color: ${3:#000000};
scrollbar-track-color: ${4:#999999};
scrollbar-3dlight-color: ${5:#EEEEEE};
scrollbar-highlight-color: ${6:#FFFFFF};
scrollbar-face-color: ${7:#CCCCCC};
scrollbar-shadow-color: ${9:#999999};
scrollbar-darkshadow-color: ${8:#666666};}