diff --git a/node/src/documents/index.html b/node/src/documents/index.html index 083a5bf4e..19810f628 100755 --- a/node/src/documents/index.html +++ b/node/src/documents/index.html @@ -7,20 +7,30 @@ type : 'Semantic'
-

Semantic

-

UI is the language of the web.

+

Semantic

+

HTML UI is the language of the web.

Semantic empowers designers and developers by creating a shared vocabulary for UI.

-
-
- + +
+
+

HTML for Everyone

+

Semantic code is designed to work like natural language so front end code can be understood and written without being a tech guru.

+

Reskin your site in seconds

+

Semantic provides an exchange format for UI, so swapping out designs doesn't mean rewriting your site's codebase.

+

Made for the Community

+

Semantic gives front end developers a common language to develop UI components, so we can all start speaking the same language.

+
+ + \ No newline at end of file diff --git a/node/src/files/components/semantic/src/collections/message.css b/node/src/files/components/semantic/src/collections/message.css old mode 100644 new mode 100755 diff --git a/node/src/files/components/semantic/src/elements/header.css b/node/src/files/components/semantic/src/elements/header.css index d8de16e82..4774bf430 100644 --- a/node/src/files/components/semantic/src/elements/header.css +++ b/node/src/files/components/semantic/src/elements/header.css @@ -20,7 +20,6 @@ font-size: 1.33em; font-weight: bold; - color: rgba(50, 50, 50, 0.9); padding: 0em; border: none; @@ -44,31 +43,26 @@ h1.ui.header { margin: 2rem 0rem 1.5rem; line-height: 1.33rem; font-size: 2rem; - color: rgba(20, 20, 20, 1); } h2.ui.header { margin: 1.5rem 0rem 1rem; line-height: 1.33rem; font-size: 1.5rem; - color: rgba(20, 20, 20, 0.9); } h3.ui.header { margin: 1.3rem 0rem 1rem; line-height: 1.33rem; font-size: 1.33rem; - color: rgba(30, 30, 30, 0.9); } h4.ui.header { margin: 0.75rem 0rem 0.3rem; line-height: 1.33rem; font-size: 1.1rem; - color: rgba(30, 30, 30, 0.9); } h5.ui.header { margin: 0rem 0rem 0.2rem; line-height: 1.2rem; font-size: 1rem; - color: rgba(40, 40, 40, 0.9); } /*-------------- @@ -79,24 +73,20 @@ h5.ui.header { min-height: 1em; line-height: 1.33em; font-size: 2em; - color: rgba(20, 20, 20, 1); } .large.ui.header { line-height: 1.33em; font-size: 1.5em; - color: rgba(20, 20, 20, 0.9); } .small.ui.header { margin-bottom: 0.25em; line-height: 1.33em; font-size: 1.1em; - color: rgba(30, 30, 30, 0.9); } .tiny.ui.header { margin-bottom: 0em; line-height: 1.2em; font-size: 1em; - color: rgba(40, 40, 40, 0.9); } /******************************* diff --git a/node/src/files/components/semantic/src/modules/popup.js b/node/src/files/components/semantic/src/modules/popup.js index 446a4d350..095953bfa 100644 --- a/node/src/files/components/semantic/src/modules/popup.js +++ b/node/src/files/components/semantic/src/modules/popup.js @@ -324,9 +324,9 @@ }; break; } - // true width on popup + // true width on popup, avoid rounding error $.extend(positioning, { - width: $popup.width() + width: $popup.width() + 1 }); // tentatively place on stage $popup diff --git a/node/src/files/javascript/semantic.js b/node/src/files/javascript/semantic.js index 2045c1bed..b3b7648d7 100755 --- a/node/src/files/javascript/semantic.js +++ b/node/src/files/javascript/semantic.js @@ -19,6 +19,9 @@ semantic.ready = function() { $menuPopup = $('.ui.main.menu .popup.item'), $example = $('.example'), + + $developer = $('.developer.item'), + $designer = $('.designer.item'), $peek = $('.peek'), $peekItem = $peek.children('.menu').children('a.item'), diff --git a/node/src/files/stylesheets/semantic.css b/node/src/files/stylesheets/semantic.css index d0d396607..a37e7f626 100755 --- a/node/src/files/stylesheets/semantic.css +++ b/node/src/files/stylesheets/semantic.css @@ -165,7 +165,7 @@ ul.list li { h1 { margin: 0px 0px 20px; padding: 50px 0px 5px; - border-bottom: 1px solid rgba(255, 255, 255, 0.6); + border-bottom: 1px solid rgba(0, 0, 0, 0.1); } h1 { margin: 0px auto; @@ -303,11 +303,14 @@ box-shadow: 3px 0px 2px rgba(0, 0, 0, 0.2); */ background-color: #EF4D6D; padding: 75px 0px 50px; color: #FFFFFF; + margin-bottom: 0px; + border-bottom: none; } #example .masthead h1 { font-size: 4em; line-height: 1.2; padding-bottom: 0px; + border-bottom: 1px solid rgba(255, 255, 255, 0.6); } #example .masthead strike { color: rgba(255, 255, 255, 0.5); @@ -341,6 +344,23 @@ box-shadow: 3px 0px 2px rgba(0, 0, 0, 0.2); */ width: 800px; margin: 0px auto; } + +#example .solid .container, +#example .stripe .container { + min-height: 240px; + padding: 50px 0px; + overflow: hidden; +} + +#example .solid { + background-color: #FFFFFF; +} +#example .stripe { + background-color: #333333; + color: #FFFFFF; +} + + #example .shortcuts { float: right; clear: both; diff --git a/node/src/layouts/default.html.eco b/node/src/layouts/default.html.eco index 5799af7a9..8301fd575 100755 --- a/node/src/layouts/default.html.eco +++ b/node/src/layouts/default.html.eco @@ -131,6 +131,12 @@ <% end %>