Init commit. Added under construction banner for all pages.

This commit is contained in:
2020-02-23 12:36:42 +01:00
parent 0f9cd0c2bc
commit 234bb6f255
425 changed files with 15994 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
/* The main widget <div> element.
*/
div.com-apple-iweb-widget-HTMLRegion {
}
/* Root <div> for all widget views.
*/
div.com-apple-iweb-widget-HTMLRegion .html_region_widget {
position: relative;
width: 100%;
height: 100%;
}
/* HTML Snippet View.
*/
div.com-apple-iweb-widget-HTMLRegion div.HTMLRegionSnippetView {
position: absolute;
height: 100%;
width: 100%;
}
/* The Status View.
*/
div.com-apple-iweb-widget-HTMLRegion .HTMLRegionStatusView {
background: rgb(206,206,206);
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
/* Status View table.
*/
div.com-apple-iweb-widget-HTMLRegion .StatusMessageTable {
position: absolute;
border-collapse: collapse;
border: 0;
width: 100%;
height: 100%;
}
div.com-apple-iweb-widget-HTMLRegion .StatusMessageTable td {
vertical-align: middle;
text-align: center;
}