mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 16:31:28 +00:00
add updated triple-pane theme
This commit is contained in:
BIN
themes/triple-pane/images/resize_handle_horiz.png
Normal file
BIN
themes/triple-pane/images/resize_handle_horiz.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 104 B |
BIN
themes/triple-pane/images/resize_handle_vert.png
Normal file
BIN
themes/triple-pane/images/resize_handle_vert.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 104 B |
BIN
themes/triple-pane/images/resize_vert.png
Normal file
BIN
themes/triple-pane/images/resize_vert.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 109 B |
83
themes/triple-pane/theme.css
Normal file
83
themes/triple-pane/theme.css
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
div.headlines_normal {
|
||||||
|
position : absolute;
|
||||||
|
border-width : 1px 1px 0px 0px;
|
||||||
|
right : 400px;
|
||||||
|
overflow : hidden;
|
||||||
|
bottom : 0px;
|
||||||
|
height : auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content-frame {
|
||||||
|
width : 400px;
|
||||||
|
right : 0px;
|
||||||
|
top : 0px;
|
||||||
|
left : auto;
|
||||||
|
border-width : 0px 0px 0px 1px;
|
||||||
|
bottom : 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#feeds-frame, #dispSwitch {
|
||||||
|
padding-top : 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#feeds-holder {
|
||||||
|
top : 0px;
|
||||||
|
border-width : 0px 1px 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#toolbar {
|
||||||
|
top : 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#headlines-frame {
|
||||||
|
top : 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.postHeader div.postDate {
|
||||||
|
text-align : left;
|
||||||
|
color : gray;
|
||||||
|
float : none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.postHeader div.postDateRTL {
|
||||||
|
text-align : left;
|
||||||
|
color : gray;
|
||||||
|
float : none;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.headlineInnerTitle {
|
||||||
|
display : none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#resize-grabber {
|
||||||
|
height : 100%;
|
||||||
|
width : 5px;
|
||||||
|
border-width : 0px 1px 0px 0px;
|
||||||
|
cursor : move;
|
||||||
|
text-align : center;
|
||||||
|
float : left;
|
||||||
|
background : url("images/resize_vert.png") top left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content-insert {
|
||||||
|
position : absolute;
|
||||||
|
left : 6px;
|
||||||
|
right : 0px;
|
||||||
|
bottom : 0px;
|
||||||
|
top : 0px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*#footer, #prefFooter {
|
||||||
|
display : none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header, #prefHeader {
|
||||||
|
display : none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#prefContent {
|
||||||
|
bottom : 0px;
|
||||||
|
} */
|
||||||
5
themes/triple-pane/theme.ini
Normal file
5
themes/triple-pane/theme.ini
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[theme]
|
||||||
|
name=Triple-Pane
|
||||||
|
author=seeker
|
||||||
|
version=1.0
|
||||||
|
options=horiz_resize,hide_footer
|
||||||
@@ -416,7 +416,7 @@ function resize_headlines(delta_x, delta_y) {
|
|||||||
4) + "px";
|
4) + "px";
|
||||||
resize_grab.style.display = "block";
|
resize_grab.style.display = "block";
|
||||||
|
|
||||||
resize_handle.src = "themes/"+getInitParam('theme')+"/images/resize_handle_vert.png";
|
//resize_handle.src = "themes/"+getInitParam('theme')+"/images/resize_handle_vert.png";
|
||||||
resize_handle.style.paddingTop = (resize_grab.offsetHeight / 2 - 7) + "px";
|
resize_handle.style.paddingTop = (resize_grab.offsetHeight / 2 - 7) + "px";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user