mirror of
https://github.com/YunoHost-Apps/chtickynotes_ynh.git
synced 2024-09-03 18:15:57 +02:00
c63ca08270
Copied from ynh-chtickynotes and begining of boards management
169 lines
4.7 KiB
CSS
169 lines
4.7 KiB
CSS
.PIAtitle {
|
|
font-size: 14px;
|
|
margin-left: 5px;
|
|
}
|
|
.PIAdate {
|
|
float:left;
|
|
line-height:10px;
|
|
font-size: 9px;
|
|
}
|
|
.minicolors-panel {
|
|
border: solid 20px #555;
|
|
}
|
|
#chmenu {
|
|
position: absolute;
|
|
display: none;
|
|
z-index: 100000;
|
|
width: 275px;
|
|
height: 20px;
|
|
}
|
|
#chmenu label{
|
|
display: inline;
|
|
}
|
|
.PIAtoolbar .PIAchopt {
|
|
background-image: url(data:image/gif;base64,R0lGODlhDQANAMwAAF5eXm5ubktLS29vb0xMTFlZWVxcXFBQUGRkZE5OTqWlpbS0tLa1tU9PT01OTU1NTZSUlJOTk6Sjo6WmpaSkpLOzs2VlZaenp5GSkXBwcO/v7wAAAAAAAAAAAAAAAAAAACH5BAEAABoALAAAAAANAA0AAAU7IPQQZFkm12EAbNsW1pQNdG0zWq7vfM9HBIFwOEwoVK5kAaEYBJ7Q6MJHreYwQSLRIWmski8ExRktV0IAOw==);
|
|
float: right;
|
|
}
|
|
#chmenu ul {
|
|
top: 20px;
|
|
margin: 0;
|
|
list-style: none;
|
|
padding: 0;
|
|
position: absolute;
|
|
width: 275px;
|
|
}
|
|
#chmenu ul li {
|
|
font: 14px;
|
|
margin-right: -4px;
|
|
position: relative;
|
|
padding: 5px 20px;
|
|
cursor: pointer;
|
|
background: #555;
|
|
display: block;
|
|
color: #fff;
|
|
}
|
|
#chmenu ul li:hover { background: #666; }
|
|
.center { text-align: center; }
|
|
.float-left { float: left; }
|
|
.float-right { float: right; }
|
|
.vertical-bottom { vertical-align: bottom; }
|
|
.vertical-middle { vertical-align: middle; }
|
|
.vertical-top { vertical-align: top; }
|
|
.clear { clear: both; }
|
|
.red { color: red; }
|
|
.red a { color: red; font-weight: bold; text-decoration: none; }
|
|
.red a:hover { text-decoration: underline; }
|
|
|
|
/* Postit */
|
|
.PIApostit {
|
|
/*color: #333;
|
|
min-width:130px;
|
|
min-height:150px;*/
|
|
padding:4px;
|
|
font-size:85%;
|
|
position:absolute;
|
|
display: none;
|
|
z-index: 9995;
|
|
|
|
background: -moz-linear-gradient(top, rgba(255,255,255,0.46) 0%, rgba(255,255,255,0) 100%);
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.46)), color-stop(100%,rgba(255,255,255,0)));
|
|
background: -webkit-linear-gradient(top, rgba(255,255,255,0.46) 0%,rgba(255,255,255,0) 100%);
|
|
background: -o-linear-gradient(top, rgba(255,255,255,0.46) 0%,rgba(255,255,255,0) 100%);
|
|
background: -ms-linear-gradient(top, rgba(255,255,255,0.46) 0%,rgba(255,255,255,0) 100%);
|
|
background: linear-gradient(to bottom, rgba(255,255,255,0.46) 0%,rgba(255,255,255,0) 100%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75ffffff', endColorstr='#00ffffff',GradientType=0 );
|
|
|
|
}
|
|
.PIAicon {
|
|
cursor: pointer;
|
|
float: left;
|
|
width:20px;
|
|
height:20px;
|
|
background-position: center;
|
|
margin-right: 2px;
|
|
background-repeat: no-repeat;
|
|
/*background-color: #ffd;
|
|
-webkit-border-radius: 4px 4px 4px 4px;
|
|
-moz-border-radius: 4px 4px 4px 4px;
|
|
border-radius: 4px 4px 4px 4px;
|
|
border: 1px solid #bbb;*/
|
|
}
|
|
.PIApostit div.PIAtoolbar {
|
|
text-align:left;
|
|
cursor: move;
|
|
padding-bottom: 5px;
|
|
height: 16px;
|
|
color: #888;
|
|
}
|
|
.PIApostit div.PIAeditable {
|
|
clear: both;
|
|
cursor:pointer;
|
|
position:relative;
|
|
min-height:50px;
|
|
}
|
|
/** xxx **/
|
|
.PIAeditable > input, .PIAeditable > textarea, .PIAeditable[contenteditable="true"], .PIAeditable > select {
|
|
border: 0px;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.PIApostit div.PIAeditable:focus {
|
|
outline: none;
|
|
}
|
|
.PIApostit div.PIAcontent {
|
|
padding: 5px;
|
|
}
|
|
|
|
.ui-resizable-helper { border: 1px dotted gray; }
|
|
|
|
/* FLIP-CARD */
|
|
.panel {
|
|
float: left;
|
|
|
|
border:1px solid gray;
|
|
-moz-box-shadow:4px 4px 4px #999999;
|
|
-webkit-box-shadow:4px 4px 4px #999999;
|
|
box-shadow:4px 4px 4px #999999;
|
|
|
|
-webkit-perspective: 600px;
|
|
-moz-perspective: 600px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
|
|
}
|
|
/* -- make sure to declare a default for every property that you want animated -- */
|
|
/* -- general styles, including Y axis rotation -- */
|
|
.panel .front {
|
|
float: none;
|
|
position: absolute;
|
|
top: 5px;
|
|
|
|
width: 99%;
|
|
height: 99%;
|
|
|
|
-moz-transform: rotateX(0deg) rotateY(0deg); /* FF3.5/3.6 */
|
|
-o-transform: rotateX(0deg) rotateY(0deg); /* Opera 10.5 */
|
|
-webkit-transform: rotateX(0deg) rotateY(0deg); /* Saf3.1+ */
|
|
transform: rotateX(0deg) rotateY(0deg); /* Newer browsers (incl IE9) */
|
|
/*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
|
|
/*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
|
|
|
|
-webkit-transform-style: preserve-3d;
|
|
-webkit-backface-visibility: hidden;
|
|
-moz-transform-style: preserve-3d;
|
|
-moz-backface-visibility: hidden;
|
|
-o-transform-style: preserve-3d;
|
|
-o-backface-visibility: hidden;
|
|
transform-style: preserve-3d;
|
|
backface-visibility: hidden;
|
|
|
|
/* -- transition is the magic sauce for animation -- */
|
|
-o-transition: all .4s ease-in-out;
|
|
-ms-transition: all .4s ease-in-out;
|
|
-moz-transition: all .4s ease-in-out;
|
|
-webkit-transition: all .4s ease-in-out;
|
|
transition: all .4s ease-in-out;
|
|
}
|
|
|