Author Topic: How To Solve This  (Read 646 times)

0 Members and 1 Guest are viewing this topic.

Offline jaribhai

  • NULL
  • Posts: 2
  • Cookies: 0
    • View Profile
    • Blogging Tricks
How To Solve This
« on: August 20, 2014, 09:03:27 pm »
Since I am new to CSS so I am unable to solve this issue.
I have a blog on blogger http://www.helpitx.com . I am concerned about its speed. It takes a lot of time to connect to servers in my country. Though it is good enough to connect at a good pace in USA and other countries but issue is with other countries. I tried cloudflare CDN but it didn't help a lot except saving me only a few miliseconds.
I want to host its CSS externally on my webhosting but whenever I try to host the CSS externally the whole peace of site gets disturbed. I searched for it and found that the values which are given by $ sign cause troubles when tried to host externally.
Following are the values with $ sign in my code.

Code: [Select]
.list-label-widget-content ul li, .flus:hover, .lbls:hover, .Poplr:hover, .flus, .samazhlo, .scl-btn-sid, input.gsc-search-button, .ebtn, .breadcrumbs a, #comments .blog-author a
 

{
  background: $(theme.background.color);

}

a:link {
text-decoration:none;
  color: $(link.color);
}
a:hover {
text-decoration:underline;
  color: $(link.hover.color);
}
a:visited {  color: $(link.color);

I don't know much technical details about $ sign in CSS so I want the help that how could I resolve this issue to host css externally. Could there an alternative of these?

Offline Schalla

  • VIP
  • Peasant
  • *
  • Posts: 81
  • Cookies: 29
    • View Profile
Re: How To Solve This
« Reply #1 on: August 20, 2014, 09:12:21 pm »
That's no native CSS. Where you got the source from?

Offline Daemon

  • VIP
  • Baron
  • *
  • Posts: 845
  • Cookies: 153
  • A wise man fears a gentle mans anger
    • View Profile
Re: How To Solve This
« Reply #2 on: August 21, 2014, 05:46:38 pm »
Basically, $ isn't native CSS. Which is, i presume, why Schalla is asking where you got it from.


As for pagespeed, https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.helpitx.com%2F
google is pretty good at helping you understand what you can do on the page itself to speed it up. Such as JS that doesnt need to be run the nanosecond the page loads, move it to the bottom and the page will appear to load faster. Stuff like that.
This lifestyle is strictly DIY or GTFO - lucid

Because sexploits are for h0edays - noncetonic


Xires burns the souls of HF skids as a power supply