ajouts fichiers audios + dossier TP
BIN
sequences/web/decodage.pdf
Normal file
BIN
sequences/web/extrait_1.mp3
Normal file
BIN
sequences/web/extrait_2.mp3
Normal file
BIN
sequences/web/tp/1/images/background-h1-wide.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
sequences/web/tp/1/images/background-h1-wood.jpg
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
sequences/web/tp/1/images/grandsNoms/Alan_Turing.jpg
Normal file
|
After Width: | Height: | Size: 241 KiB |
BIN
sequences/web/tp/1/images/grandsNoms/JohnvonNeumann.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
sequences/web/tp/1/images/grandsNoms/dennis_ritchie.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
sequences/web/tp/1/images/grandsNoms/graceHopper.jpg
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
sequences/web/tp/1/images/grandsNoms/linus-torvalds-osdl.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
sequences/web/tp/1/images/grandsNoms/stallman.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
sequences/web/tp/1/images/grandsNoms/tim-berners-lee.jpg
Normal file
|
After Width: | Height: | Size: 130 KiB |
55
sequences/web/tp/1/style.css
Normal file
@@ -0,0 +1,55 @@
|
||||
h1
|
||||
{
|
||||
font-size: 32px;
|
||||
text-shadow: -1px -1px #0c0, 1px 1px #060, -3px 0 4px #000;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
color: #090;
|
||||
padding:16px;
|
||||
font-weight:lighter;
|
||||
-moz-box-shadow: 2px 2px 6px #888;
|
||||
-webkit-box-shadow: 2px 2px 6px #888;
|
||||
box-shadow:2px 2px 6px #888;
|
||||
text-align:center;
|
||||
display:block;
|
||||
margin:16px;
|
||||
background-color: #76d7c4;
|
||||
}
|
||||
|
||||
#banniere
|
||||
{
|
||||
font-size: 48px;
|
||||
text-shadow: -1px -1px #9df, 1px 1px #49d, -3px 0 4px #000;
|
||||
font-family:"Segoe print", Arial, Helvetica, sans-serif;
|
||||
color:#6bf;
|
||||
padding:24px 32px 32px 32px;
|
||||
font-weight:lighter;
|
||||
-moz-box-shadow: 2px 2px 6px #888;
|
||||
-webkit-box-shadow: 2px 2px 6px #888;
|
||||
box-shadow:2px 2px 6px #888;
|
||||
text-align:center;
|
||||
display:block;
|
||||
line-height:150px;
|
||||
background-image:url(images/background-h1-wide.jpg);
|
||||
}
|
||||
|
||||
/* faire le choix de la couleur en HTML : http://htmlcolorcodes.com/fr/*/
|
||||
body{
|
||||
background-color: #f7f9f9;
|
||||
}
|
||||
|
||||
|
||||
table tr:nth-child(odd) td
|
||||
{
|
||||
background-color: #E8E8FF;
|
||||
}
|
||||
|
||||
h2, h3 {
|
||||
background-color: gray;
|
||||
color: navy;
|
||||
radius-border : 5px;
|
||||
}
|
||||
|
||||
ul,ol{
|
||||
background-color: #1abc9c;
|
||||
display : table;
|
||||
}
|
||||