Skip to content

Commit

Permalink
[MAJ] Beaucoup de mise à jour
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Tetaz committed Aug 14, 2012
1 parent b55c083 commit 4a835b1
Show file tree
Hide file tree
Showing 8 changed files with 126 additions and 30 deletions.
81 changes: 66 additions & 15 deletions css/impress-demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,15 +273,6 @@ a:focus {
opacity: 0.2;
}

#bored {
height: auto;
background-color: black;
}

#bored img {
width: 100%;
}

#title {
padding: 0;
}
Expand Down Expand Up @@ -410,13 +401,73 @@ a:focus {
text-shadow: 2px 2px 2px black;
}

#tiny3 ul li {
font-family: 'Open Sans', sans-serif;
#tiny3 {
width: 1200px;
font-family: Arial, sans-serif;
}

#tiny3 ul {
list-style: circle;
}

#tiny3 li {
font-style: italic;
line-height: 0.9;
color: #333;
font-size: 110px;
font-weight: bold;
text-shadow: -5px -5px 1px #999;
font-size: 50px;
color: rgba(0, 0, 0, 0.6);
}

#tiny3 img {
width: 300px;
}

#tiny3 div.post-it {
margin: 15px;
border: 2px solid #E5D387;
background: #FFFCD8;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
position: relative;
zoom: 1;
-webkit-border-bottom-right-radius: 150px 25px;
-moz-border-radius-bottomright: 150px 25px;
border-bottom-right-radius: 150px 25px;
box-shadow: 4px 3px 10px #666;
}

#tiny3 div.content {
padding: 8px 80px 8px;
overflow: hidden;
position: relative;
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}

#tiny3 div.cadre {
display: inline-block;
padding: 10px 10px 5px 10px;
background-color: white;
margin: 10px;
border: 2px solid #BBB;
box-shadow: 4px 3px 10px #666;
-o-transition-property: all;
-o-transition-duration: 1s;
-o-transition-timing-function: ease-in-out;
-webkit-transition-property: all;
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: ease-in-out;
transition-property: all;
transition-duration: 1s;
transition-timing-function: ease-in-out;
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}

#ing { width: 800px }
Expand Down
Binary file added img/ckeditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/combobox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/inputlist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/rideau.jpeg
Binary file not shown.
Binary file added img/searchbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/treeview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 60 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@
</div>

<div id="impress">

<div id="bored" class="step slide" data-x="-2000" data-y="-1500">
<img src="img/rideau.jpeg" />
</div>

<div class="step slide" data-x="-1000" data-y="-1500">
<div id="bored" class="step slide" data-x="-1000" data-y="-1500">
<q>
<i class="moi">Richard Tetaz</i>
<center>
Expand Down Expand Up @@ -142,15 +137,65 @@ <h1>Agenda</h1>

<div id="tiny3" class="step" data-x="6000" data-y="2325" data-z="-5000" data-rotate="180" data-scale="3">
<p>
<b>Objets JS</b> :
<ul>
<li>SearchBox</li>
<li>Combobox</li>
<li>TreeView</li>
<li>InputList</li>
<li>SATable</li>
<li>...</li>
</ul>
<table>
<tbody>
<tr>
<td>
<div class="cadre">
<img src="img/searchbox.png" />
</div>
</td>
<td>

</td>
<td>
<div class="cadre">
<img src="img/combobox.png" />
</div>
</td>
</tr>
<tr>
<td>
<div class="cadre">
<img src="img/treeview.png" />
</div>
</td>
<td>
<div class="post-it">
<div class="content">
<b>Objets JS</b>
<ul>
<li>SearchBox</li>
<li>Combobox</li>
<li>TreeView</li>
<li>InputList</li>
<li>SATable</li>
<li>CKEditor</li>
</ul>
</div>
</div>
</td>
<td>
<div class="cadre">
<img src="img/ckeditor.png" />
</div>
</td>
</tr>
<tr>
<td>

</td>
<td>

</td>
<td>
<div class="cadre">
<img src="img/inputlist.png" />
</div>
</td>
</tr>
</tbody>
</table>
</p>
</div>

Expand Down

0 comments on commit 4a835b1

Please sign in to comment.