Author: dsetrakyan Date: Mon Jul 13 23:53:52 2015 New Revision: 1690843 URL: http://svn.apache.org/r1690843 Log: datagrid and formatting.
Modified: incubator/ignite/site/trunk/css/all.css incubator/ignite/site/trunk/features/datagrid.html incubator/ignite/site/trunk/includes/sh.html incubator/ignite/site/trunk/scss/ignite.scss incubator/ignite/site/trunk/use-cases/datagrid/coherence-replacement.html incubator/ignite/site/trunk/use-cases/datagrid/gemfire-replacement.html incubator/ignite/site/trunk/use-cases/datagrid/hazelcast-replacement.html Modified: incubator/ignite/site/trunk/css/all.css URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/css/all.css?rev=1690843&r1=1690842&r2=1690843&view=diff ============================================================================== --- incubator/ignite/site/trunk/css/all.css (original) +++ incubator/ignite/site/trunk/css/all.css Mon Jul 13 23:53:52 2015 @@ -7976,6 +7976,16 @@ section.page-section { margin-top: -70px; border-bottom: 2px dotted #ddd; } +section.page-section table.twosides { + padding: 0 !important; + margin: 0 !important; + border: none !important; +} +section.page-section table.twosides td { + padding: 0 !important; + margin: 0 !important; + border: none !important; +} section.page-section h2 { font-size: 26px; color: #333; @@ -7993,6 +8003,7 @@ section.page-section ul.page-list > li { } section.page-section div.page-links { margin-top: 20px; + font-weight: bold; } section.page-section div.page-links > a:last-child { padding-left: 10px; @@ -8002,6 +8013,31 @@ section.page-section div.page-heading { font-weight: 700; padding-bottom: 10px; } +section.page-section .code-examples { + clear: both; + margin: 20px 0 30px 0; +} +section.page-section .videos > ul { + list-style: none; + padding-left: 0; +} +section.page-section .videos > ul li { + padding: 3px 0; +} +section.page-section .videos > ul li i.fa { + color: #3498db; +} +section.page-section .videos > ul .video-title { + padding-left: 10px; +} +section.page-section .videos > ul .video-duration { + padding-left: 5px; + color: #aaa; + font-size: 12px; +} +section.page-section .screencasts iframe { + border: 1px solid #eee; +} section.page-section .first { padding-top: 75px; @@ -8078,31 +8114,32 @@ img[usemap], map area { margin: 0; } -#people table, #comparison table { +table.formatted { border: 1px solid #ddd; } -#people table > thead > tr, #comparison table > thead > tr { +table.formatted > thead > tr { background: #2f2f2f; } -#people table > thead > tr > th, #comparison table > thead > tr > th { +table.formatted > thead > tr > th { color: #fff; font-weight: 500; - border: none; + border: none !important; } -#people table > thead > tr .left, #comparison table > thead > tr .left { +table.formatted > thead > tr .left { padding-left: 20px; } -#people table > tbody > tr:nth-child(even), #comparison table > tbody > tr:nth-child(even) { +table.formatted > tbody > tr:nth-child(even) { background: #f5f5f5; } -#people table > tbody > tr > td, #comparison table > tbody > tr > td { - border: none; +table.formatted > tbody > tr > td { + border: none !important; } -#people table > tbody > tr > td > p, #comparison table > tbody > tr > td > p { +table.formatted > tbody > tr > td > p { margin-top: 8px; margin-bottom: 8px; } -#people table > tbody > tr .left, #comparison table > tbody > tr .left { +table.formatted > tbody > tr .left { + font-weight: bold; padding-left: 20px; } Modified: incubator/ignite/site/trunk/features/datagrid.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/features/datagrid.html?rev=1690843&r1=1690842&r2=1690843&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/ignite/site/trunk/includes/sh.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/includes/sh.html?rev=1690843&r1=1690842&r2=1690843&view=diff ============================================================================== --- incubator/ignite/site/trunk/includes/sh.html (original) +++ incubator/ignite/site/trunk/includes/sh.html Mon Jul 13 23:53:52 2015 @@ -7,10 +7,11 @@ <link href="/css/shCore.css" rel="stylesheet" type="text/css"/> <!--<link href="/css/shThemeDefault.css" rel="stylesheet" type="text/css"/>--> +<link href="/css/shThemeEclipse.css" rel="stylesheet" type="text/css"/> +<!--<link href="/css/shThemeFadeToGrey.css" rel="stylesheet" type="text/css"/>--> + <!--<link href="/css/shThemeMDUltra.css" rel="stylesheet" type="text/css"/>--> <!--<link href="/css/shThemeEmacs.css" rel="stylesheet" type="text/css"/>--> -<link href="/css/shThemeFadeToGrey.css" rel="stylesheet" type="text/css"/> <!--<link href="/css/shThemeDjango.css" rel="stylesheet" type="text/css"/>--> <!--<link href="/css/shThemeRDark.css" rel="stylesheet" type="text/css"/>--> -<!--<link href="/css/shThemeEclipse.css" rel="stylesheet" type="text/css"/>--> <!--<link href="/css/shThemeMidnight.css" rel="stylesheet" type="text/css"/>--> Modified: incubator/ignite/site/trunk/scss/ignite.scss URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/scss/ignite.scss?rev=1690843&r1=1690842&r2=1690843&view=diff ============================================================================== --- incubator/ignite/site/trunk/scss/ignite.scss (original) +++ incubator/ignite/site/trunk/scss/ignite.scss Mon Jul 13 23:53:52 2015 @@ -426,6 +426,18 @@ section.page-section { margin-top: -70px; border-bottom: 2px dotted #ddd; + table.twosides { + padding: 0 !important; + margin: 0 !important; + border: none !important; + + td { + padding: 0 !important; + margin: 0 !important; + border: none !important; + } + } + h2 { font-size: 26px; color: #333; @@ -447,6 +459,7 @@ section.page-section { div.page-links { margin-top: 20px; + font-weight: bold; & > a:last-child { padding-left: 10px; @@ -458,6 +471,40 @@ section.page-section { font-weight: 700; padding-bottom: 10px; } + + .code-examples { + clear: both; + margin: 20px 0 30px 0; + } + + .videos > ul { + list-style: none; + padding-left: 0; + + li { + padding: 3px 0; + + i.fa { + color: $color-river; + } + } + + .video-title { + padding-left: 10px; + } + + .video-duration { + padding-left: 5px; + color: #aaa; + font-size: 12px + } + } + + .screencasts { + iframe { + border: 1px solid #eee; + } + } } section.page-section .first { @@ -545,7 +592,7 @@ img[usemap], map area{ } -#people table, #comparison table { +table.formatted { border: 1px solid #ddd; & > thead > tr { @@ -554,7 +601,7 @@ img[usemap], map area{ & > th { color: #fff; font-weight: 500; - border: none; + border: none !important; } & .left { padding-left: 20px; @@ -570,7 +617,7 @@ img[usemap], map area{ & > tr { & > td { - border: none; + border: none !important; & > p { margin-top :8px; @@ -579,6 +626,7 @@ img[usemap], map area{ } & .left { + font-weight: bold; padding-left: 20px; } } Modified: incubator/ignite/site/trunk/use-cases/datagrid/coherence-replacement.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/use-cases/datagrid/coherence-replacement.html?rev=1690843&r1=1690842&r2=1690843&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/ignite/site/trunk/use-cases/datagrid/gemfire-replacement.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/use-cases/datagrid/gemfire-replacement.html?rev=1690843&r1=1690842&r2=1690843&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/ignite/site/trunk/use-cases/datagrid/hazelcast-replacement.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/use-cases/datagrid/hazelcast-replacement.html?rev=1690843&r1=1690842&r2=1690843&view=diff ============================================================================== Binary files - no diff available.