ex3 ok
4
css/_notes/dwsync.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<dwsync>
|
||||
<file name="bluraycss.css" server="W:/wamp64/www/TPSI6/" local="131967188609120365" remote="131967188600000000" Dst="1" />
|
||||
</dwsync>
|
201
css/bluraycss.css
Normal file
@@ -0,0 +1,201 @@
|
||||
.remarque {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 12pt;
|
||||
font-style: italic;
|
||||
line-height: 20pt;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
color: #33FFFF;
|
||||
background-attachment: fixed;
|
||||
background-color: #003399;
|
||||
background-position: center center;
|
||||
letter-spacing: normal;
|
||||
vertical-align: middle;
|
||||
border: thin groove #33FF66;
|
||||
}
|
||||
|
||||
.emphase {
|
||||
font-style : bold;
|
||||
font-size : 14pt;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url(ressources/blu-ray.png);
|
||||
}
|
||||
h1 {
|
||||
color: #66CCFF;
|
||||
background-color: #0000FF;
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
h2 {
|
||||
color: #FFFFFF;
|
||||
border-bottom : medium groove;
|
||||
border-bottom-color : inherit;
|
||||
font-style : italic;
|
||||
font-weight : bold;
|
||||
outline-color : inherit;
|
||||
background-image : none;
|
||||
background-color : Teal;
|
||||
|
||||
}
|
||||
|
||||
h2.danger {
|
||||
background-color : #FF0000;
|
||||
}
|
||||
|
||||
|
||||
table.blueTable {
|
||||
font-family: "Comic Sans MS", cursive, sans-serif;
|
||||
border: 1px solid #1C6EA4;
|
||||
background-color: #EEEEEE;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
table.blueTable td {
|
||||
border: 1px solid #AAAAAA;
|
||||
padding: 3px 2px;
|
||||
}
|
||||
table.blueTable tbody td {
|
||||
font-size: 13px;
|
||||
}
|
||||
table.blueTable tr:nth-child(even) {
|
||||
background: #D0E4F5;
|
||||
}
|
||||
table.blueTable th {
|
||||
background: #1C6EA4;
|
||||
background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
|
||||
background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
|
||||
background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
border-left: 2px solid #D0E4F5;
|
||||
}
|
||||
table.blueTable thead th:first-child {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
table.blueTable tfoot {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background: #D0E4F5;
|
||||
}
|
||||
table.blueTable tfoot td {
|
||||
font-size: 14px;
|
||||
}
|
||||
table.blueTable tfoot .links {
|
||||
text-align: right;
|
||||
}
|
||||
table.blueTable tfoot .links a{
|
||||
display: inline-block;
|
||||
background: #1C6EA4;
|
||||
color: #FFFFFF;
|
||||
padding: 2px 8px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
div {
|
||||
-webkit-border-radius: 20px;
|
||||
-moz-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
-webkit-box-shadow: 9px 9px 13px #4169E1;
|
||||
-moz-box-shadow: 9px 9px 13px #4169E1;
|
||||
box-shadow: 9px 9px 13px #4169E1;
|
||||
text-shadow: -1px -1px 0px #000000;
|
||||
background-image: -moz-linear-gradient(left, #FFF8DC, #87CEEB 68%);
|
||||
background-image: -webkit-gradient(linear, left top, right top, color-stop(0.00, #FFF8DC), color-stop(0.68, #87CEEB));
|
||||
border: 2px solid #4169E1;
|
||||
background-color: #FFFFFF;
|
||||
padding: 10px;
|
||||
font-family: Verdana, Geneva, sans-serif;
|
||||
font-size: 12pt;
|
||||
color: #888888;
|
||||
text-align: center;
|
||||
outline: 0px solid #FFFFFF;
|
||||
outline-offset: 20px;
|
||||
}
|
||||
|
||||
div.container {
|
||||
width: 90%;
|
||||
margin : 0 auto;
|
||||
}
|
||||
|
||||
div.scrollable {
|
||||
width: 97%;
|
||||
overflow-Y: auto;
|
||||
margin: 0px;
|
||||
padding-left:10px;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
div.loginbox {
|
||||
width:40%;
|
||||
padding:2px;
|
||||
margin:2px;
|
||||
display: inline-block;
|
||||
border-radius:8px;
|
||||
float:right;
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
h2.loginbox {
|
||||
margin-top:0px;
|
||||
margin-bottom:opx;
|
||||
padding-top:0px;
|
||||
padding-bottom:0px;
|
||||
border-radius:10px;
|
||||
}
|
||||
|
||||
h2.compact {
|
||||
margin-top:0px;
|
||||
margin-bottom:opx;
|
||||
padding-top:0px;
|
||||
padding-bottom:0px;
|
||||
border-radius:10px;
|
||||
}
|
||||
|
||||
p.stats {
|
||||
display: inline-block;
|
||||
text-align:left;
|
||||
padding:10px;
|
||||
margin-top:0px;
|
||||
margin-bottom:0px;
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
background-color:#CFF;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
padding:0px;
|
||||
margin-bottom:10px;
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
nav li {
|
||||
display:inline-block;
|
||||
padding:5px;
|
||||
margin:5px;
|
||||
width:auto;
|
||||
height:auto;
|
||||
border:1px solid #06F;
|
||||
border-radius:5px;
|
||||
text-align:center;
|
||||
line-height:auto;
|
||||
background-color: #ade5f5;
|
||||
}
|
||||
|
||||
nav li a {
|
||||
display:block;
|
||||
text-decoration:none;
|
||||
color:#009;
|
||||
}
|
||||
|
||||
nav li :hover {
|
||||
background-color:#3CC;
|
||||
}
|
||||
|
109
css/imageflow.css
Normal file
@@ -0,0 +1,109 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/* ImageFlow Settings
|
||||
==================================== */
|
||||
@media screen, projection {
|
||||
.imageflow {
|
||||
overflow:hidden;
|
||||
position:relative;
|
||||
text-align:left;
|
||||
visibility:hidden;
|
||||
width:96%;
|
||||
}
|
||||
.imageflow img {
|
||||
border:none;
|
||||
position:absolute;
|
||||
top:0px;
|
||||
visibility:hidden;
|
||||
-ms-interpolation-mode:bicubic;
|
||||
/* Enables bicubic image resampling for the IE7 */
|
||||
}
|
||||
.imageflow p {
|
||||
margin:0 auto;
|
||||
text-align:center;
|
||||
}
|
||||
.imageflow .loading {
|
||||
border:1px solid white;
|
||||
height:15px;
|
||||
left:50%;
|
||||
margin-left:-106px;
|
||||
padding:5px;
|
||||
position:relative;
|
||||
visibility:visible;
|
||||
width:200px;
|
||||
}
|
||||
.imageflow .loading_bar {
|
||||
background:#fff;
|
||||
height:10px;
|
||||
visibility:visible;
|
||||
width:1%;
|
||||
}
|
||||
.imageflow .navigation{
|
||||
overflow: hidden;
|
||||
position:relative;
|
||||
border-radius: 15px;
|
||||
background-color:#039;
|
||||
max-height:150px;
|
||||
|
||||
}
|
||||
.imageflow .caption {
|
||||
font-weight:bold;
|
||||
font-size:x-large;
|
||||
border-radius:10px;
|
||||
position:relative;
|
||||
text-align:center;
|
||||
padding-bottom:3px;
|
||||
z-index:10001;
|
||||
}
|
||||
.imageflow .scrollbar {
|
||||
height:3px;
|
||||
padding:0;
|
||||
position:relative;
|
||||
visibility:visible;
|
||||
z-index:10002;
|
||||
|
||||
}
|
||||
.imageflow .slider {
|
||||
background:url(ressources/slider.png) no-repeat;
|
||||
height:8px;
|
||||
margin:-6px 0 0 -7px;
|
||||
position:absolute;
|
||||
width:5px;
|
||||
z-index:10003;
|
||||
}
|
||||
.imageflow .slideshow {
|
||||
cursor:pointer;
|
||||
height:10px;
|
||||
margin:20px 0 0 20px;
|
||||
position:absolute;
|
||||
width:10px;
|
||||
z-index:10003;
|
||||
}
|
||||
.imageflow .slideshow.pause {
|
||||
background:url(ressources/button_pause.png) no-repeat;
|
||||
}
|
||||
.imageflow .slideshow.play {
|
||||
background:url(ressources/button_play.png) no-repeat;
|
||||
}
|
||||
.imageflow .images {
|
||||
overflow:hidden;
|
||||
white-space:nowrap;
|
||||
}
|
||||
.imageflow .button {
|
||||
cursor:pointer;
|
||||
height:17px;
|
||||
position:relative;
|
||||
width:17px;
|
||||
padding:2px;
|
||||
}
|
||||
.imageflow .previous {
|
||||
background: url(ressources/button_left.png) top left no-repeat;
|
||||
float:left;
|
||||
margin: -7px 0 0 -30px;
|
||||
}
|
||||
.imageflow .next {
|
||||
background: url(ressources/button_right.png) top left no-repeat;
|
||||
float:right;
|
||||
margin:-7px -30px 0 30px;
|
||||
}
|
||||
}
|
4
css/ressources/_notes/dwsync.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<dwsync>
|
||||
<file name="blu-ray.png" server="W:/wamp64/www/TPSI6/" local="131967185149213711" remote="131967185140000000" Dst="1" />
|
||||
</dwsync>
|
BIN
css/ressources/blu-ray.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
css/ressources/bluray-disc-icon.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
css/ressources/button_left.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
css/ressources/button_pause.png
Normal file
After Width: | Height: | Size: 94 B |
BIN
css/ressources/button_play.png
Normal file
After Width: | Height: | Size: 171 B |
BIN
css/ressources/button_right.png
Normal file
After Width: | Height: | Size: 165 B |
BIN
css/ressources/slider.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
css/ressources/slider_dark.png
Normal file
After Width: | Height: | Size: 260 B |