Removed unused images and move them all in one folder
|
@ -7,7 +7,7 @@ h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; font-style: norma
|
|||
|
||||
html { font-size: 62.5%; }
|
||||
|
||||
body { background: #ebebeb url(/static/img/jun09/pad/backgrad.gif) repeat-x left top; }
|
||||
body { background: #ebebeb url(/static/img/backgrad.gif) repeat-x left top; }
|
||||
body, textarea { font-family: Arial, sans-serif; }
|
||||
|
||||
#padpage {
|
||||
|
@ -30,19 +30,19 @@ 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/jun09/pad/padtopback2.gif) repeat-x left top;
|
||||
#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/jun09/pad/padtop5.gif) no-repeat left top; width: 5px;
|
||||
background: url(/static/img/padtop5.gif) no-repeat left top; width: 5px;
|
||||
|
||||
}
|
||||
#topbarright { float: right; height: 100%; overflow: hidden;
|
||||
background: url(/static/img/jun09/pad/padtop5.gif) no-repeat right top; width: 5px; }
|
||||
background: url(/static/img/padtop5.gif) no-repeat right top; width: 5px; }
|
||||
|
||||
.propad #topbar { background: #2c2c2c url(/static/img/jun09/pad/protop.gif) repeat-x 0 -25px; }
|
||||
.propad #topbarleft { background: url(/static/img/jun09/pad/protop.gif) no-repeat left top; }
|
||||
.propad #topbarright { background: url(/static/img/jun09/pad/protop.gif) no-repeat right top; }
|
||||
.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;
|
||||
|
@ -51,13 +51,13 @@ a#backtoprosite, #accountnav {
|
|||
a#backtoprosite, #accountnav a { color: #cde7ff; text-decoration: underline; }
|
||||
|
||||
a#backtoprosite { padding-left: 20px; left: 6px;
|
||||
background: url(/static/img/jun09/pad/protop.gif) no-repeat -5px -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/jun09/pad/padtop5.gif) no-repeat -397px -3px; overflow: hidden; */
|
||||
/* background: url(/static/img/padtop5.gif) no-repeat -397px -3px; overflow: hidden; */
|
||||
}
|
||||
|
||||
|
||||
|
@ -69,7 +69,7 @@ a#topbaretherpad { margin-left: auto; margin-right: auto; display: block; width:
|
|||
#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/jun09/pad/protop.gif) no-repeat -397px -3px; }
|
||||
.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; }
|
||||
|
@ -96,7 +96,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
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/jun09/pad/padtopback2.gif) repeat-x 0 -31px; }
|
||||
background: #fbfbfb url(/static/img/padtopback2.gif) repeat-x 0 -31px; }
|
||||
|
||||
.docbarbutton
|
||||
{
|
||||
|
@ -145,7 +145,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
|
||||
#docbarleft { position: absolute; left: 0; top: 0; height: 100%;
|
||||
overflow: hidden;
|
||||
background: url(/static/img/jun09/pad/padtop5.gif) no-repeat left -31px; width: 7px; }
|
||||
background: url(/static/img/padtop5.gif) no-repeat left -31px; width: 7px; }
|
||||
|
||||
|
||||
|
||||
|
@ -155,7 +155,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
overflow: hidden; text-overflow: ellipsis /*not supported in FF*/;
|
||||
white-space:nowrap; }
|
||||
.docbar-public #docbarpadtitle { padding-left: 22px;
|
||||
background: url(/static/img/jun09/pad/public.gif) no-repeat left center; }
|
||||
background: url(/static/img/public.gif) no-repeat left center; }
|
||||
|
||||
#docbarrenamelink { position: absolute; top: 6px;
|
||||
font-size: 1.1em; display: none; }
|
||||
|
@ -163,7 +163,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
#docbarrenamelink a:hover { color: #48d; }
|
||||
#padtitlebuttons { position: absolute; width: 74px; zoom: 1;
|
||||
height: 17px; top: 4px; left: 170px; display: none;
|
||||
background: url(/static/img/jun09/pad/ok_or_cancel.gif) 0px 0px; }
|
||||
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; }
|
||||
|
@ -199,7 +199,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
.hidesidebar #padeditor { right: 0; }
|
||||
|
||||
#vdraggie {
|
||||
background: url(/static/img/jun09/pad/vdraggie.gif) no-repeat top center;
|
||||
background: url(/static/img/vdraggie.gif) no-repeat top center;
|
||||
cursor: W-resize;
|
||||
bottom:0;
|
||||
position:absolute;
|
||||
|
@ -210,7 +210,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
}
|
||||
|
||||
#editbar { height: 36px;
|
||||
background: #a5bfe2 url(/static/img/jun09/pad/editbar_background.gif) repeat-x;
|
||||
background: #a5bfe2 url(/static/img/editbar_background.gif) repeat-x;
|
||||
height:36px;
|
||||
left:0;
|
||||
position:absolute;
|
||||
|
@ -224,9 +224,9 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
}
|
||||
|
||||
#editbarleft { float: left; height: 100%; overflow: hidden;
|
||||
background: url(/static/img/jun09/pad/editbar_background_left.gif) no-repeat left top; width: 2px; }
|
||||
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/jun09/pad/editbar_background_right.gif) no-repeat right top; width: 2px; }
|
||||
background: url(/static/img/editbar_background_right.gif) no-repeat right top; width: 2px; }
|
||||
|
||||
#editbartable
|
||||
{
|
||||
|
@ -282,10 +282,10 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
}
|
||||
|
||||
#editbar #syncstatussyncing { position: absolute; height: 26px; width: 26px;
|
||||
background: url(/static/img/jun09/pad/syncing2.gif) no-repeat center center;
|
||||
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/jun09/pad/syncdone.gif) no-repeat center center;
|
||||
background: url(/static/img/syncdone.gif) no-repeat center center;
|
||||
right: 38px; top: 5px; display: none; }
|
||||
|
||||
#editorcontainerbox {
|
||||
|
@ -360,7 +360,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
bottom: 28px;
|
||||
}
|
||||
#userlistbuttonarea {
|
||||
background: url(/static/img/jun09/pad/inviteshare2.gif) repeat-x 0 0;
|
||||
background: url(/static/img/inviteshare2.gif) repeat-x 0 0;
|
||||
position: absolute;
|
||||
height: 28px;
|
||||
left: 0;
|
||||
|
@ -369,7 +369,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
}
|
||||
|
||||
#hdraggie {
|
||||
background: url(/static/img/jun09/pad/hdraggie.gif) repeat-x center top;
|
||||
background: url(/static/img/hdraggie.gif) repeat-x center top;
|
||||
cursor: S-resize;
|
||||
position: absolute;
|
||||
top: 300px;
|
||||
|
@ -418,7 +418,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
}
|
||||
#myswatch { width: 100%; height: 100%; background: transparent;/*...initially*/ }
|
||||
#mycolorpicker {
|
||||
background: url(/static/img/jun09/pad/colorpicker.gif) no-repeat left top;
|
||||
background: url(/static/img/colorpicker.gif) no-repeat left top;
|
||||
width: 232px; height: 140px;
|
||||
position: absolute;
|
||||
left: 13px; top: 13px; z-index: 101;
|
||||
|
@ -528,7 +528,7 @@ table#otheruserstable { display: none; }
|
|||
.usertdname input.editempty { color: #888; font-style: italic;}
|
||||
|
||||
#sharebutton {
|
||||
background: url(/static/img/jun09/pad/inviteshare2.gif) no-repeat 0 -31px;
|
||||
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%;
|
||||
|
@ -574,7 +574,7 @@ table#otheruserstable { display: none; }
|
|||
|
||||
.modaldialog.cboxreconnecting .modaldialog-inner,
|
||||
.modaldialog.cboxconnecting .modaldialog-inner {
|
||||
background: url(/static/img/jun09/pad/connectingbar.gif) no-repeat center 60px;
|
||||
background: url(/static/img/connectingbar.gif) no-repeat center 60px;
|
||||
height: 100px;
|
||||
}
|
||||
.modaldialog.cboxreconnecting {
|
||||
|
@ -682,12 +682,12 @@ table#otheruserstable { display: none; }
|
|||
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/jun09/pad/docpanelmiddle2.png);
|
||||
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/jun09/pad/docpanelmiddle2.png);
|
||||
background-image: url(/static/img/docpanelmiddle2.png);
|
||||
background-position: left top;
|
||||
}
|
||||
|
||||
|
@ -695,14 +695,14 @@ table#otheruserstable { display: none; }
|
|||
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/jun09/pad/docpanelmiddle2.png", sizingMethod="scale");
|
||||
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/jun09/pad/docpaneledge2.png);
|
||||
background-image: url(/static/img/docpaneledge2.png);
|
||||
}
|
||||
|
||||
.dbpanel-leftedge, .dbpanel-rightedge { height: 100%; width: 7px; bottom: 11px; }
|
||||
|
@ -718,7 +718,7 @@ table#otheruserstable { display: none; }
|
|||
background-color: transparent;
|
||||
background-image: url(/static/img/apr09/blank.gif);
|
||||
/* crop the image */
|
||||
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/img/jun09/pad/docpaneledge2.png", sizingMethod="crop");
|
||||
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/img/docpaneledge2.png", sizingMethod="crop");
|
||||
}
|
||||
* html .dbpanel-leftedge, * html .dbpanel-botleftcorner { left: -7px; width: 14px; }
|
||||
|
||||
|
@ -760,7 +760,7 @@ table#otheruserstable { display: none; }
|
|||
#exportlinks .exportlink {
|
||||
display: block; position: absolute; height: 22px; width: auto;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(/static/img/jun09/pad/fileicons.gif);
|
||||
background-image: url(/static/img/fileicons.gif);
|
||||
line-height: 22px; padding-left: 22px; padding-right: 2px;
|
||||
}
|
||||
#exportlinks .n1 { left: 350px; top: 30px; }
|
||||
|
@ -783,11 +783,11 @@ table#otheruserstable { display: none; }
|
|||
}
|
||||
#savedrevs-scrollleft { height: 100%; width: 14px; position: absolute;
|
||||
left: 0; top: 0; cursor: pointer;
|
||||
background: url(/static/img/jun09/pad/savedrevarrows.gif) no-repeat right top;
|
||||
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/jun09/pad/savedrevarrows.gif) no-repeat left top;
|
||||
background: url(/static/img/savedrevarrows.gif) no-repeat left top;
|
||||
}
|
||||
#savedrevs-scrolly .disabledscrollleft { background-position: right bottom; }
|
||||
#savedrevs-scrolly .disabledscrollright { background-position: left bottom; }
|
||||
|
@ -828,7 +828,7 @@ table#otheruserstable { display: none; }
|
|||
#savedrevs-savenow { display: block; position: absolute;
|
||||
overflow: hidden; height: 0; padding-top: 24px; width: 81px;
|
||||
top: 22px; right: 27px;
|
||||
background: url(/static/img/jun09/pad/savedrevsgfx2.gif) no-repeat 0 0;
|
||||
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;
|
||||
|
@ -911,7 +911,7 @@ form#reconnectform { display: none; }
|
|||
#feedbackbox-hide, #feedbackbox-send, #feedbackbox-back {
|
||||
position: absolute; display: block;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(/static/img/jun09/pad/feedbackbox2.gif);
|
||||
background-image: url(/static/img/feedbackbox2.gif);
|
||||
}
|
||||
#feedbackbox-tl { width: 392px;
|
||||
height: 262px; left: 0; top: 0;
|
||||
|
@ -953,7 +953,7 @@ form#reconnectform { display: none; }
|
|||
|
||||
.expand-collapse {
|
||||
height: 22px;
|
||||
background-image: url(/static/img/jun09/pad/sharedistri.gif);
|
||||
background-image: url(/static/img/sharedistri.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 3px;
|
||||
padding-left: 17px;
|
||||
|
@ -982,7 +982,7 @@ form#reconnectform { display: none; }
|
|||
.modaldialog .modaldialog-hide {
|
||||
float: right;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(/static/img/jun09/pad/sharebox4.gif);
|
||||
background-image: url(/static/img/sharebox4.gif);
|
||||
display: block;
|
||||
width: 22px; height: 22px;
|
||||
background-position: -454px -6px;
|
||||
|
@ -1015,7 +1015,7 @@ form#reconnectform { display: none; }
|
|||
#sharebox-send {
|
||||
float: right;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(/static/img/jun09/pad/sharebox4.gif);
|
||||
background-image: url(/static/img/sharebox4.gif);
|
||||
display: block;
|
||||
width: 87px; height: 22px;
|
||||
background-position: -383px -289px;
|
||||
|
@ -1042,26 +1042,26 @@ form#reconnectform { display: none; }
|
|||
color: #444;
|
||||
}
|
||||
#widthprefcheck { position: absolute;
|
||||
background-image: url(/static/img/jun09/pad/layoutbuttons.gif);
|
||||
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/jun09/pad/layoutbuttons.gif);
|
||||
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/jun09/pad/bottomareagfx.gif);
|
||||
background: url(/static/img/bottomareagfx.gif);
|
||||
top: 5px; right: 220px;
|
||||
}
|
||||
|
||||
#modaloverlay {
|
||||
z-index: 500; display: none;
|
||||
background-image: url(/static/img/jun09/pad/overlay2.png);
|
||||
background-image: url(/static/img/overlay2.png);
|
||||
background-repeat: repeat-both;
|
||||
width: 100%; position: absolute;
|
||||
height: 100%; left: 0; top: 0;
|
||||
|
@ -1072,7 +1072,7 @@ form#reconnectform { display: none; }
|
|||
background-image: none;
|
||||
background-repeat: no-repeat;
|
||||
/* scale the image */
|
||||
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/img/jun09/pad/overlay2.png", sizingMethod="scale");
|
||||
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/img/overlay2.png", sizingMethod="scale");
|
||||
}
|
||||
|
||||
a#topbarmaximize {
|
||||
|
@ -1081,11 +1081,11 @@ a#topbarmaximize {
|
|||
height: 16px;
|
||||
margin-right:-143px;
|
||||
margin-top:4px;
|
||||
background: url(/static/img/jun09/pad/maximize_normal.png);
|
||||
background: url(/static/img/maximize_normal.png);
|
||||
}
|
||||
|
||||
.maximized a#topbarmaximize {
|
||||
background: url(/static/img/jun09/pad/maximize_maximized.png);
|
||||
background: url(/static/img/maximize_maximized.png);
|
||||
}
|
||||
|
||||
#editbarinner h1 {
|
||||
|
|
|
@ -23,7 +23,7 @@ body, textarea { font-family: Helvetica, Arial, sans-serif; }
|
|||
}
|
||||
|
||||
#sharebutton {
|
||||
background: url(/static/img/jun09/pad/inviteshare2.gif) no-repeat 0 -31px;
|
||||
background: url(/static/img/inviteshare2.gif) no-repeat 0 -31px;
|
||||
position: relative;
|
||||
display: block;
|
||||
top: 6px;
|
||||
|
@ -190,13 +190,13 @@ a#backtoprosite, #accountnav {
|
|||
a#backtoprosite, #accountnav a { color: #cde7ff; text-decoration: underline; }
|
||||
|
||||
a#backtoprosite { padding-left: 20px; left: 6px;
|
||||
background: url(/static/img/jun09/pad/protop.gif) no-repeat -5px -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/jun09/pad/padtop5.gif) no-repeat -397px -3px; overflow: hidden; */
|
||||
/* background: url(/static/img/padtop5.gif) no-repeat -397px -3px; overflow: hidden; */
|
||||
}
|
||||
|
||||
|
||||
|
@ -208,7 +208,7 @@ a#topbaretherpad { margin-left: auto; margin-right: auto; display: block; width:
|
|||
#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/jun09/pad/protop.gif) no-repeat -397px -3px; }
|
||||
.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; }
|
||||
|
@ -235,7 +235,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
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/jun09/pad/padtopback2.gif) repeat-x 0 -31px; }
|
||||
background: #fbfbfb url(/static/img/padtopback2.gif) repeat-x 0 -31px; }
|
||||
|
||||
.docbarbutton
|
||||
{
|
||||
|
@ -284,7 +284,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
|
||||
#docbarleft { position: absolute; left: 0; top: 0; height: 100%;
|
||||
overflow: hidden;
|
||||
background: url(/static/img/jun09/pad/padtop5.gif) no-repeat left -31px; width: 7px; }
|
||||
background: url(/static/img/padtop5.gif) no-repeat left -31px; width: 7px; }
|
||||
|
||||
|
||||
|
||||
|
@ -294,7 +294,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
overflow: hidden; text-overflow: ellipsis /*not supported in FF*/;
|
||||
white-space:nowrap; }
|
||||
.docbar-public #docbarpadtitle { padding-left: 22px;
|
||||
background: url(/static/img/jun09/pad/public.gif) no-repeat left center; }
|
||||
background: url(/static/img/public.gif) no-repeat left center; }
|
||||
|
||||
#docbarrenamelink { position: absolute; top: 6px;
|
||||
font-size: 1.1em; display: none; }
|
||||
|
@ -302,7 +302,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
#docbarrenamelink a:hover { color: #48d; }
|
||||
#padtitlebuttons { position: absolute; width: 74px; zoom: 1;
|
||||
height: 17px; top: 4px; left: 170px; display: none;
|
||||
background: url(/static/img/jun09/pad/ok_or_cancel.gif) 0px 0px; }
|
||||
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; }
|
||||
|
@ -338,7 +338,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
.hidesidebar #padeditor { right: 0; }
|
||||
|
||||
#vdraggie {
|
||||
background: url(/static/img/jun09/pad/vdraggie.gif) no-repeat top center;
|
||||
background: url(/static/img/vdraggie.gif) no-repeat top center;
|
||||
cursor: W-resize;
|
||||
bottom:0;
|
||||
position:absolute;
|
||||
|
@ -394,10 +394,10 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
}
|
||||
|
||||
#editbar #syncstatussyncing { position: absolute; height: 26px; width: 26px;
|
||||
background: url(/static/img/jun09/pad/syncing2.gif) no-repeat center center;
|
||||
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/jun09/pad/syncdone.gif) no-repeat center center;
|
||||
background: url(/static/img/syncdone.gif) no-repeat center center;
|
||||
right: 38px; top: 5px; display: none; }
|
||||
|
||||
#padsidebar {
|
||||
|
@ -430,7 +430,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
|
||||
#myswatch { width: 100%; height: 100%; background: transparent;/*...initially*/ }
|
||||
#mycolorpicker {
|
||||
background: url(/static/img/jun09/pad/colorpicker.gif) no-repeat left top;
|
||||
background: url(/static/img/colorpicker.gif) no-repeat left top;
|
||||
width: 232px; height: 140px;
|
||||
position: absolute;
|
||||
left: -240px; top: 0px; z-index: 101;
|
||||
|
@ -537,7 +537,7 @@ table#otheruserstable { display: none; }
|
|||
|
||||
.modaldialog.cboxreconnecting .modaldialog-inner,
|
||||
.modaldialog.cboxconnecting .modaldialog-inner {
|
||||
background: url(/static/img/jun09/pad/connectingbar.gif) no-repeat center 60px;
|
||||
background: url(/static/img/connectingbar.gif) no-repeat center 60px;
|
||||
height: 100px;
|
||||
}
|
||||
.modaldialog.cboxreconnecting {
|
||||
|
@ -646,12 +646,12 @@ table#otheruserstable { display: none; }
|
|||
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/jun09/pad/docpanelmiddle2.png);
|
||||
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/jun09/pad/docpanelmiddle2.png);
|
||||
background-image: url(/static/img/docpanelmiddle2.png);
|
||||
background-position: left top;
|
||||
}
|
||||
|
||||
|
@ -659,14 +659,14 @@ table#otheruserstable { display: none; }
|
|||
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/jun09/pad/docpanelmiddle2.png", sizingMethod="scale");
|
||||
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/jun09/pad/docpaneledge2.png);
|
||||
background-image: url(/static/img/docpaneledge2.png);
|
||||
}
|
||||
|
||||
.dbpanel-leftedge, .dbpanel-rightedge { height: 100%; width: 7px; bottom: 11px; }
|
||||
|
@ -682,7 +682,7 @@ table#otheruserstable { display: none; }
|
|||
background-color: transparent;
|
||||
background-image: url(/static/img/apr09/blank.gif);
|
||||
/* crop the image */
|
||||
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/img/jun09/pad/docpaneledge2.png", sizingMethod="crop");
|
||||
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/img/docpaneledge2.png", sizingMethod="crop");
|
||||
}
|
||||
* html .dbpanel-leftedge, * html .dbpanel-botleftcorner { left: -7px; width: 14px; }
|
||||
|
||||
|
@ -724,7 +724,7 @@ table#otheruserstable { display: none; }
|
|||
#exportlinks .exportlink {
|
||||
display: block; position: absolute; height: 22px; width: auto;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(/static/img/jun09/pad/fileicons.gif);
|
||||
background-image: url(/static/img/fileicons.gif);
|
||||
line-height: 22px; padding-left: 22px; padding-right: 2px;
|
||||
}
|
||||
#exportlinks .n1 { left: 350px; top: 30px; }
|
||||
|
@ -747,11 +747,11 @@ table#otheruserstable { display: none; }
|
|||
}
|
||||
#savedrevs-scrollleft { height: 100%; width: 14px; position: absolute;
|
||||
left: 0; top: 0; cursor: pointer;
|
||||
background: url(/static/img/jun09/pad/savedrevarrows.gif) no-repeat right top;
|
||||
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/jun09/pad/savedrevarrows.gif) no-repeat left top;
|
||||
background: url(/static/img/savedrevarrows.gif) no-repeat left top;
|
||||
}
|
||||
#savedrevs-scrolly .disabledscrollleft { background-position: right bottom; }
|
||||
#savedrevs-scrolly .disabledscrollright { background-position: left bottom; }
|
||||
|
@ -792,7 +792,7 @@ table#otheruserstable { display: none; }
|
|||
#savedrevs-savenow { display: block; position: absolute;
|
||||
overflow: hidden; height: 0; padding-top: 24px; width: 81px;
|
||||
top: 22px; right: 27px;
|
||||
background: url(/static/img/jun09/pad/savedrevsgfx2.gif) no-repeat 0 0;
|
||||
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;
|
||||
|
@ -875,7 +875,7 @@ form#reconnectform { display: none; }
|
|||
#feedbackbox-hide, #feedbackbox-send, #feedbackbox-back {
|
||||
position: absolute; display: block;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(/static/img/jun09/pad/feedbackbox2.gif);
|
||||
background-image: url(/static/img/feedbackbox2.gif);
|
||||
}
|
||||
#feedbackbox-tl { width: 392px;
|
||||
height: 262px; left: 0; top: 0;
|
||||
|
@ -917,7 +917,7 @@ form#reconnectform { display: none; }
|
|||
|
||||
.expand-collapse {
|
||||
height: 22px;
|
||||
background-image: url(/static/img/jun09/pad/sharedistri.gif);
|
||||
background-image: url(/static/img/sharedistri.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 3px;
|
||||
padding-left: 17px;
|
||||
|
@ -945,7 +945,7 @@ form#reconnectform { display: none; }
|
|||
.modaldialog .modaldialog-hide {
|
||||
float: right;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(/static/img/jun09/pad/sharebox4.gif);
|
||||
background-image: url(/static/img/sharebox4.gif);
|
||||
display: block;
|
||||
width: 22px; height: 22px;
|
||||
background-position: -454px -6px;
|
||||
|
@ -978,7 +978,7 @@ form#reconnectform { display: none; }
|
|||
#sharebox-send {
|
||||
float: right;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(/static/img/jun09/pad/sharebox4.gif);
|
||||
background-image: url(/static/img/sharebox4.gif);
|
||||
display: block;
|
||||
width: 87px; height: 22px;
|
||||
background-position: -383px -289px;
|
||||
|
@ -1009,20 +1009,20 @@ form#reconnectform { display: none; }
|
|||
color: #444;
|
||||
}
|
||||
#widthprefcheck { position: absolute;
|
||||
background-image: url(/static/img/jun09/pad/layoutbuttons.gif);
|
||||
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/jun09/pad/layoutbuttons.gif);
|
||||
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/jun09/pad/bottomareagfx.gif);
|
||||
background: url(/static/img/bottomareagfx.gif);
|
||||
top: 5px; right: 220px;
|
||||
}
|
||||
|
||||
|
@ -1046,11 +1046,11 @@ a#topbarmaximize {
|
|||
height: 16px;
|
||||
margin-right:-143px;
|
||||
margin-top:4px;
|
||||
background: url(/static/img/jun09/pad/maximize_normal.png);
|
||||
background: url(/static/img/maximize_normal.png);
|
||||
}
|
||||
|
||||
.maximized a#topbarmaximize {
|
||||
background: url(/static/img/jun09/pad/maximize_maximized.png);
|
||||
background: url(/static/img/maximize_maximized.png);
|
||||
}
|
||||
|
||||
#editbarinner h1 {
|
||||
|
|
|
@ -9,7 +9,7 @@ h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; font-style: norma
|
|||
|
||||
html { font-size: 62.5%; }
|
||||
|
||||
body { position: absolute; width: 100%; height: 100%; background: #ebebeb url(/static/img/jun09/pad/backgrad.gif) repeat-x left top;}
|
||||
body { position: absolute; width: 100%; height: 100%; background: #ebebeb url(/static/img/backgrad.gif) repeat-x left top;}
|
||||
body, textarea { font-family: Arial, sans-serif; }
|
||||
|
||||
#padpage {
|
||||
|
@ -30,19 +30,19 @@ 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/jun09/pad/padtopback2.gif) repeat-x left top;
|
||||
#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/jun09/pad/padtop5.gif) no-repeat left top; width: 5px;
|
||||
background: url(/static/img/padtop5.gif) no-repeat left top; width: 5px;
|
||||
|
||||
}
|
||||
#topbarright { float: right; height: 100%; overflow: hidden;
|
||||
background: url(/static/img/jun09/pad/padtop5.gif) no-repeat right top; width: 5px; }
|
||||
background: url(/static/img/padtop5.gif) no-repeat right top; width: 5px; }
|
||||
|
||||
.propad #topbar { background: #2c2c2c url(/static/img/jun09/pad/protop.gif) repeat-x 0 -25px; }
|
||||
.propad #topbarleft { background: url(/static/img/jun09/pad/protop.gif) no-repeat left top; }
|
||||
.propad #topbarright { background: url(/static/img/jun09/pad/protop.gif) no-repeat right top; }
|
||||
.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;
|
||||
|
@ -51,13 +51,13 @@ a#backtoprosite, #accountnav {
|
|||
a#backtoprosite, #accountnav a { color: #cde7ff; text-decoration: underline; }
|
||||
|
||||
a#backtoprosite { padding-left: 20px; left: 6px;
|
||||
background: url(/static/img/jun09/pad/protop.gif) no-repeat -5px -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/jun09/pad/padtop5.gif) no-repeat -397px -3px; overflow: hidden; */
|
||||
/* background: url(/static/img/padtop5.gif) no-repeat -397px -3px; overflow: hidden; */
|
||||
}
|
||||
|
||||
|
||||
|
@ -69,7 +69,7 @@ a#topbaretherpad { margin-left: auto; margin-right: auto; display: block; width:
|
|||
#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/jun09/pad/protop.gif) no-repeat -397px -3px; }
|
||||
.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; }
|
||||
|
@ -96,7 +96,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
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/jun09/pad/padtopback2.gif) repeat-x 0 -31px; }
|
||||
background: #fbfbfb url(/static/img/padtopback2.gif) repeat-x 0 -31px; }
|
||||
|
||||
.docbarbutton
|
||||
{
|
||||
|
@ -145,7 +145,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
|
||||
#docbarleft { position: absolute; left: 0; top: 0; height: 100%;
|
||||
overflow: hidden;
|
||||
background: url(/static/img/jun09/pad/padtop5.gif) no-repeat left -31px; width: 7px; }
|
||||
background: url(/static/img/padtop5.gif) no-repeat left -31px; width: 7px; }
|
||||
|
||||
|
||||
|
||||
|
@ -155,7 +155,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
overflow: hidden; text-overflow: ellipsis /*not supported in FF*/;
|
||||
white-space:nowrap; }
|
||||
.docbar-public #docbarpadtitle { padding-left: 22px;
|
||||
background: url(/static/img/jun09/pad/public.gif) no-repeat left center; }
|
||||
background: url(/static/img/public.gif) no-repeat left center; }
|
||||
|
||||
#docbarrenamelink { position: absolute; top: 6px;
|
||||
font-size: 1.1em; display: none; }
|
||||
|
@ -163,7 +163,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
#docbarrenamelink a:hover { color: #48d; }
|
||||
#padtitlebuttons { position: absolute; width: 74px; zoom: 1;
|
||||
height: 17px; top: 4px; left: 170px; display: none;
|
||||
background: url(/static/img/jun09/pad/ok_or_cancel.gif) 0px 0px; }
|
||||
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; }
|
||||
|
@ -199,7 +199,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
.hidesidebar #padeditor { right: 0; }
|
||||
|
||||
#vdraggie {
|
||||
background: url(/static/img/jun09/pad/vdraggie.gif) no-repeat top center;
|
||||
background: url(/static/img/vdraggie.gif) no-repeat top center;
|
||||
cursor: W-resize;
|
||||
bottom:0;
|
||||
position:absolute;
|
||||
|
@ -210,7 +210,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
}
|
||||
|
||||
#editbar { height: 36px;
|
||||
background: #a5bfe2 url(/static/img/jun09/pad/editbar_background.gif) repeat-x;
|
||||
background: #a5bfe2 url(/static/img/editbar_background.gif) repeat-x;
|
||||
height:36px;
|
||||
left:0;
|
||||
position:absolute;
|
||||
|
@ -224,9 +224,9 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
}
|
||||
|
||||
#editbarleft { float: left; height: 100%; overflow: hidden;
|
||||
background: url(/static/img/jun09/pad/editbar_background_left.gif) no-repeat left top; width: 2px; }
|
||||
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/jun09/pad/editbar_background_right.gif) no-repeat right top; width: 2px; }
|
||||
background: url(/static/img/editbar_background_right.gif) no-repeat right top; width: 2px; }
|
||||
|
||||
#editbartable
|
||||
{
|
||||
|
@ -283,10 +283,10 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
|||
}
|
||||
|
||||
#editbar #syncstatussyncing { position: absolute; height: 26px; width: 26px;
|
||||
background: url(/static/img/jun09/pad/syncing2.gif) no-repeat center center;
|
||||
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/jun09/pad/syncdone.gif) no-repeat center center;
|
||||
background: url(/static/img/syncdone.gif) no-repeat center center;
|
||||
right: 38px; top: 5px; display: none; }
|
||||
|
||||
|
||||
|
@ -349,7 +349,7 @@ body
|
|||
|
||||
#myswatch { width: 100%; height: 100%; background: transparent;/*...initially*/ }
|
||||
#mycolorpicker {
|
||||
background: url(/static/img/jun09/pad/colorpicker.gif) no-repeat left top;
|
||||
background: url(/static/img/colorpicker.gif) no-repeat left top;
|
||||
width: 232px; height: 140px;
|
||||
position: absolute;
|
||||
left: 10px; top: 18px; z-index: 101;
|
||||
|
@ -413,7 +413,7 @@ table#otheruserstable { display: none; }
|
|||
.usertdname input.editempty { color: #888; font-style: italic;}
|
||||
|
||||
#sharebutton {
|
||||
background: url(/static/img/jun09/pad/inviteshare2.gif) no-repeat 0 -31px;
|
||||
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%;
|
||||
|
@ -459,7 +459,7 @@ table#otheruserstable { display: none; }
|
|||
|
||||
.modaldialog.cboxreconnecting .modaldialog-inner,
|
||||
.modaldialog.cboxconnecting .modaldialog-inner {
|
||||
background: url(/static/img/jun09/pad/connectingbar.gif) no-repeat center 60px;
|
||||
background: url(/static/img/connectingbar.gif) no-repeat center 60px;
|
||||
height: 100px;
|
||||
}
|
||||
.modaldialog.cboxreconnecting {
|
||||
|
@ -567,12 +567,12 @@ table#otheruserstable { display: none; }
|
|||
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/jun09/pad/docpanelmiddle2.png);
|
||||
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/jun09/pad/docpanelmiddle2.png);
|
||||
background-image: url(/static/img/docpanelmiddle2.png);
|
||||
background-position: left top;
|
||||
}
|
||||
|
||||
|
@ -580,14 +580,14 @@ table#otheruserstable { display: none; }
|
|||
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/jun09/pad/docpanelmiddle2.png", sizingMethod="scale");
|
||||
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/jun09/pad/docpaneledge2.png);
|
||||
background-image: url(/static/img/docpaneledge2.png);
|
||||
}
|
||||
|
||||
.dbpanel-leftedge, .dbpanel-rightedge { height: 100%; width: 7px; bottom: 11px; }
|
||||
|
@ -603,7 +603,7 @@ table#otheruserstable { display: none; }
|
|||
background-color: transparent;
|
||||
background-image: url(/static/img/apr09/blank.gif);
|
||||
/* crop the image */
|
||||
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/img/jun09/pad/docpaneledge2.png", sizingMethod="crop");
|
||||
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/img/docpaneledge2.png", sizingMethod="crop");
|
||||
}
|
||||
* html .dbpanel-leftedge, * html .dbpanel-botleftcorner { left: -7px; width: 14px; }
|
||||
|
||||
|
@ -645,7 +645,7 @@ table#otheruserstable { display: none; }
|
|||
#exportlinks .exportlink {
|
||||
display: block; position: absolute; height: 22px; width: auto;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(/static/img/jun09/pad/fileicons.gif);
|
||||
background-image: url(/static/img/fileicons.gif);
|
||||
line-height: 22px; padding-left: 22px; padding-right: 2px;
|
||||
}
|
||||
#exportlinks .n1 { left: 350px; top: 30px; }
|
||||
|
@ -668,11 +668,11 @@ table#otheruserstable { display: none; }
|
|||
}
|
||||
#savedrevs-scrollleft { height: 100%; width: 14px; position: absolute;
|
||||
left: 0; top: 0; cursor: pointer;
|
||||
background: url(/static/img/jun09/pad/savedrevarrows.gif) no-repeat right top;
|
||||
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/jun09/pad/savedrevarrows.gif) no-repeat left top;
|
||||
background: url(/static/img/savedrevarrows.gif) no-repeat left top;
|
||||
}
|
||||
#savedrevs-scrolly .disabledscrollleft { background-position: right bottom; }
|
||||
#savedrevs-scrolly .disabledscrollright { background-position: left bottom; }
|
||||
|
@ -713,7 +713,7 @@ table#otheruserstable { display: none; }
|
|||
#savedrevs-savenow { display: block; position: absolute;
|
||||
overflow: hidden; height: 0; padding-top: 24px; width: 81px;
|
||||
top: 22px; right: 27px;
|
||||
background: url(/static/img/jun09/pad/savedrevsgfx2.gif) no-repeat 0 0;
|
||||
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;
|
||||
|
@ -796,7 +796,7 @@ form#reconnectform { display: none; }
|
|||
#feedbackbox-hide, #feedbackbox-send, #feedbackbox-back {
|
||||
position: absolute; display: block;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(/static/img/jun09/pad/feedbackbox2.gif);
|
||||
background-image: url(/static/img/feedbackbox2.gif);
|
||||
}
|
||||
#feedbackbox-tl { width: 392px;
|
||||
height: 262px; left: 0; top: 0;
|
||||
|
@ -838,7 +838,7 @@ form#reconnectform { display: none; }
|
|||
|
||||
.expand-collapse {
|
||||
height: 22px;
|
||||
background-image: url(/static/img/jun09/pad/sharedistri.gif);
|
||||
background-image: url(/static/img/sharedistri.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 3px;
|
||||
padding-left: 17px;
|
||||
|
@ -867,7 +867,7 @@ form#reconnectform { display: none; }
|
|||
.modaldialog .modaldialog-hide {
|
||||
float: right;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(/static/img/jun09/pad/sharebox4.gif);
|
||||
background-image: url(/static/img/sharebox4.gif);
|
||||
display: block;
|
||||
width: 22px; height: 22px;
|
||||
background-position: -454px -6px;
|
||||
|
@ -900,7 +900,7 @@ form#reconnectform { display: none; }
|
|||
#sharebox-send {
|
||||
float: right;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(/static/img/jun09/pad/sharebox4.gif);
|
||||
background-image: url(/static/img/sharebox4.gif);
|
||||
display: block;
|
||||
width: 87px; height: 22px;
|
||||
background-position: -383px -289px;
|
||||
|
@ -927,20 +927,20 @@ form#reconnectform { display: none; }
|
|||
color: #444;
|
||||
}
|
||||
#widthprefcheck { position: absolute;
|
||||
background-image: url(/static/img/jun09/pad/layoutbuttons.gif);
|
||||
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/jun09/pad/layoutbuttons.gif);
|
||||
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/jun09/pad/bottomareagfx.gif);
|
||||
background: url(/static/img/bottomareagfx.gif);
|
||||
top: 5px; right: 220px;
|
||||
}
|
||||
|
||||
|
@ -964,11 +964,11 @@ a#topbarmaximize {
|
|||
height: 16px;
|
||||
margin-right:-143px;
|
||||
margin-top:4px;
|
||||
background: url(/static/img/jun09/pad/maximize_normal.png);
|
||||
background: url(/static/img/maximize_normal.png);
|
||||
}
|
||||
|
||||
.maximized a#topbarmaximize {
|
||||
background: url(/static/img/jun09/pad/maximize_maximized.png);
|
||||
background: url(/static/img/maximize_maximized.png);
|
||||
}
|
||||
|
||||
#editbarinner h1 {
|
||||
|
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 69 B After Width: | Height: | Size: 69 B |
Before Width: | Height: | Size: 99 B After Width: | Height: | Size: 99 B |
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 147 B |
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 99 B After Width: | Height: | Size: 99 B |
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 232 B |
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 697 B |
Before Width: | Height: | Size: 635 B |
Before Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 867 B |
Before Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 802 B |
Before Width: | Height: | Size: 70 B |
Before Width: | Height: | Size: 67 B |
Before Width: | Height: | Size: 81 B |
Before Width: | Height: | Size: 71 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 604 B |
Before Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 372 B |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 123 B |
Before Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 866 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 950 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 85 B After Width: | Height: | Size: 85 B |
|
@ -531,10 +531,10 @@ var pad = {
|
|||
},
|
||||
preloadImages: function() {
|
||||
var images = [
|
||||
'/static/img/jun09/pad/feedbackbox2.gif',
|
||||
'/static/img/jun09/pad/sharebox4.gif',
|
||||
'/static/img/jun09/pad/sharedistri.gif',
|
||||
'/static/img/jun09/pad/colorpicker.gif',
|
||||
'/static/img/feedbackbox2.gif',
|
||||
'/static/img/sharebox4.gif',
|
||||
'/static/img/sharedistri.gif',
|
||||
'/static/img/colorpicker.gif',
|
||||
];
|
||||
function loadNextImage() {
|
||||
if (images.length == 0) {
|
||||
|
|
|
@ -50,38 +50,38 @@ var clientVars = {}; // ]]>
|
|||
<ul id="menu_left">
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('bold'));" title="Bold (ctrl-B)">
|
||||
<img src="/static/img/jun09/pad/editbar_bold.gif" />
|
||||
<img src="/static/img/editbar_bold.gif" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('italic'));" title="Italics (ctrl-I)">
|
||||
<img src="/static/img/jun09/pad/editbar_italic.gif">
|
||||
<img src="/static/img/editbar_italic.gif">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('underline'));" title="Underline (ctrl-U)">
|
||||
<img src="/static/img/jun09/pad/editbar_underline.gif" />
|
||||
<img src="/static/img/editbar_underline.gif" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('strikethrough'));" title="Strikethrough">
|
||||
<img src="/static/img/jun09/pad/editbar_strikethrough.gif" />
|
||||
<img src="/static/img/editbar_strikethrough.gif" />
|
||||
</a>
|
||||
</li>
|
||||
<li class="separator"></li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('insertunorderedlist'));" title="Toggle Bullet List">
|
||||
<img src="/static/img/jun09/pad/editbar_insertunorderedlist.gif" />
|
||||
<img src="/static/img/editbar_insertunorderedlist.gif" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('indent'));" title="Indent List">
|
||||
<img src="/static/img/jun09/pad/editbar_indent.gif" />
|
||||
<img src="/static/img/editbar_indent.gif" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('outdent'));" title="Unindent List">
|
||||
<img src="/static/img/jun09/pad/editbar_outdent.gif" />
|
||||
<img src="/static/img/editbar_outdent.gif" />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -89,22 +89,22 @@ var clientVars = {}; // ]]>
|
|||
<ul id="menu_right">
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('undo'));" title="Undo (ctrl-Z)">
|
||||
<img src="/static/img/jun09/pad/editbar_undo.gif" />
|
||||
<img src="/static/img/editbar_undo.gif" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('redo'));" title="Redo (ctrl-Y)">
|
||||
<img src="/static/img/jun09/pad/editbar_redo.gif" />
|
||||
<img src="/static/img/editbar_redo.gif" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('save'));" title="Save Revision">
|
||||
<img src="/static/img/jun09/pad/editbar_save.gif" />
|
||||
<img src="/static/img/editbar_save.gif" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('embed'));" title="Embed this pad">
|
||||
<img src="/static/img/mar11/editbar_embed.gif" />
|
||||
<img src="/static/img/editbar_embed.gif" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
|
@ -126,12 +126,12 @@ var clientVars = {}; // ]]>
|
|||
<li class="separator"></li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('clearauthorship'));" title="Clear Authorship Colors">
|
||||
<img src="/static/img/jun09/pad/editbar_clearauthorship.gif" />
|
||||
<img src="/static/img/editbar_clearauthorship.gif" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('showusers'));" title="Show connected users">
|
||||
<img id="showusersicon" src="/static/img/mar11/editbar_showusers.gif" /> <span id="online_count">1</span>
|
||||
<img id="showusersicon" src="/static/img/editbar_showusers.gif" /> <span id="online_count">1</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|