/* Resize handle for image widgets */
.resize-handle {
  box-sizing: border-box;
  pointer-events: auto;
  transition: background 0.2s;
}
* {
    margin: 0px;
    padding: 0px;
}


 
 

.fontfont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.fontfontbig {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}


li {

    display: block;
}


.menubtn {
    background-color: ivory;
    display: initial;
    position: relative;
    border: none;
    padding: 0px;
    margin: -2px;
    width: 22px;

}

.help {
    cursor: help;
}

.menuicon {
    margin-left: 5px;

}

.menutext {
    position: absolute;
    left: 40px;
}



 




.smallbtn {
    width: 150px;
    background-color: ivory;
    border: solid 1px;
    color: black;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}

.tinybtn {

    background-color: cornsilk;
    border: solid lightgrey 1px;
    border-radius: 3px;
    color: black;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none;
    max-width: 80px;
    font-size: 10px;
    margin: 4px -2px;
    cursor: pointer;
}


 

 


#wallpaper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;

    background-color: paleturquoise;
    background-size: cover;

    background-position: top left;
    background-size: cover;
    background-repeat: repeat;

}

#wallpaper_preview {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;

    background-color: paleturquoise;
    background-size: cover;

    background-position: top left;
    background-size: cover;
    background-repeat: repeat;

}
 

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 90%;
    height: 3px;

    background: black;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    border-radius: 20px;
    margin: auto;

}


/* Mouse-over effects */
.slider:hover {
    opacity: 1;
    /* Fully shown on mouse-over */
}

 
 

.selected {
    outline: 5px solid blueviolet;
}


 


.widget.user {
    box-sizing: border-box;

}
 

.widget:hover {

    outline: 1px solid white;
}
 
.widget.locked {
    outline: 2px solid red;
}

.widget.inedit {
    outline: 2px solid blue;
}

 

.postit {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    display: inline-block;
    padding: 2px;
    margin: 0px;
    overflow: hidden;
    border: solid black 1px;
}

 

.youtube {
    position: absolute;
    z-index: 1;
    width: 280px;
    height: 170px;
    display: inline-block;
    cursor: pointer;

    overflow: hidden;
    border: solid black 1px;
    background: lightblue;
    overflow: visible;
}

.pastey {
    position: initial;
    z-index: 1;

    display: inline-block;
    padding: 0px;
    margin: 0px;
    overflow: visible;

}

.svg {
    width: auto;
    height: auto;
}


.headline {
    position: initial;
    z-index: 1;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 10px;
    margin: 5px;
    text-align: center;
    overflow: visible;
}



 
.handle {

    position: absolute;
    display: none;
    background-color: lightyellow;
    z-index: 20000;
    width: 10px;
    height: 10px;
    padding: 0px;
    border: 1px solid black;
}