@phoenix-plugin-registry/swmitra.html-designer
Version:
NOW WITH RESPONSIVE DESIGN TOOLS (BETA)! Design and customize web ui with HTML and CSS. Now with taggable Design snippet/bookmark support.
104 lines (87 loc) • 4.01 kB
HTML
<style>
#styles-inline-editor .CodeMirror {
width: 100% ;
height: 100% ;
position: absolute ;
}
#styles-inline-editor .Code-warnings{
display:none ;
}
#styles-inline-editor{
margin-top: 21px ;
margin-left: 0px;
width: calc(100% - 173px) ;
height: calc(100% - 41px) ;
position: absolute ;
overflow:hidden;
}
#styles-editor-container .horz-resizer {
left: calc(100% - 1px) ;
top: 1px;
width: 1px;
}
#styles-editor-container .vert-resizer {
top: calc(100% - 1px) ;
left: 1px;
height: 1px;
}
.topcoat-list__item {
padding: 2px;
padding-left: 7px;
border-top: 1px solid hsla(180,1%,38%,1);
border-bottom: 1px solid hsla(180,1%,20%,1);
list-style-type: none;
width: 100%;
}
.topcoat-list__itemselected {
background:url('{{module_path}}/controlhtml/Widget_highlight.png');
background-repeat: no-repeat;
background-size: cover;
background-origin: padding-box;
}
.topcoat-list{
border-top: 1px solid hsla(180,1%,20%,1);
color: hsla(180,2%,78%,1);
margin: 0 0 1px 2px;
width: 100%;
}
.minimizedCSSView{
min-width:100px ;
width:100px ;
height:0px ;
top:calc(100% - 24px) ;
right: 0px;
left: auto ;
z-index: 51 ;
}
.minimizedCSSView .propertyToolboxHeader{
border:1px solid gray;
}
.minimizedCSSView #styles-editor-minimize{
display:none ;
}
.minimizedCSSView #styles-editor-maximize{
display:block ;
}
.minimizedCSSView #minimized-title{
display:block ;
}
</style>
<div class="splitViewEditor property-toolbox horz-resizable right-resizer vert-resizable bottom-resizer" id="styles-editor-container" draggable="true">
<div class="propertyToolboxHeader" style="display: block;">Styles
<a class ="close" id="styles-editor-close" style="">×</a>
<!--<a class ="close" id="styles-editor-minimize" style="margin-top:-1px;display:block;">−</a>
<a class ="close" id="styles-editor-maximize" style="margin-top:-1px;display:none;">□</a>
<span class="close" id="minimized-title" style="display:none;">Styles</span>-->
<div class="toolboxHeaderBottom" style="display: block;"></div>
</div>
<div class="selectors-list-container" style="position:absolute;display: block;width:150px !important; height:calc(100% - 40px) !important;top:30px;;right:10px;z-index:10;background-color: rgb(74, 77, 78);overflow-y:auto;overflow-x:hidden;">
<ul class="selectors-list topcoat-list"></ul>
</div>
<button class="topcoat-button create-new-stylesheet" type="button" id="create-new-stylesheet" data-toggle="dropdown" style="text-shadow:none;height: 26px; padding-top: 0px !important; margin-top: -23px; position: absolute; left: 10px; top: 25px;">
New Stylesheet ...
</button>
<select class="topcoat-select stylesheet-list" id="stylesheet-file-select" style="padding-top: 0px; position: absolute; height: 24px; width: 150px; top: 2px !important; right: 10px !important;">
</select>
<div id="styles-inline-editor" style=""></div>
</div>