Skip to content

Commit

Permalink
Add css, js, and images from joomla. Include them as neccessary
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnar committed Aug 6, 2015
1 parent 7a72ed6 commit 1924a4f
Show file tree
Hide file tree
Showing 40 changed files with 2,890 additions and 67 deletions.
19 changes: 17 additions & 2 deletions _includes/head.html
Expand Up @@ -18,9 +18,24 @@
{% endif %}


<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="stylesheet" href="/css/theme/grid-12.css" type="text/css" />
<link rel="stylesheet" href="/css/theme/gantry.css" type="text/css" />
<link rel="stylesheet" href="/css/theme/joomla.css" type="text/css" />
<link rel="stylesheet" href="/css/theme/template.css" type="text/css" />
<link rel="stylesheet" href="/css/theme/typography.css" type="text/css" />
<link rel="stylesheet" href="/css/theme/fusionmenu.css" type="text/css" />

<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">

<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">

<script src="/js/mootools-core.js" type="text/javascript"></script>
<script src="/js/core.js" type="text/javascript"></script>
<script src="/js/caption.js" type="text/javascript"></script>
<script src="/js/mootools-more.js" type="text/javascript"></script>
<script src="/js/gantry-buildspans.js" type="text/javascript"></script>
<script src="/js/browser-engines.js" type="text/javascript"></script>
<script src="/js/fusion.js" type="text/javascript"></script>
<script src="/js/fusion.js" type="text/javascript"></script>
<script src="/js/fusionstart.js" type="text/javascript"></script>

Expand Down
10 changes: 5 additions & 5 deletions _sass/_base.scss
Expand Up @@ -14,13 +14,13 @@ dl, dd, ol, ul, figure {
* Basic styling
*/
body {
font-family: $base-font-family;
font-size: $base-font-size;
line-height: $base-line-height;
font-weight: 300;
// font-family: $base-font-family;
// font-size: $base-font-size;
// line-height: $base-line-height;
// font-weight: 300;
color: $text-color;
background-color: $background-color;
background: url(/images/background/pattern_4.png) center top no-repeat #c24d0a;
background: url(/images/theme/background/pattern_4.png) center top no-repeat #c24d0a;
-webkit-text-size-adjust: 100%;
width: 998px;
padding: 0px 37px;
Expand Down

0 comments on commit 1924a4f

Please sign in to comment.