Repository: marmotta Updated Branches: refs/heads/develop 0b89c56d5 -> d23962e9b
added new theme more aligned with the new asf colors Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/d23962e9 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/d23962e9 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/d23962e9 Branch: refs/heads/develop Commit: d23962e9bb25d12b6b889986c9a4fab326c81cc7 Parents: 0b89c56 Author: Sergio Fernández <[email protected]> Authored: Tue May 10 19:44:54 2016 -0700 Committer: Sergio Fernández <[email protected]> Committed: Tue May 10 19:44:54 2016 -0700 ---------------------------------------------------------------------- .../main/resources/web/public/style/red/404.css | 43 +++ .../resources/web/public/style/red/code.css | 51 +++ .../resources/web/public/style/red/error.css | 31 ++ .../resources/web/public/style/red/javadoc.css | 113 +++++++ .../resources/web/public/style/red/rdfhtml.css | 41 +++ .../web/public/style/red/sgvizler.chart.css | 53 +++ .../resources/web/public/style/red/style.css | 339 +++++++++++++++++++ 7 files changed, 671 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/d23962e9/platform/marmotta-core/src/main/resources/web/public/style/red/404.css ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/src/main/resources/web/public/style/red/404.css b/platform/marmotta-core/src/main/resources/web/public/style/red/404.css new file mode 100644 index 0000000..fc35268 --- /dev/null +++ b/platform/marmotta-core/src/main/resources/web/public/style/red/404.css @@ -0,0 +1,43 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +div#header h1, div#center { + width: auto; + min-height: 400px; + margin: 0; +} + +div#center { + padding: 2em 30% 2em 30%; +} + +div#center { + float: none; + vertical-align: middle; + padding: 2em 30% 5em 30%; +} + +div#center > * { + margin-top: 2em; + font-size: 1.6em; +} + +div#center > p > a > img { + vertical-align: text-top; + margin-left: 0.15em; +} http://git-wip-us.apache.org/repos/asf/marmotta/blob/d23962e9/platform/marmotta-core/src/main/resources/web/public/style/red/code.css ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/src/main/resources/web/public/style/red/code.css b/platform/marmotta-core/src/main/resources/web/public/style/red/code.css new file mode 100644 index 0000000..6310672 --- /dev/null +++ b/platform/marmotta-core/src/main/resources/web/public/style/red/code.css @@ -0,0 +1,51 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* Code Style */ + +pre.prettyprint { + color: #000; + white-space: normal !important; +} + +pre.prettyprint .com { + color: #3f7f5f; +} + +pre.prettyprint .lit { + color: #0000c0; +} + +pre.prettyprint .str { + color: #2a00ff; +} + +pre.prettyprint .typ { + color: #0000c0 +} + +pre.prettyprint .kwd { + color: #7f0055; +} + +pre.prettyprint .pln { + color: #000; +} + +pre.prettyprint .pun { + color: #444; +} http://git-wip-us.apache.org/repos/asf/marmotta/blob/d23962e9/platform/marmotta-core/src/main/resources/web/public/style/red/error.css ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/src/main/resources/web/public/style/red/error.css b/platform/marmotta-core/src/main/resources/web/public/style/red/error.css new file mode 100644 index 0000000..623acb4 --- /dev/null +++ b/platform/marmotta-core/src/main/resources/web/public/style/red/error.css @@ -0,0 +1,31 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +div#center { + float: none; + width: 60%; + padding-left: 20%; + padding-bottom: 8em; +} + +div#content { + min-height: 200px; + font-size: 1.6em; + background: #ffffff url('../../img/logo/marmotta-sad.png') no-repeat right top; + padding-right: 220px; +} http://git-wip-us.apache.org/repos/asf/marmotta/blob/d23962e9/platform/marmotta-core/src/main/resources/web/public/style/red/javadoc.css ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/src/main/resources/web/public/style/red/javadoc.css b/platform/marmotta-core/src/main/resources/web/public/style/red/javadoc.css new file mode 100644 index 0000000..d047195 --- /dev/null +++ b/platform/marmotta-core/src/main/resources/web/public/style/red/javadoc.css @@ -0,0 +1,113 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +.javadoc a { + color: #d22027; +} +.javadoc table.info { + width: 100%; + border-collapse: collapse; +} + +.javadoc table.info .TableCaption { + text-align: left; + background: #6d6e70; + font-weight: bold; + padding: 0.5em 1em; + border-top: thin solid black; + border-left: thin solid black; + border-right: thin solid black; + color:white; +} + +.javadoc table.info th, +.javadoc table.info td { + padding: 0.5em 1em; + border: thin solid black; +} + +.javadoc table.info .TableHeader { + font-size: smaller; + text-align: center; + font-weight: bold; +} + +.javadoc table.menu { + width: 100%; +} + +.javadoc table.menu col { + width: 50%; +} + +.javadoc span.comment { + color: gray; +} + +.javadoc td.NavBarCell1 { + background-color: #CCCCCC; +} + +.javadoc td.NavBarCell1 table { + padding: 0.3em 0.8em; + border-collapse: separate; +} + +.javadoc td.NavBarCell1 table th.selected, +.javadoc td.NavBarCell1 table a { + font-weight: bold; +} + +.javadoc td.NavBarCell1 table th { + padding: 0.1em 0.3em; + background-color: transparent; + border: none; +} + +.javadoc td.NavBarCell1 table th.selected { + background: #d22027; + color: white; +} + +.javadoc .NavBarCell3 { + text-transform: uppercase; + font-size: small; +} + +.javadoc .deep-resource { + font-size: smaller; +} + +.javadoc table.examples { + width: 100%; +} + +.javadoc table.examples td { + width: 50%; + vertical-align: top; +} + +.javadoc .footer { + font-style: italic; + font-size: smaller; + color: gray; +} + +.javadoc { + font-size:85%; +} http://git-wip-us.apache.org/repos/asf/marmotta/blob/d23962e9/platform/marmotta-core/src/main/resources/web/public/style/red/rdfhtml.css ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/src/main/resources/web/public/style/red/rdfhtml.css b/platform/marmotta-core/src/main/resources/web/public/style/red/rdfhtml.css new file mode 100644 index 0000000..e35af18 --- /dev/null +++ b/platform/marmotta-core/src/main/resources/web/public/style/red/rdfhtml.css @@ -0,0 +1,41 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +p#rawrdf { + text-align: right; + font-size: 0.90em; + margin: 2em 1em 2em auto; +} + +div#top_serialisation_links { + float: right; + margin-right: 5px; + margin-top: 61px; +} + +div#top_serialisation_links a { + text-decoration: none; + font-size: 12px; + color: black; +} + +#table_buttons { + margin-bottom: 10px; +} + +@import "blue.css"; http://git-wip-us.apache.org/repos/asf/marmotta/blob/d23962e9/platform/marmotta-core/src/main/resources/web/public/style/red/sgvizler.chart.css ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/src/main/resources/web/public/style/red/sgvizler.chart.css b/platform/marmotta-core/src/main/resources/web/public/style/red/sgvizler.chart.css new file mode 100644 index 0000000..e7cf008 --- /dev/null +++ b/platform/marmotta-core/src/main/resources/web/public/style/red/sgvizler.chart.css @@ -0,0 +1,53 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/*** sMap ***/ + +div.sgvizler-sMap{ + padding: 0; + margin: 0; + font-family: sans-serif; +} +div.sgvizler-sMap h1, div.sgvizler-sMap p{ + font-size: 11pt; + margin: 2px 0 1px 0; +} +div.sgvizler-sMap p.text{ + font-family: serif; +} +div.sgvizler-sMap div.img{ + float: right; + padding: 10px; +} + +/*** pForce ***/ + +circle.node { + stroke: #999; + stroke-width: 0.5px; +} + +line.link { + stroke: #999; + stroke-opacity: .6; +} + +.nodetext { + pointer-events: none; + font: 10px sans-serif; + color: black; +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/marmotta/blob/d23962e9/platform/marmotta-core/src/main/resources/web/public/style/red/style.css ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/src/main/resources/web/public/style/red/style.css b/platform/marmotta-core/src/main/resources/web/public/style/red/style.css new file mode 100644 index 0000000..1e47e03 --- /dev/null +++ b/platform/marmotta-core/src/main/resources/web/public/style/red/style.css @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* main */ +html,body { + margin:0; + padding:0; + height:100%; + font-size: 13px; + font-family: Arial,Helvetica,FreeSans,sans-serif; + background-color: #f0f0f0; +} + +a, a:visited { + color: #d22027; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +#wrapper { + margin: 0 auto; + padding: 0 1.25em; +} +#header { + height: 80px; + width: 100%; +} + +a#logo { + float: left; + margin-top: 8px; + margin-left: 5px; +} + +a#logo img { + width: 80%; +} + +#header h1 { + margin: 9px 10px; + left: 20%; + top: 52px; + z-index: 2; + position: absolute; + font-size: 13px; +} + +#left { + width:20%; + float: left; +} +#center { + float:right; + width: 80%; +} +#content { + border-radius: 3px; + -webkit-border-radius: 3px; + border-width: 1px; + border-style: solid; + padding: 10px; + background-color: white; + border-color: white; + box-shadow: 0px 0px 8px #555; +} + +.contentWrap h1 { + border-radius: 3px; + -webkit-border-radius: 3px; + border-width: 1px; + border-style: solid; + padding: 3px; + background-color: #d22027; + border-color: #d22027; + color: white; +} + +.contentWrap h2 { + border-radius: 3px; + -webkit-border-radius: 3px; + border-width: 1px; + border-style: solid; + padding: 3px; + background-color: white; + border-color: #d22027; + color: #d22027; +} + +.contentWrap h3 { + padding: 3px; + text-decoration: underline; +} + +.contentWrap h4 { + padding: 3px; + text-decoration: underline; +} + +.contentWrap p { + padding: 3px; +} + +.contentWrap pre { + border-width: 1px; + border-style: dotted; + overflow: auto; + padding: 3px; + white-space: pre-wrap; + background-color: white; + border-color: black; +} + +.contentWrap .tt { + font-family: monospace; +} + +.contentWrap li { + line-height: 1.5; +} + +#footer { + width:100%; +} + +#footer_line { + border-top-width: 1px; + border-top-style: solid; + width:100%; + margin-top:15px; + text-align: center; + border-color: gray; +} + +#footer_line span{ + margin-top: 15px; + display: block; + padding-bottom: 10px; + color:#666; +} + +.clear { + clear: both; +} + +/* admin menu */ +ul#menu { + margin: 0 30px 0 0; + padding: 0; + border-radius: 3px; + -webkit-border-radius: 3px; + border-width: 1px; + border-style: solid; + overflow: hidden; + border-color: white; + background-color: white; + box-shadow: 0px 0px 8px #555; +} + +ul#menu li.menu_item { + list-style: none; + display: list-item; +} + +ul#menu div.menu_heading { + padding: 5px 4px 5px 10px; + background-color: #d22027; + +} + +ul#menu div.menu_heading a { + color: white; + font-weight: bold; + text-decoration: none; +} + +ul.submenu { + margin: 0; + padding: 2px 0 10px 0; +} + +ul.submenu li { + list-style: none; + margin: 0; + line-height: 1.3; +} + +ul.submenu li:hover { + background-color: #f0f0f0; +} + +ul.submenu li.active { + background-color: #6d6e70; +} + +ul.submenu li.active a { + color: white; +} + +ul.submenu a { + text-decoration: none; + display: block; + padding: 0.2em 10px; + color: black; +} + +/* tables */ +table.simple_table { + border-collapse: collapse; + width: 100%; +} + +table.simple_table tr.title td, +table.simple_table th { + border-width: 1px; + border-style: solid; + font-size: 15px; + padding: 2px 7px; + text-align: left; + background-color: #d22027; + color: #FFFFFF; + border-color:#333; +} + +table.simple_table tr.subtitle td, +table.simple_table tr.subtitle th, +table.simple_table th.subtitle, +table.simple_table tr.subheading td, +table.simple_table tr.subheading th, +table.simple_table th.subheading { + padding: 2px 5px; + background-color: #6d6e70; + color: white; +} + +table.simple_table tr td{ + font-size: 13px; + padding: 2px 5px; + text-align: left; + border-width: 1px; + border-style: solid; + color: black; + border-color: #333; +} + +table.simple_table tr { + background-color: white; +} + +table.simple_table tr.even { + background-color: #EFF9FF; +} + +dl dt { + font-weight: bold; + position: relative; + top: 1em; + width: 12em; + text-align: right; + color: #d22027; +} + +dd { + margin: 0 0 0 13em; + padding: 0 0 0 0.5em; +} + +div.menu_heading { + color: white; + font-weight: bold; +} +ul.center_submenu { + margin:0; + padding:0; +} +ul.center_submenu li { + list-style: none; + display: list-item; + float: left; + padding: 5px; + margin-right: 4px; +} +ul.center_submenu li.active { + border-top-left-radius: 3px; + border-top-right-radius: 3px; + background-color: white; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; + border-top: 1px solid #ccc; +} +ul.center_submenu a { + text-decoration: underline; + font-weight: bold; + color: #d22027; +} + +ul.center_submenu li.active a { + text-decoration: none; +} +.contentWrap { + border-top-left-radius: 0; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; + border-left: 1px solid #ccc; +} +#login_logout { + float: right; + margin-right: 5px; + margin-top: -3px; + border: 1px solid #aaa; + padding: 4px 10px 2px; + background-color: white; + border-radius: 3px; + -webkit-border-radius: 3px; + box-shadow: 0px 0px 8px #555; +} +#login_logout a { + color: #d22027; + font-weight: bold; +} +
