enable triple-pane theme; fix theme system not working
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
div.headlines_normal {
|
||||
#content-insert {
|
||||
border-left-width : 1px;
|
||||
border-bottom-width : 0px;
|
||||
}
|
||||
|
||||
#headlines-frame {
|
||||
border-right-width : 1px;
|
||||
}
|
||||
|
||||
/* div.headlines_normal {
|
||||
position : absolute;
|
||||
border-width : 1px 1px 0px 0px;
|
||||
right : 400px;
|
||||
@@ -66,7 +75,7 @@ span.headlineInnerTitle {
|
||||
bottom : 0px;
|
||||
top : 0px;
|
||||
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
/*#footer, #prefFooter {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[theme]
|
||||
name=Triple-Pane
|
||||
author=seeker
|
||||
version=1.0
|
||||
options=horiz_resize,hide_footer
|
||||
version=1.1
|
||||
options=
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
function themeBeforeLayout() {
|
||||
$("headlines-wrap-inner").setAttribute("design", 'sidebar');
|
||||
$("content-insert").setAttribute("region", "trailing");
|
||||
$("content-insert").setStyle({
|
||||
width: '50%',
|
||||
height: 'auto'});
|
||||
}
|
||||
|
||||
function themeAfterLayout() {
|
||||
$("headlines-toolbar").setStyle({
|
||||
'border-right-width': '1px',
|
||||
'border-color': '#88b0f0',
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user