]> git.wh0rd.org - tt-rss.git/blame - opera.css
hide infobox title in IE
[tt-rss.git] / opera.css
CommitLineData
362698ad
AD
1table.main td.headlines {
2 height : 35%;
3 border-width : 0px 0px 1px 1px;
4 border-style : solid;
5 border-color : #c0c0c0;
6}
7
292a8a12
AD
8#infoBoxTitle {
9 border-width : 1px 1px 1px 1px;
10 border-style : solid;
11 border-color : #88b0f0;
12 background-color : #88b0f0;
13 padding : 2px;
14 color : white;
15}
16
17
18#infoBox {
19 border-width : 1px 1px 1px 1px;
20 border-style : solid;
21 border-color : #88b0f0;
22 font-size : small;
23 position : relative;
24 top : 30%;
25 left : 30%;
26 width : 30%;
27 padding-bottom : 5px;
28 background-image : url("images/prefs-content.png");
29 background-position : top left;
30 background-repeat : repeat-x;
31 background-color : white;
32}
33
34#infoBoxShadow {
35 background-image : url("images/overlay.png");
36 left : 0;
37 top : 0;
38 height : 100%;
39 width : 100%;
40 z-index : 3;
41 position : absolute;
42 display : none;
43}
44