Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydoyle committed Sep 17, 2012
1 parent 7be13d0 commit 0aa7551
Showing 1 changed file with 49 additions and 17 deletions.
66 changes: 49 additions & 17 deletions language/en-GB/en-GB.tpl_siegeengine.ini
Expand Up @@ -5,25 +5,53 @@
TPL_SIEGEENGINE_DESCRIPTION="<style type="_QQ_"text/css"_QQ_">
.panel,
fieldset.adminform {
background-color: #ffffff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
background-image: linear-gradient(to bottom, #ffffff, #e1e1e1);
-webkit-border-radius: 2px 12px 2px 2px;
-moz-border-radius: 2px 12px 2px 2px;
border-radius: 2px 12px 2px 2px;
background-color: #3e5b85;
background-image: -webkit-gradient(linear, left top, left bottom, from(#3e5b85), to(#224273)); /* Safari 4+, Chrome */
background-image: -webkit-linear-gradient(top, #3e5b85, #224273); /* Chrome 10+, Safari 5.1+, iOS 5+ */
background-image: -moz-linear-gradient(top, #3e5b85, #224273); /* Firefox 3.6-15 */
background-image: -o-linear-gradient(top, #3e5b85, #224273); /* Opera 11.10-12.00 */
background-image: linear-gradient(to bottom, #3e5b85, #224273); /* Firefox 16+, IE10, Opera 12.50+ */
-webkit-border-radius: 5px 12px 5px 5px;
-moz-border-radius: 5px 12px 5px 5px;
border-radius: 5px 12px 5px 5px;
-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
-webkit-box-shadow: 1px 1px 1px 2px #eee;
-moz-box-shadow: 1px 1px 1px 2px #eee;
box-shadow: 1px 1px 1px 2px #eee;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,0.7); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,0.7);
border: 1px solid #0a192e;
padding: 6px 10px;
color: #444;
color: #fff;
text-shadow:1px 1px 0 #222;
text-decoration: none;
}
.pane-sliders .panel {
border: 1px solid #0a192e;
}
a:link, a:visited, a {
color:#a8c6f0;
text-shadow:none;
text-decoration:underline;
}
fieldset.adminform legend {
color: #fff;
text-shadow:1px 1px 0 #222;
}
.button2-left {
background:transparent;
}
.button2-left .blank {
background:none;
background-color: #3e5b85;
background-image: none;
border-radius:5px;
padding:4px;
}
#element-box .m {
background-color: #3e5b85 !important;
}
#jform_id, span.readonly, input.readonly {
color: #fff;
text-shadow:1px 1px 0 #222;
}
.panel label {
font-weight:normal;
text-align:left;
Expand All @@ -34,14 +62,18 @@ fieldset.adminform input,
.pane-sliders .panel fieldset {
background:none;
}
h1 {
color: #fff;
text-shadow:1px 2px 1px #222;
}
.pane-sliders .panel fieldset {
margin-bottom:0;
padding-bottom:0;
}
</style>SiegeEngine is a responsive template framework for Joomla built around the Foundation3 framework. Full details and basic documentation can be found at <a href="_QQ_"https://www.siegeengine.org"_QQ_">www.siegeengine.org</a>.</p><p>Siege Engine was hastily assembled by <a href="_QQ_"http://www.antonydoyle.co.uk/blueprint/cheatsheets/"_QQ_">Antony Doyle</a>. </p><p><p>Thanks / Credits / Props to:</p>
</style><img style="_QQ_"float:none; border: 1px solid #0a192e;"_QQ_" src="_QQ_"http://www.antonydoyle.co.uk/media/k2/items/cache/13f34e2b533e12c6166f88368dcd8c07_L.jpg"_QQ_" /><h1>SiegeEngine is a responsive template framework for Joomla built around the Foundation3 framework. Full details and basic documentation can be found at <a href="_QQ_"https://www.siegeengine.org"_QQ_">www.siegeengine.org</a>.</h1><p>Siege Engine was hastily assembled by <a href="_QQ_"http://www.antonydoyle.co.uk/blueprint/cheatsheets/"_QQ_">Antony Doyle</a>. </p><p><p>Thanks / Credits / Props to:</p>
<ul>
<li>Seth Warburton (@nternetinspired) for his <a href="_QQ_"http://www.joomlafuture.com"_QQ_">One Web framework / template</a>. Check it out, seriously. I borrowed a few elements, I hope it's alright? :)</li>
<li>Roberto Segura ?(@phproberto) for his assistance</li>
<li>Roberto Segura (@phproberto) for his assistance</li>
<li><a href="_QQ_"http://www.joomla.org"_QQ_">Joomla!</a>, obviously.</li>
<li>Everyone else who offered comments & feedback.</li>
<li>Nescafe, for the coffee that kept me awake & focused</li>
Expand Down

0 comments on commit 0aa7551

Please sign in to comment.