diff options
| -rw-r--r-- | htroot/ConfigAppearance_p.html | 2 | ||||
| -rw-r--r-- | htroot/env/base.css | 6 | ||||
| -rw-r--r-- | htroot/env/fonts/Orbitron-OFL.txt | 94 | ||||
| -rw-r--r-- | htroot/env/fonts/Orbitron-VariableFont_wght.ttf | bin | 0 -> 61564 bytes | |||
| -rw-r--r-- | htroot/env/fonts/Rajdhani-Medium.ttf | bin | 0 -> 357884 bytes | |||
| -rw-r--r-- | htroot/env/fonts/Rajdhani-OFL.txt | 93 | ||||
| -rw-r--r-- | skins/rc3assembly.css | 345 |
7 files changed, 536 insertions, 4 deletions
diff --git a/htroot/ConfigAppearance_p.html b/htroot/ConfigAppearance_p.html index 046b8fbb3..a326ac163 100644 --- a/htroot/ConfigAppearance_p.html +++ b/htroot/ConfigAppearance_p.html @@ -31,7 +31,7 @@ var h;
for (h = 0; h < a.length; h++) {
var f = a[h];
- if (f.href && f.href.endsWith("/style.css")) {
+ if (f.href && f.href.endsWith(".css")) {
var g = f.href.replace(/(&|\?)rnd=\d+/, '');
f.href = g + (g.match(/\?/) ? '&' : '?');
f.href += 'rnd=' + (new Date().valueOf());
diff --git a/htroot/env/base.css b/htroot/env/base.css index 07f112626..4fd484961 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -34,7 +34,7 @@ /* --------------- global elements -------------------------- */ * { - font-family:/*Helvetica, Arial, */sans-serif; + font-family:sans-serif; } /* the following dl style is needed to patch a bug in Safari @@ -549,7 +549,7 @@ a.MenuItemLink { text-decoration:none; margin-top:1px; margin-bottom:1px; - padding:5px 10px 4px 15px; + padding:4px 10px 3px 18px; font-size:1.1em; } @@ -654,8 +654,8 @@ ul.menu, ul.SubMenu { ul.menu li, ul.SubMenu li { list-style:none; - margin:0; margin-top:1px; + margin-bottom:1px; padding:0; } diff --git a/htroot/env/fonts/Orbitron-OFL.txt b/htroot/env/fonts/Orbitron-OFL.txt new file mode 100644 index 000000000..33c3e3c0c --- /dev/null +++ b/htroot/env/fonts/Orbitron-OFL.txt @@ -0,0 +1,94 @@ +Copyright 2018 The Orbitron Project Authors (https://github.com/theleagueof/orbitron)
+with Reserved Font Name "Orbitron"
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded,
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/htroot/env/fonts/Orbitron-VariableFont_wght.ttf b/htroot/env/fonts/Orbitron-VariableFont_wght.ttf Binary files differnew file mode 100644 index 000000000..f3277675b --- /dev/null +++ b/htroot/env/fonts/Orbitron-VariableFont_wght.ttf diff --git a/htroot/env/fonts/Rajdhani-Medium.ttf b/htroot/env/fonts/Rajdhani-Medium.ttf Binary files differnew file mode 100644 index 000000000..e52b403e4 --- /dev/null +++ b/htroot/env/fonts/Rajdhani-Medium.ttf diff --git a/htroot/env/fonts/Rajdhani-OFL.txt b/htroot/env/fonts/Rajdhani-OFL.txt new file mode 100644 index 000000000..79115a58c --- /dev/null +++ b/htroot/env/fonts/Rajdhani-OFL.txt @@ -0,0 +1,93 @@ +Copyright (c) 2014, Indian Type Foundry (info@indiantypefoundry.com).
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded,
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/skins/rc3assembly.css b/skins/rc3assembly.css new file mode 100644 index 000000000..064d3e0a5 --- /dev/null +++ b/skins/rc3assembly.css @@ -0,0 +1,345 @@ +/* Skin */ + +@font-face { + font-family: orbitron; + src: url(/env/fonts/Orbitron-VariableFont_wght.ttf); +} + +@font-face { + font-family: rajdhani; + src: url(/env/fonts/Rajdhani-Medium.ttf); +} + +* { + font-family:rajdhani; + font-weight: bold; +} + +body { + background-color:#100E23; + color:#FFFFFF; +} + +a:link { + color:#FFFFFF; + background-color:transparent; +} + +a:visited { + color:#FFFFFF; + background-color:transparent; +} + +a:hover { + color: #01A08F; + background-color:transparent; +} + +.navbar-default { + background-color: #000000; + border-color: #e7e7e7; +} + +/* Menu */ + +.menugroup h3 { + -webkit-border-top-left-radius: 3px; + -webkit-border-top-right-radius: 3px; + -khtml-border-top-left-radius: 3px; + -khtml-border-top-right-radius: 3px; + -moz-border-radius-topleft: 3px; + -moz-border-radius-topright: 3px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; + + background-color: #FFF900; + font-weight: bold; + padding-top:6px; + padding-bottom:6px; + color:#100E23; + font-family:orbitron; +} + +.SubMenugroup h3, .SubMenu h3 { + -webkit-border-radius: 3px; + -khtml-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + + background-color: #5090D0; + font-weight: bold; + padding-top:2px; + padding-bottom:2px; + color:white; +} + +a.MenuItemLink, ul.SubMenu em { + background-color: #02FAE0; + color:#100E23; +} + +div.SubMenu h3 { + padding: 6px 10px; + font-family: orbitron; + background-color: #02FAE0; + color:#100E23; +} + +a:hover.MenuItemLink { + background-color:#01A08F; + color:#18294A; +} + +/* Head */ + +div.head h1 { + background-color:transparent; + text-align:left; + padding-left:70px; + color:#18294A; +} + +/* Tables */ + +table { +} + +.TableHeader { + background-color: #01A08F; + color:white; +} + +.TableCellDark { + background-color: #02180C; +} + +.TableCellLight { + background-color: #043D1D; +} + +.TableCellDark:target, .TableCellLight:target { + background-color: #FFCCCC; +} + +.TableCellSummary { + background-color: #FFCCCC; +} + +.TableCellActive { + background-color: #ffbbaa; +} + +/* Blog and Wiki*/ + +.Post { + background-color:#eee; +} + +.PostSubject { + background-color:#8aa; +} + +.PostSubject a { + color:#18294A; +} + +.PostInfo { + background-color:#bdcdd4; +} + +/* Wiki */ + +.WikiTOCBox { + border: 1px solid #aaa; + background-color: #FFFFFF; +} + +a.unknown { + color:#990000; +} + +a.known { + color:#009900; +} + +a.extern { + color:#000099; +} + +/* in Bookmarks */ + +.bookmark { + border-bottom:1px #000 dashed; +} + +a.bookmarkTitle { + color: #5090D0; +} + +a:hover.bookmarkTitle { + color: #5090D0; +} + +a.bookmarkTags { + color: #007050; +} + +a:hover.bookmarkTags { + color: #5090D0; +} + +a.bookmarkAction { + color: #999999; +} + +.Tags { + border-left: 2px solid #18294A; +} + +.diff { background-color: #E8E8EE; } +.diff .unchanged { color: #333; } +.diff .added { color: #090; background-color: #B5F0B5; } +.diff .deleted { color: #B00; background-color: #F9B5B5; } + +/* in Status.html */ + +.ProgressBar { + border: #FFFFFF solid 1px; +} +div.ProgressBarFill { + background-color:#100E23; +} + +/* Searchresults */ + +fieldset.maininput, fieldset.yacys { + background-color:#100E23; + -webkit-border-radius: 3px; + -khtml-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +form.search.small h2 { + border-bottom:1px solid #CAD5E3; +} + +.searchresults { + /*border-top:1px #000 dashed;*/ + margin-top: 15px; +} + +.searchresults h4 a { + font-size:1.3em; + font-weight:normal; + color:#FFFFFF; + text-decoration: none; + margin-bottom: 5px; +} +.searchresults h4 a:hover { + color:#FFFFFF; + text-decoration: underline; +} + +.snippetLoaded { + font-size:1.2em; + line-height: 1.2; +} +.snippetLoaded strong { + color:black; +} + +.searchresults .url a { + font-size:1.2em; + color:#086020; + text-decoration: none; + line-height: 1.2; +} +.searchresults .url a:hover { + color:#086020; + text-decoration: underline; +} + + +/* other */ + +.settingsValue { + color:#556699; +} + +.Headline { + background-color: #5090D0; + color: white; +} + +.Heading { + background-color: #5090D0; +} + +.error, .warning { + color:red; +} + +.success { + color:green; +} + +.Message { + background-color: #eeeeee; +} + +.example { + background-color:#D3D3D3; +} + +.hides:hover .hoverShow { background-color: #FFFFFF; } + +/* Log */ + +body#ViewLog pre { + background-color:white; +} + +/* Forms */ + +fieldset { + background-color:#100E23; + color:#FFFFFF; + border:2px solid #01A08F; + -webkit-border-radius: 3px; + -khtml-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +input, select, textarea, button { + color: #FFFFFF; + background-color: #222100; +} + +legend { + font-family:orbitron; + background-color:#01A08F; + -webkit-border-radius: 3px; + -khtml-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + text-align:left; + font-weight: bold; + color:white; +} + +legend a:link { + color:white; +} + +legend a:hover { + color:white; +} + +form dt, dl.pairs dt { + font-weight:bold; +} + +form dd, dl.pairs dd { +} |
