parent
5bfffead41
commit
2d28e97c15
|
@ -1,55 +0,0 @@
|
||||||
#downloads {
|
|
||||||
width: 520px;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
th {
|
|
||||||
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
|
||||||
color: #4f6b72;
|
|
||||||
border-right: 1px solid #C1DAD7;
|
|
||||||
border-bottom: 1px solid #C1DAD7;
|
|
||||||
border-top: 1px solid #C1DAD7;
|
|
||||||
letter-spacing: 2px;
|
|
||||||
text-transform: uppercase;
|
|
||||||
padding: 6px 6px 6px 6px;
|
|
||||||
background: #CAE8EA url(bg_header.jpg) no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
th.nobg {
|
|
||||||
border-top: 0;
|
|
||||||
border-left: 0;
|
|
||||||
border-right: 1px solid #C1DAD7;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.alt {
|
|
||||||
background: #F5FAFA;
|
|
||||||
color: #797268;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.doesnotexist {
|
|
||||||
background: #E5EAEA;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
td.unsupported {
|
|
||||||
background: #ffaaaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
td.supported {
|
|
||||||
background: #aaffaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.supported :hover { background-color: #88ff88; }
|
|
||||||
|
|
||||||
td.nobinary {
|
|
||||||
background: #eeee88;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.bigdiv {
|
|
||||||
width: 100px;
|
|
||||||
text-align: center;
|
|
||||||
color: #050;
|
|
||||||
}
|
|
|
@ -1,7 +1,5 @@
|
||||||
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
||||||
|
|
||||||
<t:style t:include="resource:extra/webapps/mason/downloads.css" />
|
|
||||||
|
|
||||||
<h2>Stable release: <t:link t:name="stable-release" /></h2>
|
<h2>Stable release: <t:link t:name="stable-release" /></h2>
|
||||||
|
|
||||||
<table id="mytable" cellspacing="0" summary="Stable releases">
|
<table id="mytable" cellspacing="0" summary="Stable releases">
|
||||||
|
|
|
@ -22,8 +22,123 @@ a:hover {
|
||||||
border-bottom:1px solid #ccc;
|
border-bottom:1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol.subnav {
|
||||||
|
margin:-10px -10px 0 -5px;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol.subnav li {
|
||||||
|
font:85%/0.9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
|
||||||
|
float:left;
|
||||||
|
list-style:none;
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol.subnav a {
|
||||||
|
font-weight:bold;
|
||||||
|
color:#555;
|
||||||
|
border-top:2px solid #fff;
|
||||||
|
display:block;
|
||||||
|
padding:5px;
|
||||||
|
text-decoration:none;
|
||||||
|
margin:0 5px 0 0;
|
||||||
|
border-bottom:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol.subnav a:hover {
|
||||||
|
border-top:2px solid #943329;
|
||||||
|
color:#121212;
|
||||||
|
border-bottom:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#downloads {
|
||||||
|
width: 520px;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
caption {
|
||||||
|
padding: 0 0 5px 0;
|
||||||
|
width: 520px;
|
||||||
|
font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||||
|
color: #4f6b72;
|
||||||
|
border-right: 1px solid #C1DAD7;
|
||||||
|
border-bottom: 1px solid #C1DAD7;
|
||||||
|
border-top: 1px solid #C1DAD7;
|
||||||
|
letter-spacing: 2px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
padding: 6px 6px 6px 6px;
|
||||||
|
background: #CAE8EA url(bg_header.jpg) no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
th.nobg {
|
||||||
|
border-top: 0;
|
||||||
|
border-left: 0;
|
||||||
|
border-right: 1px solid #C1DAD7;
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
border: 1px dashed #ccc;
|
border: 1px dashed #ccc;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.alt {
|
||||||
|
background: #F5FAFA;
|
||||||
|
color: #797268;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.doesnotexist {
|
||||||
|
background: #E5EAEA;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
td.unsupported {
|
||||||
|
background: #ffaaaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
td.supported {
|
||||||
|
background: #aaffaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.supported :hover { background-color: #88ff88; }
|
||||||
|
|
||||||
|
td.nobinary {
|
||||||
|
background: #eeee88;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.bigdiv {
|
||||||
|
width: 100px;
|
||||||
|
text-align: center;
|
||||||
|
color: #050;
|
||||||
|
}
|
||||||
|
|
||||||
|
th.spec {
|
||||||
|
border-left: 1px solid #C1DAD7;
|
||||||
|
border-top: 0;
|
||||||
|
background: #fff;
|
||||||
|
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
th.specalt {
|
||||||
|
border-left: 1px solid #C1DAD7;
|
||||||
|
border-top: 0;
|
||||||
|
background: #f5fafa;
|
||||||
|
font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||||
|
color: #797268;
|
||||||
|
}
|
||||||
|
|
||||||
|
th.allbg {
|
||||||
|
border-top: 0;
|
||||||
|
border-left: 0;
|
||||||
|
border-right: 0;
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue