<% @bckcolor="orange" %> body { font-family: Arial, Verdana; background: <%=@bckcolor%>; color: gray; } tr { vertical-align: text-top; } .pagenav { position: relative; width: 100%; height: 37px; } #menubox { position: absolute; user-select: none; top: 0px; left: 0px; padding: 12px; background-color: gainsboro; z-index: 77777777; } #page_content { position: absolute; width: 100%; top: 0px; left: 0px; z-index: 1; } #master_items { position: absolute; top: 0px; left: 0px; background-color: transparent; } .edit { user-select: none; background-color: red; position: relative; width: 77px; } .save_page { background-color: yellowgreen; position: relative; width: 77px; } .module_utils { user-select: none; background-color: teal; position: relative; width: 77px; } .tools_container { user-select: none; background-color: chocolate; position: relative; width: 77px; } .tools { user-select: none; background-color: lightcoral; position: relative; width: 77px; } .module_creator { user-select: none; background-color: aquamarine; position: relative; width: 77px; } .modules_list { user-select: none; background-color: darkblue; position: relative; width: 77px; } .modules_on_page { user-select: none; background-color: hotpink; position: relative; width: 77px; } .modules { background-color: #1c94c4; color:white; z-index: 7777777; position: absolute; width: 160px; height: 160px; } .header { position: relative; min-width: 20px; min-height: 20px; background-color: yellow; } .footer { min-width: 20px; min-height: 20px; background-color: greenyellow; } #viewmenu { font-size: 27px; width: 100px; text-align: center; display: block; margin-left: auto; margin-right: auto; } #viewallpage { width: 200px; text-align: center; display: block; margin-left: auto; margin-right: auto; } .next { position: absolute; top: 0px; right: 3px; font-size: 27px; } .prev { position: absolute; top: 0px; lef: 3px; font-size: 27px; } @media print { .linebreak { page-break-before: always; } } #pagetitle { position: relative; top: 0px; left: 0px; width: 100%; text-align: center; } #themenu { background: black; } #editablecontent { background: white; } p { margin: 0; padding: 0; } .button { -moz-user-select: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -ms-user-select: none; user-select: none; } /* CSS for the font-name + font-size plugin */ .wysiwyg-plugin-list { max-height: 16em; overflow: auto; overflow-x: hidden; overflow-y: scroll; } .wysiwyg-plugin-list a, .wysiwyg-plugin-list a:link, .wysiwyg-plugin-list a:visited { display: block; color: black; padding: 5px 10px; text-decoration: none; cursor: pointer; } .wysiwyg-plugin-list a:hover { color: HighlightText; background-color: Highlight; } /* CSS for the smiley plugin */ .wysiwyg-plugin-smilies { padding: 10px; text-align: center; white-space: normal; } .wysiwyg-plugin-smilies img { display: -moz-inline-stack; /* inline-block: http://blog.mozilla.org/webdev/2009/02/20/cross-browser-inline-block/ */ display: inline-block; display: inline; }