-
+
- SearchBox +
- Combobox +
- TreeView +
- InputList +
- SATable +
- CKEditor +
diff --git a/css/impress-demo.css b/css/impress-demo.css index 0b7b3a4..f270c08 100644 --- a/css/impress-demo.css +++ b/css/impress-demo.css @@ -273,15 +273,6 @@ a:focus { opacity: 0.2; } -#bored { - height: auto; - background-color: black; -} - -#bored img { - width: 100%; -} - #title { padding: 0; } @@ -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 } diff --git a/img/ckeditor.png b/img/ckeditor.png new file mode 100644 index 0000000..c3c9655 Binary files /dev/null and b/img/ckeditor.png differ diff --git a/img/combobox.png b/img/combobox.png new file mode 100644 index 0000000..d82680b Binary files /dev/null and b/img/combobox.png differ diff --git a/img/inputlist.png b/img/inputlist.png new file mode 100644 index 0000000..7a8514b Binary files /dev/null and b/img/inputlist.png differ diff --git a/img/rideau.jpeg b/img/rideau.jpeg deleted file mode 100644 index 567f257..0000000 Binary files a/img/rideau.jpeg and /dev/null differ diff --git a/img/searchbox.png b/img/searchbox.png new file mode 100644 index 0000000..a85f5ef Binary files /dev/null and b/img/searchbox.png differ diff --git a/img/treeview.png b/img/treeview.png new file mode 100644 index 0000000..528e908 Binary files /dev/null and b/img/treeview.png differ diff --git a/index.html b/index.html index 6699864..e747680 100644 --- a/index.html +++ b/index.html @@ -23,12 +23,7 @@