Edition du devis fonctionnelle
BIN
web/Theme/blue/asc.gif
Normal file
|
After Width: | Height: | Size: 54 B |
BIN
web/Theme/blue/bg.gif
Normal file
|
After Width: | Height: | Size: 64 B |
BIN
web/Theme/blue/desc.gif
Normal file
|
After Width: | Height: | Size: 54 B |
39
web/Theme/blue/style.css
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
/* tables */
|
||||
table.tablesorter {
|
||||
font-family:arial;
|
||||
background-color: #CDCDCD;
|
||||
margin:10px 0pt 15px;
|
||||
font-size: 8pt;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
|
||||
background-color: #e6EEEE;
|
||||
border: 1px solid #FFF;
|
||||
font-size: 8pt;
|
||||
padding: 4px;
|
||||
}
|
||||
table.tablesorter thead tr .header {
|
||||
background-image: url(bg.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right;
|
||||
cursor: pointer;
|
||||
}
|
||||
table.tablesorter tbody td {
|
||||
color: #3D3D3D;
|
||||
padding: 4px;
|
||||
background-color: #FFF;
|
||||
vertical-align: top;
|
||||
}
|
||||
table.tablesorter tbody tr.odd td {
|
||||
background-color:#F0F0F6;
|
||||
}
|
||||
table.tablesorter thead tr .headerSortUp {
|
||||
background-image: url(/Theme/blue/asc.gif);
|
||||
}
|
||||
table.tablesorter thead tr .headerSortDown {
|
||||
background-image: url(/Theme/blue/desc.gif);
|
||||
}
|
||||
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
|
||||
background-color: #8dbdd8;
|
||||
}
|
||||
BIN
web/Theme/dark/asc.gif
Normal file
|
After Width: | Height: | Size: 54 B |
BIN
web/Theme/dark/bg.gif
Normal file
|
After Width: | Height: | Size: 64 B |
BIN
web/Theme/dark/desc.gif
Normal file
|
After Width: | Height: | Size: 54 B |
41
web/Theme/dark/style.css
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
/* tables */
|
||||
table.tablesorter {
|
||||
font-family:arial;
|
||||
background-color: #333;
|
||||
margin:10px 0pt 15px;
|
||||
font-size: 8pt;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
border: 1px solid #206;
|
||||
font-size: 8pt;
|
||||
padding: 4px;
|
||||
}
|
||||
table.tablesorter thead tr .header {
|
||||
background-image: url(bg.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right;
|
||||
cursor: pointer;
|
||||
}
|
||||
table.tablesorter tbody td {
|
||||
color: #ffa;
|
||||
padding: 4px;
|
||||
vertical-align: top;
|
||||
background-color: #002;
|
||||
}
|
||||
|
||||
table.tablesorter .odd td {
|
||||
background-color: #004;
|
||||
}
|
||||
|
||||
table.tablesorter thead tr .headerSortUp {
|
||||
background-image: url(/Theme/dark/asc.gif);
|
||||
}
|
||||
table.tablesorter thead tr .headerSortDown {
|
||||
background-image: url(/Theme/dark/desc.gif);
|
||||
}
|
||||
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
|
||||
background-color: #123;
|
||||
}
|
||||
BIN
web/Theme/green/asc.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
web/Theme/green/bg.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
web/Theme/green/desc.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
39
web/Theme/green/style.css
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
table.tablesorter {
|
||||
font-size: 12px;
|
||||
background-color: #4D4D4D;
|
||||
width: 1024px;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
table.tablesorter th {
|
||||
text-align: left;
|
||||
padding: 5px;
|
||||
background-color: #6E6E6E;
|
||||
}
|
||||
table.tablesorter td {
|
||||
color: #FFF;
|
||||
padding: 5px;
|
||||
}
|
||||
table.tablesorter .even {
|
||||
background-color: #3D3D3D;
|
||||
}
|
||||
table.tablesorter .odd {
|
||||
background-color: #6E6E6E;
|
||||
}
|
||||
table.tablesorter .header {
|
||||
background-image: url(bg.png);
|
||||
background-repeat: no-repeat;
|
||||
border-left: 1px solid #FFF;
|
||||
border-right: 1px solid #000;
|
||||
border-top: 1px solid #FFF;
|
||||
padding-left: 30px;
|
||||
padding-top: 8px;
|
||||
height: auto;
|
||||
}
|
||||
table.tablesorter .headerSortUp {
|
||||
background-image: url(/Theme/green/asc.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
table.tablesorter .headerSortDown {
|
||||
background-image: url(/Theme/green/desc.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
160
web/Theme/style.css
Normal file
|
|
@ -0,0 +1,160 @@
|
|||
|
||||
body {
|
||||
background: black;
|
||||
background-image: url('/images/Banner.png');
|
||||
background-repeat: no-repeat;
|
||||
color: #D0FFD0;
|
||||
margin:1em;
|
||||
padding:1em;
|
||||
font-family: 'Arial', cursive;
|
||||
}
|
||||
aside { float: right; }
|
||||
|
||||
video,img {
|
||||
max-width:100%;
|
||||
max-height:75%;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
#login {
|
||||
position: fixed;
|
||||
top: 3px;
|
||||
right:3px;
|
||||
font-size:x-small;
|
||||
background-color:rgba(0,0,0,0.6);
|
||||
color:rgb(130,254,130);
|
||||
}
|
||||
|
||||
#login a {
|
||||
background-color:rgba(0,0,64,0.8);
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #B0B080;
|
||||
right:2px;
|
||||
padding: 2px;
|
||||
border-radius:5px;
|
||||
border-style: dotted;
|
||||
border-width: .2px;
|
||||
background-color:rgba(0,0,3,0.5);
|
||||
}
|
||||
|
||||
a.athanks {
|
||||
background-color:rgba(0,0,0,0);;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background-color:rgba(30,0,124,0.5);
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #90B090;
|
||||
}
|
||||
label {
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
.message {
|
||||
color: #7FFF00;
|
||||
font-size: large;
|
||||
border: solid green;
|
||||
background-color: rgba(32,0,32,0.3);
|
||||
}
|
||||
.error {
|
||||
color: #f88;
|
||||
font-size: large;
|
||||
border: solid green;
|
||||
background-color: rgba(64,0,0,0.3);
|
||||
}
|
||||
.validation-summary-errors{
|
||||
color: #f88;
|
||||
background-color: rgba(64,0,0,0.3);
|
||||
}
|
||||
|
||||
.thanks {
|
||||
display: inline;
|
||||
font-size: small;
|
||||
}
|
||||
.blogpost {
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
}
|
||||
.editblog {
|
||||
width: 95%;
|
||||
height: 95%;
|
||||
}
|
||||
.metablog {
|
||||
font-style: italic;
|
||||
font-size: small;
|
||||
text-align: right;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.blogtitle {
|
||||
display:inline;
|
||||
}
|
||||
.contenu {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.validation-summary-errors{
|
||||
color: #f88;
|
||||
}
|
||||
|
||||
.actionlink {
|
||||
color: #B0B080;
|
||||
border: solid .5px;
|
||||
right:3px;
|
||||
padding: 4px;
|
||||
border-radius:25px;
|
||||
background-color:rgba(0,0,64,0.7);
|
||||
font-size:x-small;
|
||||
}
|
||||
|
||||
.code {
|
||||
font-family: "monospace";
|
||||
background-color: rgba(0,0,256,0.1);
|
||||
border-radius:25px;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.layout {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
max-width: 64px;
|
||||
max-height: 64px;
|
||||
}
|
||||
|
||||
.shoh { display:inline; }
|
||||
.hiduh {
|
||||
display:none;
|
||||
}
|
||||
.shoh:hover {
|
||||
background-color: rgba(0,60,40,.3);
|
||||
border: solid rgb(256,256,0);
|
||||
}
|
||||
.shoh:hover + .hiduh {
|
||||
display:block; position:absolute; left:20px; right:20px;
|
||||
background-color: rgb(0,0,40); border: solid rgb(256,256,0);
|
||||
}
|
||||
.comment {
|
||||
border-radius:25px;
|
||||
border-width:1px;
|
||||
border-style: solid;
|
||||
border-color:rgb(0,64,0);
|
||||
}
|
||||
|
||||
@media print {
|
||||
body {background-color:white;color:black;}
|
||||
header,footer,.postcomment,.actionlink,.metablog{ display:none;}
|
||||
}
|
||||
|
||||
@media all and (max-width: 15em) {
|
||||
section, aside {
|
||||
float: none;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||