.news_input { float:left; font-size:12px; padding:4px 2px; border:solid 1px #aacfe4; width:200px; } .svg { border: inherit; background: inherit; } div.add_parentfolder { position: relative; } #file_upload_start { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0; z-index:1001; width:0; height:0; } /** * when there are no feeds in the db */ #firstrun { position: relative; top: 50%; left: 50%; margin-left: -25em; margin-top: -10em; width: 50em; height: 20em; text-align: center; font-weight:bold; font-size:1.5em; color:#777; } #firstrun table { margin: auto; } #firstrun small { display: block; font-weight: normal; font-size: 0.8em; margin: .5em 0 1em 0; } #firstrun .button { font-size: 0.7em; } #firstrun #selections { font-size:0.8em; margin: 2em auto 2em auto; clear: both; } #addfeedbtn { background-image: url('%appswebroot%/news/img/rss.svg'); background-position: .5em center; background-repeat: no-repeat; padding-left: 1.8em; } #importopmlbtn { background-image: url('%appswebroot%/news/img/opml-icon.svg'); background-position: .5em center; background-repeat: no-repeat; padding-left: 1.8em; } /* feed/folder list */ #leftcontent { width: 21.5em; margin: 0; z-index: 0; position: relative; overflow: hidden; top: 0; bottom: 0; } #feeds { background-color: #f8f8f8; position: absolute; top: 0; bottom: 2.8em; left: 0; right: 0; box-sizing: border-box; -moz-box-sizing: border-box; } #feeds > ul { height: 100%; overflow: auto; } .dnd_over { -moz-transition: background-color 200ms ease 0s; transition: background-color 200ms ease 0s; background-color: #d0d0d0! important; } .dnd_over > ul { padding-bottom: 2.5em; -moz-transition: padding-bottom 500ms ease 0s; transition: padding-bottom 500ms ease 0s; } #feeds .folder { box-sizing: border-box; -moz-box-sizing: border-box; padding: .5em 0 .5em 2.5em !important; background-color: #dfdfdf !important; font-weight: bold ; border-bottom: 1px solid #bbb !important; position: relative; z-index: 1; } #feeds .folder a { float: none; display: inline-block; position: relative; } #feeds .folder:hover { background-color: #d0d0d0 !important; -moz-transition: background-color 200ms ease 0s; transition: background-color 200ms ease 0s; } #feeds .subscriptions, #feeds .subscriptions:hover { background-image: url('%appswebroot%/news/img/icon.svg'); background-repeat: no-repeat; background-size: 16px 16px; background-position: .8em center; } #feeds .starred, #feeds .starred:hover { background-image: url('%appswebroot%/news/img/starred.svg'); background-repeat: no-repeat; background-size: 16px 16px; background-position: .8em center; } #feeds .subscriptions a, #feeds .starred a { display: inline-block; width: 75%; } #feeds li.feed { position: relative; box-sizing: border-box; -moz-box-sizing: border-box; border-bottom: 1px solid #ccc; padding-left: 2.5em; -moz-transition: background-color 200ms ease 0s; transition: background-color 200ms ease 0s; background-color: #f1f1f1; z-index: 1; background-size:16px 16px; background-repeat: no-repeat; background-position: .8em center; } #feeds li.feed a { display: inline-block; overflow: hidden; text-overflow: ellipsis; text-align: left; width: 75%; font-weight: bold; } #feeds li.feed a.all_read, #feeds .all_read { font-weight: normal; } #feeds li#selected_feed { background-color: #FF9933 !important; } #feeds li.feed.updating { padding-right: 21px; background-image: url('%webroot%/core/img/loader.gif'); background-size: 16px 16px; background-repeat: no-repeat; background-position: right center; } #feeds li.feed:hover { background-color: #ddd; } #feeds li.feed .feeds_delete, #feeds li.feed .feeds_edit { display: none; } #feeds li.feed:hover .unreaditemcounter { display: none; } #feeds li.feed:hover .feeds_delete, #feeds li.feed:hover .feeds_edit, #feeds .collapsable:hover .feeds_delete, #feeds .collapsable:hover .feeds_edit { display: inline-block; } #feeds .feeds_delete { position: absolute; right: 0.1em; background: url('%webroot%/core/img/actions/delete.svg') no-repeat center; display: none; padding: 0; margin: -8px 0 0 0; top: 50%; } #feeds .feeds_edit { position: absolute; right: 1.6em; background: url('%webroot%/core/img/actions/rename.svg') no-repeat center; display: none; padding: 0; margin: -8px 0 0 0; top: 50%; } #feeds .unreaditemcounter { position: relative; top: .3em; right: .3em; background: #5E5E5E; border-radius: 5px; padding: 2px 5px; color: white; text-align: center; font-weight: normal; margin: 0; display: none; } #feeds .unreaditemcounter.all_read { display: none !important; } #feeds li.collapsable_container { background-color: #dfdfdf; font-weight: bold; padding: 0; border: 0; border-bottom: 1px solid #bbb; position: relative; z-index: 1; } #feeds li.collapsable_container.open { background-image: linear-gradient(bottom, rgb(208,208,208) 0%, rgb(222,222,222) 100%); background-image: -o-linear-gradient(bottom, rgb(208,208,208) 0%, rgb(222,222,222) 100%); background-image: -moz-linear-gradient(bottom, rgb(208,208,208) 0%, rgb(222,222,222) 100%); background-image: -webkit-linear-gradient(bottom, rgb(208,208,208) 0%, rgb(222,222,222) 100%); background-image: -ms-linear-gradient(bottom, rgb(208,208,208) 0%, rgb(222,222,222) 100%); font-weight: bold; padding: 0; border: 0; border-bottom: 1px solid #bbb; border-top: 1px solid #bbb; -webkit-box-shadow: inset 0 0 5px -1px #bbb; box-shadow: inset 0 0 5px -1px #bbb; } #feeds li.collapsable_container:hover { background-color: #d0d0d0; -moz-transition: background-color 200ms ease 0s; transition: background-color 200ms ease 0s; } #feeds li.collapsable_container.open > ul { margin: 0 8px 8px 8px; position: relative; z-index: 1; } #feeds li.collapsable_container > ul > li { border: 1px solid #ccc; border-bottom: 0; } #feeds li.collapsable_container > ul > li:last-child { border: 1px solid #ccc; } #feeds div.collapsable { position: relative; z-index: 1; border-radius: 5px; } #feeds .collapsable_trigger { border: none ; margin: 0 0 0 .8em; padding: 0; border-radius: 0; box-shadow: none; vertical-align: middle !important; background: url('%webroot%/core/img/places/folder.svg') no-repeat; outline: none; opacity: 1; } #feeds .collapsable_container:hover .collapsable_trigger.triggerable { background-image: url('%webroot%/core/img/actions/triangle-s.svg'); -moz-transform: none; transform: none; } #feeds .collapsable_container:hover .collapsable_trigger.triggered { background-image: url('%webroot%/core/img/actions/triangle-s.svg'); -moz-transform: rotate(-90deg); transform: rotate(-90deg); } #feeds .collapsable_title { padding: .5em 0 .5em .5em; line-height: 1.5em; float: none; display: inline-block; position: relative; } /* feed settings */ #feed_settings { padding: 0; bottom: 0px; overflow:visible; height:2.8em; width: 21.5em; margin:0; background:#eee; border-top:1px solid #ccc; position:fixed; } #feed_settings .controls { height: 100%; width: 100%; } #feed_settings .controls > li { display: inline-block; float: left; width: 3em; } #feed_settings #view button { width: 3em; height: 2.5em; padding-top: .2em; background-size: 80%; background-position: center; background-repeat: no-repeat; } #feed_settings #view.show_all button { background-image: url('%appswebroot%/news/img/eye_all.svg'); } #feed_settings #view.show_unread button { background-image: url('%appswebroot%/news/img/eye_unread.svg'); } #feed_settings #addfeedfolder { margin: 0 .3em .3em .3em; } #feed_settings #addfeedfolder #addfolder { background: url('%webroot%/core/img/places/folder.svg') no-repeat 10px center; } #feed_settings #addfeedfolder #addfeed { background: url('%appswebroot%/news/img/rss.svg') no-repeat 10px center; } /* #feed_settings #addfeedfolder:hover ul#feedfoldermenu{ display: block; }*/ #feed_settings ul#feedfoldermenu { display: none; background:#EEEEEE; background:-webkit-gradient(linear, 0 0, 0 100%, from(#DCDCDC), to(#EEEEEE)); background:-moz-linear-gradient(#DCDCDC, #EEEEEE); background:-o-linear-gradient(#DCDCDC, #EEEEEE); background:linear-gradient(#DCDCDC, #EEEEEE); position:fixed; margin-left: 0; bottom: 2.8em; border-left:1px solid #ccc; border-top:1px solid #ccc; border-right:1px solid #ccc; border-bottom: 0; -moz-box-shadow: 0 -3px 3px -3px #000; -webkit-box-shadow: 0 -3px 3px -3px #000; box-shadow: 0 -3px 3px -3px #000; } #feed_settings ul#feedfoldermenu li { padding: 0 1em 0 2.5em; float: none !important; text-align: left; } #feed_settings ul#feedfoldermenu li:hover { background-color: #ccc !important; } /* item view */ #rightcontent { top: 3.5em !important; box-sizing: border-box; -moz-box-sizing: border-box; left: 34.1em; } /** * Area below the feed title and controls */ #rightcontent #feed_items { box-sizing: border-box; -moz-box-sizing: border-box; overflow: auto; height: 100%; } #rightcontent #feed_items.loading { background-image: url('%webroot%/core/img/loading.gif'); background-position: center; background-repeat: no-repeat; background-size: } #rightcontent #feed_items li:active { background: none; } /** * Rules for a single feed item */ .feed_item { border-top: 1px solid #ccc; min-height: 100px; background-image: linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 6em); background-image: -o-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 6em); background-image: -moz-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 6em); background-image: -webkit-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 6em); background-image: -ms-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 6em); } .feed_item:first-child { border-top: 0; } /** * Utils panel */ .utils { height: 2em; margin: 0; padding: 1.1em 0.5em 0.5em 0.5em; float: left; } /** * Primary feed utils which are always shown */ .feed_item .primary_item_utils { float: left; } .feed_item .primary_item_utils li { display: inline-block; line-height: 1.5em; font-size: 1em; color: #aaa; float: left; margin-left: ; cursor: default; } .feed_item .primary_item_utils li:first-child { margin: 0} .feed_item .primary_item_utils li.star { background-image: url('%appswebroot%/news/img/inactive_star.svg'); background-repeat: no-repeat; background-size: 1.5em 1.5em; width: 1.5em; height: 1.5em; cursor: pointer; } .feed_item .primary_item_utils li.star.important, .feed_item .primary_item_utils li.star:hover { background-image: url('%appswebroot%/news/img/active_star.svg'); } /** * Feed title */ .feed_item h1.item_title { font-size: 1.5em; margin: 0 13em 0 1.75em; font-weight: bold; padding-top: .8em; } .feed_item h1.item_title a { color: #222; } .feed_item h1.item_title a:hover { color: #222; text-decoration: underline; } /** * Feed title when read */ .feed_item.read h1.item_title { font-weight: normal; } .feed_item.read h1.item_title a { color: #888; } /** * Author of the feed */ .feed_item h2.item_author { color: #aaa; margin-left: 2.7em; } /** * Feed timestamp */ .timeago { float: right; color: #aaa; margin: 1em 1.2em 0 0; line-height: 1.5em; font-size: 1em; } /** * Body of the feed item */ .feed_item div.body { overflow-y: hidden; padding: .5em 2.5em 0 2.5em; max-width: 55em; font-size: 1.1em; } .feed_item div.body p { line-height: 1.5; margin: 10px 0; } .feed_item div.body a { color: #0000ff; text-decoration: underline; } .feed_item div.body ul { padding-left: 15px; list-style-type: disc; } .feed_item div.body ul li { cursor: default; } .feed_item div.body pre { padding: 5px; background-color: #dadada; border: 1px solid #ccc; } .feed_item div.body pre code { font-family: monospace; font-size: 1.5em; } /** * Line with utils at the bottom */ .bottom_utils { width: 100%; height: 2.5em; margin: 0; padding: 0 0.5em .5em 0; box-sizing: border-box; -moz-box-sizing: border-box; } /** * Secondary feed items which are only shown on hover */ .feed_item .secondary_item_utils { display: none; color: #aaa; float: right; } .feed_item:hover .secondary_item_utils { display: block; } .feed_item:hover .secondary_item_utils li.keep_unread { cursor: pointer; } .feed_item .secondary_item_utils li input[type=checkbox]{ } /* dialog/menues */ div.dialog { overflow: visible; } #dropdownBtn { width: 12.5em; padding-left: 0; padding-right:20px; background: url('%webroot%/core/img/actions/triangle-s.svg') no-repeat right center; text-align: left; overflow: hidden; } ul#dropdownmenu { left: 0em; } ul.menu { position: absolute; z-index:1; margin-left: 0.3em; display: none; background:#EEEEEE; background:-webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#f1f1f1)); background:-moz-linear-gradient(#eee, #f1f1f1); background:-o-linear-gradient(#eee, #f1f1f1); background:linear-gradient(#eee, #f1f1f1); border: 1px solid #ccc; } ul.menu .menuItem { padding: 2px 5px; min-width: 11em; } ul.menu .menuItem:hover { background-color: #ddd; } .popup.bottomleft { left: 34.8em; /*left: 3.8em;*/ }