From 855551e3ea6657af012ba631f5dd2b24d2d4f00c Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 29 Sep 2014 18:46:48 -0400 Subject: [PATCH] Customization page revisions --- server/documents/customize.html.eco | 23 ++++++++++++----------- server/files/stylesheets/customize.css | 11 +++++++++-- server/files/stylesheets/semantic.css | 2 +- src/definitions/collections/message.less | 6 +++++- 4 files changed, 27 insertions(+), 15 deletions(-) diff --git a/server/documents/customize.html.eco b/server/documents/customize.html.eco index 2d95a24da..7ca85f2bd 100644 --- a/server/documents/customize.html.eco +++ b/server/documents/customize.html.eco @@ -45,24 +45,25 @@ type : 'Semantic'
Choosing a package

- Semantic is not a stand-alone library, but many separate components. + Semantic is designed to be used as part of a front-end build system like Grunt or Gulp so that you can modify themes, site-specific variables, and UI overrides during development.

+
@@ -75,7 +76,7 @@ type : 'Semantic' Elements
-
+
<% for element in uiElements: %>
@@ -106,7 +107,7 @@ type : 'Semantic' Collections
-
+
<% for collection in uiCollections: %>
@@ -137,7 +138,7 @@ type : 'Semantic' Views
-
+
<% for view in uiViews: %>
@@ -168,7 +169,7 @@ type : 'Semantic' Modules
-
+
<% for module in uiModules: %>
diff --git a/server/files/stylesheets/customize.css b/server/files/stylesheets/customize.css index d8949a0b8..9bb17d21a 100644 --- a/server/files/stylesheets/customize.css +++ b/server/files/stylesheets/customize.css @@ -3,8 +3,7 @@ *******************************/ #example.custom .download.list { - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25em; + margin: 1em -0.8em; } #example.custom .download.list .checkbox + .content { @@ -16,6 +15,14 @@ font-weight: normal; } +#example.custom .main.container > h2 { + text-align: center; + font-size: 2em; + margin: 2em 0em; +} +#example.custom .main.container > h2:first-child { + margin-top: 0em; +} #example.custom .download.list .checkbox.checked + .content { opacity: 1; } diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css index 64d29f703..9b2c39655 100755 --- a/server/files/stylesheets/semantic.css +++ b/server/files/stylesheets/semantic.css @@ -318,7 +318,7 @@ a:hover { height: 1px; position: absolute; right: 100%; - top: -30px; + top: -70px; width: 1px; } diff --git a/src/definitions/collections/message.less b/src/definitions/collections/message.less index cfd5e8be9..d96a27546 100755 --- a/src/definitions/collections/message.less +++ b/src/definitions/collections/message.less @@ -51,11 +51,15 @@ .ui.message .header { display: @headerDisplay; font-family: @headerFont; - font-size: @headerFontSize; font-weight: @headerFontWeight; margin: 0em 0em 0em @headerDistance; } +/* Default font size */ +.ui.message .header:not(.ui) { + font-size: @headerFontSize; +} + /* Paragraph */ .ui.message p { opacity: @messageTextOpacity;