Skip to content

Instantly share code, notes, and snippets.

Created January 23, 2013 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4600395 to your computer and use it in GitHub Desktop.
Save anonymous/4600395 to your computer and use it in GitHub Desktop.
<!-- CSS -->
<link rel="stylesheet" href="http://localhost/wp-content/themes/asd_mydiary/style.css" media="screen" />
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css" />
<!-- BEGIN: IE Specific Hacks -->
<!--[if IE 8]><link rel="stylesheet" href="http://localhost/wp-content/themes/asd_mydiary/css/ie8.css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="http://localhost/wp-content/themes/asd_mydiary/css/ie7.css" media="screen" /><![endif]-->
<!--END: IE Specific Hacks-->
<link rel='stylesheet' id='wpfp-css' href='http://localhost/wp-content/plugins/wp-favorite-posts/wpfp.css' type='text/css' />
<style type="text/css">
.wp-pagenavi{float:right !important; }
</style>
<link rel='stylesheet' id='gdsr_style_main-css' href='http://localhost/wp-content/plugins/gd-star-rating/css/gdsr.css.php?t=1357950231&#038;s=a10i10m20k20c00r05%23121620243046%23121620243240%23s1pchristmas%23s1pcrystal%23s1pdarkness%23s1poxygen%23s1goxygen_gif%23s1pplain%23s1ppumpkin%23s1psoft%23s1pstarrating%23s1pstarscape%23t1pclassical%23t1pstarrating%23t1gstarrating_gif%23lsgflower%23lsg&#038;o=off&#038;ver=1.9.22' type='text/css' media='all' />
<link rel='stylesheet' id='gdsr_style_xtra-css' href='http://localhost/wp-content/gd-star-rating/css/rating.css?ver=1.9.22' type='text/css' media='all' />
<link rel='stylesheet' id='theme-my-login-css' href='http://localhost/wp-content/plugins/theme-my-login/theme-my-login.css?ver=6.2.3' type='text/css' media='all' />
<link rel='stylesheet' id='wdpv_voting_style-css' href='http://localhost/wp-content/plugins/wpmu-dev-post-votes/css/wdpv_voting.css?ver=3.5' type='text/css' media='all' />
<link rel='stylesheet' id='wp-pagenavi-style-css' href='http://localhost/wp-content/plugins/wp-pagenavi-style/css/css3_gray.css?ver=1.0' type='text/css' media='all' />
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js?ver=3.5'></script>
<script type='text/javascript' src='http://localhost/wp-content/plugins/gd-star-rating/js/gdsr.js?ver=1.9.22'></script>
<script type='text/javascript' src='http://localhost/wp-content/uploads/sites/2/jw-player-plugin-for-wordpress/player/jwplayer.js?ver=3.5'></script>
<script type='text/javascript' src='http://localhost/wp-content/plugins/wp-favorite-posts/wpfp.js?ver=3.5'></script>
<script type='text/javascript' src='http://localhost/wp-content/plugins/wpmu-dev-post-votes/js/wdpv_voting.js?ver=3.5'></script>
<script type='text/javascript' src='http://localhost/wp-content/plugins/contact-form/scripts/js/global.js?ver=3.5'></script>
<link rel="stylesheet" href="http://localhost/wp-content/plugins/gd-simple-widgets/css/simple_widgets.css" type="text/css" media="screen" /><script type="text/javascript">
//<![CDATA[
var gdsr_cnst_nonce = "1bc5f90bb0";
var gdsr_cnst_ajax = "http://localhost/wp-content/plugins/gd-star-rating/ajax.php";
var gdsr_cnst_button = 1;
var gdsr_cnst_cache = 0;
// ]]>
</script>
<!--[if IE]><style type="text/css">.ratemulti .starsbar .gdcurrent { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); }</style><![endif]-->
<style type="text/css">
.wp-pagenavi
{
font-size:12px !important;
}
</style>
<script type="text/javascript">var _wdpv_root_url="http://localhost/wp-content/plugins/wpmu-dev-post-votes"; var _wdpv_ajax_url="http://localhost/wp-admin/admin-ajax.php";</script>
<!--SCRIPTS-->
<script type="text/JavaScript" src="http://localhost/wp-content/themes/asd_mydiary/js/functions.js"></script>
<!--this is the development version of modernizr, you should get a production version before going live ~ see http://www.modernizr.com-->
<script type="text/JavaScript" src="http://localhost/wp-content/themes/asd_mydiary/js/modernizr.custom.js"></script>
<script type="text/JavaScript" src="http://localhost/wp-content/themes/asd_mydiary/js/jquery.tools.min-new.js"></script>
<script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js"></script>
<script type="text/JavaScript" src="http://localhost/wp-content/themes/asd_mydiary/js/jquery.hoverIntent.minified.js"></script>
<script type="text/javascript" src="http://localhost/wp-content/highslide/highslide-with-gallery.js"></script>
<script type="text/javascript" src="http://localhost/wp-content/highslide/highslide.config.js" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="http://localhost/wp-content/highslide/highslide.css" />
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="http://localhost/wp-content/highslide/highslide-ie6.css" />
<![endif]-->
<script type="text/javascript">
var viewportWidth = document.documentElement.clientWidth;
var viewportHeight = document.documentElement.clientHeight;
var jwpWidth;
var jwpHeight;
jwpWidth = Math.round((viewportWidth * 0.75) * 0.68);
jwpHeight = (jwpWidth / 1920);
jwpHeight = (1080 * jwpHeight);
jwpHeight = Math.round(jwpHeight);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment