diff --git a/node/minify.js b/node/minify.js index d7890f5c7..54fe18483 100644 --- a/node/minify.js +++ b/node/minify.js @@ -39,7 +39,7 @@ exports.padJS = function(req, res) { res.header("Content-Type","text/javascript"); - var jsFiles = ["jquery.min.js", "plugins.js", "undo-xpopup.js", "json2.js", "pad_utils.js", "pad_cookie.js", "pad_editor.js", "pad_editbar.js", "pad_docbar.js", "pad_modals.js", "ace.js", "collab_client.js", "pad_userlist.js", "pad_impexp.js", "pad_savedrevs.js", "pad_connectionstatus.js", "pad2.js", "jquery-ui-slide.js", "chat.js"]; + var jsFiles = ["jquery.min.js", "pad_utils.js", "plugins.js", "undo-xpopup.js", "json2.js", "pad_cookie.js", "pad_editor.js", "pad_editbar.js", "pad_docbar.js", "pad_modals.js", "ace.js", "collab_client.js", "pad_userlist.js", "pad_impexp.js", "pad_savedrevs.js", "pad_connectionstatus.js", "pad2.js", "jquery-ui.js", "chat.js"]; //minifying is enabled if(settings.minify) @@ -241,6 +241,7 @@ exports.padJS = function(req, res) for(var i in jsFiles) { + console.log(jsFiles[i]); res.write("loadjsfile('"+ jsFiles[i] + "');\n"); } diff --git a/static/css/editor.css b/static/css/iframe_editor.css similarity index 51% rename from static/css/editor.css rename to static/css/iframe_editor.css index 0a43478b3..7be570112 100644 --- a/static/css/editor.css +++ b/static/css/iframe_editor.css @@ -2,6 +2,36 @@ /* These CSS rules are included in both the outer and inner ACE iframe. Also see inner.css, included only in the inner one. */ +html { cursor: text; } /* in Safari, produces text cursor for whole doc (inc. below body) */ +span { cursor: auto; } + +a { cursor: pointer !important; } + +ul, ol, li { + padding: 0; + margin: 0; +} +ul { margin-left: 1.5em; } +ul ul { margin-left: 0 !important; } +ul.list-bullet1 { margin-left: 1.5em; } +ul.list-bullet2 { margin-left: 3em; } +ul.list-bullet3 { margin-left: 4.5em; } +ul.list-bullet4 { margin-left: 6em; } +ul.list-bullet5 { margin-left: 7.5em; } +ul.list-bullet6 { margin-left: 9em; } +ul.list-bullet7 { margin-left: 10.5em; } +ul.list-bullet8 { margin-left: 12em; } + +ul { list-style-type: disc; } +ul.list-bullet1 { list-style-type: disc; } +ul.list-bullet2 { list-style-type: circle; } +ul.list-bullet3 { list-style-type: square; } +ul.list-bullet4 { list-style-type: disc; } +ul.list-bullet5 { list-style-type: circle; } +ul.list-bullet6 { list-style-type: square; } +ul.list-bullet7 { list-style-type: disc; } +ul.list-bullet8 { list-style-type: circle; } + body { margin: 0; @@ -93,9 +123,6 @@ p { margin: 0; } -/*b, strong, .Apple-style-span { font-weight: normal !important; font-style: normal !important; - color: red !important; }*/ - #linemetricsdiv { position: absolute; left: -1000px; @@ -106,4 +133,35 @@ p { font-family: monospace; /* overridden by lineMetricsDiv.style */ } -#overlaysdiv { position: absolute; left: -1000px; top: -1000px; } \ No newline at end of file +#overlaysdiv { position: absolute; left: -1000px; top: -1000px; } + +/* ---------- Used by JavaScript Lexer ---------- */ +.syntax .c { color: #bd3f00; font-style: italic } /* Comment */ +.syntax .o { font-weight: bold; } /* Operator */ +.syntax .p { font-weight: bold; } /* Punctuation */ +.syntax .k { color: blue; } /* Keyword */ +.syntax .kc { color: purple } /* Keyword.Constant */ +.syntax .nx { } /* Name.Other */ +.syntax .mf { color: purple } /* Literal.Number.Float */ +.syntax .mh { color: purple } /* Literal.Number.Hex */ +.syntax .mi { color: purple } /* Literal.Number.Integer */ +.syntax .sr { color: purple } /* Literal.String.Regex */ +.syntax .s2 { color: purple } /* Literal.String.Double */ +.syntax .s1 { color: purple } /* Literal.String.Single */ +.syntax .sd { color: purple } /* Literal.String.Doc */ +.syntax .cs { color: #00aa33; font-weight: bold; font-style: italic } /* Comment.Special */ +.syntax .err { color: #cc0000; font-weight: bold; text-decoration: underline; } /* Error */ + +/* css */ +.syntax .nt { font-weight: bold; } /* tag */ +.syntax .nc { color: #336; } /* class */ +.syntax .nf { color: #336; } /* id */ +.syntax .nd { color: #999; } /* :foo */ +.syntax .m { color: purple } /* number */ +.syntax .nb { color: purple } /* built-in */ +.syntax .cp { color: #bd3f00; } /* !important */ + +.syntax .flash { background-color: #adf !important; } +.syntax .flashbad { background-color: #f55 !important; } + + diff --git a/static/css/inner.css b/static/css/inner.css deleted file mode 100644 index 95e7ae1fd..000000000 --- a/static/css/inner.css +++ /dev/null @@ -1,45 +0,0 @@ - -/* Firefox (3) is bad about keeping the text cursor in design mode; - various actions (clicking, dragging, scroll-wheel) lose it and it - doesn't come back easily, presumably because of optimizations. - These rules try to maximize the chance Firefox will think the cursor - needs changing again. -*/ -html { cursor: text; } /* in Safari, produces text cursor for whole doc (inc. below body) */ -span { cursor: auto; } - -a { cursor: pointer !important; } - -/*span { padding-bottom: 1px; }/* padding-top: 1px; }*/ - -/*div { background: transparent url(static/img/acecarets/default.gif) repeat-y left top }*/ - -/*tt { padding-left: 3px; padding-right: 3px; margin-right: -3px; margin-left: -3px; }*/ - -/*div { display: list-item; list-style: disc outside; margin-left: 20px; }*/ -/*div:before { content:"foo" }*/ - -ul, ol, li { - padding: 0; - margin: 0; -} -ul { margin-left: 1.5em; } -ul ul { margin-left: 0 !important; } -ul.list-bullet1 { margin-left: 1.5em; } -ul.list-bullet2 { margin-left: 3em; } -ul.list-bullet3 { margin-left: 4.5em; } -ul.list-bullet4 { margin-left: 6em; } -ul.list-bullet5 { margin-left: 7.5em; } -ul.list-bullet6 { margin-left: 9em; } -ul.list-bullet7 { margin-left: 10.5em; } -ul.list-bullet8 { margin-left: 12em; } - -ul { list-style-type: disc; } -ul.list-bullet1 { list-style-type: disc; } -ul.list-bullet2 { list-style-type: circle; } -ul.list-bullet3 { list-style-type: square; } -ul.list-bullet4 { list-style-type: disc; } -ul.list-bullet5 { list-style-type: circle; } -ul.list-bullet6 { list-style-type: square; } -ul.list-bullet7 { list-style-type: disc; } -ul.list-bullet8 { list-style-type: circle; } diff --git a/static/css/pad2_ejs.css b/static/css/pad2_ejs.css deleted file mode 100644 index 715b8b9f2..000000000 --- a/static/css/pad2_ejs.css +++ /dev/null @@ -1,1139 +0,0 @@ - -*,html.body,p { margin: 0; padding: 0; } -h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; font-style: normal; - text-decoration: none; margin: 0; padding: 0; } - -.clear { clear: both; } - -html { font-size: 62.5%; } - -body { background: #ebebeb url(/static/img/backgrad.gif) repeat-x left top; } -body, textarea { font-family: Arial, sans-serif; } - -#padpage { - position: absolute; - top: 0px; - bottom: 8px; - left: 50%; - margin-left: -450px; - width: 900px; -} - -body #padpage { - left: 8px; - right: 8px; - width: auto; - margin-left: 0; -} - -body.fullwidth #padpage { width: auto; margin-left: 6px; margin-right: 6px; } -body.squish1width #padpage { width: 800px; } -body.squish2width #padpage { width: 700px; } - -.topbar { height: 25px; background: #326cbd url(/static/img/padtopback2.gif) repeat-x left top; - position: relative; } - -.topbarleft { float: left; height: 100%; overflow: hidden; - background: url(/static/img/padtop5.gif) no-repeat left top; width: 5px; - - } -.topbarright { float: right; height: 100%; overflow: hidden; - background: url(/static/img/padtop5.gif) no-repeat right top; width: 5px; } - -.propad .topbar { background: #2c2c2c url(/static/img/protop.gif) repeat-x 0 -25px; } -.propad .topbarleft { background: url(/static/img/protop.gif) no-repeat left top; } -.propad .topbarright { background: url(/static/img/protop.gif) no-repeat right top; } - -a#backtoprosite, #accountnav { - display: block; position: absolute; height: 15px; line-height: 15px; - width: auto; top: 5px; font-size: 1.2em; display:none; -} -a#backtoprosite, #accountnav a { color: #cde7ff; text-decoration: underline; } - -a#backtoprosite { padding-left: 20px; left: 6px; - background: url(/static/img/protop.gif) no-repeat -5px -6px; } -#accountnav { right: 30px; color: #fff; } - -.topbarcenter { margin-left: 150px; margin-right: 150px; text-align:center;} -a.topbaretherpad { margin-left: auto; margin-right: auto; display: block; width: 103px; - position: relative; top: 3px; height: 0; padding-top: 20px; -/* background: url(/static/img/padtop5.gif) no-repeat -397px -3px; overflow: hidden; */ -} - - -.topbarBrand {font-size:2.1em; color: white; font-weight: bold; text-decoration: none; text-align: center;} - - - -.EtherpadLink {font-size: 1.2em; color: white;float:left;margin-left:-140px;margin-top:4px; text-decoration: none; } -.Licensing {font-size: 1.2em; color: white;float:left;margin-top:4px;margin-left:-75px; text-decoration: none; } -.fullscreen {font-size: 1.2em; color: white;float:right;margin-top:4px;margin-right:-120px; text-decoration: none; } - -.propad a.topbaretherpad { background: url(/static/img/protop.gif) no-repeat -397px -3px; } - -#specialkeyarea { top: 5px; left: 250px; color: yellow; font-weight: bold; - font-size: 1.5em; position: absolute; } - -#alertbar { - margin-top: 6px; - opacity: 0; - filter: alpha(opacity = 0); /* IE */ - display: none; - position:absolute; - left:0; - right:0; - z-index:53; -} - -#servermsg { position: relative; zoom: 1; border: 1px solid #992; - background: #ffc; padding: 0.8em; font-size: 1.2em; } -#servermsg h3 { font-weight: bold; margin-right: 10px; - margin-bottom: 1em; float: left; width: auto; } -#servermsg #servermsgdate { font-style: italic; font-weight: normal; color: #666; } -a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; } - -#shuttingdown { position: relative; zoom: 1; border: 1px solid #992; - background: #ffc; padding: 0.6em; font-size: 1.2em; margin-top: 6px; } - -.docbar { margin-top: 6px; height: 25px; position: relative; zoom: 1; - background: #fbfbfb url(/static/img/padtopback2.gif) repeat-x 0 -31px; } - -.docbarbutton -{ - padding-top: 2px; - padding-bottom: 2px; - padding-left: 4px; - padding-right: 4px; - border-left: 1px solid #CCC; - white-space: nowrap; -} - -.docbarbutton img -{ - border: 0px; - width: 13px; - margin-right: 2px; - vertical-align: middle; - margin-top: 3px; - margin-bottom: 2px; -} - -.menu, -.menu ul { - font-size: 10pt; - list-style-type: none; -} - -.menu ul { - padding-left: 20px; -} - -.menu a { - font-size: 10px; - line-height: 18px; - text-decoration: none; - color: #444; - font-weight: bold; -} - -.docbarbutton.highlight -{ - background-color: #fef2bd; - border: 1px solid #CCC; - border-right: 0px; -} - -.docbarleft { position: absolute; left: 0; top: 0; height: 100%; - overflow: hidden; - background: url(/static/img/padtop5.gif) no-repeat left -31px; width: 7px; } - -<% /* changing the size of the title / rename area means adjusting - the .docbarpadtitle.width, #padtitlebuttons.left, - and #padtitleedit.width */ %> - -.docbarpadtitle { position: absolute; height: auto; left: 9px; - width: 280px; font-size: 1.6em; color: #444; font-weight: normal; - line-height: 22px; margin-left: 2px; height: 22px; top: 2px; - overflow: hidden; text-overflow: ellipsis /*not supported in FF*/; - white-space:nowrap; } -.docbar-public .docbarpadtitle { padding-left: 22px; - background: url(/static/img/public.gif) no-repeat left center; } - -.docbarrenamelink { position: absolute; top: 6px; - font-size: 1.1em; display: none; } -.docbarrenamelink a { color: #999; } -.docbarrenamelink a:hover { color: #48d; } -#padtitlebuttons { position: absolute; width: 74px; zoom: 1; - height: 17px; top: 4px; left: 170px; display: none; - background: url(/static/img/ok_or_cancel.gif) 0px 0px; } -#padtitlesave { position: absolute; display: block; - height: 0; padding-top: 17px; overflow: hidden; - width: 23px; left: 0; top: 0; } -#padtitlecancel { position: absolute; display: block; - height: 0; padding-top: 17px; overflow: hidden; - width: 35px; right: 0; top: 0; } -#padtitleedit { position: absolute; top: 2px; left: 5px; - height: 15px; padding: 2px; font-size: 1.4em; - background: white; border-left: 1px solid #c3c3c3; - border-top: 1px solid #c3c3c3; - border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; - width: 150px; display: none; -} - -#padmain { - margin-top: 6px; - position: absolute; - top: 56px; - left: 0px; - right: 0px; - bottom: 0px; - zoom: 1; -} - -#padeditor { - bottom:0px; - left:0; - position:absolute; - right:0; - top:0; - zoom: 1; -} -.hidesidebar #padeditor { right: 0; } - -#vdraggie { - background: url(/static/img/vdraggie.gif) no-repeat top center; - cursor: W-resize; - bottom:0; - position:absolute; - right:268px; - top:0; - width:56px; - z-index: 10; -} - -.editbar { height: 36px; - background: #a5bfe2 url(/static/img/editbar_background.gif) repeat-x; - height:36px; - left:0; - position:absolute; - right:0; - top:0; - color: #444444; -} - -.editbarinner { - overflow: hidden; -} - -.editbarleft { float: left; height: 100%; overflow: hidden; - background: url(/static/img/editbar_background_left.gif) no-repeat left top; width: 2px; } -.editbarright { float: right; height: 100%; overflow: hidden; - background: url(/static/img/editbar_background_right.gif) no-repeat right top; width: 2px; } - -.editbartable -{ - position:absolute; - top: 6px; - left: 7px; - width: 250px; - height: 24px; -} - -.editbarsavetable -{ - position:absolute; - top: 6px; - right: 29px; - height: 24px; -} - -.editbarsavetable td, .editbartable td -{ - white-space: nowrap; -} - -.editbarbutton -{ - border-top: 1px solid #8b9eba; - border-bottom: 1px solid #8b9eba; - border-left: 1px solid #758aa9; - background-color: white; - padding: 0px 2px; -} - -.editbarbutton img -{ - border: 0px; - width: 16px; - height: 16px; -} - -.editbarbutton a { - text-decoration: none; -} -.editbarbutton a:active -{ - position: relative; - top: 1px; - left: 1px; -} - -.editbargroupsfirst -{ - border-left-width: 0px !important; -} - -.editbar #syncstatussyncing { position: absolute; height: 26px; width: 26px; - background: url(/static/img/syncing2.gif) no-repeat center center; - right: 38px; top: 5px; display: none; } -.editbar #syncstatusdone { position: absolute; height: 26px; width: 26px; - background: url(/static/img/syncdone.gif) no-repeat center center; - right: 38px; top: 5px; display: none; } - -#editorcontainerbox { - border-left: 1px solid #c4c4c4; border-right: 1px solid #c4c4c4; - border-bottom: 1px solid #c4c4c4; - background: #fff; - bottom:0; - left:0; - overflow: hidden; - position: absolute; - right: 0; - top: 36px; - zoom: 1; - z-index: 11; -} - -#editorcontainer { height: 100%; } - -#editorcontainer iframe { width: 100%; height: 100%; padding: 0; margin: 0; } - -#editorloadingbox { padding-top: 100px; padding-bottom: 100px; font-size: 2.5em; color: #aaa; - text-align: center; position: absolute; width: 100%; height: 30px; z-index: 100; } - -#padsidebar { - bottom: 0px; - position: absolute; - right: 0; - top: 0; - width: 290px; - overflow: hidden; - z-index: 11; -} -.hidesidebar #padsidebar { width: 0; overflow: hidden; } - -#padsidebarfull { - border: 1px solid #c4c4c4; - background: #fafafa; - zoom: 1; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - padding: 8px; -} - -#padusers { - border: 1px solid #c4c4c4; - background: #fafafa; - zoom: 1; - position: absolute; - top: 0; - left: 0; - right: 0; - height: 300px; -} -#myuser { - background: #d9e7f9; - padding: 5px; - position: absolute; - top: 0; - left: 0; - right: 0; - height: 31px; -} -#otherusers { - overflow: auto; - position: absolute; - top: 41px; - left: 0; - right: 0; - bottom: 28px; -} -#userlistbuttonarea { - background: url(/static/img/inviteshare2.gif) repeat-x 0 0; - position: absolute; - height: 28px; - left: 0; - right: 0; - bottom: 0; -} - -#hdraggie { - background: url(/static/img/hdraggie.gif) repeat-x center top; - cursor: S-resize; - position: absolute; - top: 300px; - left: 0; - right: 0; - height: 10px; -} - -#padchat { - border: 1px solid #c4c4c4; - position: absolute; - top: 310px; - left: 0; - right: 0; - bottom: 0px; -} -#chatlines { - overflow: auto; - background: #fafafa; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 30px; -} -#chatbottom { - background: #ecf2fa; - padding: 4px; - position: absolute; - height: 22px; - left: 0; - right: 0; - bottom: 0px; -} - -#myswatchbox { position: absolute; left: 5px; top: 5px; width: 22px; height: 22px; - /*border-top: 1px solid #c3cfe0; border-left: 1px solid #c3cfe0; - border-right: 1px solid #ecf3fc; border-bottom: 1px solid #ecf3fc;*/ - border: 1px solid #bbb; - padding: 1px; background: transparent; cursor: pointer; } -#myuser .myswatchboxhoverable, #myuser .myswatchboxunhoverable { - background: white; -} -#myuser .myswatchboxhoverable:hover { - background: #bbb; -} -#myswatch { width: 100%; height: 100%; background: transparent;/*...initially*/ } -#mycolorpicker { - background: url(/static/img/colorpicker.gif) no-repeat left top; - width: 232px; height: 140px; - position: absolute; - left: 13px; top: 13px; z-index: 101; - display: none;/*...initially*/ -} -#mycolorpicker .n1 { left: 13px; } -#mycolorpicker .n2 { left: 40px; } -#mycolorpicker .n3 { left: 67px; } -#mycolorpicker .n4 { left: 94px; } -#mycolorpicker .n5 { left: 121px; } -#mycolorpicker .n6 { left: 148px; } -#mycolorpicker .n7 { left: 175px; } -#mycolorpicker .n8 { left: 202px; } - -#mycolorpicker .n9 { left: 13px; top: 34px ! important;} -#mycolorpicker .n10 { left: 40px; top: 34px ! important;} -#mycolorpicker .n11 { left: 67px; top: 34px ! important;} -#mycolorpicker .n12 { left: 94px; top: 34px ! important;} -#mycolorpicker .n13 { left: 121px; top: 34px ! important;} -#mycolorpicker .n14 { left: 148px; top: 34px ! important;} -#mycolorpicker .n15 { left: 175px; top: 34px ! important;} -#mycolorpicker .n16 { left: 202px; top: 34px ! important;} - -#mycolorpicker .n17 { left: 13px; top: 56px ! important;} -#mycolorpicker .n18 { left: 40px; top: 56px ! important;} -#mycolorpicker .n19 { left: 67px; top: 56px ! important;} -#mycolorpicker .n20 { left: 94px; top: 56px ! important;} -#mycolorpicker .n21 { left: 121px; top: 56px ! important;} -#mycolorpicker .n22 { left: 148px; top: 56px ! important;} -#mycolorpicker .n23 { left: 175px; top: 56px ! important;} -#mycolorpicker .n24 { left: 202px; top: 56px ! important;} - -#mycolorpicker .n25 { left: 13px; top: 78px ! important;} -#mycolorpicker .n26 { left: 40px; top: 78px ! important;} -#mycolorpicker .n27 { left: 67px; top: 78px ! important;} -#mycolorpicker .n28 { left: 94px; top: 78px ! important;} -#mycolorpicker .n29 { left: 121px; top: 78px ! important;} -#mycolorpicker .n30 { left: 148px; top: 78px ! important;} -#mycolorpicker .n31 { left: 175px; top: 78px ! important;} -#mycolorpicker .n32 { left: 202px; top: 78px ! important;} - -#mycolorpicker .pickerswatchouter { - border: 1px solid white; - width: 15px; height: 15px; position: absolute; - top: 12px; -} -#mycolorpicker .pickerswatch { - border: 1px solid #999; - width: 13px; - height: 13px; - position: absolute; - left: 0; top: 0; -} -#mycolorpicker .picked { border: 1px solid #666 !important; } -#mycolorpicker .picked .pickerswatch { border: 1px solid #666; } -#mycolorpickersave { position: absolute; left: 14px; top: 102px; - width: 47px; height: 0; padding-top: 20px; overflow: hidden; - cursor: pointer; } -#mycolorpickercancel { position: absolute; left: 87px; top: 102px; - width: 44px; height: 0; padding-top: 20px; overflow: hidden; - cursor: pointer; } -#myusernameform { margin-left: 35px; } -#myusernameedit { font-size: 1.6em; color: #444; - padding: 3px; height: 18px; margin: 0; border: 0; - width: 197px; background: transparent; } -#myusernameform input.editable { border: 1px solid #bbb; } -#myuser .myusernameedithoverable:hover { background: white; } -#mystatusform { margin-left: 35px; margin-top: 5px; } -#mystatusedit { font-size: 1.2em; color: #777; - font-style: italic; display: none; - padding: 2px; height: 14px; margin: 0; border: 1px solid #bbb; - width: 199px; background: transparent; } -#myusernameform .editactive, #myusernameform .editempty { - background: white; border-left: 1px solid #c3c3c3; - border-top: 1px solid #c3c3c3; - border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; -} -#myusernameform .editempty { color: #ef641e; } - -table#otheruserstable { display: none; } -#nootherusers { padding: 10px; font-size: 1.2em; color: #999; font-weight: bold;} -#nootherusers a { color: #48d; } - -#otheruserstable td { - border-bottom: 1px solid #e1e1e1; - height: 26px; - vertical-align: middle; - padding: 0 2px; -} - -#otheruserstable .swatch { - border: 1px solid #999; width: 13px; height: 13px; overflow: hidden; - margin: 0 4px; -} - -.usertdswatch { width: 1%; } -.usertdname { font-size: 1.3em; color: #444; } -.usertdstatus { font-size: 1.1em; font-style: italic; color: #999; } -.usertdactivity { font-size: 1.1em; color: #777; } - -.usertdname input { border: 1px solid #bbb; width: 80px; padding: 2px; } -.usertdname input.editactive, .usertdname input.editempty { - background: white; border-left: 1px solid #c3c3c3; - border-top: 1px solid #c3c3c3; - border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; -} -.usertdname input.editempty { color: #888; font-style: italic;} - -#sharebutton { - background: url(/static/img/inviteshare2.gif) no-repeat 0 -31px; - position: absolute; display: block; top: 3px; padding-top: 23px; - height: 0; overflow: hidden; width: 96px; - left:50%; - margin-left: -48px; -} - - /*#guestslabel { font-size: 1.2em; position: absolute; width: auto; - height: 22px; line-height: 22px; top: 4px; left: 8px; } -#guestsmenu { font-size: 1.2em; position: absolute; left: 100px; - top: 5px; width: 95px; } -.guestpolicystuff { display: none; }*/ - -.guestprompt { border: 1px solid #ccc; font-size: 1.2em; - padding: 5px; color: #222; background: #ffc; } -.guestprompt .choices { float: right; } -.guestprompt a { margin: 0 0.5em; } - -#chattop { background: #ecf2fa; padding: 5px; font-size: 1.2em; border-bottom: 1px solid #ddd; } -#chattop a { color: #36b; } -#chatlines .chatline { color: #444; padding-left: 5px; padding-top: 2px; padding-bottom: 2px; - background: #ddd; overflow: hidden; } -#chatlines .chatlinetime { display: block; font-size: 1em; color: #666; float: right; width: auto; - padding-right: 5px; } -#chatlines .chatlinename, #chatlines .chatlinetext { font-size: 1.2em; } -#chatlines h2 { margin: 0; padding-left: 5px; padding-top: 2px; padding-bottom: 2px; color: #999; font-style: italic; font-weight: bold; font-size: 1.2em; } -#chatprompt { font-size: 1.2em; color: #444; float: left; line-height: 22px; width: 35px; text-align: right; } -#chatentryform { margin-left: 40px; } -#chatentrybox { font-size: 1.2em; color: #444; - padding: 2px; height: 16px; margin: 0; border-left: 1px solid #c3c3c3; - border-top: 1px solid #c3c3c3; - border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; - width: 230px; } -#padchat a#chatloadmore { display: none; font-size: 1.2em; padding: 2px 5px; font-style: italic; } -#padchat #chatloadingmore { display: none; font-size: 1.2em; padding: 2px 5px; font-style: italic; - color: #999; } -#padchat a#chatloadmore:focus { outline: 0; } - -#djs { font-family: monospace; font-size: 10pt; - height: 200px; overflow: auto; border: 1px solid #ccc; - background: #fee; margin: 0; padding: 6px; -} -#djs p { margin: 0; padding: 0; display: block; } - -.modaldialog.cboxreconnecting .modaldialog-inner, -.modaldialog.cboxconnecting .modaldialog-inner { - background: url(/static/img/connectingbar.gif) no-repeat center 60px; - height: 100px; -} -.modaldialog.cboxreconnecting { - background: #fed; -} -.modaldialog.cboxconnecting, -.modaldialog.cboxdisconnected { - background: #fdd; -} -.cboxdisconnected #connectionboxinner div { display: none; } -.cboxdisconnected_userdup #connectionboxinner #disconnected_userdup { display: block; } -.cboxdisconnected_initsocketfail #connectionboxinner #disconnected_initsocketfail { display: block; } -.cboxdisconnected_looping #connectionboxinner #disconnected_looping { display: block; } -.cboxdisconnected_slowcommit #connectionboxinner #disconnected_slowcommit { display: block; } -.cboxdisconnected_unauth #connectionboxinner #disconnected_unauth { display: block; } -.cboxdisconnected_unknown #connectionboxinner #disconnected_unknown { display: block; } -.cboxdisconnected_initsocketfail #connectionboxinner #reconnect_advise, -.cboxdisconnected_looping #connectionboxinner #reconnect_advise, -.cboxdisconnected_slowcommit #connectionboxinner #reconnect_advise, -.cboxdisconnected_unknown #connectionboxinner #reconnect_advise { display: block; } -.cboxdisconnected_unknown #connectionboxinner #offline_notification { display: block; } -.cboxdisconnected div#reconnect_form { display: block; } -.cboxdisconnected div#hide_dialog{ display: block; } -.cboxdisconnected .disconnected h2 { display: none; } -.cboxdisconnected .disconnected .h2_disconnect { display: block; } -.cboxdisconnected_userdup .disconnected h2.h2_disconnect { display: none; } -.cboxdisconnected_userdup .disconnected h2.h2_userdup { display: block; } -.cboxdisconnected_unauth .disconnected h2.h2_disconnect { display: none; } -.cboxdisconnected_unauth .disconnected h2.h2_unauth { display: block; } - -#connectionstatus { - position: absolute; width: 37px; height: 41px; overflow: hidden; - right: 0; - z-index: 11; -} -#connectionboxinner .connecting { - margin-top: 20px; - font-size: 2.0em; color: #555; - text-align: center; display: none; -} -.cboxconnecting #connectionboxinner .connecting { display: block; } - -#connectionboxinner .disconnected h2 { - font-size: 1.8em; color: #333; - text-align: left; - margin-top: 10px; margin-left: 10px; margin-right: 10px; - margin-bottom: 10px; -} -#connectionboxinner .disconnected p { - margin: 10px 10px; - font-size: 1.2em; - line-height: 1.1; - color: #333; -} -#connectionboxinner .disconnected { display: none; } -.cboxdisconnected #connectionboxinner .disconnected { display: block; } - -#connectionboxinner .reconnecting { - margin-top: 20px; - font-size: 1.6em; color: #555; - text-align: center; display: none; -} -.cboxreconnecting #connectionboxinner .reconnecting { display: block; } - -#reconnect_form button { - font-size: 12pt; -} - -#hide_dialog button { - font-size: 12pt; -} - -/* We give docbar a higher z-index than its descendant impexp-wrapper in - order to allow the Import/Export panel to be on top of stuff lower - down on the page in IE. Strange but it works! */ -.docbar { z-index: 52; } - -#impexp-wrapper { width: 650px; right: 10px; } -#impexp-panel { height: 160px; } -.docbarimpexp-closing #impexp-wrapper { z-index: 50; } - -#savedrevs-wrapper { width: 100%; left: 0; } -#savedrevs-panel { height: 79px; } -.docbarsavedrevs-closing #savedrevs-wrapper { z-index: 50; } -#savedrevs-wrapper .dbpanel-rightedge { background-position: 0 -10px; } - -#options-wrapper { width: 340px; right: 200px; } -#options-panel { height: 114px; } -.docbaroptions-closing #options-wrapper { z-index: 50; } - -#security-wrapper { width: 320px; right: 300px; } -#security-panel { height: 130px; } -.docbarsecurity-closing #security-wrapper { z-index: 50; } - -#revision-notifier { position: absolute; right: 8px; top: 25px; - width: auto; height: auto; font-size: 1.2em; background: #ffc; - border: 1px solid #aaa; color: #444; padding: 3px 5px; - display: none; z-index: 55; } -#revision-notifier .label { color: #777; font-weight: bold; } - -/* We don't ever actually hide the wrapper, even when the panel is - cloased, so that its contents can always be manipulated accurately. */ -.dbpanel-wrapper { position: absolute; - overflow: hidden; /* animated: */ height: 0; top: 25px; /* /animated */ - z-index: 51; zoom: 1; } -.dbpanel-panel { position: absolute; bottom: 0; width: 100%; } - -.dbpanel-middle { margin-left: 7px; margin-right: 7px; - position: relative; height: 100%; overflow: hidden; zoom: 1; } -.dbpanel-inner { background: #f7f7f7 /* covered up by images */; - width: 100%; height: 100%; position: absolute; overflow: hidden; top: -10px; } - -.dbpanel-top { position: absolute; top: 0; width: 100%; - height: 400px; background-image: url(/static/img/docpanelmiddle2.png); - background-position: left top; } - -.dbpanel-bottom { position: absolute; height: 400px; - bottom: -390px; width: 100%; - background-image: url(/static/img/docpanelmiddle2.png); - background-position: left top; -} - -* html .dbpanel-top, * html .dbpanel-bottom { /* for IE 6+ */ - background-color: transparent; - background-image: url(/static/img/apr09/blank.gif); - /* scale the image instead of repeating, but it amounts to the same */ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/img/docpanelmiddle2.png", sizingMethod="scale"); -} - -.dbpanel-leftedge, .dbpanel-rightedge, .dbpanel-botleftcorner, .dbpanel-botrightcorner { - position: absolute; - background-repeat: no-repeat; - background-color: transparent; - background-image: url(/static/img/docpaneledge2.png); -} - -.dbpanel-leftedge, .dbpanel-rightedge { height: 100%; width: 7px; bottom: 11px; } -.dbpanel-botleftcorner, .dbpanel-botrightcorner { height: 11px; width: 7px; bottom: 0; } - -.dbpanel-leftedge, .dbpanel-botleftcorner { left: 0; background-position: -7px 0; } -.dbpanel-rightedge, .dbpanel-botrightcorner { right: 0; background-position: 0 0; } - -#importexport { position: absolute; top: 5px; left: 0; font-size: 1.2em; color: #444; - height: 100%; width: 100%; } - -* html .dbpanel-leftedge, * html .dbpanel-rightedge, * html .dbpanel-botleftcorner, * html .dbpanel-botrightcorner { - background-color: transparent; - background-image: url(/static/img/apr09/blank.gif); - /* crop the image */ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/img/docpaneledge2.png", sizingMethod="crop"); -} -* html .dbpanel-leftedge, * html .dbpanel-botleftcorner { left: -7px; width: 14px; } - -#impexp-importlabel { position: absolute; top: 5px; left: 10px; width: 300px; } - -#importform { position: absolute; top: 24px; left: 5px; width: 300px; height: 60px; } -#importformsubmitdiv, #importformfilediv { padding: 5px 5px; } -#importexport .importformenabled { - background: #cfc; - border: 1px solid #292; -} -#importexport span.nowrap { white-space: nowrap; } -#importexport #importstatusball { margin-left: 3px; padding-top: 1px; display: none; } -#importexport #importarrow { margin-left: 5px; padding-top: 1px; display: none; } -#importexport .importmessage { border: 1px solid #992; - background: #ffc; padding: 5px; font-size: 85%; display: none; } -#importexport #importmessagefail { margin-top: 5px; } -#importexport #importmessagesuccess { margin: 0 20px; } -#importexport a.disabledexport { - color: #333; text-decoration: none; - opacity: 0.5; filter: alpha(opacity = 50) /*IE*/; -} -#importexport #importfileinput { padding: 2px 0; } -#importexport #importsubmitinput { padding: 2px; } - -#impexp-divider { position: absolute; left: 320px; top: 5px; height: 135px; width: 2px; - background: #ddd; } -#impexp-close { display: block; position: absolute; right: 2px; bottom: 15px; - width: auto; height: auto; font-size: 85%; color: #444; - z-index: 61 /* > clickcatcher */} -#impexp-disabled-clickcatcher { - display: none; - position: absolute; width: 100%; height: 100%; - z-index: 60; -} - -#impexp-exportlabel { position: absolute; top: 5px; left: 350px; - width: 300px; } -#exportlinks .exportlink { - display: block; position: absolute; height: 22px; width: auto; - background-repeat: no-repeat; - background-image: url(/static/img/fileicons.gif); - line-height: 22px; padding-left: 22px; padding-right: 2px; -} -#exportlinks .n1 { left: 350px; top: 30px; } -#exportlinks .n2 { left: 350px; top: 57px; } -#exportlinks .n3 { left: 350px; top: 84px; } -#exportlinks .n4 { left: 485px; top: 30px; } -#exportlinks .n5 { left: 485px; top: 57px; } -#exportlinks .n6 { left: 485px; top: 84px; } -#exportlinks .exporthrefdoc { background-position: 2px -1px; } -#exportlinks .exporthrefhtml { background-position: 2px -25px; } -#exportlinks .exporthreflink { background-position: 2px -49px; } -#exportlinks .exporthrefodt { background-position: 2px -73px; } -#exportlinks .exporthrefpdf { background-position: 2px -97px; } -#exportlinks .exporthreftxt { background-position: 2px -121px; } - -#savedrevisions { position: absolute; top: 0; left: 0; font-size: 1.2em; - color: #444; height: 100%; width: 100%; } -#savedrevs-scrolly { height: 75px; width: auto; margin-right: 136px; - overflow: hidden; position: relative; top: 1px; -} -#savedrevs-scrollleft { height: 100%; width: 14px; position: absolute; - left: 0; top: 0; cursor: pointer; - background: url(/static/img/savedrevarrows.gif) no-repeat right top; -} -#savedrevs-scrollright { height: 100%; width: 14px; position: absolute; - right: 0; top: 0; cursor: pointer; - background: url(/static/img/savedrevarrows.gif) no-repeat left top; -} -#savedrevs-scrolly .disabledscrollleft { background-position: right bottom; } -#savedrevs-scrolly .disabledscrollright { background-position: left bottom; } -#savedrevs-scrollouter { margin-left: 14px; margin-right: 14px; - width: auto; height: 100%; overflow: hidden; position: relative; -} -#savedrevs-scrollinner { position: absolute; width: 1px; height: 100%; - overflow: visible; right: 0/*...initially*/; top: 0; } -#savedrevisions .srouterbox { width: 120px; height: 100%; - position: absolute; top: 0; -} -#savedrevisions .srinnerbox { position: relative; top: 8px; - height: 59px; width: auto; border-left: 1px solid #ddd; - padding: 0 8px 0 8px; } -#savedrevisions a.srname { display: block; white-space: nowrap; - text-overflow: ellipsis /*no FF support*/; overflow: hidden; - text-decoration: none; color: #444; cursor: text; - padding: 1px; height: 14px; position: relative; left: -1px; - width: 100px /*specify for proper overflow in IE*/; -} -#savedrevisions a.srname:hover { text-decoration: none; color: #444; - border: 1px solid #ccc; padding: 0; } -#savedrevisions .sractions { font-size: 85%; color: #ccc; - margin-top: 1px; height: 12px; } -#savedrevisions .sractions a { text-decoration: none; - color: #06c; } -#savedrevisions .sractions a:hover { text-decoration: underline; } -#savedrevisions .srtime { color: #666; font-size: 90%; - white-space: nowrap; margin-top: 3px; } -#savedrevisions .srauthor { color: #666; font-size: 90%; - white-space: nowrap; overflow: hidden; text-overflow: ellipsis /*no FF*/; -} -#savedrevisions .srtwirly { position: absolute; display: block; - bottom: 0; right: 10px; display: none; } -#savedrevisions .srnameedit { - position: absolute; -} -#savedrevs-savenow { display: block; position: absolute; - overflow: hidden; height: 0; padding-top: 24px; width: 81px; - top: 22px; right: 27px; - background: url(/static/img/savedrevsgfx2.gif) no-repeat 0 0; -} -#savedrevs-savenow:active { background-position: 0 -24px; } -#savedrevs-close { display: block; position: absolute; right: 7px; bottom: 8px; - width: auto; height: auto; font-size: 85%; color: #444; } -form#reconnectform { display: none; } - -#padoptions { position: absolute; top: 0; left: 0; font-size: 1.2em; - color: #444; height: 100%; width: 100%; line-height: 15px; } -#options-viewhead { font-weight: bold; position: absolute; top: 10px; left: 15px; - width: auto; height: auto; } -#padoptions label { display: block; } -#padoptions input { padding: 0; margin: 0; } -#options-colorscheck { position: absolute; left: 15px; top: 34px; width: 15px; height: 15px; } -#options-colorslabel { position: absolute; left: 35px; top: 34px; } -#options-linenoscheck { position: absolute; left: 15px; top: 57px; width: 15px; height: 15px; } -#options-linenoslabel { position: absolute; left: 35px; top: 57px; } -#options-fontlabel { position: absolute; left: 15px; top: 82px; } -#viewfontmenu { position: absolute; top: 80px; left: 90px; width: 110px; } -#options-viewexplain { position: absolute; left: 215px; top: 15px; width: 100px; height: 70px; font-size: .7em; - padding-left: 10px; padding-top: 10px; border-left: 1px solid #ccc; - line-height: 20px; font-weight: bold; color: #999; } -#options-close { display: block; position: absolute; right: 7px; bottom: 8px; - width: auto; height: auto; font-size: 85%; color: #444; } - -#padsecurity { position: absolute; top: 0; left: 0; font-size: 1.1em; - color: #444; height: 100%; width: 100%; line-height: 15px; } -#security-close { display: block; position: absolute; right: 7px; bottom: 8px; - width: auto; height: auto; font-size: 85%; color: #444; } -#security-passhead { font-weight: bold; position: absolute; top: 90px; left: 15px; - width: auto; height: auto; } -#security-passbody { position: absolute; left: 75px; top: 90px; } -#security-passwordedit { height: 15px; border: 1px solid #bbb; - position: absolute; top: 0; left: 15px; width: 120px; } -#security-password a { text-decoration: none; display: block; - width: auto; height: auto; } -#password-savelink, #password-cancellink {position: absolute; top: 0; } -#security-password a:hover { text-decoration: underline; } -#password-savelink { left: 144px; color: #06c; } -#password-cancellink { left: 180px; color: #666; } -#password-nonedit { left: 15px; position: absolute; - width: 220px; top: 0; } -#password-setlink { color: #06c; } -#password-clearlink { color: #06c; } -#password-display { height: 15px; width: auto; } -#password-inedit { display: none; } -#password-display, #password-setlink, #password-clearlink { - float: left; margin-right: 10px; -} -#password-display { font-size: 18px; } -#security-password .nopassword #password-display { font-size: 100%; } -#security-password .nopassword #password-clearlink { display: none; } -#security-password .nopassword #password-setlink { left: 60px; } - -#security-access { position: absolute; left: 15px; width: 200px; } -#security-accesshead { font-weight: bold; position: absolute; top: 10px; - left: 0; width: auto; height: auto; } -#security-access input, #security-access label { position: absolute; } -#security-access input { left: 10px; } -#security-access label { left: 30px; width: 250px; } -#access-private, #access-private-label { top: 35px; } -#access-public, #access-public-label { top: 60px; } -#security-access label { color: #999; } -#security-access label strong { font-weight: normal; padding-right: 10px; - color: #444; } - -#mainmodals { z-index: 600; /* higher than the modals themselves - so that modals are on top in IE */ } - -.modalfield { font-size: 1.2em; padding: 1px; border: 1px solid #bbb;} -#mainmodals .editempty { color: #aaa; } - -<% feedbackbox = {width:400, height:270}; %> -#feedbackbox { - position: absolute; display: none; - width: <%=feedbackbox.width%>px; height: <%=feedbackbox.height%>px; - left: 100px/*set in code*/; bottom: 50px; - z-index: 501; zoom: 1; -} -#feedbackbox-tl, #feedbackbox-tr, #feedbackbox-bl, #feedbackbox-br, -#feedbackbox-hide, #feedbackbox-send, #feedbackbox-back { - position: absolute; display: block; - background-repeat: no-repeat; - background-image: url(/static/img/feedbackbox2.gif); -} -#feedbackbox-tl { width: <%=feedbackbox.width-8%>px; - height: <%=feedbackbox.height-8%>px; left: 0; top: 0; - background-position: left top; } -#feedbackbox-tr { width: 8px; height: <%=feedbackbox.height-8%>px; - right: 0; top: 0; background-position: right top; } -#feedbackbox-bl { width: <%=feedbackbox.width-8%>px; - height: 8px; left: 0; bottom: 0; - background-position: left bottom; } -#feedbackbox-br { width: 8px; height: 8px; bottom: 0; right: 0; - background-position: right bottom; } -#feedbackbox-hide { width: 22px; height: 22px; right: 9px; top: 7px; - background-position: -569px -6px; -} -#feedbackbox-back { width: <%=feedbackbox.width-16%>px; - height: <%=feedbackbox.height-16%>px; left: 8px; top: 8px; - background-position: -8px -8px; - background-color: white; } -#feedbackbox-contents { width: <%=feedbackbox.width-16%>px; - height: <%=feedbackbox.height-16%>px; left: 8px; top: 8px; - position: absolute; font-size: 1.4em; color: #444; } -#feedbackbox-contentsinner { padding: 10px; } -#feedbackbox-send { width: 50px; height: 22px; right: 15px; bottom: 15px; - background-position: -535px -363px; -} -#feedbackbox-email { left: 90px; top: 48px; width: 356px; height: auto; } -#feedbackbox-message { left: 90px; top: 84px; width: 358px; height: 100px; } -#feedbackbox-response { position: absolute; bottom: 15px; left: 15px; - width: 390px; height: auto; font-size: 1.2em; display: none; } -#feedbackbox .goodresponse { font-weight: bold; color: green; } -#feedbackbox .badresponse { font-weight: bold; color: red; } -#feedbackbox p { margin-bottom: 1em; } -#feedbackbox ul { margin: 1em 0 1em 2em } -#feedbackbox li { padding: 0.3em 0; } -#feedbackbox li a { display: block; font-weight: bold; } -#feedbackbox li a:hover { background: #ffe; } -#feedbackbox a, #feedbackbox li a:visited { color: #47b; } -#feedbackbox tt { font-size: 110%; } - -.expand-collapse { - height: 22px; - background-image: url(/static/img/sharedistri.gif); - background-repeat: no-repeat; - background-position: 0 3px; - padding-left: 17px; - text-decoration: none; -} -.expand-collapse.expanded { - background-position: 0 -31px; -} - - -.modaldialog { - position: absolute; - top: 100px; - left:50%; - margin-left:-243px; - width: 485px; - display: none; - z-index: 501; - zoom: 1; - overflow: hidden; - background: white; - border: 1px solid #999; -} -.modaldialog .modaldialog-inner { padding: 10pt; } -.modaldialog .modaldialog-inner * { margin: 2pt; } -.modaldialog .modaldialog-hide { - float: right; - background-repeat: no-repeat; - background-image: url(/static/img/sharebox4.gif); - display: block; - width: 22px; height: 22px; - background-position: -454px -6px; - margin-right:-5px; - margin-top:-5px; -} - -.modaldialog label, -.modaldialog h1 { - color:#222222; - font-size:125%; - font-weight:bold; -} - -.modaldialog th { - vertical-align: top; - text-align: left; -} - -.nonprouser #sharebox-stripe { display: none; } - -.sharebox-url { - width: 440px; height: 18px; - text-align: left; - font-size: 1.3em; - line-height: 18px; - padding: 2px; -} - -#sharebox-send { - float: right; - background-repeat: no-repeat; - background-image: url(/static/img/sharebox4.gif); - display: block; - width: 87px; height: 22px; - background-position: -383px -289px; -} - - -#viewbarcontents { display: none; } -#viewzoomtitle { - position: absolute; left: 10px; top: 4px; height: 20px; line-height: 20px; - width: auto; -} -#viewzoommenu { - width: 65px; -} -#bottomarea { - height: 28px; - overflow: hidden; - position: absolute; - height: 28px; - bottom: 0px; - left: 0px; - right: 0px; - font-size: 1.2em; - color: #444; -} -#widthprefcheck { position: absolute; - background-image: url(/static/img/layoutbuttons.gif); - background-repeat: no-repeat; cursor: pointer; - width: 86px; height: 20px; top: 4px; right: 2px; } -.widthprefunchecked { background-position: -1px -1px; } -.widthprefchecked { background-position: -1px -23px; } -#sidebarcheck { position: absolute; - background-image: url(/static/img/layoutbuttons.gif); - background-repeat: no-repeat; cursor: pointer; - width: 86px; height: 20px; top: 4px; right: 90px; } -.sidebarunchecked { background-position: -1px -45px; } -.sidebarchecked { background-position: -1px -67px; } -#feedbackbutton { display: block; position: absolute; width: 68px; - height: 0; padding-top: 17px; overflow: hidden; - background: url(/static/img/bottomareagfx.gif); - top: 5px; right: 220px; -} - -#modaloverlay { - z-index: 500; display: none; - background-image: url(/static/img/overlay2.png); - background-repeat: repeat-both; - width: 100%; position: absolute; - height: 100%; left: 0; top: 0; -} - -* html #modaloverlay { /* for IE 6+ */ - opacity: 1; /* in case this is looked at */ - background-image: none; - background-repeat: no-repeat; - /* scale the image */ - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/img/overlay2.png", sizingMethod="scale"); -} - -a.topbarmaximize { - float: right; - width: 16px; - height: 16px; - margin-right:-143px; - margin-top:4px; - background: url(/static/img/maximize_normal.png); -} - -body a.topbarmaximize { - background: url(/static/img/maximize_maximized.png); -} - -#editbarinner h1 { - line-height: 29px; - font-size: 16px; - padding-left: 6pt; - margin-top: 0; -} - -#editbarinner h1 a { - font-size: 12px; -} - -.bigbutton { - display: block; - background-color: #a3bde0; - color: #555555; - border-style: solid; - border-width: 2px; - border-left-color: #d6e2f1; - border-right-color: #86aee1; - border-top-color: #d6e2f1; - border-bottom-color: #86aee1; - margin: 10pt; - text-align: center; - text-decoration: none; - padding: 50pt; - font-size: 20pt; - -moz-border-radius-topleft: 3pt; - -moz-border-radius-topright: 3pt; - -moz-border-radius-bottomleft: 3pt; - -moz-border-radius-bottomright: 3pt; - -webkit-border-top-left-radius: 3pt; - -webkit-border-top-right-radius: 3pt; - -webkit-border-bottom-left-radius: 3pt; - -webkit-border-bottom-right-radius: 3pt; -} - -.modaldialog .bigbutton { - padding-left: 0; - padding-right: 0; - width: 100%; -} diff --git a/static/css/pad_ie_lite.css b/static/css/pad_ie_lite.css deleted file mode 100644 index ed160c9e0..000000000 --- a/static/css/pad_ie_lite.css +++ /dev/null @@ -1,39 +0,0 @@ -#users, #embed -{ -background:transparent; -filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000070,endColorstr=#00000070); -zoom: 1; -} - - -#editorcontainerbox -{ -/*position: relative;*/ -position:absolute; -top: 37px; -padding-top: 37px; -} -#editorcontainer -{ - position: absolute; - - width: 100%; - - top: 0px; - left: 0px; - bottom: 0px; - - z-index: 1; - - overflow: hidden; -} - -#editorcontainer iframe { - height: 100%; - width: 100%; - padding-bottom: 37px; - margin: 0; -} - -#editorloadingbox { padding-top: 100px; padding-bottom: 100px; font-size: 2.5em; color: #aaa; - text-align: center; position: absolute; width: 100%; height: 30px; z-index: 100; } diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index 169c91f20..fdc77bee8 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -1,6 +1,3 @@ -/* @override - static/css/pad_lite.css */ - *,html,body,p{ margin: 0; padding: 0; } .clear { clear: both; } html { font-size: 62.5%; } @@ -15,7 +12,7 @@ iframe {position:absolute;} background-color: #000; background-color: rgba(0,0,0,0.7); width: 160px; - right: 4px; + right: 20px; top: 40px; color: #fff; padding: 5px; @@ -23,18 +20,6 @@ iframe {position:absolute;} border-radius: 6px; } -/*#sharebutton { - background: url(static/img/inviteshare2.gif) no-repeat 0 -31px; - position: relative; - display: block; - top: 6px; - padding-top: 30px; - height: 0; overflow: hidden; width: 96px; - left:50%; - margin-left: -48px; -}*/ - - a img { border: 0; @@ -163,14 +148,6 @@ a img } -/** - -OLD -*/ - -/* @override - static/css/pad_lite.css */ - #padpage { position: absolute; top: 0px; @@ -199,18 +176,6 @@ a#backtoprosite { padding-left: 20px; left: 6px; background: url(static/img/protop.gif) no-repeat -5px -6px; } #accountnav { right: 30px; color: #fff; } -/*#topbarcenter { margin-left: 150px; margin-right: 150px; text-align:center;} -a#topbaretherpad { margin-left: auto; margin-right: auto; display: block; width: 103px; - position: relative; top: 3px; height: 0; padding-top: 20px; -}*/ - - -/*#topbarBrand {font-size:2.1em; color: white; font-weight: bold; text-decoration: none; text-align: center;} - -#EtherpadLink {font-size: 1.2em; color: white;float:left;margin-left:-140px;margin-top:4px; text-decoration: none; } -#Licensing {font-size: 1.2em; color: white;float:left;margin-top:4px;margin-left:-75px; text-decoration: none; } -#fullscreen {font-size: 1.2em; color: white;float:right;margin-top:4px;margin-right:-120px; text-decoration: none; }*/ - .propad a#topbaretherpad { background: url(static/img/protop.gif) no-repeat -397px -3px; } #specialkeyarea { top: 5px; left: 250px; color: yellow; font-weight: bold; @@ -364,72 +329,12 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; } white-space: nowrap; } -/*.editbarbutton -{ - border-top: 1px solid #8b9eba; - border-bottom: 1px solid #8b9eba; - border-left: 1px solid #758aa9; - background-color: white; - padding: 0px 2px; -} - -.editbarbutton img -{ - border: 0px; - width: 16px; - height: 16px; -} - -.editbarbutton a { - text-decoration: none; -} - -.editbarbutton a:active -{ - position: relative; - top: 1px; - left: 1px; -}*/ - -/*.editbargroupsfirst -{ - border-left-width: 0px !important; -}*/ - -/*#editbar #syncstatussyncing { position: absolute; height: 26px; width: 26px; - background: url(static/img/syncing2.gif) no-repeat center center; - right: 38px; top: 5px; display: none; } -#editbar #syncstatusdone { position: absolute; height: 26px; width: 26px; - background: url(static/img/syncdone.gif) no-repeat center center; - right: 38px; top: 5px; display: none; }*/ - -/*#padsidebar { - bottom: 0px; - position: absolute; - right: 0; - top: 0; - width: 290px; - overflow: hidden; - z-index: 11; -} -.hidesidebar #padsidebar { width: 0; overflow: hidden; }*/ - #myswatchbox { position: absolute; left: 5px; top: 5px; width: 22px; height: 22px; - /*border-top: 1px solid #c3cfe0; border-left: 1px solid #c3cfe0; - border-right: 1px solid #ecf3fc; border-bottom: 1px solid #ecf3fc;*/ border: 1px solid #fff; padding: 1px; background: transparent; cursor: pointer; -moz-border-radius: 3px; border-radius: 3px; } -/* -#myuser .myswatchboxhoverable, #myuser .myswatchboxunhoverable { - background: white; -} -#myuser .myswatchboxhoverable:hover { - background: #bbb; -} -*/ #myswatch { width: 100%; height: 100%; background: transparent;/*...initially*/ } #mycolorpicker { @@ -501,43 +406,7 @@ table#otheruserstable { display: none; } border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; } .usertdname input.editempty { color: #888; font-style: italic;} - /*#guestslabel { font-size: 1.2em; position: absolute; width: auto; - height: 22px; line-height: 22px; top: 4px; left: 8px; } -#guestsmenu { font-size: 1.2em; position: absolute; left: 100px; - top: 5px; width: 95px; } -.guestpolicystuff { display: none; }*/ - -/*.guestprompt { border: 1px solid #ccc; font-size: 1.2em; - padding: 5px; color: #222; background: #ffc; } -.guestprompt .choices { float: right; } -.guestprompt a { margin: 0 0.5em; }*/ - -/*#chattop { background: #ecf2fa; padding: 5px; font-size: 1.2em; border-bottom: 1px solid #ddd; } -#chattop a { color: #36b; } -#chatlines .chatline { color: #444; padding-left: 5px; padding-top: 2px; padding-bottom: 2px; - background: #ddd; overflow: hidden; } -#chatlines .chatlinetime { display: block; font-size: 1em; color: #666; float: right; width: auto; - padding-right: 5px; } -#chatlines .chatlinename, #chatlines .chatlinetext { font-size: 1.2em; } -#chatlines h2 { margin: 0; padding-left: 5px; padding-top: 2px; padding-bottom: 2px; color: #999; font-style: italic; font-weight: bold; font-size: 1.2em; } -#chatprompt { font-size: 1.2em; color: #444; float: left; line-height: 22px; width: 35px; text-align: right; } -#chatentryform { margin-left: 40px; } -#chatentrybox { font-size: 1.2em; color: #444; - padding: 2px; height: 16px; margin: 0; border-left: 1px solid #c3c3c3; - border-top: 1px solid #c3c3c3; - border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; - width: 230px; } -#padchat a#chatloadmore { display: none; font-size: 1.2em; padding: 2px 5px; font-style: italic; } -#padchat #chatloadingmore { display: none; font-size: 1.2em; padding: 2px 5px; font-style: italic; - color: #999; } -#padchat a#chatloadmore:focus { outline: 0; }*/ - -/*#djs { font-family: monospace; font-size: 10pt; - height: 200px; overflow: auto; border: 1px solid #ccc; - background: #fee; margin: 0; padding: 6px; -} -#djs p { margin: 0; padding: 0; display: block; }*/ - + .modaldialog.cboxreconnecting .modaldialog-inner, .modaldialog.cboxconnecting .modaldialog-inner { background: url(static/img/connectingbar.gif) no-repeat center 60px; @@ -638,169 +507,7 @@ table#otheruserstable { display: none; } /* We don't ever actually hide the wrapper, even when the panel is cloased, so that its contents can always be manipulated accurately. */ -/*.dbpanel-wrapper { position: absolute; - overflow: hidden; height: 0; top: 25px; - z-index: 51; zoom: 1; } -.dbpanel-panel { position: absolute; bottom: 0; width: 100%; } -.dbpanel-middle { margin-left: 7px; margin-right: 7px; - position: relative; height: 100%; overflow: hidden; zoom: 1; } -.dbpanel-inner { background: #f7f7f7 ; - width: 100%; height: 100%; position: absolute; overflow: hidden; top: -10px; } - -.dbpanel-top { position: absolute; top: 0; width: 100%; - height: 400px; background-image: url(static/img/docpanelmiddle2.png); - background-position: left top; } - -.dbpanel-bottom { position: absolute; height: 400px; - bottom: -390px; width: 100%; - background-image: url(static/img/docpanelmiddle2.png); - background-position: left top; -} - -* html .dbpanel-top, * html .dbpanel-bottom { - background-color: transparent; - background-image: url(static/img/apr09/blank.gif); - - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/img/docpanelmiddle2.png", sizingMethod="scale"); -} - -.dbpanel-leftedge, .dbpanel-rightedge, .dbpanel-botleftcorner, .dbpanel-botrightcorner { - position: absolute; - background-repeat: no-repeat; - background-color: transparent; - background-image: url(static/img/docpaneledge2.png); -} - -.dbpanel-leftedge, .dbpanel-rightedge { height: 100%; width: 7px; bottom: 11px; } -.dbpanel-botleftcorner, .dbpanel-botrightcorner { height: 11px; width: 7px; bottom: 0; } - -.dbpanel-leftedge, .dbpanel-botleftcorner { left: 0; background-position: -7px 0; } -.dbpanel-rightedge, .dbpanel-botrightcorner { right: 0; background-position: 0 0; } - -#importexport { position: absolute; top: 5px; left: 0; font-size: 1.2em; color: #444; - height: 100%; width: 100%; } - -* html .dbpanel-leftedge, * html .dbpanel-rightedge, * html .dbpanel-botleftcorner, * html .dbpanel-botrightcorner { - background-color: transparent; - background-image: url(static/img/apr09/blank.gif); - - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="static/img/docpaneledge2.png", sizingMethod="crop"); -} -* html .dbpanel-leftedge, * html .dbpanel-botleftcorner { left: -7px; width: 14px; } -*/ -/*#impexp-importlabel { position: absolute; top: 5px; left: 10px; width: 300px; } - -#importform { position: absolute; top: 24px; left: 5px; width: 300px; height: 60px; } -#importformsubmitdiv, #importformfilediv { padding: 5px 5px; } -#importexport .importformenabled { - background: #cfc; - border: 1px solid #292; -} -#importexport span.nowrap { white-space: nowrap; } -#importexport #importstatusball { margin-left: 3px; padding-top: 1px; display: none; } -#importexport #importarrow { margin-left: 5px; padding-top: 1px; display: none; } -#importexport .importmessage { border: 1px solid #992; - background: #ffc; padding: 5px; font-size: 85%; display: none; } -#importexport #importmessagefail { margin-top: 5px; } -#importexport #importmessagesuccess { margin: 0 20px; } -#importexport a.disabledexport { - color: #333; text-decoration: none; - opacity: 0.5; filter: alpha(opacity = 50) ; -} -#importexport #importfileinput { padding: 2px 0; } -#importexport #importsubmitinput { padding: 2px; } - -#impexp-divider { position: absolute; left: 320px; top: 5px; height: 135px; width: 2px; - background: #ddd; } -#impexp-close { display: block; position: absolute; right: 2px; bottom: 15px; - width: auto; height: auto; font-size: 85%; color: #444; - z-index: 61} -#impexp-disabled-clickcatcher { - display: none; - position: absolute; width: 100%; height: 100%; - z-index: 60; -} - -#impexp-exportlabel { position: absolute; top: 5px; left: 350px; - width: 300px; } - #exportlinks .exportlink { - display: block; position: absolute; height: 22px; width: auto; - background-repeat: no-repeat; - background-image: url(static/img/fileicons.gif); - line-height: 22px; padding-left: 22px; padding-right: 2px; -} -#exportlinks .n1 { left: 350px; top: 30px; } -#exportlinks .n2 { left: 350px; top: 57px; } -#exportlinks .n3 { left: 350px; top: 84px; } -#exportlinks .n4 { left: 485px; top: 30px; } -#exportlinks .n5 { left: 485px; top: 57px; } -#exportlinks .n6 { left: 485px; top: 84px; } -#exportlinks .exporthrefdoc { background-position: 2px -1px; } -#exportlinks .exporthrefhtml { background-position: 2px -25px; } -#exportlinks .exporthreflink { background-position: 2px -49px; } -#exportlinks .exporthrefodt { background-position: 2px -73px; } -#exportlinks .exporthrefpdf { background-position: 2px -97px; } -#exportlinks .exporthreftxt { background-position: 2px -121px; } - -#savedrevisions { position: absolute; top: 0; left: 0; font-size: 1.2em; - color: #444; height: 100%; width: 100%; } -#savedrevs-scrolly { height: 75px; width: auto; margin-right: 136px; - overflow: hidden; position: relative; top: 1px; -} -#savedrevs-scrollleft { height: 100%; width: 14px; position: absolute; - left: 0; top: 0; cursor: pointer; - background: url(static/img/savedrevarrows.gif) no-repeat right top; -} -#savedrevs-scrollright { height: 100%; width: 14px; position: absolute; - right: 0; top: 0; cursor: pointer; - background: url(static/img/savedrevarrows.gif) no-repeat left top; -} -#savedrevs-scrolly .disabledscrollleft { background-position: right bottom; } -#savedrevs-scrolly .disabledscrollright { background-position: left bottom; } -#savedrevs-scrollouter { margin-left: 14px; margin-right: 14px; - width: auto; height: 100%; overflow: hidden; position: relative; -} -#savedrevs-scrollinner { position: absolute; width: 1px; height: 100%; - overflow: visible; right: 0; top: 0; } -#savedrevisions .srouterbox { width: 120px; height: 100%; - position: absolute; top: 0; -} -#savedrevisions .srinnerbox { position: relative; top: 8px; - height: 59px; width: auto; border-left: 1px solid #ddd; - padding: 0 8px 0 8px; } -#savedrevisions a.srname { display: block; white-space: nowrap; - text-overflow: ellipsis ; overflow: hidden; - text-decoration: none; color: #444; cursor: text; - padding: 1px; height: 14px; position: relative; left: -1px; - width: 100px ; -} -#savedrevisions a.srname:hover { text-decoration: none; color: #444; - border: 1px solid #ccc; padding: 0; } -#savedrevisions .sractions { font-size: 85%; color: #ccc; - margin-top: 1px; height: 12px; } -#savedrevisions .sractions a { text-decoration: none; - color: #06c; } -#savedrevisions .sractions a:hover { text-decoration: underline; } -#savedrevisions .srtime { color: #666; font-size: 90%; - white-space: nowrap; margin-top: 3px; } -#savedrevisions .srauthor { color: #666; font-size: 90%; - white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -} -#savedrevisions .srtwirly { position: absolute; display: block; - bottom: 0; right: 10px; display: none; } -#savedrevisions .srnameedit { - position: absolute; -} -#savedrevs-savenow { display: block; position: absolute; - overflow: hidden; height: 0; padding-top: 24px; width: 81px; - top: 22px; right: 27px; - background: url(static/img/savedrevsgfx2.gif) no-repeat 0 0; -} -#savedrevs-savenow:active { background-position: 0 -24px; } -#savedrevs-close { display: block; position: absolute; right: 7px; bottom: 8px; - width: auto; height: auto; font-size: 85%; color: #444; } -form#reconnectform { display: none; }*/ #padoptions { position: absolute; top: 0; left: 0; font-size: 1.2em; color: #444; height: 100%; width: 100%; line-height: 15px; } @@ -820,104 +527,11 @@ form#reconnectform { display: none; }*/ #options-close { display: block; position: absolute; right: 7px; bottom: 8px; width: auto; height: auto; font-size: 85%; color: #444; } -/*#padsecurity { position: absolute; top: 0; left: 0; font-size: 1.1em; - color: #444; height: 100%; width: 100%; line-height: 15px; } -#security-close { display: block; position: absolute; right: 7px; bottom: 8px; - width: auto; height: auto; font-size: 85%; color: #444; } -#security-passhead { font-weight: bold; position: absolute; top: 90px; left: 15px; - width: auto; height: auto; } -#security-passbody { position: absolute; left: 75px; top: 90px; } -#security-passwordedit { height: 15px; border: 1px solid #bbb; - position: absolute; top: 0; left: 15px; width: 120px; } -#security-password a { text-decoration: none; display: block; - width: auto; height: auto; } -#password-savelink, #password-cancellink {position: absolute; top: 0; } -#security-password a:hover { text-decoration: underline; } -#password-savelink { left: 144px; color: #06c; } -#password-cancellink { left: 180px; color: #666; } -#password-nonedit { left: 15px; position: absolute; - width: 220px; top: 0; } -#password-setlink { color: #06c; } -#password-clearlink { color: #06c; } -#password-display { height: 15px; width: auto; } -#password-inedit { display: none; } -#password-display, #password-setlink, #password-clearlink { - float: left; margin-right: 10px; -} -#password-display { font-size: 18px; } -#security-password .nopassword #password-display { font-size: 100%; } -#security-password .nopassword #password-clearlink { display: none; } -#security-password .nopassword #password-setlink { left: 60px; } - -#security-access { position: absolute; left: 15px; width: 200px; } -#security-accesshead { font-weight: bold; position: absolute; top: 10px; - left: 0; width: auto; height: auto; } -#security-access input, #security-access label { position: absolute; } -#security-access input { left: 10px; } -#security-access label { left: 30px; width: 250px; } -#access-private, #access-private-label { top: 35px; } -#access-public, #access-public-label { top: 60px; } -#security-access label { color: #999; } -#security-access label strong { font-weight: normal; padding-right: 10px; - color: #444; }*/ - #mainmodals { z-index: 600; /* higher than the modals themselves - so that modals are on top in IE */ } - + so that modals are on top in IE */ } .modalfield { font-size: 1.2em; padding: 1px; border: 1px solid #bbb;} #mainmodals .editempty { color: #aaa; } - -/*#feedbackbox { - position: absolute; display: none; - width: 400px; height: 270px; - left: 100px ; bottom: 50px; - z-index: 501; zoom: 1; -} -#feedbackbox-tl, #feedbackbox-tr, #feedbackbox-bl, #feedbackbox-br, -#feedbackbox-hide, #feedbackbox-send, #feedbackbox-back { - position: absolute; display: block; - background-repeat: no-repeat; - background-image: url(static/img/feedbackbox2.gif); -} -#feedbackbox-tl { width: 392px; - height: 262px; left: 0; top: 0; - background-position: left top; } -#feedbackbox-tr { width: 8px; height: 262px; - right: 0; top: 0; background-position: right top; } -#feedbackbox-bl { width: 392px; - height: 8px; left: 0; bottom: 0; - background-position: left bottom; } -#feedbackbox-br { width: 8px; height: 8px; bottom: 0; right: 0; - background-position: right bottom; } -#feedbackbox-hide { width: 22px; height: 22px; right: 9px; top: 7px; - background-position: -569px -6px; -} -#feedbackbox-back { width: 384px; - height: 254px; left: 8px; top: 8px; - background-position: -8px -8px; - background-color: white; } -#feedbackbox-contents { width: 384px; - height: 254px; left: 8px; top: 8px; - position: absolute; font-size: 1.4em; color: #444; } -#feedbackbox-contentsinner { padding: 10px; } -#feedbackbox-send { width: 50px; height: 22px; right: 15px; bottom: 15px; - background-position: -535px -363px; -} -#feedbackbox-email { left: 90px; top: 48px; width: 356px; height: auto; } -#feedbackbox-message { left: 90px; top: 84px; width: 358px; height: 100px; } -#feedbackbox-response { position: absolute; bottom: 15px; left: 15px; - width: 390px; height: auto; font-size: 1.2em; display: none; } -#feedbackbox .goodresponse { font-weight: bold; color: green; } -#feedbackbox .badresponse { font-weight: bold; color: red; } -#feedbackbox p { margin-bottom: 1em; } -#feedbackbox ul { margin: 1em 0 1em 2em } -#feedbackbox li { padding: 0.3em 0; } -#feedbackbox li a { display: block; font-weight: bold; } -#feedbackbox li a:hover { background: #ffe; } -#feedbackbox a, #feedbackbox li a:visited { color: #47b; } -#feedbackbox tt { font-size: 110%; } -*/ .expand-collapse { height: 22px; background-image: url(static/img/sharedistri.gif); @@ -1100,7 +714,7 @@ position:absolute; top:40px; font-size:14px; width:400px; -right: 5px; +right: 20px; z-index: 500; background-color: #000; color: white; @@ -1145,47 +759,7 @@ ul#colorpickerswatches li:hover cursor: pointer; } -/*.user{ -border: 1px solid #BBBBBB; -padding-left:2px; -padding-right:2px; -height:20px; -border-style:solid; -border-width:1px; -border-color:grey; -background-color:lightblue; -display:inline; -min-width:20px; -display:inline; -cursor:default; -} -.myuser{ -border: 1px solid #BBBBBB; -padding-left:2px; -padding-right:2px; -height:20px; -border-style:solid; -border-width:1px; -border-color:grey; -background-color:lightblue; -display:inline; -min-width:20px; -display:inline; -cursor:pointer; -} - -.myuser a{ -text-decoration:none; -color:#000; -} - - -.username{ -padding-left:4px; -padding-right:4px; -padding-top:2px; -}*/ #chatbox { @@ -1211,18 +785,27 @@ padding-top:2px; background-color: white; border: 1px solid white; overflow-y:scroll; - height: 165px; font-size: 12px; + position:absolute; + right:0px; + left:0px; + top:25px; + bottom:25px; } #chattext p { padding: 3px; + overflow-x: hidden; } #chatinputbox { padding: 3px 2px; + position: absolute; + bottom:0px; + right:0px; + left:3px; } #chatlabel @@ -1255,6 +838,7 @@ padding-top:2px; border-top: 1px solid #999; border-top-left-radius: 5px; border-top-right-radius: 5px; + background-color:#fff; } #chaticon a @@ -1282,6 +866,8 @@ padding-top:2px; #titlelabel { font-size:13px; + margin-left:20px; + padding-top:3px; } #titlecross @@ -1303,3 +889,32 @@ padding-top:2px; margin-right: 3px; margin-top:2px; } + + +/* resizable stuff for chat */ +.ui-resizable { +position: relative; +} +.ui-resizable-handle { + position: absolute; + font-size: 0.1px; + z-index: 99999; + display: block; + +} +/* +.ui-resizable-disabled .ui-resizable-handle, .ui-resizable- autohide .ui-resizable-handle { display: none; } +*/ + +.ui-resizable-nw { + cursor: nw-resize; + width: 22px; + height: 22px; + left: 0px; top: 0px; + background-size: 100% auto; + background-image: url("/static/img/nw-resize.png"); + background-repeat: no-repeat; +/* background-position: -5px -5px;*/ +} +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: +-5px; top: -5px;} diff --git a/static/css/syntax.css b/static/css/syntax.css deleted file mode 100644 index e018320ef..000000000 --- a/static/css/syntax.css +++ /dev/null @@ -1,32 +0,0 @@ -/* ---------- Used by JavaScript Lexer ---------- */ -.syntax .c { color: #bd3f00; font-style: italic } /* Comment */ -.syntax .o { font-weight: bold; } /* Operator */ -.syntax .p { font-weight: bold; } /* Punctuation */ -.syntax .k { color: blue; } /* Keyword */ -.syntax .kc { color: purple } /* Keyword.Constant */ -.syntax .nx { } /* Name.Other */ -.syntax .mf { color: purple } /* Literal.Number.Float */ -.syntax .mh { color: purple } /* Literal.Number.Hex */ -.syntax .mi { color: purple } /* Literal.Number.Integer */ -.syntax .sr { color: purple } /* Literal.String.Regex */ -.syntax .s2 { color: purple } /* Literal.String.Double */ -.syntax .s1 { color: purple } /* Literal.String.Single */ -.syntax .sd { color: purple } /* Literal.String.Doc */ -.syntax .cs { color: #00aa33; font-weight: bold; font-style: italic } /* Comment.Special */ -.syntax .err { color: #cc0000; font-weight: bold; text-decoration: underline; } /* Error */ - -/* css */ -.syntax .nt { font-weight: bold; } /* tag */ -.syntax .nc { color: #336; } /* class */ -.syntax .nf { color: #336; } /* id */ -.syntax .nd { color: #999; } /* :foo */ -.syntax .m { color: purple } /* number */ -.syntax .nb { color: purple } /* built-in */ -.syntax .cp { color: #bd3f00; } /* !important */ - -.syntax .flash { background-color: #adf !important; } -.syntax .flashbad { background-color: #f55 !important; } - -/*.syntax .test { background-color: #0f0; }*/ -/*.syntax .test { background: url(http://dl.getdropbox.com/u/88/blackvert.gif) - repeat-y left top; }*/ diff --git a/static/css/broadcast.css b/static/css/timeslider.css similarity index 74% rename from static/css/broadcast.css rename to static/css/timeslider.css index 0aeeb207a..1c6d73c9d 100644 --- a/static/css/broadcast.css +++ b/static/css/timeslider.css @@ -1,5 +1,6 @@ #editorcontainerbox { overflow: auto; + top:40px; } #padcontent { @@ -25,7 +26,7 @@ #timeslider-right { position: absolute; top:0px; - right:-2px; + right:0px; background-image: url(../../static/img/timeslider_right.png); width: 155px; height: 63px; @@ -169,88 +170,6 @@ div #timeslider div#steppers div#rightstep { font-size: 11px; } - - -/*#rightbars { - margin-left: 730px; - margin-top: 5px; - margin-bottom: 5px; - margin-right: 7px; - position: absolute; - top:27px; -} - -#rightbar { - width: 143px; - background-color: white; - border: 1px solid rgb(194, 194, 194); - padding: 16px; - padding-top: 13px; - font-size: 1.20em; - line-height: 1.8em; - vertical-align: top; -} - - -#rightbar h2 { - font-weight: 700; - font-size: 1.2em; - padding-top: 20px; - padding-bottom: 4px; -} - -#rightbar a { - color: rgb(50, 132, 213); - text-decoration: none; -} - -#rightbars h2 { - font-weight: 700; - font-size: 1.2em; - padding-top: 20px; - padding-bottom: 4px; -} - -#rightbar img { - padding-left: 4px; - padding-right: 8px; - vertical-align: text-bottom; -} -#rightbar a { - color: rgb(50, 132, 213); - text-decoration: none; -} -*/ - - -/*#legend { - width: 143px; - background-color: white; - border: 1px solid rgb(194, 194, 194); - padding: 16px; - padding-top: 0px; - font-size: 1.20em; - line-height: 1.8em; - vertical-align: top; - margin-top: 10px; -} -#legend h2 { - padding-top: 10px; -} - -#authorstable { - vertical-align: middle; -} - -#authorstable div.swatch { - width:15px; - height:15px; - margin: 5px; - margin-top:3px; - margin-right: 14px; - border: rgb(149, 149, 149) 1px solid; -}*/ - .topbarcenter{ display:none; } diff --git a/static/img/nw-resize.png b/static/img/nw-resize.png new file mode 100644 index 000000000..b6c5e3956 Binary files /dev/null and b/static/img/nw-resize.png differ diff --git a/static/index.html b/static/index.html index 0038dd1f5..11074ceb2 100644 --- a/static/index.html +++ b/static/index.html @@ -1,4 +1,4 @@ - + Etherpad Lite