Abrowser updated for v32
This commit is contained in:
parent
68163c73e2
commit
cce83006af
4 changed files with 261 additions and 303 deletions
|
|
@ -27,6 +27,31 @@
|
|||
href="chrome://browser/content/abouthome/aboutHome.css"/>
|
||||
|
||||
<style>
|
||||
|
||||
label{
|
||||
position:relative;
|
||||
bottom:2px;
|
||||
left:2px;
|
||||
}
|
||||
|
||||
em {
|
||||
color:#600
|
||||
}
|
||||
|
||||
a{
|
||||
color:#004998
|
||||
}
|
||||
|
||||
.block-side-margin {
|
||||
min-width: 16px;
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
||||
#block-horizontal-margin {
|
||||
display: -moz-box;
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
||||
ul li {
|
||||
list-style:none;
|
||||
background:#ddd;
|
||||
|
|
@ -34,22 +59,32 @@ border-radius:3px;
|
|||
padding:3px 5px 3px 5px;
|
||||
margin:5px;
|
||||
box-shadow: 0px 2px 0 #ccc ;
|
||||
float:left;
|
||||
}
|
||||
|
||||
ul li a{
|
||||
font-weight:bold;
|
||||
color:#666;
|
||||
text-shadow:0px 1px 0px #fff;
|
||||
}
|
||||
#trisquel a {
|
||||
|
||||
.titlelink {
|
||||
font-weight:bold;
|
||||
color:#56728C;
|
||||
text-shadow:0px 1px 0px #fff;
|
||||
}
|
||||
|
||||
#footer{
|
||||
min-height:100px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body dir="&locale.dir;">
|
||||
|
||||
|
||||
<div class="spacer"/>
|
||||
<div id="topSection">
|
||||
<img src="chrome://branding/content/about-logo.png"/>
|
||||
|
|
@ -67,8 +102,8 @@ text-shadow:0px 1px 0px #fff;
|
|||
|
||||
<div class="spacer"/>
|
||||
|
||||
<div 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 id="trisquel"><a href="https://trisquel.info">Trisquel GNU/Linux</a>:</p>
|
||||
<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>
|
||||
|
|
@ -79,3 +114,4 @@ text-shadow:0px 1px 0px #fff;
|
|||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue