Updated IceCat for v45
This commit is contained in:
parent
be7e8498a4
commit
28fb6b6948
3 changed files with 146 additions and 77 deletions
|
|
@ -28,6 +28,36 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
body{
|
||||||
|
margin:0;
|
||||||
|
background-color:#f2f2f2;
|
||||||
|
}
|
||||||
|
box{
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
align-content: center;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
#topSection, #box3, #block-horizontal-margin{
|
||||||
|
flex: 0 1 auto;
|
||||||
|
align-self: auto;
|
||||||
|
}
|
||||||
|
#topSection {
|
||||||
|
margin-top:10vh;
|
||||||
|
order:1;
|
||||||
|
}
|
||||||
|
#block-horizontal-margin{
|
||||||
|
order:2;
|
||||||
|
}
|
||||||
|
#box3{
|
||||||
|
order:3;
|
||||||
|
width:100vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
label{
|
label{
|
||||||
position:relative;
|
position:relative;
|
||||||
bottom:2px;
|
bottom:2px;
|
||||||
|
|
@ -44,12 +74,6 @@ color:#004998
|
||||||
|
|
||||||
.block-side-margin {
|
.block-side-margin {
|
||||||
min-width: 16px;
|
min-width: 16px;
|
||||||
-moz-box-flex: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#block-horizontal-margin {
|
|
||||||
display: -moz-box;
|
|
||||||
-moz-box-flex: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li {
|
ul li {
|
||||||
|
|
@ -84,34 +108,21 @@ min-height:100px;
|
||||||
|
|
||||||
<body dir="&locale.dir;">
|
<body dir="&locale.dir;">
|
||||||
|
|
||||||
|
<div id="box">
|
||||||
<div class="spacer"/>
|
<div id="box1">
|
||||||
<div id="topSection">
|
<div id="topSection">
|
||||||
<img src="chrome://branding/content/about-logo.png"/>
|
<img src="chrome://branding/content/about-logo.png"/>
|
||||||
|
|
||||||
<div id="searchContainer">
|
<div id="searchContainer">
|
||||||
<form name="searchForm" id="searchForm" action="https://duckduckgo.com/html/">
|
<form name="searchForm" id="searchForm" action="https://duckduckgo.com/html/">
|
||||||
<input type="hidden" name="t" value="trisquel"/>
|
|
||||||
<input type="text" name="q" value="" id="searchText" maxlength="256"
|
<input type="text" name="q" value="" id="searchText" maxlength="256"
|
||||||
autofocus="autofocus"/>
|
autofocus="autofocus"/>
|
||||||
<input id="searchSubmit" type="submit" value="&abouthome.searchEngineButton.label; DuckDuckGO"/>
|
<input id="searchSubmit" type="submit" value="Search"/>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="spacer"/>
|
|
||||||
|
|
||||||
<div id="footer" style=" display: -moz-box; -moz-box-align: center; -moz-box-pack: center; width: 100%; background-color: hsla(0,0%,0%,.03); border-top: 1px solid hsla(0,0%,0%,.03); box-shadow: 0 2px 5px hsla(0,0%,0%,.1) inset, 0 -1px 0 hsla(0,0%,100%,.25);">
|
|
||||||
<p ><a class="titlelink" href="https://trisquel.info">Trisquel GNU/Linux</a>:</p>
|
|
||||||
<ul style="font-size:0.8em">
|
|
||||||
<li><a href="https://trisquel.info/forum">Forum</a></li>
|
|
||||||
<li><a href="https://trisquel.info/wiki">Wiki</a></li>
|
|
||||||
<li><a href="http://store.trisquel.info/">Store</a></li>
|
|
||||||
<li><a href="https://trisquel.info/donate">Donate</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,21 +28,44 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
.titlelink{
|
body{
|
||||||
font-weight:bold;
|
margin:0;
|
||||||
color: #678;
|
background-color:#f2f2f2;
|
||||||
text-shadow: 0px 1px 0px white;
|
}
|
||||||
|
#box{
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
align-content: center;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
#topSection, #box3, #block-horizontal-margin{
|
||||||
|
flex: 0 1 auto;
|
||||||
|
align-self: auto;
|
||||||
|
}
|
||||||
|
#topSection {
|
||||||
|
margin-top:10vh;
|
||||||
|
order:1;
|
||||||
|
}
|
||||||
|
#block-horizontal-margin{
|
||||||
|
order:2;
|
||||||
|
}
|
||||||
|
#box3{
|
||||||
|
order:3;
|
||||||
|
width:100vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
label{
|
label{
|
||||||
position:relative;
|
position:relative;
|
||||||
bottom:2px;
|
bottom:0.25em;
|
||||||
left:2px;
|
left:0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#addonsform form{
|
#addonsform form{
|
||||||
position:relative;
|
position:relative;
|
||||||
left:10px;
|
left:1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
em {
|
em {
|
||||||
|
|
@ -55,20 +78,14 @@ color:#004998
|
||||||
|
|
||||||
#addonsform{
|
#addonsform{
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
font-size:14px;
|
font-size:0.8em;
|
||||||
padding:10px 30px 20px 30px;
|
padding:1em 3em 2em 2.5em;
|
||||||
border-radius: 10px;
|
border-radius: 0.5em;
|
||||||
box-shadow: 0px 0px 5px #888888;
|
box-shadow: 0px 0px 5px #888888 inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.block-side-margin {
|
.block-side-margin {
|
||||||
min-width: 16px;
|
min-width: 1em;
|
||||||
-moz-box-flex: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#block-horizontal-margin {
|
|
||||||
display: -moz-box;
|
|
||||||
-moz-box-flex: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li {
|
ul li {
|
||||||
|
|
@ -95,7 +112,43 @@ box-shadow: 0px 2px 0 #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer{
|
#footer{
|
||||||
min-height:100px;
|
min-height:4em;
|
||||||
|
display: -moz-box;
|
||||||
|
-moz-box-align: center;
|
||||||
|
-moz-box-pack: center;
|
||||||
|
width: 100%;
|
||||||
|
background-color: hsla(0,0%,0%,.03);
|
||||||
|
box-shadow: 0 2px 5px hsla(0,0%,0%,.1) inset, 0 -1px 0 hsla(0,0%,100%,.25);
|
||||||
|
}
|
||||||
|
|
||||||
|
.titlelink{
|
||||||
|
font-weight:bold;
|
||||||
|
color: #678;
|
||||||
|
text-shadow: 0px 1px 0px white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#searchLogoContainer{
|
||||||
|
background:#ddd;
|
||||||
|
padding-left:10px;
|
||||||
|
font-size:0.8em;
|
||||||
|
border-radius: 3px 0px 0px 3px;
|
||||||
|
text-shadow:0px 1px 0px #fff;
|
||||||
|
border:1px solid ;
|
||||||
|
border-right:none;
|
||||||
|
|
||||||
|
border-color: rgba(51, 166, 255, 0.6) rgba(39, 145, 225, 0.6) rgba(0, 122, 204, 0.6);
|
||||||
|
border-top-color: rgba(51, 166, 255, 0.6);
|
||||||
|
border-right-color-value: rgba(39, 145, 225, 0.6);
|
||||||
|
border-bottom-color: rgba(0, 122, 204, 0.6);
|
||||||
|
border-left-color-value: rgba(39, 145, 225, 0.6);
|
||||||
|
border-left-color-ltr-source: physical;
|
||||||
|
border-left-color-rtl-source: physical;
|
||||||
|
border-right-color-ltr-source: physical;
|
||||||
|
border-right-color-rtl-source: physical;
|
||||||
|
}
|
||||||
|
|
||||||
|
input{
|
||||||
|
border-radius:0px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
@ -276,23 +329,23 @@ function onSearchSubmit(){
|
||||||
|
|
||||||
<body dir="&locale.dir;" onload="prepare();">
|
<body dir="&locale.dir;" onload="prepare();">
|
||||||
|
|
||||||
<div class="spacer"/>
|
<div id="box">
|
||||||
|
<div id="box1">
|
||||||
<div id="topSection">
|
<div id="topSection">
|
||||||
<img src="chrome://branding/content/about-logo.png"/>
|
<img src="chrome://icecathome/content/aboutIceCat/about-logo.png"/><br/><br/>
|
||||||
|
|
||||||
<div id="searchContainer">
|
<div id="searchContainer">
|
||||||
<form name="searchForm" id="searchForm" onsubmit="onSearchSubmit(); return false">
|
<form name="searchForm" id="searchForm" onsubmit="onSearchSubmit(); return false">
|
||||||
<div id="searchLogoContainer"></div>
|
<div id="searchLogoContainer"></div>
|
||||||
<input type="text" name="q" value="" id="searchText" maxlength="256"
|
<input type="text" name="q" value="" id="searchText" maxlength="256"
|
||||||
autofocus="autofocus" dir="auto"/>
|
autofocus="autofocus" dir="auto"/>
|
||||||
<input id="searchSubmit" type="submit" value="&abouthome.searchEngineButton.label;"/>
|
<input id="searchSubmit" type="submit" value="Search"/>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="spacer"/>
|
<div id="box2">
|
||||||
|
|
||||||
<div id="block-horizontal-margin">
|
<div id="block-horizontal-margin">
|
||||||
<div class="block-side-margin"></div>
|
<div class="block-side-margin"></div>
|
||||||
<div id="addonsform">
|
<div id="addonsform">
|
||||||
|
|
@ -301,18 +354,23 @@ function onSearchSubmit(){
|
||||||
</div>
|
</div>
|
||||||
<div class="block-side-margin"></div>
|
<div class="block-side-margin"></div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="spacer"/>
|
<div id="box3">
|
||||||
|
<div id="footer">
|
||||||
<div id="footer" style=" display: -moz-box; -moz-box-align: center; -moz-box-pack: center; width: 100%; background-color: hsla(0,0%,0%,.03); border-top: 1px solid hsla(0,0%,0%,.03); box-shadow: 0 2px 5px hsla(0,0%,0%,.1) inset, 0 -1px 0 hsla(0,0%,100%,.25);">
|
<p ><a class="titlelink" href="https://www.gnu.org">GNU's not UNIX!</a></p>
|
||||||
<p ><a class="titlelink" href="https://trisquel.info">Trisquel GNU/Linux</a>:</p>
|
|
||||||
<ul style="font-size:0.8em">
|
<ul style="font-size:0.8em">
|
||||||
<li><a href="https://trisquel.info/forum">Forum</a></li>
|
<li><a href="https://gnu.org/gnu/gnu.html">About GNU</a></li>
|
||||||
<li><a href="https://trisquel.info/wiki">Wiki</a></li>
|
<li><a href="https://gnu.org/philosophy/philosophy.html">Philosophy</a></li>
|
||||||
<li><a href="http://store.trisquel.info/">Store</a></li>
|
<li><a href="https://gnu.org/licenses/licenses.html">Licenses</a></li>
|
||||||
<li><a href="https://trisquel.info/donate">Donate</a></li>
|
<li><a href="https://gnu.org/education/education.html">Education</a></li>
|
||||||
|
<li><a href="https://gnu.org/software/software.html">Software</a></li>
|
||||||
|
<li><a href="https://gnu.org/doc/doc.html">Documentation</a></li>
|
||||||
|
<li><a href="https://gnu.org/help/help.html">Help GNU</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Ruben Rodriguez <ruben@trisquel.info>
|
# Copyright (C) 2015-2017 Ruben Rodriguez <ruben@trisquel.info>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=1
|
VERSION=2
|
||||||
EXTERNAL='deb-src http://devel.trisquel.info/repos/packages/icecat/ GNU main'
|
EXTERNAL='deb-src http://devel.trisquel.info/repos/packages/icecat/ GNU main'
|
||||||
SIGNKEY="D7E04784"
|
SIGNKEY="D7E04784"
|
||||||
REPOKEY="3C76EED7D7E04784"
|
REPOKEY="3C76EED7D7E04784"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue