Skip to content

Commit

Permalink
Item12000: update to latest dev releaes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/Html5EditContrib@16290 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Dec 28, 2012
1 parent b2b05fc commit e5cdb0c
Show file tree
Hide file tree
Showing 2 changed files with 1,087 additions and 373 deletions.
119 changes: 78 additions & 41 deletions pub/System/Html5EditContrib/hallo.css
@@ -1,74 +1,111 @@

div.hallotoolbar {
border: 1px solid #babdb6;
padding: 2px;
background-color: #eeeeec;
border-radius: 6px;
font-size: 12pt;
line-height: 1.1em;
width: 260px;
z-index: 99999;
display: block;
z-index: 500;
}

div.hallotoolbar input {
display: none;
div.halloEditIndicator {
background-color: #000000;
color: #ffffff;
padding: 4px;
border-radius: 4px;
}
div.hallotoolbar .ui-buttonset,
div.hallotoolbar .ui-buttonset label {
display: inline;

/* Drag n Drop */
[contenteditable] .tmp {
opacity: 0.3
}

div.hallotoolbar .dropdown-menu {
[contenteditable] .tmpLine{
background-color: #ffffff;
width: 98%;
height: 2px;
margin: 0 auto 10px auto;
border-top: 2px solid #1cb8d6;
border-bottom: 2px solid #1cb8d6;
opacity: 1;
padding: 1px;
}

.dropdown-menu {
width: "200px";
background-color: #eeeeec;
margin-top: -1px;
border-left: 1px solid #babdb6;
border-bottom: 1px solid #babdb6;
border-right: 1px solid #babdb6;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}

div.hallotoolbar .dropdown-menu .selected {
.dropdown-target .selected {
background-color: #729fcf;
}

textarea#source {
width: 100%;
min-height: 400px;
color: #ffffff !important;
background-color: #2e3436;
border: none;
border-radius: 8px;
font-weight: bold;
button.blockselector, button.blockselector:focus{
display:block;
width: 100%;
margin:0px;
padding: 0px;
background: transparent;
border: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: none;
}

[contenteditable="true"].inEditMode {
outline-style: auto;
outline-width: 3px;
outline-color: #111111;
.bigOverlay, .smallOverlay {
display: none;
position: absolute;
top: 0;
left: 0;
background-color: rgba(28, 184, 214, 0.4);
}

/* ANNOTATIONS */
.inEditMode .entity, .inEditMode a[typeof][about] {
border-bottom: 1px #729fcf dotted;
.bigOverlayRight{
display : block;
border-right : 3px dashed rgb(28, 184, 214);
border-left : none;
}
.inEditMode .entity.withSuggestions {
border-color: #73d216;
border-bottom-style: double;

.bigOverlayLeft{
display : block;
border-left : 3px dashed rgb(28, 184, 214);
border-right : none;
}

.inEditMode .entity.person, .inEditMode a[typeof][about].person {
border-color: #e9b96e;
.smallOverlayLeft{
border-right : 3px dashed rgb(28, 184, 214);
}

.inEditMode .entity.place, .inEditMode a[typeof][about].place {
border-color: #c17d11;
.smallOverlayRight{
border-left : 3px dashed rgb(28, 184, 214);
}

.inEditMode .entity.organisation, .inEditMode a[typeof][about].organisation {
border-color: #8f5902;
.ui-draggable{
cursor: move;
}

.ui-draggable-dragging{
border: 3px solid white;
}

[contenteditable] img.ui-state-disabled {
opacity: 1;
}

.customHelper{
background-size: cover;
width: 100px;
height: 100px;
z-index: 1050;
}

.trashcan{
width: 50px;
height: 50px;
position: relative;
top: 25px;
left: 25px;
background: rgba(0,0,0,0.8) url('images/trash.png') no-repeat 12px 12px;
border-radius: 10px;
cursor: none;
}

0 comments on commit e5cdb0c

Please sign in to comment.