Browse Source

Adds preliminary kitchen sink example to dist examples

pull/1191/merge
jlukic 10 years ago
parent
commit
6de00304c1
13 changed files with 1255 additions and 0 deletions
  1. BIN
      examples/images/wireframe/centered-paragraph.png
  2. BIN
      examples/images/wireframe/image-square.png
  3. BIN
      examples/images/wireframe/image-text.png
  4. BIN
      examples/images/wireframe/image.png
  5. BIN
      examples/images/wireframe/media-paragraph-alt.png
  6. BIN
      examples/images/wireframe/media-paragraph.png
  7. BIN
      examples/images/wireframe/paragraph.png
  8. BIN
      examples/images/wireframe/short-paragraph.png
  9. BIN
      examples/images/wireframe/square-image.png
  10. BIN
      examples/images/wireframe/text-image.png
  11. BIN
      examples/images/wireframe/white-image.png
  12. 52
      examples/kitchensink.css
  13. 1203
      examples/kitchensink.html

BIN
examples/images/wireframe/centered-paragraph.png

Before After
Width: 800  |  Height: 162  |  Size: 1.9 KiB

BIN
examples/images/wireframe/image-square.png

Before After
Width: 796  |  Height: 796  |  Size: 6.1 KiB

BIN
examples/images/wireframe/image-text.png

Before After
Width: 960  |  Height: 797  |  Size: 9.6 KiB

BIN
examples/images/wireframe/image.png

Before After
Width: 960  |  Height: 796  |  Size: 7.0 KiB

BIN
examples/images/wireframe/media-paragraph-alt.png

Before After
Width: 600  |  Height: 117  |  Size: 2.3 KiB

BIN
examples/images/wireframe/media-paragraph.png

Before After
Width: 600  |  Height: 140  |  Size: 3.4 KiB

BIN
examples/images/wireframe/paragraph.png

Before After
Width: 625  |  Height: 213  |  Size: 2.4 KiB

BIN
examples/images/wireframe/short-paragraph.png

Before After
Width: 625  |  Height: 66  |  Size: 1.3 KiB

BIN
examples/images/wireframe/square-image.png

Before After
Width: 259  |  Height: 259  |  Size: 1.7 KiB

BIN
examples/images/wireframe/text-image.png

Before After
Width: 317  |  Height: 262  |  Size: 1.9 KiB

BIN
examples/images/wireframe/white-image.png

Before After
Width: 796  |  Height: 796  |  Size: 5.8 KiB

52
examples/kitchensink.css

@ -0,0 +1,52 @@
/*******************************
Global
*******************************/
/*--------------
Demo
---------------*/
#sink {
background-color: #FFFFFF;
}
#sink .demo h4 {
margin: 2em 0em 1em;
}
/* Awkwardly ported from docs */
#sink .demo.row {
margin: 0 auto !important;
max-width: 1400px;
}
#sink .demo.row .button.demo > .buttons,
#sink .demo.row .button.demo > .button,
#sink .demo.row .button.demo > .segment > .button {
margin-bottom: 0.5em;
}
#sink .demo.row .ui.menu,
#sink .demo.row .ui.card {
width: 100%;
}
#sink .demo.row h4 {
font-weight: bold !important;
margin: 0em 0em 1em !important;
}
#sink .demo.row .example {
clear: both;
padding-top: 3em;
margin-top: 3em;
}
#sink .demo.row .example:first-child {
margin-top: 0;
padding-top: 0;
}
#sink .demo.row .segment.example {
z-index: 1;
}
#sink .demo.row .ui.label:not(.empty) {
margin-bottom: 1em;
}
#sink .demo.row .segment .ui.label {
margin-bottom: 0em;
}

1203
examples/kitchensink.html
File diff suppressed because it is too large
View File

Loading…
Cancel
Save