2016-03-24 10:22:17 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "stylesheet" href = "//cdn.linearicons.com/free/1.0.0/icon-font.min.css" >
< link href = "//cdn.muicss.com/mui-0.4.6/css/mui.min.css" rel = "stylesheet" type = "text/css" / >
<!-- build:css -->
<!-- endbuild -->
< script src = "libs/microevent.js" > < / script >
< script src = "//cdn.muicss.com/mui-0.4.6/js/mui.min.js" > < / script >
< script src = "//code.jquery.com/jquery-2.1.4.min.js" > < / script >
<!-- build:vendor -->
< script src = "libs/ejs.js" > < / script >
< script src = "libs/view.js" > < / script >
<!-- endbuild -->
< link rel = "apple-touch-icon" sizes = "57x57" href = "fav/apple-touch-icon-57x57.png" >
< link rel = "apple-touch-icon" sizes = "60x60" href = "fav/apple-touch-icon-60x60.png" >
< link rel = "apple-touch-icon" sizes = "72x72" href = "fav/apple-touch-icon-72x72.png" >
< link rel = "apple-touch-icon" sizes = "76x76" href = "fav/apple-touch-icon-76x76.png" >
< link rel = "apple-touch-icon" sizes = "114x114" href = "fav/apple-touch-icon-114x114.png" >
< link rel = "apple-touch-icon" sizes = "120x120" href = "fav/apple-touch-icon-120x120.png" >
< link rel = "apple-touch-icon" sizes = "144x144" href = "fav/apple-touch-icon-144x144.png" >
< link rel = "apple-touch-icon" sizes = "152x152" href = "fav/apple-touch-icon-152x152.png" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "fav/apple-touch-icon-180x180.png" >
< link rel = "icon" type = "image/png" href = "fav/favicon-32x32.png" sizes = "32x32" >
< link rel = "icon" type = "image/png" href = "fav/favicon-194x194.png" sizes = "194x194" >
< link rel = "icon" type = "image/png" href = "fav/favicon-96x96.png" sizes = "96x96" >
< link rel = "icon" type = "image/png" href = "fav/android-chrome-192x192.png" sizes = "192x192" >
< link rel = "icon" type = "image/png" href = "fav/favicon-16x16.png" sizes = "16x16" >
< link rel = "manifest" href = "fav/manifest.json" >
< link rel = "mask-icon" href = "fav/safari-pinned-tab.svg" color = "#5bbad5" >
< meta name = "msapplication-TileColor" content = "#ffc40d" >
< meta name = "msapplication-TileImage" content = "fav/mstile-144x144.png" >
< meta name = "theme-color" content = "#ffc40d" >
< title > Keeper Silvtree< / title >
< style >
.item_content {
2016-04-13 13:37:14 +00:00
height: 100px;
/* border: 1px solid grey;*/
min-height: 100px;
overflow: hidden;
}
2016-03-24 10:22:17 +00:00
2016-04-13 13:37:14 +00:00
.item_content a.title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #313131;
}
2016-03-24 10:22:17 +00:00
2016-04-13 13:37:14 +00:00
.item_content div.body, .item_content div.site, .item_content div.tags {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #313131;
}
2016-03-24 10:22:17 +00:00
2016-04-13 13:37:14 +00:00
.item_content div.site {
font-size: 90%;
color: silver;
}
.item_content div.tags {
color:blue;
}
2016-03-24 10:22:17 +00:00
2016-04-13 13:37:14 +00:00
.mui-panel {
2016-03-24 10:22:17 +00:00
2016-04-13 13:37:14 +00:00
margin-bottom: 4px !important;
2016-03-24 10:22:17 +00:00
}
< / style >
< / head >
< body >
< div id = "content" class = "mui-container" >
2016-04-13 13:37:14 +00:00
< div class = "mui-panel" >
< div class = "mui-row" >
< div class = "mui-col-xs-4 mui-col-md-2" > < img src = "gfx/100.png" > < / div >
< div class = "mui-col-xs-8 mui-col-md-10 item_content" style = "border:1px solid red;" >
< div class = "mui-row" >
< div class = "mui--text-title " > < a class = 'title'
href="#">Something long and text like which should fit ok< / a >
< / div >
< / div >
< div class = "mui-row" >
< div class = "mui--text-body1 body" >
[13/Apr/2016:10:04:45 +0000] "GET / HTTP/1.1" 200 7784 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"
< / div >
< div class = "mui--text-body1 site" >
[13/Apr/2016:10:04:45 +0000] "GET / HTTP/1.1" 200 7784 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"
< / div >
< div class = "mui--text-body1 tags" >
[13/Apr/2016:10:04:45 +0000] "GET / HTTP/1.1" 200 7784 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"
< / div >
< / div >
< / div >
< / div >
2016-03-24 10:22:17 +00:00
< / div >
< / div >
< / body >
< / html >