From rishi_webanimator at yahoo.co.in Sun Sep 7 14:23:24 2008 From: rishi_webanimator at yahoo.co.in (rishikesh bhatkar) Date: Sun, 7 Sep 2008 19:53:24 +0530 (IST) Subject: [themes] Drupal Theme Message-ID: <47976.18801.qm@web94608.mail.in2.yahoo.com> Hi to all Drupalers I am having a drupal theme for 6.2 version this is the link http://img376.imageshack.us/img376/5461/largescreenshotuu5.jpg If you like the theme Just reply to? this mail? with your desire Quotes Regards Rishikesh. Add more friends to your messenger and enjoy! Go to http://in.messenger.yahoo.com/invite/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.drupal.org/pipermail/themes/attachments/20080907/75d4d487/attachment-0001.htm From kailashbal at gmail.com Sun Sep 7 15:00:43 2008 From: kailashbal at gmail.com (Kailash B) Date: Sun, 7 Sep 2008 19:00:43 +0400 Subject: [themes] Drupal Theme In-Reply-To: <47976.18801.qm@web94608.mail.in2.yahoo.com> References: <47976.18801.qm@web94608.mail.in2.yahoo.com> Message-ID: lol On Sun, Sep 7, 2008 at 6:23 PM, rishikesh bhatkar wrote: > Hi to all Drupalers > > I am having a drupal theme for 6.2 version this is the link > http://img376.imageshack.us/img376/5461/largescreenshotuu5.jpg > > If you like the theme Just reply to this mail with your desire Quotes > > > Regards Rishikesh. > ________________________________ > Bring your gang together. Do your thing. Find your favourite Yahoo! Group. > _______________________________________________ > themes mailing list > themes at drupal.org > http://lists.drupal.org/mailman/listinfo/themes > > From kkaefer at gmail.com Mon Sep 8 09:14:28 2008 From: kkaefer at gmail.com (=?ISO-8859-1?Q?Konstantin_K=E4fer?=) Date: Mon, 8 Sep 2008 11:14:28 +0200 Subject: [themes] Drupal Theme In-Reply-To: <47976.18801.qm@web94608.mail.in2.yahoo.com> References: <47976.18801.qm@web94608.mail.in2.yahoo.com> Message-ID: <985AFF00-EB9B-4D6B-9708-CA4437113EB0@gmail.com> This is *not* a place to sell things. On 07.09.2008, at 16:23, rishikesh bhatkar wrote: > Hi to all Drupalers > > I am having a drupal theme for 6.2 version this is the link > http://img376.imageshack.us/img376/5461/largescreenshotuu5.jpg > > If you like the theme Just reply to this mail with your desire > Quotes > > > Regards Rishikesh. > > Bring your gang together. Do your thing. Find your favourite Yahoo! > Group._______________________________________________ > themes mailing list > themes at drupal.org > http://lists.drupal.org/mailman/listinfo/themes From vishakhatambe.mcs at gmail.com Thu Sep 25 05:28:35 2008 From: vishakhatambe.mcs at gmail.com (Vishakha Tambe) Date: Thu, 25 Sep 2008 10:58:35 +0530 Subject: [themes] Changing Style.css doesn't reflect for Internet explorer Message-ID: Hello All, I am just updating original theme.But the problem is changes are reflecting with Mozilla and Opera browsers. But there is problem with Internet Explorer. Changes which i've made in the themes's style.css file are not properly visible in I.E. Should i make any other changes in the file? Regards, Vishakha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.drupal.org/pipermail/themes/attachments/20080925/50359142/attachment.htm From vishakhatambe.mcs at gmail.com Thu Sep 25 05:37:21 2008 From: vishakhatambe.mcs at gmail.com (Vishakha Tambe) Date: Thu, 25 Sep 2008 11:07:21 +0530 Subject: [themes] Changing Style.css doesn't reflect for Internet explorer Message-ID: I've just changed some background colors and font colors, nothing else. There was header image and i just commented that code and put the code-line for background image : #header { //background:url(images/header.png) repeat-x; background-color : #B00000; height:100px; margin:0; padding:0; } .sidebar .block h2 { height:19px; //background:url(images/blockhead.png) no-repeat; background-color : #B00000;//#808080; //#000000 ; color: #fff; //#6C7A8D; font-size:13px; //font-weight:700; //margin: 10px -8px 8px -5px; padding:4px 2px 4px 6px; } These are some code segment where i've done small changes. Thanks, Vishakha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.drupal.org/pipermail/themes/attachments/20080925/c41873f0/attachment.htm From kkaefer at gmail.com Thu Sep 25 05:59:27 2008 From: kkaefer at gmail.com (=?ISO-8859-1?Q?Konstantin_K=E4fer?=) Date: Wed, 24 Sep 2008 22:59:27 -0700 Subject: [themes] Changing Style.css doesn't reflect for Internet explorer In-Reply-To: References: Message-ID: <69DEF8EF-2EFC-4DEB-8783-967AE9CB4FF3@gmail.com> // is not a valid commenting style for CSS. On 24.09.2008, at 22:37, Vishakha Tambe wrote: > I've just changed some background colors and font colors, > nothing else. > There was header image and i just commented that code and put > the code-line for background image : > > #header { > //background:url(images/header.png) repeat-x; > background-color : #B00000; > height:100px; > margin:0; > padding:0; > } > > .sidebar .block h2 { > height:19px; > //background:url(images/blockhead.png) no-repeat; > background-color : #B00000;//#808080; //#000000 ; > color: #fff; //#6C7A8D; > font-size:13px; > //font-weight:700; > > //margin: 10px -8px 8px -5px; > padding:4px 2px 4px 6px; > } > > These are some code segment where i've done small changes. > > Thanks, > Vishakha > _______________________________________________ > themes mailing list > themes at drupal.org > http://lists.drupal.org/mailman/listinfo/themes From proggaprogga at gmail.com Thu Sep 25 09:00:37 2008 From: proggaprogga at gmail.com (Progga) Date: Thu, 25 Sep 2008 10:00:37 +0100 Subject: [themes] Changing Style.css doesn't reflect for Internet explorer In-Reply-To: References: Message-ID: <20080925090037.GB1228@localhost.vividlime.com> On Thu, Sep 25, 2008 at 10:58:35AM +0530, Vishakha Tambe wrote: > I am just updating original theme.But the problem is changes are > reflecting with Mozilla and Opera browsers. But there is problem with > Internet Explorer. Changes which i've made in the themes's style.css file > are not properly visible in I.E. > Should i make any other changes in the file? Might be a cache problem. Press Ctrl-F5 if you haven't already. See also: http://en.wikipedia.org/wiki/Wikipedia:Troubleshooting From hello at fresh-off.com Thu Sep 25 23:14:55 2008 From: hello at fresh-off.com (brendan, fresh-off.com) Date: Thu, 25 Sep 2008 16:14:55 -0700 Subject: [themes] Changing Style.css doesn't reflect for Internet explorer In-Reply-To: <69DEF8EF-2EFC-4DEB-8783-967AE9CB4FF3@gmail.com> References: <69DEF8EF-2EFC-4DEB-8783-967AE9CB4FF3@gmail.com> Message-ID: <000c01c91f64$86c296e0$9447c4a0$@com> hello vishakha, for comments in CSS style sheets, use: /* comment */ here's a W3 Schools link discussing CSS syntax: http://www.w3schools.com/Css/css_syntax.asp also, try running your CSS through a CSS validator, it's almost always helpful!! -brendan, fresh-off.com -----Original Message----- From: themes-bounces at drupal.org [mailto:themes-bounces at drupal.org] On Behalf Of Konstantin K?fer Sent: Wednesday, September 24, 2008 10:59 PM To: A list for theme developers Subject: Re: [themes] Changing Style.css doesn't reflect for Internet explorer // is not a valid commenting style for CSS. On 24.09.2008, at 22:37, Vishakha Tambe wrote: > I've just changed some background colors and font colors, > nothing else. > There was header image and i just commented that code and put > the code-line for background image : > > #header { > //background:url(images/header.png) repeat-x; > background-color : #B00000; > height:100px; > margin:0; > padding:0; > } > > .sidebar .block h2 { > height:19px; > //background:url(images/blockhead.png) no-repeat; > background-color : #B00000;//#808080; //#000000 ; > color: #fff; //#6C7A8D; > font-size:13px; > //font-weight:700; > > //margin: 10px -8px 8px -5px; > padding:4px 2px 4px 6px; > } > > These are some code segment where i've done small changes. > > Thanks, > Vishakha > _______________________________________________ > themes mailing list > themes at drupal.org > http://lists.drupal.org/mailman/listinfo/themes _______________________________________________ themes mailing list themes at drupal.org http://lists.drupal.org/mailman/listinfo/themes From bisho_26 at hotmail.com Tue Sep 30 07:50:46 2008 From: bisho_26 at hotmail.com (bth bth) Date: Tue, 30 Sep 2008 07:50:46 +0000 Subject: [themes] A new theme contribution... amazing, optimized for foruming Message-ID: Dear RECIEVERS, I Would like to announce my contribution to Drupal themes named, PHPBB3. >From the name one can suggest it looks like phpbb3, and so does its Forums To do this, one has to use AF module with the phpbb style present in the Directory, Hope you like it, please review it and report any bugs Sincerely, Bihser aka q8doc _________________________________________________________________ See how Windows connects the people, information, and fun that are part of your life. http://clk.atdmt.com/MRT/go/msnnkwxp1020093175mrt/direct/01/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.drupal.org/pipermail/themes/attachments/20080930/2b4e977b/attachment.htm