diff --git a/blog/assets/style.css b/blog/assets/style.css index 9ebfc4d..5fec8d3 100644 --- a/blog/assets/style.css +++ b/blog/assets/style.css @@ -59,7 +59,7 @@ html,body{ padding:5px; border-top: 1px solid #878887; } -#center{ +#desktop{ height: calc(100% - 80px); overflow-y: auto; padding-left: 15px; @@ -456,4 +456,81 @@ div.time-travel a{ text-decoration: none; flex:1; color:#3170B2; +} +afx-app-window div.afx-window-wrapper{ + border:1px solid #a6a6a6; + /*box-shadow: 1px 1px 1px #cbcbcb;*/ + box-shadow: 1px 1px 1px #9f9F9F; + border-radius: 5px; + background-color:#dfdfdf; + padding:0; + display: flex; + flex-direction: column; + width: 100%; + height: 100%; +} +afx-app-window.unactive > div.afx-window-wrapper{ + background-color: #f6f6f6; +} + +afx-app-window ul.afx-window-top{ + margin: 0; + padding: 0; + width: 100%; + padding:0; + height: 20px; + border-bottom: 1px solid #a6a6a6; +} +afx-app-window ul.afx-window-top li{ + list-style: none; + margin-left: 3px; + margin-top:4px; + +} +afx-app-window ul.afx-window-top .afx-window-close,.afx-window-minimize,.afx-window-maximize{ + width: 11px; + height: 11px; + border-radius: 10px; +} +afx-app-window ul li.afx-window-close{ + background-color: #Fc605b; + float:left; +} +afx-app-window ul li.afx-window-minimize{ + background-color: #fec041; + float:left; +} +afx-app-window ul li.afx-window-maximize{ + background-color: #35cc4b; + float:left; +} + +afx-app-window ul li.afx-window-title{ + margin-top:1px; + float:none; + overflow: hidden; + padding-left: 5px; + padding-right: 5px; + text-align: center; +} + +afx-app-window div.afx-window-content +{ + overflow: hidden; + width: 100%; + background-color: white; + flex-grow: 1; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; +} + +afx-app-window div.afx-window-grip{ + height: 10px; + width: 10px; + background-color: transparent; +} +afx-hbox.inputbox{ + margin-left: 10px; + margin-right: 10px; + border-bottom: 1px solid #e5e5e5; } \ No newline at end of file diff --git a/blog/view/top.ls b/blog/view/top.ls index 3a795ca..12dd5c7 100644 --- a/blog/view/top.ls +++ b/blog/view/top.ls @@ -23,6 +23,10 @@ + + + + - +
@@ -98,7 +35,7 @@