Committer: ailyin
LJSUP-7054 (CLIENTSIDE: Optimization of loading images)U trunk/htdocs/stc/browse.css U trunk/htdocs/stc/controlstrip-dark.css U trunk/htdocs/stc/controlstrip-light.css U trunk/htdocs/stc/customize.css U trunk/htdocs/stc/entry.css U trunk/htdocs/stc/fck/editor/css/fck_internal.css U trunk/htdocs/stc/fck/editor/skins/lj/fck_dialog.css U trunk/htdocs/stc/fck/editor/skins/lj/fck_editor.css U trunk/htdocs/stc/fck/editor/skins/silver/fck_editor.css U trunk/htdocs/stc/ie.css U trunk/htdocs/stc/imgupload.css U trunk/htdocs/stc/lj_base-app.css U trunk/htdocs/stc/lj_base.css U trunk/htdocs/stc/pagemodules.css U trunk/htdocs/stc/profile.css U trunk/htdocs/stc/reskining/halloween09/halloween09.css U trunk/htdocs/stc/reskining/hn2010y/hn2010y.css U trunk/htdocs/stc/reskining/olympic2010/olympic2010.css U trunk/htdocs/stc/s2edit.css U trunk/htdocs/stc/settings.css U trunk/htdocs/stc/sup/s/10y-cardboard.css U trunk/htdocs/stc/sup/s/10y-early_morning.css U trunk/htdocs/stc/sup/s/10y-georgia.css U trunk/htdocs/stc/sup/s/10y-penguins.css U trunk/htdocs/stc/sup/s/10y-summer.css U trunk/htdocs/stc/tags.css U trunk/htdocs/stc/tour.css U trunk/htdocs/stc/widgets/browse.css U trunk/htdocs/stc/widgets/categorysummary.css U trunk/htdocs/stc/widgets/createaccount.css U trunk/htdocs/stc/widgets/currenttheme.css U trunk/htdocs/stc/widgets/customizetheme.css U trunk/htdocs/stc/widgets/friendbirthdays.css U trunk/htdocs/stc/widgets/friendupdates.css U trunk/htdocs/stc/widgets/login.css U trunk/htdocs/stc/widgets/moodthemechooser.css U trunk/htdocs/stc/widgets/navstripchooser.css U trunk/htdocs/stc/widgets/qotd-verticals.css U trunk/htdocs/stc/widgets/qotd.css U trunk/htdocs/stc/widgets/search.css U trunk/htdocs/stc/widgets/themenav.css U trunk/htdocs/stc/widgets/verticaleditorials.css U trunk/htdocs/stc/widgets/verticalsummary.css
Modified: trunk/htdocs/stc/browse.css =================================================================== --- trunk/htdocs/stc/browse.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/browse.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -34,24 +34,24 @@ } .category-summaries-top-left { - background: url(/img/explore/verticalsummary/top-left.gif) no-repeat; + background: url(/img/explore/verticalsummary/top-left.gif?v=1) no-repeat; width: 5px; height: 5px; } .category-summaries-top { - background: url(/img/explore/verticalsummary/top.gif) repeat-x; + background: url(/img/explore/verticalsummary/top.gif?v=1) repeat-x; height: 5px; } .category-summaries-top-right { - background: url(/img/explore/verticalsummary/top-right.gif) no-repeat; + background: url(/img/explore/verticalsummary/top-right.gif?v=1) no-repeat; width: 5px; height: 5px; } .category-summaries-left { - background: url(/img/explore/verticalsummary/left.gif) repeat-y; + background: url(/img/explore/verticalsummary/left.gif?v=1) repeat-y; width: 5px; } @@ -60,23 +60,23 @@ } .category-summaries-right { - background: url(/img/explore/verticalsummary/right.gif) repeat-y; + background: url(/img/explore/verticalsummary/right.gif?v=1) repeat-y; width: 5px; } .category-summaries-bottom-left { - background: url(/img/explore/verticalsummary/bottom-left.gif) no-repeat; + background: url(/img/explore/verticalsummary/bottom-left.gif?v=1) no-repeat; width: 5px; height: 5px; } .category-summaries-bottom { - background: url(/img/explore/verticalsummary/bottom.gif) repeat-x; + background: url(/img/explore/verticalsummary/bottom.gif?v=1) repeat-x; height: 5px; } .category-summaries-bottom-right { - background: url(/img/explore/verticalsummary/bottom-right.gif) no-repeat; + background: url(/img/explore/verticalsummary/bottom-right.gif?v=1) no-repeat; width: 5px; height: 5px; } Modified: trunk/htdocs/stc/controlstrip-dark.css =================================================================== --- trunk/htdocs/stc/controlstrip-dark.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/controlstrip-dark.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -1,7 +1,7 @@ #lj_controlstrip { background-color: #2e2c2c; - background-image: url(/img/controlstrip/bg-dark.gif); + background-image: url(/img/controlstrip/bg-dark.gif?v=1); } #lj_controlstrip td Modified: trunk/htdocs/stc/controlstrip-light.css =================================================================== --- trunk/htdocs/stc/controlstrip-light.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/controlstrip-light.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -1,7 +1,7 @@ #lj_controlstrip { background-color: #c7c6c6; - background-image: url(/img/controlstrip/bg-light.gif); + background-image: url(/img/controlstrip/bg-light.gif?v=1); } #lj_controlstrip td Modified: trunk/htdocs/stc/customize.css =================================================================== --- trunk/htdocs/stc/customize.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/customize.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -3,7 +3,7 @@ clear: left; font-family: Arial; font-weight: bold; - background: #ededed url(/img/corner.gif) no-repeat 0 0; + background: #ededed url(/img/corner.gif?v=1) no-repeat 0 0; margin: 0 0 8px 0 !important; padding: 5px 8px !important; color: #222; @@ -53,7 +53,7 @@ .beta-feedback a { padding-left: 35px; - background: url(/img/beta.gif) no-repeat 0 50%; + background: url(/img/beta.gif?v=1) no-repeat 0 50%; } .theme-titles P { Modified: trunk/htdocs/stc/entry.css =================================================================== --- trunk/htdocs/stc/entry.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/entry.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -169,7 +169,7 @@ padding: 0px; margin: 0px; position: relative; - background: url(/img/entry-tab-bg.gif) repeat-x 0 bottom; + background: url(/img/entry-tab-bg.gif?v=1) repeat-x 0 bottom; } #entry p { margin: 0 !important; @@ -298,25 +298,25 @@ text-decoration: none; } #htmltools ul li.image a { - background: url(/img/html-buttons-image.gif) no-repeat 0 0; + background: url(/img/html-buttons-image.gif?v=1) no-repeat 0 0; padding-left: 24px; } #htmltools ul li.image a:hover { -/* background: url(/img/html-buttons-image.gif) no-repeat 0 -40px; */ +/* background: url(/img/html-buttons-image.gif?v=1) no-repeat 0 -40px; */ } #htmltools ul li.media a { - background: url(/stc/fck/editor/plugins/livejournal/ljvideo.gif) no-repeat 0 0; + background: url(/stc/fck/editor/plugins/livejournal/ljvideo.gif?v=1) no-repeat 0 0; padding-left: 24px; } #htmltools ul li.media a:hover { -/* background: url(/stc/fck/editor/plugins/livejournal/ljvideo.gif) no-repeat 0 -40px; */ +/* background: url(/stc/fck/editor/plugins/livejournal/ljvideo.gif?v=1) no-repeat 0 -40px; */ } #htmltools ul li.movie a { width: 21px; - background: url(/img/html-buttons-media.gif) no-repeat 0 0; + background: url(/img/html-buttons-media.gif?v=1) no-repeat 0 0; } #htmltools ul li.movie a:hover { - background: url(/img/html-buttons-media.gif) no-repeat 0 -40px; + background: url(/img/html-buttons-media.gif?v=1) no-repeat 0 -40px; } #linebreaks { position: absolute; @@ -570,7 +570,7 @@ width: 101px; height: 29px; float: left; - background: url(/stc/img/lastfm_logo.gif) no-repeat; + background: url(/stc/img/lastfm_logo.gif?v=1) no-repeat; border-bottom: 0px !important; } @@ -670,7 +670,7 @@ /* Sponsored QotD*/ #updateForm .b-qotd { margin: 10px 0; - background: url(/img/qotd/qotd-wepc.png) repeat-x; + background: url(/img/qotd/qotd-wepc.png?v=1) repeat-x; border: 1px solid #054f90; } #updateForm .b-qotd H3 { Modified: trunk/htdocs/stc/fck/editor/css/fck_internal.css =================================================================== --- trunk/htdocs/stc/fck/editor/css/fck_internal.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/fck/editor/css/fck_internal.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -50,7 +50,7 @@ { border: #a9a9a9 1px solid; background-position: center center; - background-image: url(images/fck_flashlogo.gif); + background-image: url(images/fck_flashlogo.gif?v=1); background-repeat: no-repeat; width: 80px; height: 80px; @@ -60,7 +60,7 @@ { border: #a9a9a9 1px solid; background-position: center center; - background-image: url(images/fck_plugin.gif); + background-image: url(images/fck_plugin.gif?v=1); background-repeat: no-repeat; width: 80px; height: 80px; @@ -71,7 +71,7 @@ { border: 1px dotted #00F; background-position: center center; - background-image: url(images/fck_anchor.gif); + background-image: url(images/fck_anchor.gif?v=1); background-repeat: no-repeat; width: 16px; height: 15px; @@ -83,7 +83,7 @@ { border: 1px dotted #00F; background-position: 1px center; - background-image: url(images/fck_anchor.gif); + background-image: url(images/fck_anchor.gif?v=1); background-repeat: no-repeat; padding-left: 18px; } @@ -93,7 +93,7 @@ { border: 1px dotted #00F; background-position: 0 center; - background-image: url(images/fck_anchor.gif); + background-image: url(images/fck_anchor.gif?v=1); background-repeat: no-repeat; padding-left: 18px; } @@ -101,7 +101,7 @@ .FCK__PageBreak { background-position: center center; - background-image: url(images/fck_pagebreak.gif); + background-image: url(images/fck_pagebreak.gif?v=1); background-repeat: no-repeat; clear: both; display: block; @@ -119,7 +119,7 @@ { width: 19px; height: 18px; - background-image: url(images/fck_hiddenfield.gif); + background-image: url(images/fck_hiddenfield.gif?v=1); background-repeat: no-repeat; vertical-align: text-bottom; background-position: center center; @@ -145,55 +145,55 @@ .FCK__ShowBlocks p { - background-image: url(images/block_p.png); + background-image: url(images/block_p.png?v=1); } .FCK__ShowBlocks div { - background-image: url(images/block_div.png); + background-image: url(images/block_div.png?v=1); } .FCK__ShowBlocks pre { - background-image: url(images/block_pre.png); + background-image: url(images/block_pre.png?v=1); } .FCK__ShowBlocks address { - background-image: url(images/block_address.png); + background-image: url(images/block_address.png?v=1); } .FCK__ShowBlocks blockquote { - background-image: url(images/block_blockquote.png); + background-image: url(images/block_blockquote.png?v=1); } .FCK__ShowBlocks h1 { - background-image: url(images/block_h1.png); + background-image: url(images/block_h1.png?v=1); } .FCK__ShowBlocks h2 { - background-image: url(images/block_h2.png); + background-image: url(images/block_h2.png?v=1); } .FCK__ShowBlocks h3 { - background-image: url(images/block_h3.png); + background-image: url(images/block_h3.png?v=1); } .FCK__ShowBlocks h4 { - background-image: url(images/block_h4.png); + background-image: url(images/block_h4.png?v=1); } .FCK__ShowBlocks h5 { - background-image: url(images/block_h5.png); + background-image: url(images/block_h5.png?v=1); } .FCK__ShowBlocks h6 { - background-image: url(images/block_h6.png); + background-image: url(images/block_h6.png?v=1); } Modified: trunk/htdocs/stc/fck/editor/skins/lj/fck_dialog.css =================================================================== --- trunk/htdocs/stc/fck/editor/skins/lj/fck_dialog.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/fck/editor/skins/lj/fck_dialog.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -175,37 +175,37 @@ .tl, .tr, .tc, .bl, .br, .bc { position: absolute; - background-image: url(images/sprites.png); + background-image: url(images/sprites.png?v=1); background-repeat: no-repeat; } * html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc { - background-image: url(images/sprites.gif); + background-image: url(images/sprites.gif?v=1); } .ml, .mr { position: absolute; - background-image: url(images/dialog.sides.png); + background-image: url(images/dialog.sides.png?v=1); background-repeat: repeat-y; } * html .ml, * html .mr { - background-image: url(images/dialog.sides.gif); + background-image: url(images/dialog.sides.gif?v=1); } .rtl .ml, .rtl .mr { position: absolute; - background-image: url(images/dialog.sides.rtl.png); + background-image: url(images/dialog.sides.rtl.png?v=1); background-repeat: repeat-y; } * html .rtl .ml, * html .rtl .mr { - background-image: url(images/dialog.sides.gif); + background-image: url(images/dialog.sides.gif?v=1); } .tl @@ -333,7 +333,7 @@ width: 20px; height: 20px; cursor: pointer; - background-image: url(images/sprites.png); + background-image: url(images/sprites.png?v=1); background-repeat: no-repeat; background-position: -16px -651px; } @@ -341,7 +341,7 @@ * html #closeButton { cursor: hand; - background-image: url(images/sprites.gif); + background-image: url(images/sprites.gif?v=1); } .rtl #closeButton Modified: trunk/htdocs/stc/fck/editor/skins/lj/fck_editor.css =================================================================== --- trunk/htdocs/stc/fck/editor/skins/lj/fck_editor.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/fck/editor/skins/lj/fck_editor.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -83,7 +83,7 @@ .TB_Start { - background-image: url(images/toolbar.start.gif); + background-image: url(images/toolbar.start.gif?v=1); margin-left: 2px; margin-right: 2px; width: 3px; @@ -99,13 +99,13 @@ .TB_ExpandImg { - background-image: url(images/toolbar.expand.gif); + background-image: url(images/toolbar.expand.gif?v=1); background-repeat: no-repeat; } .TB_CollapseImg { - background-image: url(images/toolbar.collapse.gif); + background-image: url(images/toolbar.collapse.gif?v=1); background-repeat: no-repeat; } @@ -161,7 +161,7 @@ .TB_Button_Off { - /* background: #efefef url(images/toolbar.buttonbg.gif) repeat-x; */ + /* background: #efefef url(images/toolbar.buttonbg.gif?v=1) repeat-x; */ background: none; } @@ -373,7 +373,7 @@ .SC_ItemSelected { border: #9a9afb 1px solid; - background-image: url(images/toolbar.arrowright.gif); + background-image: url(images/toolbar.arrowright.gif?v=1); } .SC_ItemOver @@ -414,7 +414,7 @@ .SC_FieldButton { background-position: center center; - background-image: url(images/toolbar.buttonarrow.gif); + background-image: url(images/toolbar.buttonarrow.gif?v=1); border-left: #b7b7a6 1px solid; width: 14px; background-repeat: no-repeat; Modified: trunk/htdocs/stc/fck/editor/skins/silver/fck_editor.css =================================================================== --- trunk/htdocs/stc/fck/editor/skins/silver/fck_editor.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/fck/editor/skins/silver/fck_editor.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -82,7 +82,7 @@ .TB_Start { - background-image: url(images/toolbar.start.gif); + background-image: url(images/toolbar.start.gif?v=1); margin-left: 2px; margin-right: 2px; width: 3px; @@ -98,13 +98,13 @@ .TB_ExpandImg { - background-image: url(images/toolbar.expand.gif); + background-image: url(images/toolbar.expand.gif?v=1); background-repeat: no-repeat; } .TB_CollapseImg { - background-image: url(images/toolbar.collapse.gif); + background-image: url(images/toolbar.collapse.gif?v=1); background-repeat: no-repeat; } @@ -160,7 +160,7 @@ .TB_Button_Off { - background: #efefef url(images/toolbar.buttonbg.gif) repeat-x; + background: #efefef url(images/toolbar.buttonbg.gif?v=1) repeat-x; } .TB_Button_Off, .TB_Combo_Off @@ -371,7 +371,7 @@ .SC_ItemSelected { border: #9a9afb 1px solid; - background-image: url(images/toolbar.arrowright.gif); + background-image: url(images/toolbar.arrowright.gif?v=1); } .SC_ItemOver @@ -412,7 +412,7 @@ .SC_FieldButton { background-position: center center; - background-image: url(images/toolbar.buttonarrow.gif); + background-image: url(images/toolbar.buttonarrow.gif?v=1); border-left: #b7b7a6 1px solid; width: 14px; background-repeat: no-repeat; Modified: trunk/htdocs/stc/ie.css =================================================================== --- trunk/htdocs/stc/ie.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/ie.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -52,12 +52,12 @@ } * HTML .i-ljtimes-bl, * HTML .i-ljtimes-br { - behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg : this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)); + behavior: expression((this.runtimeStyle.behavior="none")&&(this.png?v=1Set?this.png?v=1Set=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png?v=1')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "transparent.gif?v=1"):(this.origBg = this.origBg? this.origBg : this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')", this.runtimeStyle.backgroundImage = "none")),this.png?v=1Set=true)); } * HTML .i-ljtimes-btn, * HTML .i-ljtimes-drag, * HTML .i-ljtimes-click { - behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg : this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)); + behavior: expression((this.runtimeStyle.behavior="none")&&(this.png?v=1Set?this.png?v=1Set=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png?v=1')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "transparent.gif?v=1"):(this.origBg = this.origBg? this.origBg : this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.png?v=1Set=true)); } @@ -214,15 +214,15 @@ } * HTML .b-repost-pics-l { background: none; - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/img/repost/pics-l.png); + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/img/repost/pics-l.png?v=1); } * HTML .b-repost-pics-r { background: none; - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/img/repost/pics-r.png); + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/img/repost/pics-r.png?v=1); } * HTML .b-repost-pics-arr { background: none; - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/img/repost/pics-arr.png); + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/img/repost/pics-arr.png?v=1); } * HTML .b-repost-pics-items LI IMG { width: 96px; Modified: trunk/htdocs/stc/imgupload.css =================================================================== --- trunk/htdocs/stc/imgupload.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/imgupload.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -80,7 +80,7 @@ width: 15px; height: 15px; text-indent: -9999px; - background: url(/img/CloseButton.gif) no-repeat 0 0; + background: url(/img/CloseButton.gif?v=1) no-repeat 0 0; } .insobjNav { background: #ccc; Modified: trunk/htdocs/stc/lj_base-app.css =================================================================== --- trunk/htdocs/stc/lj_base-app.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/lj_base-app.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -30,7 +30,7 @@ select.select { margin: 0px 3px 0px 0px; padding: 2px 2px; - background: #fff url(/img/input-bg.gif) repeat-x 0 -1px; + background: #fff url(/img/input-bg.gif?v=1) repeat-x 0 -1px; border: 1px solid #bbb; border-top: 1px solid #999; border-left: 1px solid #999; @@ -140,7 +140,7 @@ padding-left: 10px; text-transform: lowercase; color: #114577 !important; - background: url('/img/arrow-double-blue.gif') no-repeat 0 60%; + background: url('/img/arrow-double-blue.gif?v=1') no-repeat 0 60%; } *HTML .appwidget .more-link { right: 27px; @@ -153,13 +153,13 @@ .upgrade-account { padding-right: 18px; - background: url('/horizon/upgrade-paid-icon.gif') no-repeat right 50%; + background: url('/horizon/upgrade-paid-icon.gif?v=1') no-repeat right 50%; } .arrow-link, .more-link { padding-left: 12px; - background: url('/img/arrow-double-black.gif') no-repeat 0 50%; + background: url('/img/arrow-double-black.gif?v=1') no-repeat 0 50%; } /* Used to encapsualte message forms like Invite and Tell a Friend */ @@ -207,7 +207,7 @@ font-size: 14px; font-family: Arial; font-weight: bold; - background: #ededed url(/img/corner.gif) no-repeat 0 0; + background: #ededed url(/img/corner.gif?v=1) no-repeat 0 0; margin: 0 0 8px 0; padding: 5px 8px; color: #222; @@ -217,7 +217,7 @@ font-size: 14px; font-family: Arial; font-weight: bold; - background: #d7e7f7 url(/img/corner.gif) no-repeat 0 0; + background: #d7e7f7 url(/img/corner.gif?v=1) no-repeat 0 0; margin: 0 0 8px 0; padding: 5px 8px; color: #222; @@ -227,7 +227,7 @@ } input.bright { - background: url(/img/yellow_gradient.gif) repeat; + background: url(/img/yellow_gradient.gif?v=1) repeat; border: 1px solid #b48101; color: #1f3368; font-weight: bold; Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/lj_base.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -22,15 +22,15 @@ height: 25px; width: 400px; margin: 1em; - background: url(/img/progress/inactive.gif) repeat; + background: url(/img/progress/inactive.gif?v=1) repeat; } .lj_progressoverlay { - background: url(/img/progress/active.gif) repeat; + background: url(/img/progress/active.gif?v=1) repeat; } .lj_progressindefinite { - background-image: url(/img/progress/barber.gif); + background-image: url(/img/progress/barber.gif?v=1); } .lj_hourglass { @@ -158,7 +158,7 @@ } .warning-background { - background-image: url('/img/message-warning.gif'); + background-image: url('/img/message-warning.gif?v=1'); } .lj_invisible { @@ -202,7 +202,7 @@ .wlm-interstitial { text-align:left; padding:20px 230px 10px 10px; - background:url(/img/lj_wlm/interstitial-screenshot.jpg) no-repeat 274px 3px; + background:url(/img/lj_wlm/interstitial-screenshot.jpg?v=1) no-repeat 274px 3px; } .wlm-interstitial H1 { font-size:2.6em; @@ -310,7 +310,7 @@ margin: 0 0 24px !important; border: 1px solid #F99; background-color: #FEE; - background-image: url(/img/message-error.gif); + background-image: url(/img/message-error.gif?v=1); background-image: -moz-linear-gradient(100% 100% 90deg, #FED4D3, #FFF2F0); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF2F0), to(#FED4D3)); } @@ -522,7 +522,7 @@ display: block; width: 20px; height: 15px; - background: url(/img/play-button.png) no-repeat; + background: url(/img/play-button.png?v=1) no-repeat; } .appwidget-friendbirthdays .adnectar-play { display: none; @@ -533,7 +533,7 @@ .b-button-close { width: 15px; height: 15px; - background: url(/img/CloseButton2.gif) no-repeat; + background: url(/img/CloseButton2.gif?v=1) no-repeat; position: relative; top: 0; margin: -25px -25px 0 10px; @@ -591,7 +591,7 @@ right:5px; width:12px; height:12px; - background:url(/img/popup-close.gif) no-repeat 0 0; + background:url(/img/popup-close.gif?v=1) no-repeat 0 0; cursor:pointer; } .b-popup-messagebox .b-popup-content { @@ -672,7 +672,7 @@ right: 8px; width: 12px; height: 12px; - background: url(/img/message-system-close.gif) no-repeat; + background: url(/img/message-system-close.gif?v=1) no-repeat; cursor: pointer; font-size: 0; } @@ -754,10 +754,10 @@ text-decoration: none; } .m-auth-openid A { - background: url(/img/icons/openid-16.gif) no-repeat 20px 50%; + background: url(/img/icons/openid-16.gif?v=1) no-repeat 20px 50%; } .m-auth-facebook A { - background: url(/img/icons/facebook-16.gif) no-repeat 20px 50%; + background: url(/img/icons/facebook-16.gif?v=1) no-repeat 20px 50%; } .m-auth-item A SPAN { color: #000; @@ -767,7 +767,7 @@ border:0; } .m-auth-twitter A { - background: url(/img/icons/twitter-16.gif) no-repeat 20px 50%; + background: url(/img/icons/twitter-16.gif?v=1) no-repeat 20px 50%; } .m-auth .current .m-auth-bl, .m-auth .current .m-auth-br { @@ -873,14 +873,14 @@ padding: 0 8px 0 28px; border: 1px solid #32437F; border-bottom-color: #24346F; - background: #6676AB url(/img/buttons/facebook-login-wide.gif) no-repeat 0 0; + background: #6676AB url(/img/buttons/facebook-login-wide.gif?v=1) no-repeat 0 0; text-align: left; line-height: 18px; cursor: pointer; } .b-twitterbtn SPAN { background-color:#FFF; - background-image:url(/img/buttons/twitter-login-wide.gif); + background-image:url(/img/buttons/twitter-login-wide.gif?v=1); height:24px; border:none; line-height:22px; @@ -893,7 +893,7 @@ display: none; } .b-twitterbtn SPAN I{ - background:url(/img/buttons/twitter-login-wide.gif) no-repeat 100% 0; + background:url(/img/buttons/twitter-login-wide.gif?v=1) no-repeat 100% 0; position:absolute; right:0; top:0; @@ -1033,7 +1033,7 @@ .b-connectbtn-twitter SPAN I { width: 61px; height: 23px; - background: url(/img/buttons/twitter-login-tiny.gif) no-repeat 0 0; + background: url(/img/buttons/twitter-login-tiny.gif?v=1) no-repeat 0 0; } @@ -1089,7 +1089,7 @@ width: 16px; height: 16px; margin: -9px 0 0 0; - background-image: url(/img/icons/smsn.gif); + background-image: url(/img/icons/smsn.gif?v=1); background-repeat: no-repeat; background-position: 0 -800px; } @@ -1229,7 +1229,7 @@ height: 7px; margin: -3px 0 0; padding: 0; - background: url(/img/buttons/pending-close.gif) no-repeat 0 0; + background: url(/img/buttons/pending-close.gif?v=1) no-repeat 0 0; cursor: pointer; } .b-pending-reason { @@ -1282,28 +1282,28 @@ left: 0; width: 100%; height: 144px; - background: #FFF url(/img/repost/pics-bg.png) repeat 0 0; + background: #FFF url(/img/repost/pics-bg.png?v=1) repeat 0 0; } .b-repost-pics-l { top: 0; left: -9px; width: 9px; height: 144px; - background: url(/img/repost/pics-l.png) repeat 0 0; + background: url(/img/repost/pics-l.png?v=1) repeat 0 0; } .b-repost-pics-r { top: 0; right: -9px; width: 9px; height: 144px; - background: url(/img/repost/pics-r.png) repeat 0 0; + background: url(/img/repost/pics-r.png?v=1) repeat 0 0; } .b-repost-pics-arr { top: 138px; left: 160px; width: 13px; height: 13px; - background: url(/img/repost/pics-arr.png) repeat 0 0; + background: url(/img/repost/pics-arr.png?v=1) repeat 0 0; } .b-repost-pics-head, #updateForm .b-repost-pics-head { @@ -1336,7 +1336,7 @@ margin: 0; padding: 0; vertical-align: -4px; - background-image: url(/img/arrow-spotlight.gif); + background-image: url(/img/arrow-spotlight.gif?v=1); background-repeat: no-repeat; font: 0/0 serif; cursor: pointer; @@ -1401,7 +1401,7 @@ padding: 5px; list-style: none; text-align: center; - background: url(/img/repost/pics-frame.gif) no-repeat 0 0; + background: url(/img/repost/pics-frame.gif?v=1) no-repeat 0 0; cursor: pointer; } .b-repost-pics-items SPAN.b-repost-pics-no, @@ -1412,7 +1412,7 @@ #updateForm .b-repost-pics-items SPAN:hover, .b-repost-pics-items SPAN.b-repost-pics-active, #updateForm .b-repost-pics-items SPAN.b-repost-pics-active { - background: url(/img/repost/pics-aframe.gif) no-repeat 0 0; + background: url(/img/repost/pics-aframe.gif?v=1) no-repeat 0 0; } .b-repost-pics-no EM { position: absolute; Modified: trunk/htdocs/stc/pagemodules.css =================================================================== --- trunk/htdocs/stc/pagemodules.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/pagemodules.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -13,7 +13,7 @@ clear: left; font-family: Arial; font-weight: bold; - background: #ededed url(/img/corner.gif) no-repeat 0 0; + background: #ededed url(/img/corner.gif?v=1) no-repeat 0 0; margin: 0 0 8px 0; padding: 5px 8px; color: #222; @@ -32,7 +32,7 @@ padding-left: 10px; text-transform: lowercase; color: #114577 !important; - background: url('/img/arrow-double-blue.gif') no-repeat 0 60%; + background: url('/img/arrow-double-blue.gif?v=1') no-repeat 0 60%; } .module .header-right-link:hover { Modified: trunk/htdocs/stc/profile.css =================================================================== --- trunk/htdocs/stc/profile.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/profile.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -273,7 +273,7 @@ border: 0; } .external_services td.msn_status SPAN { - background: url('/img/profile_icons/mlm-icons.png') no-repeat 0 -40px; + background: url('/img/profile_icons/mlm-icons.png?v=1') no-repeat 0 -40px; display: block; width: 16px; height: 16px; @@ -281,7 +281,7 @@ margin: 0 auto; } * HTML .external_services td.msn_status SPAN { - background: url('/img/profile_icons/mlm-icons.gif') no-repeat 0 -6px; + background: url('/img/profile_icons/mlm-icons.gif?v=1') no-repeat 0 -6px; } .external_services .msn_status .online { background-position: 0 -60px; @@ -386,7 +386,7 @@ width:17px; height:17px; margin:-8px 0 0; - background:url(/img/user_ontd.gif) no-repeat 0 0; + background:url(/img/user_ontd.gif?v=1) no-repeat 0 0; } .details_ontd_btn[disabled="disabled"] .details_ontd_ontduser { opacity:0.5; @@ -402,7 +402,7 @@ width:17px; height:17px; margin:-8px 0 0; - background:url(/img/userinfo.gif) no-repeat 0 0; + background:url(/img/userinfo.gif?v=1) no-repeat 0 0; } @@ -435,7 +435,7 @@ width:17px; height:17px; margin:-8px 0 0; - background:url(/img/user_vederko.gif) no-repeat 0 0; + background:url(/img/user_vederko.gif?v=1) no-repeat 0 0; } .details_ru_vederko_btn[disabled="disabled"] .details_ru_vederko_vederkouser { opacity:0.5; @@ -451,7 +451,7 @@ width:17px; height:17px; margin:-8px 0 0; - background:url(/img/userinfo.gif) no-repeat 0 0; + background:url(/img/userinfo.gif?v=1) no-repeat 0 0; } /* App User list Modified: trunk/htdocs/stc/reskining/halloween09/halloween09.css =================================================================== --- trunk/htdocs/stc/reskining/halloween09/halloween09.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/reskining/halloween09/halloween09.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -2,7 +2,7 @@ --------------------------------------*/ /* Logged-in */ .logged-in #navigation { - background:#040404 url(/img/reskining/halloween09/halloween09-hor-in.jpg) 100% 0 no-repeat; + background:#040404 url(/img/reskining/halloween09/halloween09-hor-in.jpg?v=1) 100% 0 no-repeat; min-width:840px; } .logged-in #Logo A { @@ -13,7 +13,7 @@ /* Logged-out */ .logged-out #navigation { - background:#040404 url(/img/reskining/halloween09/halloween09-hor-out.jpg) 0 0 no-repeat; + background:#040404 url(/img/reskining/halloween09/halloween09-hor-out.jpg?v=1) 0 0 no-repeat; } .logged-out #Logo A { width:250px; @@ -22,7 +22,7 @@ /* Lanzelot --------------------------------------*/ #header { - background:#040404 url(/img/reskining/halloween09/halloween09-lanz.jpg) 0 0 no-repeat; + background:#040404 url(/img/reskining/halloween09/halloween09-lanz.jpg?v=1) 0 0 no-repeat; } #header .logo, #header .logo A, Modified: trunk/htdocs/stc/reskining/hn2010y/hn2010y.css =================================================================== --- trunk/htdocs/stc/reskining/hn2010y/hn2010y.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/reskining/hn2010y/hn2010y.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -2,7 +2,7 @@ --------------------------------------*/ /* Logged-in */ .logged-in #navigation { - background:#000 url(/img/reskining/hn2010y/hn2010y-hor-in.jpg) 100% 0 no-repeat; + background:#000 url(/img/reskining/hn2010y/hn2010y-hor-in.jpg?v=1) 100% 0 no-repeat; min-width:840px; } .logged-in #Logo A { @@ -13,7 +13,7 @@ /* Logged-out */ .logged-out #navigation { - background:#000 url(/img/reskining/hn2010y/hn2010y-hor-out.jpg) 0 0 no-repeat; + background:#000 url(/img/reskining/hn2010y/hn2010y-hor-out.jpg?v=1) 0 0 no-repeat; } .logged-out #Logo A { width:250px; @@ -22,7 +22,7 @@ /* Lanzelot --------------------------------------*/ #header { - background:#000 url(/img/reskining/hn2010y/hn2010y-lanz.jpg) 0 0 no-repeat; + background:#000 url(/img/reskining/hn2010y/hn2010y-lanz.jpg?v=1) 0 0 no-repeat; } #header .logo, #header .logo A, Modified: trunk/htdocs/stc/reskining/olympic2010/olympic2010.css =================================================================== --- trunk/htdocs/stc/reskining/olympic2010/olympic2010.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/reskining/olympic2010/olympic2010.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -2,7 +2,7 @@ --------------------------------------*/ /* Logged-in */ .logged-in #navigation { - background:#000 url(/img/reskining/olympic2010/olympic2010-in-bg.jpg) 100% 0 no-repeat; + background:#000 url(/img/reskining/olympic2010/olympic2010-in-bg.jpg?v=1) 100% 0 no-repeat; } .logged-in #Logo A { position:relative; @@ -12,7 +12,7 @@ /* Logged-out */ .logged-out #navigation { - background:#000 url(/img/reskining/olympic2010/olympic2010-out-bg.jpg) 0 0 no-repeat; + background:#000 url(/img/reskining/olympic2010/olympic2010-out-bg.jpg?v=1) 0 0 no-repeat; } .logged-out #Logo A { width:250px; @@ -21,7 +21,7 @@ /* Lanzelot --------------------------------------*/ #header { - background:#000 url(/img/reskining/olympic2010/olympic2010-lanz-bg.jpg) 0 100% no-repeat; + background:#000 url(/img/reskining/olympic2010/olympic2010-lanz-bg.jpg?v=1) 0 100% no-repeat; } #header .logo, #header .logo A, @@ -36,13 +36,13 @@ background:none; } #header .themes .cur { - background-image:url(/img/reskining/olympic2010/olympic2010-l.gif); + background-image:url(/img/reskining/olympic2010/olympic2010-l.gif?v=1); } #header .themes .cur SPAN { - background-image:url(/img/reskining/olympic2010/olympic2010-r.gif); + background-image:url(/img/reskining/olympic2010/olympic2010-r.gif?v=1); } #header .themes .next { - background-image:url(/img/reskining/olympic2010/olympic2010-next.png); + background-image:url(/img/reskining/olympic2010/olympic2010-next.png?v=1); } * HTML #header .themes .next { background-image:none; Modified: trunk/htdocs/stc/s2edit.css =================================================================== --- trunk/htdocs/stc/s2edit.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/s2edit.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -152,7 +152,7 @@ div.divider { padding: 0px; background-color: #b0b0b0; - background-image: url(/img/s2edit/knob.gif); + background-image: url(/img/s2edit/knob.gif?v=1); background-position: center; background-repeat: no-repeat; } @@ -205,7 +205,7 @@ } .treenode { - background-image: url(/img/s2edit/disclosure-closed.gif); + background-image: url(/img/s2edit/disclosure-closed.gif?v=1); background-position: 0px 3px; background-repeat: no-repeat; padding: 0px 0px 0px 12px; @@ -213,7 +213,7 @@ } .treenodeopen { - background-image: url(/img/s2edit/disclosure-open.gif); + background-image: url(/img/s2edit/disclosure-open.gif?v=1); background-position: 0px 3px; background-repeat: no-repeat; padding: 0px 0px 0px 12px; @@ -221,7 +221,7 @@ } .treevar, .navvar { - background-image: url(/img/s2edit/icon-var.gif); + background-image: url(/img/s2edit/icon-var.gif?v=1); background-position: 0px 3px; background-repeat: no-repeat; } @@ -237,19 +237,19 @@ } .treemethod, .navmethod { - background-image: url(/img/s2edit/icon-method.gif); + background-image: url(/img/s2edit/icon-method.gif?v=1); background-position: 0px 3px; background-repeat: no-repeat; } .treefunction, .navfunction { - background-image: url(/img/s2edit/icon-function.gif); + background-image: url(/img/s2edit/icon-function.gif?v=1); background-position: 0px 3px; background-repeat: no-repeat; } .treeproperty { - background-image: url(/img/s2edit/icon-property.gif); + background-image: url(/img/s2edit/icon-property.gif?v=1); background-position: 0px 3px; background-repeat: no-repeat; } @@ -260,7 +260,7 @@ } .navpropgroup { - background-image: url(/img/s2edit/icon-propgroup.gif); + background-image: url(/img/s2edit/icon-propgroup.gif?v=1); background-position: 0px 3px; background-repeat: no-repeat; padding: 0px 0px 0px 12px; Modified: trunk/htdocs/stc/settings.css =================================================================== --- trunk/htdocs/stc/settings.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/settings.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -156,7 +156,7 @@ /* Integration Content */ .extension { margin: 2px 0 5px; - /*background: url(/img/liveid.gif) 100% 2px no-repeat;*/ + /*background: url(/img/liveid.gif?v=1) 100% 2px no-repeat;*/ } .extension table { border: 0; @@ -487,7 +487,7 @@ width: 100%; overflow: hidden; zoom: 1; - background: url('/img/corners/adsense-tabs.gif') repeat-x 0 100%; + background: url('/img/corners/adsense-tabs.gif?v=1') repeat-x 0 100%; margin-bottom: 12px; } @@ -624,7 +624,7 @@ height:66px; margin:0 0 6px 0; overflow:hidden; - background:#CCC url(/img/adsense/adsense-scheme.gif) 0 0 repeat-y; + background:#CCC url(/img/adsense/adsense-scheme.gif?v=1) 0 0 repeat-y; } .adsense-scheme-alt .adsense-scheme-content { margin:0 0 11px 0; @@ -635,7 +635,7 @@ height:10px; margin:7px 0 0; overflow:hidden; - background:#000 url(/img/adsense/adsense-scheme.gif) -95px 0 no-repeat; + background:#000 url(/img/adsense/adsense-scheme.gif?v=1) -95px 0 no-repeat; } .adsense-scheme-b2 { display:block; @@ -644,7 +644,7 @@ border-right:49px solid #FFFFE7; margin:22px 0 0; overflow:hidden; - background:#000 url(/img/adsense/adsense-scheme.gif) -72px 0 no-repeat; + background:#000 url(/img/adsense/adsense-scheme.gif?v=1) -72px 0 no-repeat; } .adsense-scheme .adsense-scheme-b3 { position:absolute; @@ -653,7 +653,7 @@ width:11px; height:54px; overflow:hidden; - background:#000 url(/img/adsense/adsense-scheme.gif) -74px 0 repeat-y; + background:#000 url(/img/adsense/adsense-scheme.gif?v=1) -74px 0 repeat-y; } .adsense-scheme-alt .adsense-scheme-b2 { position:absolute; @@ -678,7 +678,7 @@ height:10px; margin:0 0 0 0; overflow:hidden; - background:#000 url(/img/adsense/adsense-scheme.gif) -95px 0 no-repeat; + background:#000 url(/img/adsense/adsense-scheme.gif?v=1) -95px 0 no-repeat; } /* Adv types wrap */ @@ -822,7 +822,7 @@ top: 0.4em; width: 9px; height: 9px; - background: url(/img/arrows-menu.gif) no-repeat; + background: url(/img/arrows-menu.gif?v=1) no-repeat; } .b-settings-apps-item-open .m-switch { background-position: 0 -10px; @@ -918,7 +918,7 @@ left: 37px; width: 11px; height: 6px; - background: url(/img/tail-top.gif) no-repeat; + background: url(/img/tail-top.gif?v=1) no-repeat; font: 0/0; } Modified: trunk/htdocs/stc/sup/s/10y-cardboard.css =================================================================== --- trunk/htdocs/stc/sup/s/10y-cardboard.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/sup/s/10y-cardboard.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -4,7 +4,7 @@ BODY { font:62.5%/1.5 Arial, sans-serif; color:#000; - background:#C9A884 url(../i/10y-cardboard/bg.jpg) 0 0; + background:#C9A884 url(../i/10y-cardboard/bg.jpg?v=1) 0 0; } .hr { display:none; @@ -64,7 +64,7 @@ min-height:158px; padding:38px 21px 0; text-align:right; - background:url(../i/10y-cardboard/arrows.gif) 314px 53px no-repeat; + background:url(../i/10y-cardboard/arrows.gif?v=1) 314px 53px no-repeat; } * HTML .header { _height:158px; @@ -84,7 +84,7 @@ text-align:left; font-size:1.2em; text-transform:uppercase; - background:url(../i/10y-cardboard/barcode.gif) 0 0 no-repeat; + background:url(../i/10y-cardboard/barcode.gif?v=1) 0 0 no-repeat; zoom:1; } .header H2, @@ -229,7 +229,7 @@ #page .btn-comments { display:inline-block; padding:6px 0; - background:url(../i/10y-cardboard/tail.gif) 42% 100% no-repeat; + background:url(../i/10y-cardboard/tail.gif?v=1) 42% 100% no-repeat; text-decoration:none; } #page .sidebar .btn-comments { @@ -263,7 +263,7 @@ /* Sidebar */ .sidebar-inner { padding-top:77px; - background:url(../i/10y-cardboard/signs.gif) 155px 38px no-repeat; + background:url(../i/10y-cardboard/signs.gif?v=1) 155px 38px no-repeat; } .sidebar-block { padding-top:15px; @@ -291,10 +291,10 @@ list-style:none; } .sidebar-links DD { - background:url(../i/10y-cardboard/bullet.gif) 0 .4em no-repeat; + background:url(../i/10y-cardboard/bullet.gif?v=1) 0 .4em no-repeat; } .sidebar-summary LI { - background:url(../i/10y-cardboard/bullet.gif) -3px .4em no-repeat; + background:url(../i/10y-cardboard/bullet.gif?v=1) -3px .4em no-repeat; } .sidebar-links DD A:link, .sidebar-links DD A:visited, Modified: trunk/htdocs/stc/sup/s/10y-early_morning.css =================================================================== --- trunk/htdocs/stc/sup/s/10y-early_morning.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/sup/s/10y-early_morning.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -5,7 +5,7 @@ padding-top:45px; font:62.5%/1.5 Tahoma, Arial, sans-serif; color:#4F3B1B; - background:#62AA45 url(../i/10y-early_morning/sprite.png) repeat-x; + background:#62AA45 url(../i/10y-early_morning/sprite.png?v=1) repeat-x; } BODY.column-left { background-position:0 -416px; @@ -93,7 +93,7 @@ height:283px; margin-left:-542px; overflow:visible; - background:#62AA45 url(../i/10y-early_morning/sprite.png) -1px -131px no-repeat; + background:#62AA45 url(../i/10y-early_morning/sprite.png?v=1) -1px -131px no-repeat; z-index:auto; } .column-left .header .u-wrap .userpic { @@ -154,7 +154,7 @@ .header .nav .item-rss A, .header .nav .item-addfriend A { padding-left:19px; - background:url(../i/10y-early_morning/icons.gif) 0 -48px no-repeat; + background:url(../i/10y-early_morning/icons.gif?v=1) 0 -48px no-repeat; zoom:1; } .header .nav .item-addfriend A { @@ -198,7 +198,7 @@ padding:10px 20px; margin-right:0; font-size:1.8em; - background:#89C542 url(../i/10y-early_morning/sprite.png) 100% 0 no-repeat; + background:#89C542 url(../i/10y-early_morning/sprite.png?v=1) 100% 0 no-repeat; } .content .entry .entry-linkbar { position:relative; @@ -300,7 +300,7 @@ line-height:40px; text-decoration:none; color:#FFF; - background:#89C543 url(../i/10y-early_morning/sprite.png) -173px -371px no-repeat; + background:#89C543 url(../i/10y-early_morning/sprite.png?v=1) -173px -371px no-repeat; } #page .entry .entrymenu .comments .btn SPAN { line-height:40px; @@ -316,7 +316,7 @@ #page .entry .entrysubmenu .btn SPAN SPAN SPAN { padding-left:15px; line-height:1; - background:url(../i/10y-early_morning/sprite.png) -276px -247px no-repeat; + background:url(../i/10y-early_morning/sprite.png?v=1) -276px -247px no-repeat; } /* Sidebar */ @@ -347,7 +347,7 @@ margin:0 -20px 10px; font-size:1.8em; line-height:1.1; - background:#89C542 url(../i/10y-early_morning/sprite.png) 100% 0 no-repeat; + background:#89C542 url(../i/10y-early_morning/sprite.png?v=1) 100% 0 no-repeat; } #page .sidebar .sidebar-links { position:relative; @@ -368,7 +368,7 @@ padding-left:13px; margin:0 0 5px; list-style:none; - background:url(../i/10y-early_morning/sprite.png) -276px -245px no-repeat; + background:url(../i/10y-early_morning/sprite.png?v=1) -276px -245px no-repeat; zoom:1; } .sidebar-links DD A, Modified: trunk/htdocs/stc/sup/s/10y-georgia.css =================================================================== --- trunk/htdocs/stc/sup/s/10y-georgia.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/sup/s/10y-georgia.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -69,7 +69,7 @@ } .hr { margin-left:16px; - background:#000 url(../i/10y-georgia/grid.gif) -1px 0 repeat-x; + background:#000 url(../i/10y-georgia/grid.gif?v=1) -1px 0 repeat-x; } .header .hr { clear:both; @@ -138,7 +138,7 @@ #page .header .nav-sub .btn { height:1.444em; padding-left:18px; - background:url(../i/10y-georgia/icons.gif) 0 -100px no-repeat; + background:url(../i/10y-georgia/icons.gif?v=1) 0 -100px no-repeat; } #page .header .nav-sub .btn:hover { word-spacing:0; @@ -276,7 +276,7 @@ margin:0 0 0 -3px; font-weight:bold; color:#345C81; - background:url(../i/10y-georgia/icons.gif) 0 -192px no-repeat; + background:url(../i/10y-georgia/icons.gif?v=1) 0 -192px no-repeat; } #page .entrymenu .btn-comments:hover { color:#000; @@ -363,7 +363,7 @@ } .footer { padding-top:1px; - background:#000 url(../i/10y-georgia/grid.gif) 1px 0; + background:#000 url(../i/10y-georgia/grid.gif?v=1) 1px 0; } .footer A { background:#FFF; Modified: trunk/htdocs/stc/sup/s/10y-penguins.css =================================================================== --- trunk/htdocs/stc/sup/s/10y-penguins.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/sup/s/10y-penguins.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -51,7 +51,7 @@ padding-left:20px; border-bottom:1px solid #DADADA; margin-top:26px; - background:url(../i/10y-penguins/penguins.jpg) 100% 9px no-repeat; + background:url(../i/10y-penguins/penguins.jpg?v=1) 100% 9px no-repeat; } .header H1 { margin-top:1.8em; @@ -108,14 +108,14 @@ } .header .nav-sub .item-rss A { padding:0 0 3px 21px; - background:url(../i/10y-penguins/icons.gif) 0 -200px no-repeat; + background:url(../i/10y-penguins/icons.gif?v=1) 0 -200px no-repeat; } .header .nav-sub .item-addfriend { padding-bottom:.8em; } .header .nav-sub .item-addfriend A { padding:0 0 3px 21px; - background:url(../i/10y-penguins/icons.gif) 0 0 no-repeat; + background:url(../i/10y-penguins/icons.gif?v=1) 0 0 no-repeat; } /* Content */ @@ -199,7 +199,7 @@ } .content .entry .postcomment A { padding:0 0 3px 20px; - background:url(../i/10y-penguins/icons.gif) 0 -400px no-repeat; + background:url(../i/10y-penguins/icons.gif?v=1) 0 -400px no-repeat; } /* Sidebar */ @@ -239,7 +239,7 @@ margin:0 0 .3em; list-style:none; line-height:1.5; - background:url(../i/10y-penguins/icons.gif) 0 -591px no-repeat; + background:url(../i/10y-penguins/icons.gif?v=1) 0 -591px no-repeat; } .tags-list .tags UL LI .tag-count { color:#AAA; Modified: trunk/htdocs/stc/sup/s/10y-summer.css =================================================================== --- trunk/htdocs/stc/sup/s/10y-summer.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/sup/s/10y-summer.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -17,7 +17,7 @@ color:#7E97CE; } .hr { - background:#BFBFBF url(../i/x-1-1-line.gif) 0 100% repeat-x; + background:#BFBFBF url(../i/x-1-1-line.gif?v=1) 0 100% repeat-x; } .content .header .userpic { @@ -41,10 +41,10 @@ } #page .btn { - background-image:url(../i/x-1-1.png); + background-image:url(../i/x-1-1.png?v=1); } #page .btn SPAN { - background-image:url(../i/x-1-1.png); + background-image:url(../i/x-1-1.png?v=1); } #page .btn-add, #page .btn-rss { @@ -64,7 +64,7 @@ color:#FFF; } BODY { - background:#FFF url(../i/x-1-1-bg.gif) repeat-y; + background:#FFF url(../i/x-1-1-bg.gif?v=1) repeat-y; } .sidebar-tags A:link, .content-tags A:link, .sidebar-tags A:visited, .content-tags A:visited { @@ -158,18 +158,18 @@ display:none; } .hr { - background:url(../i/10y-summer/line.png) 0 50% repeat-x; + background:url(../i/10y-summer/line.png?v=1) 0 50% repeat-x; height:15px; } .layout { - background:url(../i/10y-summer/zipper.png) 100% -2px repeat-y; + background:url(../i/10y-summer/zipper.png?v=1) 100% -2px repeat-y; } .column-left .layout { background-position:363px -2px; } .content { - background:url(../i/10y-summer/left.png) 0 0 no-repeat; + background:url(../i/10y-summer/left.png?v=1) 0 0 no-repeat; } .column-right .content-inner { margin-right:490px; @@ -321,7 +321,7 @@ line-height:1; } #page .nav .btn { - background-image:url(../i/10y-summer/icons.png); + background-image:url(../i/10y-summer/icons.png?v=1); background-repeat:no-repeat; } #page .btn-add, #page .btn-rss { @@ -351,7 +351,7 @@ .sidebar { font-size:11px; color:#000; - background:url(../i/10y-summer/right.jpg) 100% 0 no-repeat; + background:url(../i/10y-summer/right.jpg?v=1) 100% 0 no-repeat; } .column-left .sidebar { background-position:-45px 0; @@ -362,7 +362,7 @@ width:310px; } .sidebar-block { - background:url(../i/10y-summer/line.png) 0 100% repeat-x; + background:url(../i/10y-summer/line.png?v=1) 0 100% repeat-x; padding-bottom:50px; } .sidebar-block { @@ -382,7 +382,7 @@ .sidebar-block DT, .sidebar TABLE CAPTION { - background:url(../i/10y-summer/post.png) 0 100% no-repeat; + background:url(../i/10y-summer/post.png?v=1) 0 100% no-repeat; } .sidebar TABLE CAPTION A, @@ -423,7 +423,7 @@ .sidebar .calendar-wrap TD A:visited { text-align:center !important; text-decoration:none; - background:url(../i/10y-summer/date.png) 50% 0 no-repeat !important; + background:url(../i/10y-summer/date.png?v=1) 50% 0 no-repeat !important; color:#222 !important; font-weight:bold; } @@ -456,7 +456,7 @@ .sidebar-links DD, .tags LI, .content-tags UL LI { - background:url(../i/10y-summer/bull.png) 0 8px no-repeat; + background:url(../i/10y-summer/bull.png?v=1) 0 8px no-repeat; padding-left:8px; } .sidebar-custom { @@ -493,7 +493,7 @@ text-decoration:none; } .entry-title { - background:url(../i/10y-summer/post.png) 0 100% no-repeat; + background:url(../i/10y-summer/post.png?v=1) 0 100% no-repeat; } .subj-link:hover { color:#000 !important; @@ -517,7 +517,7 @@ background-color:#FFF !important; } .comment-wrap { - background:url(../i/10y-summer/line.png) 0 100% repeat-x; + background:url(../i/10y-summer/line.png?v=1) 0 100% repeat-x; padding-bottom:40px; } @@ -526,7 +526,7 @@ font-size:15px; margin:7px 0; color:#333; - background:url(../i/10y-summer/post.png) 0 100% no-repeat; + background:url(../i/10y-summer/post.png?v=1) 0 100% no-repeat; } .odd H3, @@ -593,14 +593,14 @@ .view-archive .calendar-wrap TD A:visited { text-align:center !important; text-decoration:none; - background:url(../i/10y-summer/date.png) 50% 0 no-repeat; + background:url(../i/10y-summer/date.png?v=1) 50% 0 no-repeat; color:#222 !important; font-weight:bold; } .view-archive .calendar-wrap TD A:link:hover, .view-archive .calendar-wrap TD A:visited:hover { color:#555 !important; - background:url(../i/10y-summer/date.png) 50% 0 no-repeat !important; + background:url(../i/10y-summer/date.png?v=1) 50% 0 no-repeat !important; } .view-archive .calendar-wrap TD { font-weight:normal !important; Modified: trunk/htdocs/stc/tags.css =================================================================== --- trunk/htdocs/stc/tags.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/tags.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -10,7 +10,7 @@ border: 1px solid #cdcdcd; font-weight: bold; /* font-family: Arial; */ - /* background: #eee url(/img/grey_gradbg.gif); */ + /* background: #eee url(/img/grey_gradbg.gif?v=1); */ } .tagsec @@ -28,7 +28,7 @@ { color: #777; padding: 4px; - background: #eee url(/img/grey_gradbg.gif); + background: #eee url(/img/grey_gradbg.gif?v=1); border: 1px solid #cdcdcd; } @@ -50,27 +50,27 @@ .tagbox .level1 { - background-image: url(/img/level1.gif); + background-image: url(/img/level1.gif?v=1); } .tagbox .level2 { - background-image: url(/img/level2.gif); + background-image: url(/img/level2.gif?v=1); } .tagbox .level3 { - background-image: url(/img/level3.gif); + background-image: url(/img/level3.gif?v=1); } .tagbox .level4 { - background-image: url(/img/level4.gif); + background-image: url(/img/level4.gif?v=1); } .tagbox .level5 { - background-image: url(/img/level5.gif); + background-image: url(/img/level5.gif?v=1); } .tagfield @@ -132,7 +132,7 @@ { color: #777; padding: 4px; - background: #eee url(/img/grey_gradbg.gif); + background: #eee url(/img/grey_gradbg.gif?v=1); border: 1px solid #cdcdcd; text-align: center; } Modified: trunk/htdocs/stc/tour.css =================================================================== --- trunk/htdocs/stc/tour.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/tour.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -52,7 +52,7 @@ margin-bottom: 15px !important; } ul.doublearrows li a { - background: url('/img/arrow-double-black.gif') no-repeat 0 6px; + background: url('/img/arrow-double-black.gif?v=1') no-repeat 0 6px; padding-left: 12px; } ul#tourskip { Modified: trunk/htdocs/stc/widgets/browse.css =================================================================== --- trunk/htdocs/stc/widgets/browse.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/widgets/browse.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -11,7 +11,7 @@ clear: left; font-family: Arial; font-weight: bold; - background: #fcf6db url(/img/corner.gif) no-repeat 0 0; + background: #fcf6db url(/img/corner.gif?v=1) no-repeat 0 0; margin: 0 0 8px 0; padding: 5px 8px; color: #222; Modified: trunk/htdocs/stc/widgets/categorysummary.css =================================================================== --- trunk/htdocs/stc/widgets/categorysummary.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/widgets/categorysummary.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -12,7 +12,7 @@ clear: left; font-family: Arial; font-weight: bold; - background: #d6e6f5 url(/img/corner-f6f6f6.gif) no-repeat 0 0; + background: #d6e6f5 url(/img/corner-f6f6f6.gif?v=1) no-repeat 0 0; margin: 0; padding: 5px 8px; color: #222; Modified: trunk/htdocs/stc/widgets/createaccount.css =================================================================== --- trunk/htdocs/stc/widgets/createaccount.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/widgets/createaccount.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -16,7 +16,7 @@ .appwidget-createaccount #tips_box_arrow { display: none; position: absolute; - background: url(/img/create/tip-arrow.png) no-repeat; + background: url(/img/create/tip-arrow.png?v=1) no-repeat; width: 12px; height: 19px; z-index: 100; @@ -69,7 +69,7 @@ .liveid { padding:34px 0 16px 0; - background:url(/img/lj_wlm/llm.png) 0 16px no-repeat; + background:url(/img/lj_wlm/llm.png?v=1) 0 16px no-repeat; } .liveid UL, .liveid UL LI { Modified: trunk/htdocs/stc/widgets/currenttheme.css =================================================================== --- trunk/htdocs/stc/widgets/currenttheme.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/widgets/currenttheme.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -37,6 +37,6 @@ .theme-current ul li { padding: 0 0 0 8px; margin-bottom: 2px; - background: url(/img/customize/arrow.gif) no-repeat 0 5px; + background: url(/img/customize/arrow.gif?v=1) no-repeat 0 5px; font-size: 11px; } Modified: trunk/htdocs/stc/widgets/customizetheme.css =================================================================== --- trunk/htdocs/stc/widgets/customizetheme.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/widgets/customizetheme.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -12,7 +12,7 @@ } .customize-inner-wrapper { - background: url(/img/customize/bluepixel.gif) repeat-y scroll 134px 50%; + background: url(/img/customize/bluepixel.gif?v=1) repeat-y scroll 134px 50%; } .customize-wrapper h2 { @@ -39,7 +39,7 @@ font-size: 13px; font-weight: bold; padding: 5px 0 5px 25px; - background: #ECF6FF url(/img/customize/arrow-right.gif) left center no-repeat; + background: #ECF6FF url(/img/customize/arrow-right.gif?v=1) left center no-repeat; border-bottom: 1px solid #C7E0F6; display: inline-block; } @@ -47,7 +47,7 @@ display: block; } .customize-content .subheader.on { - background: #ECF6FF url(/img/customize/arrow-down.gif) left center no-repeat; + background: #ECF6FF url(/img/customize/arrow-down.gif?v=1) left center no-repeat; } .customize-content fieldset { border-bottom: 0px none; @@ -111,7 +111,7 @@ } .customize-nav li.on a { - background: #fff url(/img/customize/arrow-right.gif) no-repeat right 50%; + background: #fff url(/img/customize/arrow-right.gif?v=1) no-repeat right 50%; border-right: 1px solid #FFFFFF; } Modified: trunk/htdocs/stc/widgets/friendbirthdays.css =================================================================== --- trunk/htdocs/stc/widgets/friendbirthdays.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/widgets/friendbirthdays.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -2,7 +2,7 @@ margin: 0 0 15px !important; } .appwidget-friendbirthdays H2 SPAN.w-head-in { - background: url("/img/birthday.gif") no-repeat 0 50%; + background: url("/img/birthday.gif?v=1") no-repeat 0 50%; } .appwidget-friendbirthdays .w-body { @@ -19,14 +19,14 @@ font-family: Arial; color: #222; } - .appwidget-friendbirthdays .gift-link { + .appwidget-friendbirthdays .gif?v=1t-link { float: right; display: block; padding: 0 0 0 20px; - background: url(/img/gift.gif) no-repeat 0 50%; + background: url(/img/gift.gif?v=1) no-repeat 0 50%; line-height: 20px; } - * html .appwidget-friendbirthdays .gift-link { + * html .appwidget-friendbirthdays .gif?v=1t-link { line-height: 14px; } .appwidget-friendbirthdays UL.b-list-options { Modified: trunk/htdocs/stc/widgets/friendupdates.css =================================================================== --- trunk/htdocs/stc/widgets/friendupdates.css 2010-10-04 09:07:54 UTC (rev 17496) +++ trunk/htdocs/stc/widgets/friendupdates.css 2010-10-04 09:42:33 UTC (rev 17497) @@ -2,7 +2,7 @@ margin: 0 0 15px !important; } .appwidget-friendupdates H2 SPAN.w-head-in { - background: url(/img/icon-track-16x16.gif) no-repeat 0 50%; + background: url(/img/icon-track-16x16.gif?v=1) no-repeat 0 50%; } .appwidget-friendupdates .w-body { padding: 10px 0 0; @@ -15,7 +15,7 @@ .appwidget-friendupdates .statlink { margin-left: 10px; padding: 10px 0 0 60px; - background: url(/img/ico_stat-diag.png) no-repeat 0 90%; + background: url(/img/ico_stat-diag.p... (truncated)