many changes
This commit is contained in:
parent
c7f81699a4
commit
6809e3dfe2
49 changed files with 3429 additions and 215 deletions
1225
web/Theme/jquery-ui.css
vendored
Normal file
1225
web/Theme/jquery-ui.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
7
web/Theme/jquery-ui.min.css
vendored
Normal file
7
web/Theme/jquery-ui.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
72
web/Theme/jquery.timepicker.css
Executable file
72
web/Theme/jquery.timepicker.css
Executable file
|
|
@ -0,0 +1,72 @@
|
|||
.ui-timepicker-wrapper {
|
||||
overflow-y: auto;
|
||||
height: 150px;
|
||||
width: 6.5em;
|
||||
background: #fff;
|
||||
border: 1px solid #ddd;
|
||||
-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
|
||||
-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
|
||||
box-shadow:0 5px 10px rgba(0,0,0,0.2);
|
||||
outline: none;
|
||||
z-index: 10001;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-timepicker-wrapper.ui-timepicker-with-duration {
|
||||
width: 13em;
|
||||
}
|
||||
|
||||
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
|
||||
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
|
||||
width: 11em;
|
||||
}
|
||||
|
||||
.ui-timepicker-list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.ui-timepicker-duration {
|
||||
margin-left: 5px; color: #888;
|
||||
}
|
||||
|
||||
.ui-timepicker-list:hover .ui-timepicker-duration {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.ui-timepicker-list li {
|
||||
padding: 3px 0 3px 5px;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
color: #000;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-timepicker-list:hover .ui-timepicker-selected {
|
||||
background: #fff; color: #000;
|
||||
}
|
||||
|
||||
li.ui-timepicker-selected,
|
||||
.ui-timepicker-list li:hover,
|
||||
.ui-timepicker-list .ui-timepicker-selected:hover {
|
||||
background: #1980EC; color: #fff;
|
||||
}
|
||||
|
||||
li.ui-timepicker-selected .ui-timepicker-duration,
|
||||
.ui-timepicker-list li:hover .ui-timepicker-duration {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.ui-timepicker-list li.ui-timepicker-disabled,
|
||||
.ui-timepicker-list li.ui-timepicker-disabled:hover,
|
||||
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
|
||||
color: #888;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.ui-timepicker-list li.ui-timepicker-disabled:hover,
|
||||
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
|
||||
background: #f2f2f2;
|
||||
}
|
||||
|
|
@ -14,18 +14,20 @@ main {
|
|||
margin:.5em;
|
||||
}
|
||||
|
||||
aside div {
|
||||
display: block;
|
||||
background-color: rgba(32,16,16,0.5);
|
||||
margin: 0.7em;
|
||||
float: left;
|
||||
margin:.5em;
|
||||
}
|
||||
aside {background-color: rgba(32,16,16,0.8);
|
||||
padding: 1em; margin: 0.5em;
|
||||
border-radius:25px; border: solid 1px #000060;
|
||||
float: right;
|
||||
}
|
||||
|
||||
video,img {
|
||||
max-width:100%;
|
||||
max-height:75%;
|
||||
position:relative;
|
||||
top:4px;
|
||||
}
|
||||
.panel { max-width: 17em;
|
||||
max-height:30em; border:solid green 1px;}
|
||||
|
||||
footer {
|
||||
position:fixed;
|
||||
|
|
@ -87,6 +89,7 @@ label {
|
|||
.blogtitle {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
.contenu {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
|
@ -146,7 +149,7 @@ padding-left: 20px;
|
|||
}
|
||||
|
||||
.hidcom {
|
||||
display:none; position:fixed; z-index:-1;
|
||||
display:none; position:fixed; z-index:2;
|
||||
padding:5px; margin:5px;
|
||||
background-color: rgba(0,0,40,.8);
|
||||
}
|
||||
|
|
@ -162,14 +165,12 @@ padding-left: 20px;
|
|||
}
|
||||
|
||||
@media all and (max-width: 640px) {
|
||||
aside {
|
||||
float: none;
|
||||
}
|
||||
|
||||
footer img {
|
||||
max-height: 1em;
|
||||
}
|
||||
footer a {
|
||||
font-size: xx-small;
|
||||
}
|
||||
body { margin-bottom:1em; }
|
||||
body { margin-bottom:1em; font-size: smaller; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue