Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

/* @import url(https://fonts.googleapis.com/css2?family=Permanent+Marker); */
/* @import url(https://fonts.googleapis.com/css2?family=Gloria+Hallelujah); */

.stickynotemod {
    right: 0;
    z-index: 150;
    width: 165px;
    min-height: 120px;
    max-height: 160px;
    margin: -10px 10px 10px;
    padding: 10px;
    font-size: 14px;
    color: #000;
    background: rgba(255, 255, 51, 0.8);
    box-shadow: -2px 2px 2px rgba(0,0,0,0.3);
}
div[id*="stickynormal"] {
    display: inline-block;
    margin-top: 1px;
}
div[id*="1stickycontent"],  div[id*="7stickycontent"] {
    transform:rotate(4deg);
    margin-top:5px;
    margin-left:5px;
    display: inline-block;
}
div[id*="3stickycontent"], div[id*="8stickycontent"], div[id*="0stickycontent"] {
    transform:rotate(-5deg);
    margin-top:5px;
    margin-left:10px;
    display: inline-block;
}
div[id*="4stickycontent"], div[id*="6stickycontent"] {
    transform:rotate(3deg);
    margin-top:-5px;
    display: inline-block;
}
div[id*="5stickycontent"] {
    transform:rotate(-5deg);
    margin-top:2px;
    margin-right: -5px;
    display: inline-block;
}
div[id*="2stickycontent"], div[id*="9stickycontent"] {
    transform:rotate(2deg);
    margin-top:-5px;
    margin-right: -5px;
    display: inline-block;
}
.stickynotemod:before {
    border-top: solid 8px #fff;
    border-right: solid 8px #fff;
    border-left: solid 8px transparent;
    border-bottom: solid 8px transparent;
}
.stickynotemod:after {
    border-bottom: solid 8px #dddd33;
    border-left: solid 8px #dddd33;
    border-right: solid 8px transparent;
    border-top: solid 8px transparent;
}
.createnote {
    background-color: #EEE;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    border: 2px solid #FFF;
}
.headernote {
    font-size: 1em;
    text-align: right;
    /* color: #FFF;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.headernote i {
        float: inline-start;
        /* color: #000; */
}
.contentnote {
    font-size: 1.2em;
    font-weight: bold;
    font-family: inherit;
    text-align: center;
    height: 83px;
    padding-top: 5px;
        overflow-x: auto;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: black transparent;
}
.footernote a, .footernote a:visited {
    color: #000;
}
.columnnote {
    text-align: center;
}
.columnnote i {
    font-size: 14px;
}
.editnote {
    text-align: right;
}
.vote {
    text-align: left;
    float: left;
    font-size: 1em;
}
.vote .fa {
    margin-right: 2px;
}
.grey {
    color: #EEE;
}
#id_color option[value='1'] {
    background-color: #ec6;
}
#id_color option[value='2'] {
    background-color: #aacc24;
}
#id_color option[value='3'] {
    background-color: #9df;
}
#id_color option[value='4'] {
    background-color: #69c;
}
#id_color option[value='5'] {
    background-color: #e86;
}
#id_color option[value='6'] {
    background-color: #bbb;
}
.note_nomove{
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}