{% if page.summary %} diff --git a/css/customstyles.css b/css/customstyles.css index 62946c6..8d2b6dc 100644 --- a/css/customstyles.css +++ b/css/customstyles.css @@ -1036,24 +1036,27 @@ table thead th code.highlighter-rouge { } -.box, .box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10, .box11, .box12 { - padding: 15px; +.box { + padding: 10px; border: 1px solid #888; box-shadow: 2px 2px 4px #dedede; - margin: 5px 5px; width: 100px; height: 80px; background-color: #f5f5f5; font-family: Arial; font-size: 12px; hyphens: auto; + float: left; + font-size: 12px; +} +.box:hover { + background-color: #f0f0f0; } #userMap { - max-width: 900px; - overflow-x: scroll; - overflow-y: hidden; + /*overflow-x: scroll;*/ + /*overflow-y: hidden;*/ padding: 20px; } @@ -1067,16 +1070,39 @@ h2.userMapTitle { font-family: Arial; } -#userMap table td { - vertical-align: middle; - font-size: x-large; -} - #userMap a:hover { text-decoration: none; } -.box: hover { - background-color: #444444; - color: white; +div.arrow { + max-width: 50px; + margin-left: 15px; + margin-right: 15px; + font-size: 20px; } + +div.content { + max-width: 110px +} + +#userMap div.arrow, #userMap div.content { + float: left; +} + +.clearfix { + clear: both; +} + + +#userMap div.arrow { + position: relative; + top: 30px; +} + +.box1 { + margin-left:0px; +} + +div.box.box1 { + margin-left: -20px; +} \ No newline at end of file diff --git a/index.md b/index.md index b53924b..e467898 100644 --- a/index.md +++ b/index.md @@ -17,10 +17,7 @@ If you're used to running Jekyll sites, you can type the normal jekyll command, * {{site.data.urls.mydoc_install_jekyll_on_windows.link}} ## Customize the Gemfile - - -## Open the Gemfile (in any text editor) in the Jekyll doc theme project: ``` diff --git a/product2/p2_sample1.md b/product2/p2_sample1.md index 7200800..0df854e 100644 --- a/product2/p2_sample1.md +++ b/product2/p2_sample1.md @@ -4,15 +4,11 @@ keywords: sample summary: "This is just a sample topic..." sidebar: product2_sidebar permalink: /p2_sample1/ +map: true +map_name: usermap +box_number: 1 --- - - -{% include custom/usermap.md %} ## Sample Content diff --git a/product2/p2_sample2.md b/product2/p2_sample2.md index ce16ef2..32f4edc 100644 --- a/product2/p2_sample2.md +++ b/product2/p2_sample2.md @@ -4,15 +4,12 @@ keywords: sample summary: "This is just a sample topic..." sidebar: product2_sidebar permalink: /p2_sample2/ +map: true +map_name: usermap +box_number: 2 --- - -{% include custom/usermap.md %} ## Sample Content diff --git a/product2/p2_sample3.md b/product2/p2_sample3.md index d637b57..8bf6442 100644 --- a/product2/p2_sample3.md +++ b/product2/p2_sample3.md @@ -4,16 +4,11 @@ keywords: sample summary: "This is just a sample topic..." sidebar: product2_sidebar permalink: /p2_sample3/ +map: true +map_name: usermap +box_number: 3 --- - - -{% include custom/usermap.md %} - ## Sample Content Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. diff --git a/product2/p2_sample4.md b/product2/p2_sample4.md index 48ea2dd..0bd6750 100644 --- a/product2/p2_sample4.md +++ b/product2/p2_sample4.md @@ -4,16 +4,11 @@ keywords: sample summary: "This is just a sample topic..." sidebar: product2_sidebar permalink: /p2_sample4/ +map: true +map_name: usermap +box_number: 4 --- - - -{% include custom/usermap.md %} - ## Sample Content Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. diff --git a/product2/p2_sample5.md b/product2/p2_sample5.md index 99ca23a..de24cee 100644 --- a/product2/p2_sample5.md +++ b/product2/p2_sample5.md @@ -4,17 +4,11 @@ keywords: sample summary: "This is just a sample topic..." sidebar: product2_sidebar permalink: /p2_sample5/ +map: true +map_name: usermap +box_number: 5 --- - - -{% include custom/usermap.md %} - - ## Sample Content Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. diff --git a/product2/p2_sample6.md b/product2/p2_sample6.md index 902dbcd..2a4549e 100644 --- a/product2/p2_sample6.md +++ b/product2/p2_sample6.md @@ -6,14 +6,6 @@ sidebar: product2_sidebar permalink: /p2_sample6/ --- - - -{% include custom/usermap.md %} - ## Sample Content diff --git a/product2/p2_sample7.md b/product2/p2_sample7.md index b68a01f..cc323ae 100644 --- a/product2/p2_sample7.md +++ b/product2/p2_sample7.md @@ -6,14 +6,6 @@ sidebar: product2_sidebar permalink: /p2_sample7/ --- - - -{% include custom/usermap.md %} - ## Sample Content