.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 { width: 100%; position: absolute; top: 3em; left: 0; text-align: center; font-weight:bold; font-size:1.5em; color:#777; } #firstrun small { display: block; font-weight: normal; font-size: 0.8em; margin-bottom: 1em; } #firstrun .button { font-size: 0.7em; } #firstrun #selections { font-size:0.8em; margin: 2em auto 2em auto; clear: both; } /** * View above the feeds which shows the feed title * and the controls */ div.feed_controls { box-sizing: border-box; -moz-box-sizing: border-box; background: none repeat scroll 0 0 #f7f7f7; border-bottom: 1px solid #ccc; box-shadow: 0 4px 4px -3px #ccc; overflow: hidden; position: fixed; left: 34.1em; right: 0; top: 3.5em; z-index: 1; } div.feed_controls div.subscriptions_title { display: inline-block; padding-left: .8em; padding-bottom: .6em; width: 22.4em; border-right: 1px solid #ddd; } div.feed_controls div.feed_title { padding-left: 10px; display: inline-block; } div.feed_controls div.feed_title h1 { width: 450px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } div.feed_controls h1 { font-size: 1.5em; color: #444; padding-top: .5em; } div.feed_controls .controls { float: right; } /* feed/folder list */ #leftcontent { width: 21.5em; top: 3.5em !important; padding: 0 0 3em 0; margin: 0; z-index: 0; overflow: hidden; } #feeds { clear: both; background-color: #f8f8f8; position: relative; overflow: auto; height: 100%; box-sizing: border-box; -moz-box-sizing: border-box; } #feeds li { padding: 0px !important; } #feeds li.feed { position: relative; text-align: right; padding-left: 5px !important; box-sizing: border-box; -moz-box-sizing: border-box; } #feeds li.feed a { padding: 0 0 0 20px !important; overflow: hidden; text-overflow: ellipsis; text-align: left; width: 65%; } #feeds li.feed a { font-weight: bold; } #feeds li.feed a.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: 20em center; } #feeds li.feed:hover { background-color: rgb(221, 221, 221) !important; } #feeds li.collapsable_container { } #feeds li.collapsable_container:hover { color: #000 !important; background-color: #f8f8f8 !important; } #feeds li.collapsable_container > ul { margin: 0 0 0.1em 16px; } #feeds div.collapsable { position: relative; border-radius: 5px; } #feeds .collapsable_trigger { border: none ; margin: 0 0 0 5px; padding: 0; border-radius: 0; box-shadow: none; vertical-align: middle !important; background: url('%webroot%/core/img/places/folder.svg') no-repeat; opacity: 1; } #feeds .collapsable_title { padding-left: 0.2em; } #feeds div.collapsable:hover { background-color: rgb(221, 221, 221); } #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; background: #5E5E5E; border-radius: 5px; padding: 0 5px; color: white; text-align: center; margin: 0 0.3em 0 0.3em; } #feeds .unreaditemcounter.all_read { display: none !important; } /* feed settings */ #addfolder { background: url('%webroot%/core/img/places/folder.svg') no-repeat left center; padding-left: 20px !important; } #addfeed { background: url('%appswebroot%/news/img/rss.svg') no-repeat left center; padding-left: 20px !important; } #addfeedbtn { background: url('%appswebroot%/news/img/rss.svg') no-repeat left; padding-left: 20px; } #importopmlbtn { background: url('%appswebroot%/news/img/opml-icon.svg') no-repeat left center; padding-left: 20px; } #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; } ul.controls li { float: left; } /* item view */ #rightcontent { top: 3.5em !important; box-sizing: border-box; -moz-box-sizing: border-box; margin-top: 3.5em; 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 li:active { background: none; } /** * Rules for a single feed item */ .feed_item { border-top: 1px solid #ccc; min-height: 100px; } .feed_item:first-child { border-top: 0; } /** * Utils panel */ .utils { height: 2em; margin: 0; padding: 0.6em 0.5em 0.5em 0.5em; background-color: #f8f8f8; background-image: linear-gradient(top, rgb(248,248,248) 0%, rgb(255,255,255) 100%); background-image: -o-linear-gradient(top, rgb(248,248,248) 0%, rgb(255,255,255) 100%); background-image: -moz-linear-gradient(top, rgb(248,248,248) 0%, rgb(255,255,255) 100%); background-image: -webkit-linear-gradient(top, rgb(248,248,248) 0%, rgb(255,255,255) 100%); background-image: -ms-linear-gradient(top, rgb(248,248,248) 0%, rgb(255,255,255) 100%); } /** * 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: 100%; 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'); } /** * Secondary feed items which are only shown on hover */ .feed_item .secondary_item_utils { display: none; float: right; color: #aaa; } .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]{ margin-left: .8em; } /** * Feed title */ .feed_item h1.item_title { font-size: 1.5em; margin: 0 0 0 1.6em; font-weight: bold; } .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.5em; } /** * Body of the feed item */ .feed_item div.body { padding: .5em 2.5em 2em 2.5em; } .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; } /* 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; box-shadow: 0px 0px 10px #000; } ul#feedfoldermenu { position:fixed; margin-left: 0; bottom: 2.8em; border-left:1px solid #ccc; border-top:1px solid #ccc; border-right:1px solid #ccc; -moz-box-shadow: 0 -3px 3px -3px #000; -webkit-box-shadow: 0 -3px 3px -3px #000; box-shadow: 0 -3px 3px -3px #000; } li.menuItem { margin-left:0.7em; margin-right:0.7em; float: none !important; text-align: left; } ul.menu { position: absolute; z-index:100; margin-left: 0.3em; 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); } .popup.bottomleft { left: 35.8em; }