diff --git a/ccm-sci-bundle/web/themes/mandalay/css/screen/global/admin.css b/ccm-sci-bundle/web/themes/mandalay/css/screen/global/admin.css index 40fd1e749..e34c5a5dc 100644 --- a/ccm-sci-bundle/web/themes/mandalay/css/screen/global/admin.css +++ b/ccm-sci-bundle/web/themes/mandalay/css/screen/global/admin.css @@ -21,6 +21,14 @@ /* DE CSS für das Contentcenter */ /* EN CSS for the contentcenter */ /********************************/ + +/* Colors */ +h1, h2, h3 +{ + color: #4a4a4a; +} + + * { margin: 0em; padding: 0em; @@ -77,7 +85,7 @@ h2 { #cmsPage .minWidth { margin: 0 3.5%; - min-width: 1300px; + min-width: 1000px; } #cmsPage .headerHeight { @@ -157,9 +165,11 @@ div#bebopTabbedPane { bottom: 0; left: 0; right: 0; - height: auto !important; + height: 2em !important; + line-height: 2.7em; padding: 0.4em; font-size: 0.9em; + overflow: hidden; } div#bebopTabbedPane a { @@ -171,6 +181,7 @@ span.bebopTab { border-top-left-radius: 0.5em; border-top-right-radius: 0.5em; padding: 0.4em; + white-space: nowrap; background-color: #2c2b2d; transition: all 0.5s ease; -o-transition: all 0.5s ease; @@ -790,6 +801,10 @@ div#cmsHeader .cmsGlobalNavigation a { color: #ffffff; } +span.logout a { + color: #ffffff; +} + div.cmsGlobalNavigation > span { padding-left: 1em; } @@ -808,7 +823,7 @@ span.cmsGlobalNavigationWorkspace :before { content:url('../../../images/cms/home.png'); } -span.cmsGlobalNavigationSignOut :before { +span.cmsGlobalNavigationSignOut :before, span.logout :before { content:url('../../../images/cms/lock.png'); } @@ -940,6 +955,7 @@ h3 { margin-bottom: 0.5em; padding: 0em; page-break-after: avoid; + font-size: inherit; } /* BebopTree */ @@ -1302,6 +1318,7 @@ a:focus, a:hover, a:active, background-color: #ffffff; } #content { + margin: 0; border: 0; padding: 0; min-height: inherit; @@ -1351,22 +1368,23 @@ a:focus, a:hover, a:active, padding: 0 2em; color: #ffffff; background-color: #75051d; + background-image: none; height: 1.8em; box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px 10px rgba(0,0,0,0.3); } input#file_upload{ - margin-left: 1em; - border: none; - color: #ffffff; - background-color: #75051d; - height: 28px; - box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px - 10px rgba(0,0,0,0.3); + margin-left: 1em; + border: none; + color: #ffffff; + background-color: #75051d; + height: 28px; + box-shadow: inset 5px 5px 10px rgba(255,255,255,0.3),inset -5px -5px 10px rgba(0,0,0,0.3); } #content form input[type="submit"]:hover { - background-color: #cc0033 ; + background-color: #cc0033 ; + background-image: none; } #content form input[type="submit"]:active { diff --git a/ccm-sci-bundle/web/themes/mandalay/css/screen/global/basic.css b/ccm-sci-bundle/web/themes/mandalay/css/screen/global/basic.css index daebbebaa..adb5835ef 100755 --- a/ccm-sci-bundle/web/themes/mandalay/css/screen/global/basic.css +++ b/ccm-sci-bundle/web/themes/mandalay/css/screen/global/basic.css @@ -38,6 +38,478 @@ Minimale Größe: Keine */ + +/* Farben */ +h1, h2, h3, +#header .siteTitle, +.relatedLinks .CIname, +ul.sitemap a +{ /* Blau */ + color: #0776a0; +} + +#header .menu +{ /* Blau */ + background-color: #0776a0; +} + +#eventList .day +{ /* helles Blau */ + color: #3aa6d0; +} + +{ /* Dunkles Orange */ + background-color: #ff7600; +} + +#contentWrap .navigation li > a:hover, +#contentWrap .navigation li > a:focus, +#contentWrap .navigation li > a:active, +#itemList h2, +#itemList .CIname, +#events h2, +#events .CIname, +#eventList .month, +a +{ /* Dunkles Orange */ + color: #ff7600; +} + +#itemList ul li, +#events ul li +{ /* Dunkles Orange */ + border-color: #ff7600 !important; +} + +{ /* Orange */ + background-color: #ff9200; +} + +#nav li a:focus, +#nav li a:hover, +#nav li.menulevel_1.selected > a, +#nav li.selected > span, +#content a:hover, #content a:focus, #content a:active +{ /* Orange */ + color: #ff9200; +} + +#contentWrap .navigation li.selected > span +{ /* Helles Orange */ + background-color: #ff9840; +} + +#header .languageSelector a:hover, +#header .languageSelector a:focus, +#header .languageSelector a:active, +#topMenu a:hover, +#topMenu a:focus, +#topMenu a:active, +#footer a:hover, +#footer a:focus, +#footer a:active +{ /* Helles Orange */ + color: #ff9840; +} + +body, +#contentWrap .navigation, +#contentWrap .navigation a +{ /* Dunkles Dunkelgrau*/ + color: #4a4a4a; +} + +#footer +{ /* Dunkles Dunkelgrau*/ + background-color: #4a4a4a; +} + + +#contentWrap .navigation li > a:hover, +#contentWrap .navigation li > a:focus, +#contentWrap .navigation li > a:active +{ /* Mittelgrau */ + background-color: #7f7f7f; +} + +{ /* Mittelgrau */ + color: #7f7f7f; +} + +#nav li.menulevel_1.selected > a > span, +#nav li.selected > span > span +{ /* helles Hellgrau 1 */ + background-color: #e7e6ee; +} + +#header a +{ /* helles Hellgrau 1 */ + color: #e7e6ee; +} + +#itemList ul, +#events ul, +.sectionList +{ /* helles Hellgrau 1 */ + border-color: #e7e6ee !important; +} + +#contentWrap .navigation li.selected +{ /* helles Hellgrau 2 */ + color: #f8f6ff; +} + +#contentWrap .navigation, +#contentWrap #itemList ul, +#contentWrap #events ul, +.sectionList +{ /* helles Hellgrau 2 */ + background-color: #f8f6ff; +} + +{ /* Weiß */ + background-color: #ffffff; +} + +.languageSelector, +#header .languageSelector a, +#topMenu, +#topMenu a, +#footer, +#footer a +{ /* Weiß */ + color: #ffffff; +} + +#header .headerContent +{ + border-color: #f8f6ff; +} + +/* Farben Ende */ + +/* Schriften */ +@font-face { + font-family: 'Text'; + src: url('../../../fonts/PTS55F-webfont.eot'); + src: url('../../../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), + url('../../../fonts/PTS55F-webfont.woff') format('woff'), + url('../../../fonts/PTS55F-webfont.ttf') format('truetype'), + url('../../../fonts/PTS55F-webfont.svg#pt_sansregular') format('svg'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Text'; + src: url('../../../fonts/PTS56F-webfont.eot'); + src: url('../../../fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'), + url('../../../fonts/PTS56F-webfont.woff') format('woff'), + url('../../../fonts/PTS56F-webfont.ttf') format('truetype'), + url('../../../fonts/PTS56F-webfont.svg#pt_sansitalic') format('svg'); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: 'Text'; + src: url('../../../fonts/PTS75F-webfont.eot'); + src: url('../../../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), + url('../../../fonts/PTS75F-webfont.woff') format('woff'), + url('../../../fonts/PTS75F-webfont.ttf') format('truetype'), + url('../../../fonts/PTS75F-webfont.svg#pt_sansbold') format('svg'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: 'Text'; + src: url('../../../fonts/PTS76F-webfont.eot'); + src: url('../../../fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'), + url('../../../fonts/PTS76F-webfont.woff') format('woff'), + url('../../../fonts/PTS76F-webfont.ttf') format('truetype'), + url('../../../fonts/PTS76F-webfont.svg#pt_sansbold_italic') format('svg'); + font-weight: bold; + font-style: italic; +} + +@font-face { + font-family: 'TextCond'; + src: url('../../../fonts/PTN57F-webfont.eot'); + src: url('../../../fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'), + url('../../../fonts/PTN57F-webfont.woff') format('woff'), + url('../../../fonts/PTN57F-webfont.ttf') format('truetype'), + url('../../../fonts/PTN57F-webfont.svg#pt_narrowregular') format('svg'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'TextCond'; + src: url('../../../fonts/PTN77F-webfont.eot'); + src: url('../../../fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'), + url('../../../fonts/PTN77F-webfont.woff') format('woff'), + url('../../../fonts/PTN77F-webfont.ttf') format('truetype'), + url('../../../fonts/PTN77F-webfont.svg#pt_narrowbold') format('svg'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: 'Caption'; + src: url('../../../fonts/PTC55F-webfont.eot'); + src: url('../../../fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'), + url('../../../fonts/PTC55F-webfont.woff') format('woff'), + url('../../../fonts/PTC55F-webfont.ttf') format('truetype'), + url('../../../fonts/PTC55F-webfont.svg#pt_sans_captionregular') format('svg'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Caption'; + src: url('../../../fonts/PTC75F-webfont.eot'); + src: url('../../../fonts/PTC75F-webfont.eot?#iefix') format('embedded-opentype'), + url('../../../fonts/PTC75F-webfont.woff') format('woff'), + url('../../../fonts/PTC75F-webfont.ttf') format('truetype'), + url('../../../fonts/PTC75F-webfont.svg#pt_sans_captionbold') format('svg'); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: 'Title'; + src: url('../../../fonts/TrajanPro-Regular.eot'); + src: url('../../../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'), + url('../../../fonts/TrajanPro-Regular.woff') format('woff'), + url('../../../fonts/TrajanPro-Regular.ttf') format('truetype'), + url('../../../fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Special'; + src: url('../../../fonts/Georgia-webfont.eot'); + src: url('../../../fonts/Georgia-webfont.eot?#iefix') format('embedded-opentype'), + url('../../../fonts/Georgia-webfont.woff') format('woff'), + url('../../../fonts/Georgia-webfont.ttf') format('truetype'), + url('../../../fonts/Georgia-webfont.svg#Georgia-webfont') format('svg'); + font-weight: normal; + font-style: normal; +} + +/* +@font-face { + font-family: 'Special'; + src: url('../../../fonts/Georgia-webfont.eot'); + src: url('../../../fonts/Georgia-webfont.eot?#iefix') format('embedded-opentype'), + url('../../../fonts/Georgia-webfont.woff') format('woff'), + url('../../../fonts/Georgia-webfont.ttf') format('truetype'), + url('../../../fonts/Georgia-webfont.svg#Georgia') format('svg'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Special'; + src: url('../../../fonts/GeorgiaItalic-webfont.eot'); + src: url('../../../fonts/GeorgiaItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('../../../fonts/GeorgiaItalic-webfont.woff') format('woff'), + url('../../../fonts/GeorgiaItalic-webfont.ttf') format('truetype'), + url('../../../fonts/GeorgiaItalic-webfont.svg#GeorgiaItalic') format('svg'); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: 'Special'; + src: url('GeorgiaBold-webfont.eot'); + src: url('GeorgiaBold-webfont.eot?#iefix') format('embedded-opentype'), + url('GeorgiaBold-webfont.woff') format('woff'), + url('GeorgiaBold-webfont.ttf') format('truetype'), + url('GeorgiaBold-webfont.svg#GeorgiaBold') format('svg'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: 'Special'; + src: url('GeorgiaBoldItalic-webfont.eot'); + src: url('GeorgiaBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('GeorgiaBoldItalic-webfont.woff') format('woff'), + url('GeorgiaBoldItalic-webfont.ttf') format('truetype'), + url('GeorgiaBoldItalic-webfont.svg#GeorgiaBoldItalic') format('svg'); + font-weight: bold; + font-style: italic; +} +*/ +/* Schriften Ende */ + +/* Layout */ +.contentWidth { + width: 980px !important; + margin: 0 auto !important; +} + +#pageWrap { + position:relative; + height:auto !important; + height:100%; + min-height:100%; + /* margin-top -1px + border-top 1px gets rid of the default spacing in firefox */ + margin: -1px auto -250px; + border-top: 1px solid transparent; +} + +#fillEmptySpace { + margin-top: 4em; + height: 250px; + clear: both; +} + +#header { + height: 165px; + position: relative; + z-index: 0; +} + +#header .menu { + height: 40px; + background-image: linear-gradient(top, #56a1bd 5%, #0976a0 95%); + background-image: -o-linear-gradient(top, #56a1bd 5%, #0976a0 95%); + background-image: -ie-linear-gradient(top, #56a1bd 5%, #0976a0 95%); + background-image: -moz-linear-gradient(top, #56a1bd 5%, #0976a0 95%); + background-image: -webkit-linear-gradient(top, #56a1bd 5%, #0976a0 95%); + box-shadow: 0 0 10px 0 #4a4a4a; + font-size: 10pt; + font-variant: small-caps; +} + +#header .headerContent { + height: 125px; + border-style: none none solid none; + border-width: 0 0 2px 0; +} + +#footer { + position: absolute; + bottom: 0px !important; + height: 250px; + width: 100%; + margin: 0px; + border-top: 5px solid #0776a0; + background-image: linear-gradient(top, #6d6d6d 5%, #3c3c3c 95%); + background-image: -o-linear-gradient(top, #6d6d6d 5%, #3c3c3c 95%); + background-image: -ie-linear-gradient(top, #6d6d6d 5%, #3c3c3c 95%); + background-image: -moz-linear-gradient(top, #6d6d6d 5%, #3c3c3c 95%); + background-image: -webkit-linear-gradient(top, #6d6d6d 5%, #3c3c3c 95%); +} + +#footer a { + text-decoration: none; +} + +#footer .footerContent { + position: relative; + height: 100%; +} + +#footer .menu { + position:absolute; + bottom: 20px; +} + +#footer .logo img, +#footer .menu img +{ + filter: url('../../../images/filters.svg#grayscale'); /* Firefox 3.5+ */ + filter: gray; /* IE6-9 */ + -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */ +} + +#footer .logo img:hover, +#footer .menu img:hover +{ + filter: none; +} + + +/* Layout-Boxen */ + +.marginRight { + margin-right: 290px !important; +} + +/* +#head, +#contentWrap +{ + width: 100%; +} + +#leftWrap { + float: left; + width: 100%; + overflow: hidden; +} + +#leftWrap.borderRight { + margin-left: -14.5em; +} +*/ + /* Eigentlich sollte es reichen, folgendes Style einzufügen: + + #leftWrap.borderRight > div { + margin-left: 14.5em; + } + + Leider kommt Google Chorme und Opera nicht damit zurecht. + Daher brauche ich stattdessen die nächsten 3 Styles. + */ +/* +#leftWrap.borderRight #left { + margin-left: 15em; +} + +#leftWrap.borderRight #center { + margin-left: 15em; +} + +#leftWrap.borderRight #left + #center { + margin-left: 0em; +} +*/ +/* +#left { + float: left; + width: 14em; + height: 100%; + overflow: hidden; + margin: 0.3em; + background-color: #ffffff; +} + +#center { + margin: 0.3em; + overflow: hidden; + background-color: #ffffff; +} + +#right { + position: relative; + top: 0em; + width: 14em; + height: 100%; + overflow: hidden; + margin: 0.3em; + background-color: #ffffff; +} +*/ + +/* Layout Ende*/ + +/* Allgemeine Styles */ * { margin: 0em; padding: 0em; @@ -50,8 +522,8 @@ html { body { height: 100%; - font-family: Verdana, Helvetica, Arial, sans-serif; - color: #4a4a4a; + font-family: 'Text', sans-serif; + font-size: 10pt; background-color: #ffffff; text-align: justify; hyphens: auto; @@ -61,95 +533,54 @@ body { -webkit-hyphens: auto; } -.contentWidth { - width: 1000px !important; - margin: 0 auto !important; -} - -#pageWrap { - position:relative; - height:auto !important; - height:100%; - min-height:100%; - /* margin-top -1px + border-top 1px gets rid of the default spacing in firefox */ - margin:-1px auto -130px; - border-top: 1px solid #000000; -} - -#fillEmptySpace { -height: 130px; -clear:both; -} - -#footer { -position: absolute; -bottom: 0px !important; -margin: 0px; -height: 130px; -} - /* Überschriften */ h1 { - border-bottom: 1px dotted #75051d; - font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif; - font-size: 1.5em; - color: #75051d; + margin-top: 1.6em; + font-family: 'Caption', sans-serif; + font-size: 20pt; font-weight: normal; - margin-bottom: 0.15em; - padding-bottom: 0em; - line-height: 1.3em; page-break-after: avoid; } h2 { - font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif; - font-size: 1.3em; - color: #75051d; - padding-bottom: 0em; - margin-bottom: 0.15em; + margin-top: 1.5em; + font-family: 'Caption', sans-serif; + font-size: 18pt; font-weight: normal; - line-height: 1.2em; page-break-after: avoid; } h3 { - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 1.15em; + font-family: 'Caption', sans-serif; + font-size: 16pt; + font-weight: bold; margin-top: 1.5em; margin-bottom: 0.5em; - padding: 0em; page-break-after: avoid; } h4 { margin-top: 1em; - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 1.1em; - font-weight: bold; + font-family: 'Caption', sans-serif; + font-size: 16pt; + font-weight: normal; } h5 { margin: 0.5em 0em 0.7em 0em; padding: 0.5em 0em; - font-family: Verdana, Helvetica, Arial, sans-serif; + font-family: 'Caption', sans-serif; font-weight: bold; - font-size: 1.05em; - color: #75051d; + font-size: 14pt; } h6 { margin: 0.25em 0em 0.7em 0em; padding: 0.5em 0.7em; - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 1em; - color: #75051d; + font-family: 'Caption', sans-serif; + font-size: 14pt; } -h3 a, h5 a { - color: #75051d; - letter-spacing: 0.05em; -} - /* Absätze */ p + p { margin-top: 1em; @@ -157,12 +588,6 @@ p + p { /* Listen-Elemente */ -#content ul, -#content ol { - margin: 1em 0em; - margin-left: 2.5em ; -} - #itemList ul, #itemList ol { margin: 0em !important; @@ -184,12 +609,10 @@ dd { /* Links */ a, a:link, a:visited { - color: #75051d; text-decoration: none; } a:focus, a:hover, a:active { - color: #cc0033; } /* Bilder in einem Link */ @@ -216,241 +639,294 @@ div.endFloat { clear:both; } +/* Allgemeine Styles Ende*/ -/* Layout-Boxen */ -#head, -#contentWrap +#header a { - width: 100%; -} - -#footer{} - -/* Dynamisches 3-Spalten-Layout */ -#leftWrap { - float: left; - width: 100%; - overflow: hidden; -} - -#leftWrap.borderRight { - margin-left: -14.5em; -} - - /* Eigentlich sollte es reichen, folgendes Style einzufügen: - - #leftWrap.borderRight > div { - margin-left: 14.5em; - } - - Leider kommt Google Chorme und Opera nicht damit zurecht. - Daher brauche ich stattdessen die nächsten 3 Styles. - */ - -#leftWrap.borderRight #left { - margin-left: 15em; -} - -#leftWrap.borderRight #center { - margin-left: 15em; -} - -#leftWrap.borderRight #left + #center { - margin-left: 0em; -} - -#left { - float: left; - width: 14em; - height: 100%; - overflow: hidden; - margin: 0.3em; - background-color: #ffffff; -} - -#center { - margin: 0.3em; - overflow: hidden; - background-color: #ffffff; -} - -#right { - position: relative; - top: 0em; - width: 14em; - height: 100%; - overflow: hidden; - margin: 0.3em; - background-color: #ffffff; -} - -/* Colorset-Angaben */ - -.colorset_1 h1, -.colorset_1 h2, -.colorset_1 h3, -.colorset_1 h4, -.colorset_1 h5, -.colorset_1 h6, -.colorset_1 #eventList h2, -.colorset_1 #info h2 { - border-color: #661111; - color: #661111; -} - -.colorset_2 h1, -.colorset_2 h2, -.colorset_2 h3, -.colorset_2 h4, -.colorset_2 h5, -.colorset_2 h6, -.colorset_2 #eventList h2, -.colorset_2 #info h2 { - border-color: #116611; - color: #116611; -} - -.colorset_3 h1, -.colorset_3 h2, -.colorset_3 h3, -.colorset_3 h4, -.colorset_3 h5, -.colorset_3 h6, -.colorset_3 #eventList h2, -.colorset_3 #info h2 { - border-color: #111166; - color: #111166; -} - -.colorset_1 a, .colorset_1 a:link, .colorset_1 a:visited { - color: #661111; text-decoration: none; } -.colorset_1 a:focus, .colorset_1 a:hover, .colorset_1 a:active { - color: #ff3333; -} - -.colorset_2 a, .colorset_2 a:link, .colorset_2 a:visited { - color: #116611; - text-decoration: none; -} - -.colorset_2 a:focus, .colorset_2 a:hover, .colorset_2 a:active { - color: #33ff33; -} - -.colorset_3 a, .colorset_3 a:link, .colorset_3 a:visited { - color: #111166; - text-decoration: none; -} - -.colorset_3 a:focus, .colorset_3 a:hover, .colorset_3 a:active { - color: #3333ff; -} - -#nav li.colorset_1 > span, -.colorset_1 div.image span.caption { - color: #661111; -} - -#nav li.colorset_2 > span, -.colorset_2 div.image span.caption { - color: #116611; -} - -#nav li.colorset_3 > span, -.colorset_3 div.image span.caption { - color: #111166; -} - -#nav li.menulevel_1.colorset_1.selected a, -#nav li.menulevel_1.colorset_1.selected span { - background-color: #993333; -} - -#nav li.menulevel_1.colorset_2.selected a, -#nav li.menulevel_1.colorset_2.selected span { - background-color: #339933; -} - -#nav li.menulevel_1.colorset_3.selected a, -#nav li.menulevel_1.colorset_3.selected span { - background-color: #333399; -} - -#nav li.colorset_1 a:hover { - background-color: #993333; -} - -#nav li.colorset_2 a:hover { - background-color: #339933; -} - -#nav li.colorset_3 a:hover { - background-color: #333399; -} - -#menu.colorset_1 .menuHeading { - background-color: #661111; -} - -#menu.colorset_2 .menuHeading { - background-color: #116611; -} - -#menu.colorset_3 .menuHeading { - background-color: #111166; -} - -#menu.colorset_1 .menuHeading a, -#menu.colorset_2 .menuHeading a, -#menu.colorset_3 .menuHeading a { - color: #ffffff; -} - -/* Header Menu */ +/* Language Selector */ .languageSelector { float: left; - margin-top: 0.45em; - margin-left: 0.8em; - color: #ffffff; + margin: 10px 0; } .languageSelector .languageEntry { - color: #999999; + padding-right: 0.5em; font-weight: bold; } -.languageSelector a, .languageSelector a:visited { - color: #999999; +#header .languageSelector a, #header .languageSelector a:visited { font-weight: normal; - text-decoration: none; -} -.languageSelector a:hover { - color: #ffffff; -} - -#headerOverlayTop > div { - float: right; - margin: 0.2em 0em 0.1em 0em; } +/* Language Selector Ende */ +/* Top Menu */ #topMenu { + float: right; + margin: 10px 0; +} + +#topMenu .separator { + padding-left: 2em; +} +/* Top Menu Ende*/ +#header .siteLogo { + position: absolute; float: left; - margin-top: 0.3em; + margin: 1.25em; + z-index: 10; } -#topMenu a, #topMenu a:link, #topMenu a:visited { - color: #ffffff; +/* Header Titel */ +#header .siteTitle { + display: block; + margin-left: 145px; + padding-top: 15px; + font-family: 'Title', serif; + font-size: 30pt; + font-variant: small-caps; +} + +/* Header Titel Ende*/ + +/* Navigation 1. Ebene */ +#nav { + position: absolute; + bottom: 0; + font-family: 'TextCond', sans-serif; + font-size: 12pt; + font-variant: small-caps; + text-align: right; +} + +#nav ul, +#nav ul ul, +#nav li +{ + display: inline; + padding: 1.5em 0; + list-style: none; +} + +#nav ul +{ + display: block; +} + +#nav li > span , +#nav li > a { + display: inline; +} + +#nav li > a > span, +#nav li > span > span +{ + padding: 1.5em 0.75em; +} + +#nav a, +#nav a:visited { text-decoration: none; } +/* Navigation 1. Ebene Ende */ -#topMenu a:hover, #topMenu a:focus, #topMenu a:active { - color: #cc3366; - text-decoration: none; +/* Navigation 2. Ebene */ +#contentWrap .navigation { + font-family: 'Text', sans-serif; + font-size: 12pt; + font-weight: normal; + text-align: right; } +#contentWrap #right { + float: right; + width: 280px; + margin: -40px 0 1em 1em; +} + +#contentWrap .navigation ul { + font-size: 0.9em; +} + +#contentWrap .navigation li > a, +#contentWrap .navigation li > span { + position: relative; + height: 22px; + padding: 3px 5px; +} + +#contentWrap .navigation li.selected span span, +#contentWrap .navigation li.selected span a { + font-weight: bold; +} + +#contentWrap .navigation li a, +#contentWrap .navigation li span { + display: block; +} + +#contentWrap .navigation li.selected > span:after, +#contentWrap .navigation li > a:hover:after, +#contentWrap .navigation li > a:focus:after, +#contentWrap .navigation li > a:active:after { + content: ""; + position: absolute; + display: block; + top: 0; /* controls vertical position */ + left: -11px; /* value = - border-left-width - border-right-width */ + bottom:auto; + border-width:14px 11px 14px 0; + border-style: solid; + border-color:transparent #ff9840; + width: 0; +} + +#contentWrap .navigation li > a:hover:after, +#contentWrap .navigation li > a:focus:after, +#contentWrap .navigation li > a:active:after { + border-color:transparent #7f7f7f; +} +/* Navigation 2. Ebene Ende */ + +/* Content */ +#contentWrap ul { + list-style: none; +} + +#content ul, +#content ol { + margin: 1em 0em; + margin-left: 2.5em ; + list-style-type: disc; +} + +#content li { + padding: 0.1em 0; +} + +#content { + margin-top: 40px; + overflow: hidden; +} + +#content #lead, +#content .lead, +#content .shortDesc +{ + margin: 0.5em 0; + padding: 0 5px; + font-size: 12pt; + font-weight: bold; +} + +#content #mainBody { + padding: 0 5px; +} +/* Content Ende */ + +/* Breadcrumbs */ +#breadcrumbs { + padding: 1em 0; + font-family: 'TextCond', sans-serif; + font-variant: small-caps; +} + +#breadcrumbs .breadArrow { + font-weight: bold; +} +/* Breadcrumbs Ende */ + +/* Footer Menu */ +#footerMenu { + position: absolute; + right: 0; + bottom: 0; + font-family: 'TextCond', sans-serif; + font-variant: small-caps; +} + +#footer .separator { + padding-left: 1em; +} +/* Footer Menu Ende */ + + + + + +/* Images in CT */ +div.image { + position: relative; + float: left; + margin: 5px 15px 15px 5px; + border: 5px solid #ffffff; + box-shadow: 0 0 5px 0 #4a4a4a; +} + +div.image a { + display: block; + font-size: 0; +} + +div.image span.caption { + display: none; + font-size: 10pt; +} + +.image + .image { + display: none; +} + +div.image.left { + float: left !important; +} + +div.image.center { + float: none !important; + text-align: center; +} + +div.image.right { + float: right !important; +} + +div.image a:after { + position: absolute; + bottom: 0; + right: 0; + border: 1px solid rgba(255,255,255,0.75); + padding: 2px; + background-color: rgba(0, 0, 0, 0.5); +} + +div.image .imageZoom:after { + content: url('../../../images/icons/imageZoom.png'); +} + +div.image .imageGallery:after { + content: url('../../../images/icons/imageGallery.png'); +} +/* Images in CT Ende */ + + + + + + + + + + + + + + + + +/* Header Menu */ +/* #quicksearch { float: left; margin-left: 0.95em; @@ -500,111 +976,12 @@ div.endFloat { background-color: #ffffff !important; background-image: url('../../../images/icons/search_hover.png'); } +*/ /* Header */ -#header { - float: left; - min-height: 6.7em; - position: relative; - width: 100%; - z-index: 0; - background-color: #667c8f; - background-image: url('../../../images/header.png'); - background-position: left 0px; - background-repeat: no-repeat; -} - -#header img { - float: right; -} - -#headerOverlayTop { - position: absolute; - top: 0em; - width: 100%; - z-index: 10; - padding: 0em; - color:#ffffff !important; - background-image: url('../../../images/bg_black.png'); - font-family: Trebuchet MS, Verdana, Tahoma, Arial, sans-serif; - font-weight: bold; - font-size: 0.675em; - l ine-height: 1.88em; -} - -/* Navigation 1. Ebene */ -#nav { - position: absolute; - bottom: 0em; - width: 100%; - min-height: 1.6em; - color: #414141; - background-image: url('../../../images/bg_white.png'); - font-weight: bold; -} - -#nav ul { - list-style: none; - display: inline; - margin: 0em; - padding: 0em; -} - -#nav ul ul, -#nav li { - display: inline; - margin: 0em; - text-decoration: none; -} - -#nav li > span , -#nav li > a { +#header .siteLogo a { display: block; - float: left; - margin: 0em 0em 0em 0.1em; - border-radius: 0.3em; - padding: 0.2em 0.6em; -} - -#nav ul li.menulevel_0 > a > span, -#nav ul li.menulevel_0 > span > span { - display: none; - padding-left: 0.5em; -} - -#nav .menulevel_0 > a:before, -#nav .menulevel_0 > span:before { - content: url('../../../images/icons/home.png'); -} - -#nav .menulevel_0 > a:hover:before, -#nav .menulevel_0 > span:hover:before, -#nav .menulevel_0 > a:hover, -#nav .menulevel_0 > span:hover { - background-color: #999999; - background-image: url('../../../images/bg_white.png'); - content: url('../../../images/icons/home_hover.png'); -} - -#nav li.menulevel_1.selected a, -#nav li.menulevel_1.selected span { - color: #ffffff; - background-color: #999999; -} - -#nav a, -#nav a:visited { - text-decoration: none; - color: #333333; -} - -#nav li a:focus { -} - -#nav li a:hover { - color: #333333; - background-color: #cccccc; - background-image: url('../../../images/bg_white.png'); + font-size: 0; } #header .PPPOwnerName { @@ -628,354 +1005,238 @@ div.endFloat { } -/* Breadcrumbs */ -#breadcrumbs { - margin-bottom: 0.5em; - padding: 0.5em 0em; - color: #000000; - background-color: #667c8f; - background-image: url('../../../images/bg_white.png'); - font-size: 0.675em; - font-weight: bold; -} - -#breadcrumbs a:link, #breadcrumbs a:visited { - text-decoration: none; - color: #333333; -} - -#breadcrumbs a:focus, #breadcrumbs a:hover, #breadcrumbs a:active { - text-decoration: underline; -} - -#breadcrumbs .breadPath { - position: relative; - padding-left: 1em; -} - -#breadcrumbs .breadHi { - font-weight: bold; -} - -#breadcrumbs .breadPrefix { - display: none; -} - -#breadcrumbs .breadPrefix + a, -#breadcrumbs .breadPrefix + span { - background-image: url('../../../images/icons/icon_home_blue.png'); - background-repeat: no-repeat; - background-position: 0px 1px; - padding-left: 2em; -} - -#breadcrumbs .breadArrow { - font-weight: bold; -} - -/* Navigation */ -#menu { - width: 100%; - color: #414141; - font-size: 0.8em; - font-weight: bold; - position: relative; -} - -#menu .menuHeading { - padding: 0.3em 0.7em 0.2em 0.7em; - background-color: #999999; - background-image: url("../../../images/bg_white.png"); - font-size: 1.1em; - color: #333333; -} - -#menu .menuHeading a { - color: #333333; - text-decoration: none; -} - -#menu ul { - margin-left: 0em; - padding: 0em; - padding-top: 0.75em; - list-style: none; -} - -#menu li { - margin: 0em; - border-bottom: 1px dotted #4a4a4a; - padding: 0.4em 0em 0.4em 1.5em; - text-indent: -1.3em; -} - -#menu li a, #menu li a:link, #menu li a:visited { - color: #4a4a4a; - text-decoration: none; -} - -#menu li.menulevel_2 > a:before, #menu li.menulevel_2 > a:link:before, #menu li.menulevel_2 > a:visited:before { - content: url('../../../images/icons/menu.png'); - padding-right: 0.5em; -} - -#menu li a:focus, #menu li a:hover, #menu li a:active { - color: #cc0033; -} - -#menu li.menulevel_2 > a:focus:before, #menu li.menulevel_2 > a:hover:before, #menu li.menulevel_2 > a:active:before { - content: url('../../../images/icons/menu_hover.png'); - padding-right: 0.5em; -} - -#menu li.selected { - color: #75051d; -} - -#menu li.selected.menulevel_2 > span:before { - content: url('../../../images/icons/menu_active.png'); - padding-right: 0.5em; -} - -#menu li.selected.menulevel_2 > span.noSubMenu:before { - content: url('../../../images/icons/menu_active.png'); - padding-right: 0.5em; -} - -#menu li.selected.menulevel_2 > span.withSubMenu:before { - content: url('../../../images/icons/menu_open.png'); - padding-right: 0.5em; -} - -#menu ul li ul { - margin: 0em; - border-bottom: none; - padding-top: 0.3em; - font-weight: normal; - list-style: none; -} - -#menu ul li ul li { - border-bottom: none; - font-size: 0.9em; -} - /* Content */ -#content { - min-height: 40em; - color: #4a4a4a; - font-size: 0.75em; - line-height: 1.5em; -} - -#content h1 { - letter-spacing: 0.2em; -} - -#content #lead, -#content .shortDesc { - margin-top: 0.2em; - padding: 0.3em; - color: #333333; - background-color: #efefef; - font-weight: bold; -} - -#content #lead + div { - padding-top: 1em; -} - -#content #mainBody, -#content .mainBody, -#content .MPASection { - margin: 1em 0em; - padding: 1em 1em; -} - +#content #events h2, #content h2.itemListHeader { - margin: 3em -0.65em 0em -0.65em; - border-top: solid 2.5em #ffffff; - padding: 0.3em 0.65em 0em 0.65em; - font-size: 1.7em; + font-family: 'TextCond', sans-serif; + padding: 0 0 0 10px; + font-size: 16pt; } /* ItemList */ -#itemList, -.itemList, -#contentEventList, -.contentEventList { - margin: 2.5em 0em 0em 0em; +#itemList { + margin-top: 2em; } -#itemList ul, -#contentEventList ul { - list-style-type: none; - margin: 0em; - padding: 0em; - text-indent: 0em; +#itemList .image { + width: 75px; + height: 75px; + overflow: hidden; + border-width: 0; + margin: 5px 15px 5px 5px; } -#itemList li, -.itemList li, -#contentEventList li, -.contentEventList li { - margin: 1em 0em 0em 0em; - border-bottom: 2px dotted #75051d; - padding: 1em; +#itemList img { + position: relative; + top: -50%; + left: -50%; + margin: 25%; } -#itemList li .CIname, -.itemList li .CIname, -#contentEventList li .CIname, -.contentEventList li .CIname { - font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif; - font-size: 1.5em; - padding-bottom: 0em; - margin-bottom: 0.15em; - font-weight: normal; - line-height: 1.3em; - page-break-after: avoid; +/* Related Links */ +.relatedLinks h2 { + padding-left: 0.25em; + font-size: 12pt; } -#itemList li > a, -.itemList li > a, -#contentEventList li > a, -.contentEventList li > a { - color: #75051d; +.relatedLinks ul { + margin: 1em 0 !important; } -#itemList .dateline, -.itemList .dateline, -#contentEventList .dateline, -.contentEventList .dateline { - float: right; - margin: -1em -1em 0em 0em; - padding: 0.5em 0.8em; - width: 6em; - background-color: #efefef; -} - - -#itemList .dateline .date .separator, -.itemList .dateline .date .separator, -#contentEventList .dateline .date .separator, -.contentEventList .dateline .date .separator { +.relatedLinks ul:after,.relatedLinks li:last-child:after { display: block; - line-height: 0.3em; - text-align: center; + clear: both; + height: 0; + content: "."; + visibility: hidden; +} + +.relatedLinks li { + float: left; + width: 49%; + height: 8em; + font-family: 'TextCond', sans-serif; +} + +.relatedLinks li:nth-child(odd) { + margin-right: 0.5em +} + +.relatedLinks li:nth-child(even) { + margin-left: 0.5em +} + +.relatedLinks li:only-child { + margin: 0; + width:100%; +} + +.relatedLinks a.CIname { + font-family: 'Caption',sans-serif; + font-size: 10pt; +} + +.relatedLinks .image { + width: 75px; + height: 75px; + overflow: hidden; +/* + border-width: 3px; + margin: 5px 15px 5px 5px; +*/ + border-width: 0; + margin: 5px 15px 5px 5px; +} + +.relatedLinks img { + position: relative; + top: -50%; + left: -50%; + margin: 25%; } /* EventList */ -#menu + #events { - margin-top: 3em; +#events { +/* + margin-top: 2em; +*/ +} + +#itemList ul, +#events ul { + margin-top: -0.5em; + border-top: 10px solid; + font-size: 10pt; + text-align: left; +} + +#events ul li { + border-bottom: 1px solid; + padding: 0.8em 0 0.2em 0; + height: 8em; + overflow: hidden; +} + +#itemList ul li { + border-bottom: 1px solid; + padding: 0.8em 0; +} + +#newsList { + float: left; + width: 49%; } #eventList { - width: 90%; + float: right; + width: 49%; } -#eventList h2, -#info h2 { - border-bottom: 2px dotted #75051d; - font-size: 0.8em; +#itemList h2, +#events h2 { + padding-left: 0.5em; +} + +#itemList a.CIname { + display: block; + margin: 0 290px 0 0; + font-family: 'Caption', sans-serif; + font-size: 12pt; +} + +#events a.CIname { + display: block; + margin: 0 0.2em 0 60px; + font-family: 'Caption', sans-serif; + font-size: 12pt; +} + +#itemList .intro { + display: block; + margin: -0.8em 290px 0 0; +} + +#events .intro { + display: block; + margin: -0.8em 0 0 60px; +} + +#events .dateline { + float: left; + overflow: hidden; + width: 48px; + margin: 0 0.3em; + font-family: 'Caption', sans-serif; + font-size: 12pt; + text-align: center; +} + +#newsList .dateline { + height: 1em; +} + +#itemList .image { + border: none; + box-shadow: none; + margin: 5px 15px 0 0; +} + +#newsList .image { + clear: left; + overflow: hidden; + width: 48px; + height: 48px; + border: none; + box-shadow: none; + margin: 0.6em 0 0 0; +} + +#events img { + position: absolute; + left:-35%; + top:-12.5%; +} + +#eventList .dateline { + margin-top: 1em; + height: 4.8em; +} + +#eventList .day, +#eventList .month, +#eventList .year { + display: block; +} + +#eventList .day { + font-family: 'Special', sans-serif; + font-size: 30pt; +} + +#eventList .month { + margin-top: -0.5em; + font-family: 'Caption', sans-serif; + font-size: 16pt; font-weight: bold; - text-transform: uppercase; - text-align: right; - page-break-after: avoid; } -#eventList h2 a:before, -#info h2 a:before { - content: url('../../../images/icons/menu_active.png'); - padding-right: 0.5em; +#eventList .year { + margin-top: -0.4em; + font-family: 'Text', sans-serif; + font-size: 16pt; } -#eventList h2 a:focus:before, -#eventList h2 a:hover:before, -#eventList h2 a:active:before, -#info h2 a:focus:before, -#info h2 a:hover:before, -#info h2 a:active:before { - content: url('../../../images/icons/menu_hover.png'); - padding-right: 0.5em; +#eventList .separator, +#eventList .endDate { + display: none; } -#eventList ul, -#info ul { - list-style-type: none; - margin: 0.2em 0em 2em 0em; - padding: 0em; - font-size: 0.7em; -} - -#eventList li, -#info li{ - border-bottom: 1px dotted #666666; - padding: 0.5em 0em; -} /* Info */ #info { margin-left: 1.2em; } -/* Footer */ -#footer { - clear: both; - float: left; - width: 100%; - border-top: 0.06em solid #999999; - background-color: #333333; - background-image: url("../../../images/bg_white.png"); -} - -#footer #footerContent { - margin: 0em auto; - padding: 1.5em 4em; - color: #ffffff; - font-size: 0.625em; -} - -#footer #footerMenu { - float: right; - color: #333333; - overflow: hidden; -} - -#footer #footerMenu a:link, #footer #footerMenu a:visited { - color: #333333; - text-decoration: none; -} - -#footer #footerMenu a:focus, #footer #footerMenu a:hover, #footer #footerMenu a:active { - color: #75051d; - color: #cc3366; -} - -#footer .logoScientificCMS { - width: 120px; - height: 51px; - margin-top: 2em; - margin-bottom: 1.5em; - background-image: url('../../../images/footer/ScientificCMS_gray.png'); -} - -#footer .logoScientificCMS img { - display: none; -} - -#footer .logoScientificCMS:hover img { - display: block; -} - -#pageFooter { - margin: 0em 0.5em; - padding-top: 1em; - padding-bottom: 0.5em; - font-size: 0.675em; - min-height: 1em; -} - #lastModifiedDate, #lastModifiedDate #lastModifiedDetails { display: inline; @@ -1004,40 +1265,6 @@ div.endFloat { float: right; } -/*--------Images in CT---------------*/ -#content div.image { - position: relative; - float: right; - margin: 2em 1em 0.75em 1.25em; -} - -div#mainBody div.image { - margin: 0em 0em 0.75em 1.25em; -} - -div.image span.caption { - display: block; - color: #75051d; - font-size: 0.85em; -} - -.image + .image { - display: none; -} - -div.image.left { - float: left !important; -} - -div.image.center { - float: none !important; - text-align: center; -} - -div.image.right { - float: right !important; -} - /*-------CT NewsItem--------*/ #content #newsDate { @@ -1069,31 +1296,87 @@ div.image.right { } /*---------Paginator---------*/ -#paginator.header, -#paginator.navbar { +.paginator.header, +.paginator.navbar { padding: 1em; background-color: #efefef; } -#paginator.header { +.paginator.header { margin-top: 1em; } -#paginator.navbar { +.paginator.navbar { + position: relative; + min-height: 2em; margin: 1em 0em; + padding: 1em 10em; + text-align: center; + line-height: 2em; } -#paginator.header + #paginator.navbar { +.paginator.header + .paginator.navbar { margin: 0em; padding-top: 0em; } +.paginator .prev, +.paginator .next { + position: absolute; + top: 1em; + padding: 0.5em 1em; + border-radius: 0.5em; + font-weight: bold; + line-height: 1em; + color: #ffffff; + background-image: linear-gradient(to top, #ff7600 5%, #ff9840 95%); + background-image: -o-linear-gradient(to top, #ff7600 5%, #ff9840 95%); + background-image: -ie-linear-gradient(to top, #ff7600 5%, #ff9840 95%); + background-image: -moz-linear-gradient(to top, #ff7600 5%, #ff9840 95%); + background-image: -webkit-linear-gradient(to top, #ff7600 5%, #ff9840 95%); +} + +.paginator .prev:hover, .paginator .prev:focus, +.paginator .next:hover, .paginator .next:focus { + box-shadow: 0 0 0 2px #ff9840; + color: #ffffff !important; +} + +.paginator .prev:active, +.paginator .next:active { + color: #ffffff; + background-image: linear-gradient(to bottom, #ff7600 5%, #ff9840 95%); + background-image: -o-linear-gradient(to bottom, #ff7600 5%, #ff9840 95%); + background-image: -ie-linear-gradient(to bottom, #ff7600 5%, #ff9840 95%); + background-image: -moz-linear-gradient(to bottom, #ff7600 5%, #ff9840 95%); + background-image: -webkit-linear-gradient(to bottom, #ff7600 5%, #ff9840 95%); +} + +.paginator .prev { + left: 1em; +} + +.paginator .prev:before { + content: "« "; +} + +.paginator .next { + right: 1em; +} + +.paginator .next:after { + content: " »"; +} + /*---------CT MPA-----------------*/ -#sectionList { - margin: 0.2em 0em; - padding: 1em 1em; - background-color: #efefef; - text-align:center; +.sectionList { + margin: 1em 0em; + border-top: 5px solid; + padding: 1em; +} + +.sectionList a { + word-wrap: nowrap; } /*-------Key / Value------------------*/ @@ -1237,35 +1520,29 @@ margin-top: 1em; } /*-----Sitemap----------------*/ -#content.sitemap { - padding: 1em; -} - -#content.sitemap ul { +ul.sitemap { margin-left: 0em !important; padding: 2.5em 0em 1em 2.5em; - list-style: disc; + list-style: disc !important; list-style-position: inside; - color: #75051d; + font-size: 12pt; + color: #4a4a4a; } -#content.sitemap ul ul { +ul.sitemap ul { margin: 0.2em 2em !important; padding: 0em; + list-style: disc !important; } -#content.sitemap ul li { +ul.sitemap li.menulevel_1 { font-weight: bold; } -#content.sitemap ul li li { +ul.sitemap li.menulevel_2 { font-weight: normal; } -#content.sitemap ul li li li{ - font-size: 0.95em; -} - /*--------Suche---------------*/ #content.search .searchForm { padding: 1em; @@ -1340,37 +1617,95 @@ margin-top: 1em; } #content form label { - clear: left; - float: left; - width: 12em; margin-bottom: 0.2em; - color: #666666; + color: #4a4a4a; font-weight: bold; } +#content form span.optionGroup { + display: block; +} + +#content form input[type="checkbox"] + label { + clear: none; + margin-left: 1em; +} + #content form input, #content form select { - float: left; - border: 1px dotted #75051d; - padding: 0.2em; + margin-bottom: 1em; + border: 1px solid #cccccc; + border-radius: 0.5em; + padding: 0.8em; + background-color: #e0e0e0; + box-shadow: 0 1px 1px #cccccc inset, 0 1px 0 #ffffff; } #content form select { - padding: 0.1em; + padding: 0.74em; min-width: 11.4em; } +#content form input:hover, +#content form select:hover { + border-color: #0976a0; + box-shadow: 0 0 0 1px #0976a0; +} + +#content form input:focus, +#content form select:focus { + border-color: #0976a0; + box-shadow: 0 0 0 1px #0976a0; + background-color: #ffffff; +} + +#content form input[type="submit"]:active { + background-image: linear-gradient(bottom, #56a1bd 5%, #0976a0 95%); + background-image: -o-linear-gradient(bottom, #56a1bd 5%, #0976a0 95%); + background-image: -ie-linear-gradient(bottom, #56a1bd 5%, #0976a0 95%); + background-image: -moz-linear-gradient(bottom, #56a1bd 5%, #0976a0 95%); + background-image: -webkit-linear-gradient(bottom, #56a1bd 5%, #0976a0 95%); +} + +#content form input[type="submit"]:hover { + background-image: linear-gradient(top, #56a1bd 5%, #0976a0 95%); + background-image: -o-linear-gradient(top, #56a1bd 5%, #0976a0 95%); + background-image: -ie-linear-gradient(top, #56a1bd 5%, #0976a0 95%); + background-image: -moz-linear-gradient(top, #56a1bd 5%, #0976a0 95%); + background-image: -webkit-linear-gradient(top, #56a1bd 5%, #0976a0 95%); +} + #content form input[type="submit"] { margin-left: 1em; border: none; - padding: 0.2em 3em; + padding: 0.8em 3em; color: #ffffff; - background-color: #75051d; + background-color: #0776a0; + box-shadow: 0 1px 1px #cccccc, 0 1px 0 #ffffff inset; + background-image: linear-gradient(top, #56a1bd 5%, #0976a0 95%); + background-image: -o-linear-gradient(top, #56a1bd 5%, #0976a0 95%); + background-image: -ie-linear-gradient(top, #56a1bd 5%, #0976a0 95%); + background-image: -moz-linear-gradient(top, #56a1bd 5%, #0976a0 95%); + background-image: -webkit-linear-gradient(top, #56a1bd 5%, #0976a0 95%); + font-weight: bold; } #content form.multiline input[type="submit"] { clear: both; - margin-left : 12.7em; + margin-left : 0; +} + +#content form .label, +#content form .title { + display: block; +} + +#content form .mandatory { + font-weight: bold; +} + +#content form span.date select { + margin-left: 1em; } /*---Profile-----*/ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/Georgia-webfont.eot b/ccm-sci-bundle/web/themes/mandalay/fonts/Georgia-webfont.eot new file mode 100644 index 000000000..9c95e708c Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/Georgia-webfont.eot differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/Georgia-webfont.svg b/ccm-sci-bundle/web/themes/mandalay/fonts/Georgia-webfont.svg new file mode 100644 index 000000000..996faea2f --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/fonts/Georgia-webfont.svg @@ -0,0 +1,1984 @@ + + + + +Created by FontForge 20110222 at Tue Aug 20 01:55:53 2013 + By Orthosie Webhosting +Typeface and data copyright 1996 Microsoft Corporation. All Rights Reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/Georgia-webfont.ttf b/ccm-sci-bundle/web/themes/mandalay/fonts/Georgia-webfont.ttf new file mode 100644 index 000000000..20d41472e Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/Georgia-webfont.ttf differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/Georgia-webfont.woff b/ccm-sci-bundle/web/themes/mandalay/fonts/Georgia-webfont.woff new file mode 100644 index 000000000..769591b4e Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/Georgia-webfont.woff differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBold-webfont.eot b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBold-webfont.eot new file mode 100644 index 000000000..3c6f748ba Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBold-webfont.eot differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBold-webfont.svg b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBold-webfont.svg new file mode 100644 index 000000000..91568cf4d --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBold-webfont.svg @@ -0,0 +1,1993 @@ + + + + +Created by FontForge 20110222 at Tue Aug 20 01:56:27 2013 + By Orthosie Webhosting +Typeface and data copyright 1996 Microsoft Corporation. All Rights Reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBold-webfont.ttf b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBold-webfont.ttf new file mode 100644 index 000000000..eea7da8ad Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBold-webfont.ttf differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBold-webfont.woff b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBold-webfont.woff new file mode 100644 index 000000000..3262213d9 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBold-webfont.woff differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBoldItalic-webfont.eot b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBoldItalic-webfont.eot new file mode 100644 index 000000000..f3afc6045 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBoldItalic-webfont.eot differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBoldItalic-webfont.svg b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBoldItalic-webfont.svg new file mode 100644 index 000000000..b1295b989 --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBoldItalic-webfont.svg @@ -0,0 +1,2060 @@ + + + + +Created by FontForge 20110222 at Tue Aug 20 01:57:00 2013 + By Orthosie Webhosting +Typeface and data copyright 1996 Microsoft Corporation. All Rights Reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBoldItalic-webfont.ttf b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBoldItalic-webfont.ttf new file mode 100644 index 000000000..7bd75b929 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBoldItalic-webfont.ttf differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBoldItalic-webfont.woff b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBoldItalic-webfont.woff new file mode 100644 index 000000000..5df3aaeea Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaBoldItalic-webfont.woff differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaItalic-webfont.eot b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaItalic-webfont.eot new file mode 100644 index 000000000..214964739 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaItalic-webfont.eot differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaItalic-webfont.svg b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaItalic-webfont.svg new file mode 100644 index 000000000..4b67bdee9 --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaItalic-webfont.svg @@ -0,0 +1,2047 @@ + + + + +Created by FontForge 20110222 at Tue Aug 20 01:56:40 2013 + By Orthosie Webhosting +Typeface and data copyright 1996 Microsoft Corporation. All Rights Reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaItalic-webfont.ttf b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaItalic-webfont.ttf new file mode 100644 index 000000000..7f7c57cd5 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaItalic-webfont.ttf differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaItalic-webfont.woff b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaItalic-webfont.woff new file mode 100644 index 000000000..33e92e1c9 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/GeorgiaItalic-webfont.woff differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTC55F-webfont.eot b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC55F-webfont.eot new file mode 100644 index 000000000..4ae0e96e3 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC55F-webfont.eot differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTC55F-webfont.svg b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC55F-webfont.svg new file mode 100644 index 000000000..719522f19 --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC55F-webfont.svg @@ -0,0 +1,2705 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTC55F-webfont.ttf b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC55F-webfont.ttf new file mode 100644 index 000000000..4a0f9636b Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC55F-webfont.ttf differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTC55F-webfont.woff b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC55F-webfont.woff new file mode 100644 index 000000000..bdad209ca Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC55F-webfont.woff differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTC75F-webfont.eot b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC75F-webfont.eot new file mode 100644 index 000000000..0a869cf5c Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC75F-webfont.eot differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTC75F-webfont.svg b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC75F-webfont.svg new file mode 100644 index 000000000..781e4259c --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC75F-webfont.svg @@ -0,0 +1,3080 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTC75F-webfont.ttf b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC75F-webfont.ttf new file mode 100644 index 000000000..1a05f4c0a Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC75F-webfont.ttf differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTC75F-webfont.woff b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC75F-webfont.woff new file mode 100644 index 000000000..9de4b7f54 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTC75F-webfont.woff differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTN57F-webfont.eot b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN57F-webfont.eot new file mode 100644 index 000000000..2e272562f Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN57F-webfont.eot differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTN57F-webfont.svg b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN57F-webfont.svg new file mode 100644 index 000000000..06e0184f5 --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN57F-webfont.svg @@ -0,0 +1,3002 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTN57F-webfont.ttf b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN57F-webfont.ttf new file mode 100644 index 000000000..b906c6ec7 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN57F-webfont.ttf differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTN57F-webfont.woff b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN57F-webfont.woff new file mode 100644 index 000000000..95693084a Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN57F-webfont.woff differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTN77F-webfont.eot b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN77F-webfont.eot new file mode 100644 index 000000000..0db921a61 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN77F-webfont.eot differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTN77F-webfont.svg b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN77F-webfont.svg new file mode 100644 index 000000000..14d340acf --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN77F-webfont.svg @@ -0,0 +1,2901 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTN77F-webfont.ttf b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN77F-webfont.ttf new file mode 100644 index 000000000..7f6a5d9f7 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN77F-webfont.ttf differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTN77F-webfont.woff b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN77F-webfont.woff new file mode 100644 index 000000000..4b91809d6 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTN77F-webfont.woff differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS55F-webfont.eot b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS55F-webfont.eot new file mode 100644 index 000000000..d838711c1 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS55F-webfont.eot differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS55F-webfont.svg b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS55F-webfont.svg new file mode 100644 index 000000000..919880c9b --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS55F-webfont.svg @@ -0,0 +1,2743 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS55F-webfont.ttf b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS55F-webfont.ttf new file mode 100644 index 000000000..48b46372a Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS55F-webfont.ttf differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS55F-webfont.woff b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS55F-webfont.woff new file mode 100644 index 000000000..05d8c1ab9 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS55F-webfont.woff differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS56F-webfont.eot b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS56F-webfont.eot new file mode 100644 index 000000000..c37ab7637 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS56F-webfont.eot differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS56F-webfont.svg b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS56F-webfont.svg new file mode 100644 index 000000000..e3946a2e0 --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS56F-webfont.svg @@ -0,0 +1,1945 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS56F-webfont.ttf b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS56F-webfont.ttf new file mode 100644 index 000000000..d392b05ce Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS56F-webfont.ttf differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS56F-webfont.woff b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS56F-webfont.woff new file mode 100644 index 000000000..e6c40a915 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS56F-webfont.woff differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS75F-webfont.eot b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS75F-webfont.eot new file mode 100644 index 000000000..ed65f7cd6 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS75F-webfont.eot differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS75F-webfont.svg b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS75F-webfont.svg new file mode 100644 index 000000000..0892a9873 --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS75F-webfont.svg @@ -0,0 +1,3025 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS75F-webfont.ttf b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS75F-webfont.ttf new file mode 100644 index 000000000..2e048ea24 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS75F-webfont.ttf differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS75F-webfont.woff b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS75F-webfont.woff new file mode 100644 index 000000000..ec40248d0 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS75F-webfont.woff differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS76F-webfont.eot b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS76F-webfont.eot new file mode 100644 index 000000000..c586752f9 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS76F-webfont.eot differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS76F-webfont.svg b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS76F-webfont.svg new file mode 100644 index 000000000..10ee83b12 --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS76F-webfont.svg @@ -0,0 +1,2599 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS76F-webfont.ttf b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS76F-webfont.ttf new file mode 100644 index 000000000..e7477bcae Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS76F-webfont.ttf differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/PTS76F-webfont.woff b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS76F-webfont.woff new file mode 100644 index 000000000..64f79c9ec Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/PTS76F-webfont.woff differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/TrajanPro-Regular.eot b/ccm-sci-bundle/web/themes/mandalay/fonts/TrajanPro-Regular.eot new file mode 100644 index 000000000..b9d36eeff Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/TrajanPro-Regular.eot differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/TrajanPro-Regular.svg b/ccm-sci-bundle/web/themes/mandalay/fonts/TrajanPro-Regular.svg new file mode 100644 index 000000000..29c37c83e --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/fonts/TrajanPro-Regular.svg @@ -0,0 +1,2798 @@ + + + + +Created by FontForge 20110222 at Tue Aug 20 09:40:32 2013 + By Ubuntu +(c) 2000 Adobe Systems Incorporated. All Rights Reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/TrajanPro-Regular.ttf b/ccm-sci-bundle/web/themes/mandalay/fonts/TrajanPro-Regular.ttf new file mode 100644 index 000000000..cc6db492c Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/TrajanPro-Regular.ttf differ diff --git a/ccm-sci-bundle/web/themes/mandalay/fonts/TrajanPro-Regular.woff b/ccm-sci-bundle/web/themes/mandalay/fonts/TrajanPro-Regular.woff new file mode 100644 index 000000000..4f768b7b6 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/fonts/TrajanPro-Regular.woff differ diff --git a/ccm-sci-bundle/web/themes/mandalay/images/footer/aplaws.png b/ccm-sci-bundle/web/themes/mandalay/images/footer/aplaws.png new file mode 100644 index 000000000..55772d069 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/images/footer/aplaws.png differ diff --git a/ccm-sci-bundle/web/themes/mandalay/images/header/Logo AD.png b/ccm-sci-bundle/web/themes/mandalay/images/header/Logo AD.png new file mode 100644 index 000000000..1601cf16d Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/images/header/Logo AD.png differ diff --git a/ccm-sci-bundle/web/themes/mandalay/images/header/Logo.png b/ccm-sci-bundle/web/themes/mandalay/images/header/Logo.png new file mode 100644 index 000000000..8c6b1e715 Binary files /dev/null and b/ccm-sci-bundle/web/themes/mandalay/images/header/Logo.png differ diff --git a/ccm-sci-bundle/web/themes/mandalay/images/icons/imageGallery.png b/ccm-sci-bundle/web/themes/mandalay/images/icons/imageGallery.png index affb9ca19..bd7159a01 100755 Binary files a/ccm-sci-bundle/web/themes/mandalay/images/icons/imageGallery.png and b/ccm-sci-bundle/web/themes/mandalay/images/icons/imageGallery.png differ diff --git a/ccm-sci-bundle/web/themes/mandalay/images/icons/imageZoom.png b/ccm-sci-bundle/web/themes/mandalay/images/icons/imageZoom.png index 79fcabbdd..ca8daed6f 100755 Binary files a/ccm-sci-bundle/web/themes/mandalay/images/icons/imageZoom.png and b/ccm-sci-bundle/web/themes/mandalay/images/icons/imageZoom.png differ diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/bebop/bebopLabel.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/bebop/bebopLabel.xsl index 9b72eb626..bc09df958 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/bebop/bebopLabel.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/bebop/bebopLabel.xsl @@ -250,6 +250,17 @@ + + + + + + + + + (?) + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/cms/cmsGlobalNavigation.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/cms/cmsGlobalNavigation.xsl index 869f79043..f1df6abb0 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/cms/cmsGlobalNavigation.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/cms/cmsGlobalNavigation.xsl @@ -79,6 +79,14 @@ + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/cms/cmsImageDisplay.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/cms/cmsImageDisplay.xsl index 9a84a4e95..2106ec4d7 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/cms/cmsImageDisplay.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/cms/cmsImageDisplay.xsl @@ -68,6 +68,13 @@ + + + + + + + @@ -89,20 +96,14 @@
- - - - +
- - - - + @@ -123,20 +124,21 @@ - - - - + - x + x +
+
+ + + + +
- - - - + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/mandalay.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/mandalay.xsl index 582c56af3..86fd88f9e 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/mandalay.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/mandalay.xsl @@ -54,6 +54,7 @@ + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/layoutParser.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/layoutParser.xsl index 258ec615b..dc2d8f7d3 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/layoutParser.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/layoutParser.xsl @@ -422,6 +422,14 @@ + + + + + + + + @@ -651,6 +659,10 @@ + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/moreButton.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/moreButton.xsl new file mode 100644 index 000000000..ad18d57d2 --- /dev/null +++ b/ccm-sci-bundle/web/themes/mandalay/includes/mandalay/moreButton.xsl @@ -0,0 +1,67 @@ + +]> + + + + + + + + + + + + + + + + + + + /redirect/?oid= + + + + + + + + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/navigation/navigation.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/navigation/navigation.xsl index 1f96d85b2..865517712 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/navigation/navigation.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/navigation/navigation.xsl @@ -368,8 +368,7 @@ - + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/search/filterControls.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/search/filterControls.xsl index c9d697d5e..0e5625547 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/search/filterControls.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/search/filterControls.xsl @@ -2,218 +2,359 @@ ]> + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:bebop="http://www.arsdigita.com/bebop/1.0" + xmlns:cms="http://www.arsdigita.com/cms/1.0" + xmlns:nav="http://ccm.redhat.com/navigation" + xmlns:mandalay="http://mandalay.quasiweb.de" + exclude-result-prefixes="xsl bebop cms nav mandalay" + version="1.0"> - -
- UTF-8 - - - - - - - - filterControls FilterControls - - - filterControls - - - - - - - - - - -
- - - - - -
-
- -
- - -
-
-
-
-
+ +
+ UTF-8 + + + + + + + + + + filterControls FilterControls + + + filterControls + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+
+
+
+
- -
- - - - - - - - - - - - - - - -
-
+ +
+ + + + + + + + + + + + + + + +
+
- - -
- - - - - - - - - - - - - - - -
-
-
+ + +
+ + + + + + + + + + + + + + + +
+
+
- - - - - - - - - - - - text - 20 - 512 - - - - - - - - - - - - - 1 - - - - - - - selected - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + text + 20 + 512 + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + selected + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text + 42 + 1024 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + +
diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Address.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Address.xsl index dd3c3e3a3..10e287664 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Address.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Address.xsl @@ -29,12 +29,9 @@ exclude-result-prefixes="xsl bebop cms" version="1.0"> - - - - - - + + + @@ -49,6 +46,24 @@ + + + + + + +
+ +
+
+
+ + + + + + + @@ -78,17 +93,6 @@ -
- - - - - -
- -
-
-
@@ -96,6 +100,21 @@ +
+ + + + + + + + + + + + + +
@@ -127,14 +146,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -152,6 +202,7 @@ dynamic +
@@ -163,26 +214,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + +
@@ -298,26 +344,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Article.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Article.xsl index e3d5ace70..102960d1a 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Article.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Article.xsl @@ -40,9 +40,27 @@ Article content type exclude-result-prefixes="xsl cms nav mandalay" version="1.0"> - - - + + + + + + + + + + + + +
+ +
+
+
+ + + + @@ -74,21 +92,7 @@ Article content type - - - - - - - -
- -
- -
-
-
@@ -96,7 +100,14 @@ Article content type +
+ + + + + +
@@ -126,15 +137,22 @@ Article content type + + + + + + + - + - + @@ -187,26 +205,21 @@ Article content type ... - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -269,7 +282,7 @@ Article content type - + @@ -324,26 +337,21 @@ Article content type ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Bookmark.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Bookmark.xsl index f5c513d68..b55ef23ba 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Bookmark.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Bookmark.xsl @@ -29,12 +29,9 @@ exclude-result-prefixes="xsl bebop cms nav" version="1.0"> - - - - - - + + + @@ -42,6 +39,20 @@ + + +
+ +
+
+
+ + + + + + + @@ -71,13 +82,6 @@ -
- -
- -
-
-
@@ -85,6 +89,14 @@ +
+ + + + + + +
@@ -134,14 +146,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -193,26 +236,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + +
@@ -282,7 +320,7 @@ - + @@ -372,26 +410,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Contact.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Contact.xsl index 28319fbef..449b00ff4 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Contact.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Contact.xsl @@ -27,12 +27,16 @@ xmlns:mandalay="http://mandalay.quasiweb.de" exclude-result-prefixes="xsl bebop cms" version="1.0"> - - - - - - + + + + + + + + + + @@ -82,74 +86,74 @@ - - - - - - - + + + + + + + + + + + + +
+ +
+
+
+ + + + + + + - + - + - + - + -
- -

- - - - -

-
- - - - - - - - - - - -
- -
-
-
- - + + +
+ + + + + + +
@@ -180,13 +184,44 @@ - + - - - + + + + + + + + + + + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
@@ -207,6 +242,7 @@ dynamic +
@@ -219,28 +255,21 @@ select="substring(nav:attribute[@name='lead'], 1, $setLeadTextLength)"/> ... - - - - - - - - - - - - - - - - - - + + + + + + + + + + +
@@ -302,7 +331,7 @@ - +
@@ -364,29 +393,21 @@ select="substring(./linkDescription, 1, $setDescriptionLength)"/> ... - - - - - /redirect/?oid= - - - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Department.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Department.xsl index 95ce34cfd..590bc0fb5 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Department.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Department.xsl @@ -27,11 +27,22 @@ xmlns:mandalay="http://mandalay.quasiweb.de" exclude-result-prefixes="xsl bebop cms nav" version="1.0"> - + + + + + + + + + + + + + + - + @@ -46,7 +57,4 @@ - - - - \ No newline at end of file + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Event.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Event.xsl index a8dd8a8a9..543fd9cdf 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Event.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Event.xsl @@ -29,33 +29,30 @@ exclude-result-prefixes="xsl bebop cms nav" version="1.0"> - - - + + + + + + + + + + + + +
+ +
+
+
+ + + + - - - - - - - - - - - - - - - - - - - - - @@ -84,11 +81,41 @@ - + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + @@ -141,21 +168,6 @@ - - -
- -
-
- - - - - - - - -
@@ -408,11 +420,18 @@ + + + + + + + - + @@ -499,6 +518,30 @@
+ + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -528,26 +571,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -612,7 +650,7 @@ - + @@ -666,26 +704,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/FAQItem.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/FAQItem.xsl index e660f2559..0e8da2e1d 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/FAQItem.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/FAQItem.xsl @@ -27,12 +27,9 @@ xmlns:mandalay="http://mandalay.quasiweb.de" version="1.0"> - - - - - - + + + @@ -40,6 +37,20 @@ + + +
+ +
+
+
+ + + + + + + @@ -69,13 +80,6 @@ -
- -
- -
-
-
@@ -83,7 +87,14 @@ +
+ + + + + +
@@ -120,14 +131,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -163,26 +205,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -251,7 +288,7 @@ - + @@ -330,26 +367,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/FileStorageItem.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/FileStorageItem.xsl index 691090205..d6c560899 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/FileStorageItem.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/FileStorageItem.xsl @@ -29,19 +29,31 @@ exclude-result-prefixes="xsl bebop cms nav" version="1.0"> - - - + + + + + + + + + + + + +
+ +
+
+ + + + + + - - - - - - - @@ -70,6 +82,29 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -92,21 +127,6 @@ -
- - - - - - - - -
- -
-
- -
@@ -185,14 +205,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -221,26 +272,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -302,7 +348,7 @@ - + @@ -356,26 +402,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Form.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Form.xsl index 65b2c2262..fd4aff4e6 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Form.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Form.xsl @@ -43,9 +43,27 @@ exclude-result-prefixes="xsl bebop cms" version="1.0"> - - - + + + + + + + + + + + + +
+ +
+
+
+ + + + @@ -77,21 +95,7 @@ - - - - - - - -
- -
- -
-
-
@@ -99,10 +103,13 @@ +
+ + + +
- -
post @@ -192,14 +199,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -228,26 +266,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -309,7 +342,7 @@ - + @@ -363,26 +396,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericAddress.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericAddress.xsl index ed7a79fdb..b857c4a86 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericAddress.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericAddress.xsl @@ -29,19 +29,9 @@ exclude-result-prefixes="xsl bebop cms" version="1.0"> - - - - - - - - - - - - - + + + @@ -49,6 +39,31 @@ + + + + + + + + + + + + + +
+ +
+
+
+ + + + + + + @@ -78,17 +93,6 @@ -
- - - - - -
- -
-
-
@@ -96,6 +100,21 @@ +
+ + + + + + + + + + + + + +
@@ -129,14 +148,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -165,26 +215,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -246,7 +291,7 @@ - + @@ -300,26 +345,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericContact.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericContact.xsl index 8978158f9..402e0aea5 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericContact.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericContact.xsl @@ -27,12 +27,16 @@ xmlns:mandalay="http://mandalay.quasiweb.de" exclude-result-prefixes="xsl bebop cms" version="1.0"> - - - - - - + + + + + + + + + + @@ -82,66 +86,74 @@ - - - - - - - + + + + + + + + + + + + +
+ +
+
+
+ + + + + + + - + - + - + - + -
- - - - - - - - - - - -
- -
-
-
- - + + +
+ + + + + + +
@@ -174,13 +186,44 @@ - + - - - + + + + + + + + + + + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
@@ -213,28 +256,21 @@ select="substring(nav:attribute[@name='lead'], 1, $setLeadTextLength)"/> ... - - - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -296,7 +332,7 @@ - +
@@ -358,29 +394,21 @@ select="substring(./linkDescription, 1, $setDescriptionLength)"/> ... - - - - - /redirect/?oid= - - - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericOrganizationalUnit.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericOrganizationalUnit.xsl index 6c0b388e6..4857a3312 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericOrganizationalUnit.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericOrganizationalUnit.xsl @@ -28,14 +28,27 @@ exclude-result-prefixes="xsl bebop cms nav" version="1.0"> - - - - - - + + + + + + + + + + + + +
+ +
+
+
+ + + + @@ -46,13 +59,6 @@ - - - - - - - @@ -67,7 +73,31 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -105,14 +135,6 @@
- - - - - - - -
@@ -212,14 +234,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -256,25 +309,20 @@ ... - - - - - - - - - - - - - - - + + + + + + + + + + @@ -344,7 +392,7 @@ - + @@ -423,26 +471,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericPerson.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericPerson.xsl index cfa1285d3..20025e0fc 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericPerson.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/GenericPerson.xsl @@ -29,6 +29,68 @@ exclude-result-prefixes="xsl bebop cms" version="1.0"> + + + + + + + + + + + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -63,62 +125,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
- -
-
-
- - - - - - - + + + + + + +
@@ -142,14 +155,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -259,7 +303,7 @@ - + @@ -313,26 +357,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/GlossaryItem.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/GlossaryItem.xsl index ecefc1da0..7e950acc4 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/GlossaryItem.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/GlossaryItem.xsl @@ -27,9 +27,27 @@ xmlns:mandalay="http://mandalay.quasiweb.de" version="1.0"> - - - + + + + + + + + + + + + +
+ +
+
+
+ + + + @@ -62,13 +80,6 @@ -
- -
- -
-
-
@@ -76,6 +87,14 @@ +
+ + + + + + +
@@ -113,14 +132,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -156,26 +206,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -244,7 +289,7 @@ - + @@ -323,26 +368,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Image.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Image.xsl index 85fcbd19b..ac584939c 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Image.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Image.xsl @@ -27,6 +27,77 @@ xmlns:mandalay="http://mandalay.quasiweb.de" exclude-result-prefixes="xsl bebop cms" version="1.0"> + + + + + + + + + + + + +
+ + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -84,31 +120,6 @@ -
- - - - - - - - - - - -
- - - - - - - - -
-
-
-
@@ -128,23 +139,6 @@
-
@@ -177,7 +171,7 @@ - + @@ -349,13 +343,6 @@ - - - - - - - @@ -377,7 +364,45 @@ - + + + + + + + + + + + + + + + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -478,28 +503,21 @@ ... - - - - - - - - - - - - - - - - - - + + + + +
+ + + + + + @@ -563,7 +581,7 @@ - + @@ -625,29 +643,21 @@ select="substring(./linkDescription, 1, $setDescriptionLength)"/> ... - - - - - /redirect/?oid= - - - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Member.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Member.xsl index c600ecdee..c107f42d2 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Member.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Member.xsl @@ -29,12 +29,16 @@ exclude-result-prefixes="xsl bebop cms" version="1.0"> - - - - - - + + + + + + + + + + @@ -63,13 +67,27 @@ - - - - - - - + + + + + + + + + +
+ +
+
+
+ + + + + + + @@ -98,30 +116,6 @@ - -
- - - - - - - - -
- -
-
-
- - - - - - - - - @@ -130,6 +124,24 @@ +
+ + + + + + + + + + + + + + + + +
@@ -153,14 +165,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -189,26 +232,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -270,7 +308,7 @@ - + @@ -324,26 +362,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/MultiPartArticle.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/MultiPartArticle.xsl index 17beb1090..3ea770738 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/MultiPartArticle.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/MultiPartArticle.xsl @@ -30,17 +30,14 @@ exclude-result-prefixes="xsl bebop cms ui" version="1.0"> - - - - - - - + + + + - - + + @@ -57,6 +54,76 @@ + + + + + + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -70,13 +137,6 @@ -
- -
- -
-
-
@@ -127,6 +187,13 @@ + + + + + + + @@ -310,14 +377,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -346,26 +444,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + +
@@ -427,7 +520,7 @@ - + @@ -492,26 +585,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/NewsItem.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/NewsItem.xsl index fac587007..bf7abb48c 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/NewsItem.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/NewsItem.xsl @@ -29,19 +29,50 @@ exclude-result-prefixes="xsl bebop cms" version="1.0"> - - - - - - - + + + + - + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + +
+ + + + + + + @@ -70,40 +101,28 @@ - - - - - - - -
- -
- -
-
- -
- -
-
- - - - - - - - + + + + + + + + + + +
+
+
+ + + + + + +
@@ -154,11 +173,18 @@ + + + + + + + - + @@ -167,6 +193,31 @@
+ + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -194,6 +245,18 @@ + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
@@ -204,26 +267,21 @@ ... - - -
- - - - - - - - - - - - - + + + + + + + + + + + @@ -295,7 +353,7 @@ - + @@ -374,26 +432,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + +
diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/OldAddress.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/OldAddress.xsl index 27ec6f7f1..f89b91988 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/OldAddress.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/OldAddress.xsl @@ -30,6 +30,224 @@ exclude-result-prefixes="xsl bebop cms nav" version="1.0"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + + + + + +
+ +

+
+ +

+ + + + + + +
+ +

+
+ +

+ + + + + + +
+ +

+
+ +

+ + + + + + +
+ +

+
+ +

+ + + + + + +
+ +

+
+ +

+ + + + + + +
+ +

+
+ +

+ + + + + + +
+ + mailto: + + +

+
+ +

+ + + + + + +
+ +

+
+ + +
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -37,214 +255,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - -

- - - - - - -
- -

-
- -

- - - - - - -
- -

-
- -

- - - - - - -
- -

-
- -

- - - - - - -
- -

-
- -

- - - - - - -
- -

-
- -

- - - - - - -
- -

-
- -

- - - - - - -
- - mailto: - - -

-
- -

- - - - - - -
- -

-
-
- -
- -
-
@@ -277,14 +289,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -322,26 +365,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -410,7 +448,7 @@ - + @@ -489,26 +527,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Organization.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Organization.xsl index 534c12f74..0c0c8ec93 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Organization.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Organization.xsl @@ -27,10 +27,23 @@ xmlns:mandalay="http://mandalay.quasiweb.de" exclude-result-prefixes="xsl bebop cms nav" version="1.0"> - + + + + + + + + + + + + + + @@ -49,4 +62,4 @@ - \ No newline at end of file + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/OrganizationalUnit.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/OrganizationalUnit.xsl index 1c9fda7a6..7ab2cf95a 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/OrganizationalUnit.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/OrganizationalUnit.xsl @@ -29,7 +29,28 @@ exclude-result-prefixes="xsl bebop cms nav" version="1.0"> - + + + + + + + + + + + + +
+ +
+
+
+ + + + + @@ -39,13 +60,6 @@
- - - - - - - @@ -60,6 +74,26 @@ + + + + + + + + + + + + + + + +
+ + + + @@ -111,14 +145,6 @@
- - - - - - - -

@@ -263,14 +289,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -308,26 +365,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -396,7 +448,7 @@ - + @@ -475,26 +527,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Person.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Person.xsl index 624aa91c0..73e9c21d2 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Person.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Person.xsl @@ -29,12 +29,16 @@ exclude-result-prefixes="xsl bebop cms" version="1.0"> - - - - - - + + + + + + + + + + @@ -70,6 +74,27 @@ + + + + + + + + + +
+ +
+
+
+ + + + + + + @@ -98,22 +123,22 @@ - -
- - - - - + + + + + + + + - -
- -
-
-
- + + + + + + @@ -123,13 +148,6 @@ - - - - - - -
@@ -153,200 +171,185 @@ - - - - - - - - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ - - - - - - - - - - - - - - - - - , - - - + + + + + + + + + + + + + + + + + , + + + - - - - - - - - - - - - - - , - - - - + + + + + + + + + + + + + + , + + + + - + - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - , - - - - - - - - + + + + + + + + + + + + , + + + + + + + + - - + + @@ -406,7 +409,7 @@ - + @@ -460,26 +463,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Project.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Project.xsl index eb2ca9214..c7f8db11b 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Project.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Project.xsl @@ -27,11 +27,22 @@ xmlns:mandalay="http://mandalay.quasiweb.de" exclude-result-prefixes="xsl bebop cms nav" version="1.0"> - + + + + + + + + + + + + + + - + @@ -46,7 +57,4 @@ - - - - \ No newline at end of file + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/ResearchNetwork.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/ResearchNetwork.xsl index dda0343dc..a9f049aba 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/ResearchNetwork.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/ResearchNetwork.xsl @@ -29,12 +29,28 @@ exclude-result-prefixes="xsl bebop cms nav" version="1.0"> - - - - - - + + + + + + + + + + + + +
+ +
+
+
+ + + + + @@ -44,13 +60,6 @@ - - - - - - - @@ -65,6 +74,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -109,14 +140,6 @@
- - - - - - - -

@@ -229,14 +252,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +

+ +
+ @@ -274,26 +328,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -362,7 +411,7 @@ - + @@ -441,26 +490,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/SiteProxy.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/SiteProxy.xsl index 8d3cd1ac1..01a14562e 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/SiteProxy.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/SiteProxy.xsl @@ -33,12 +33,9 @@ - - - - - - + + + @@ -46,6 +43,20 @@ + + +
+ +
+
+
+ + + + + + + @@ -75,13 +86,6 @@ -
- -
- -
-
-
@@ -89,6 +93,14 @@ +
+ + + + + + +
@@ -118,14 +130,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -154,26 +197,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -235,7 +273,7 @@ - + @@ -289,26 +327,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/Survey.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/Survey.xsl index b5c7f6bd4..e4e188791 100644 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/Survey.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/Survey.xsl @@ -42,9 +42,27 @@ exclude-result-prefixes="xsl bebop cms" version="1.0"> - - - + + + + + + + + + + + + +
+ +
+
+
+ + + + @@ -76,21 +94,7 @@ - - - - - - - -
- -
- -
-
-
@@ -98,7 +102,14 @@ +
+ + + + + +
@@ -176,14 +187,45 @@ + + + + + + + - + + + + + + + + + + dynamic + + + +
+ + /ccm/cms-service/stream/image/?image_id=&maxWidth=150&maxHeight=100 + + + + + +
+
+
+ @@ -212,26 +254,21 @@ ... - - - - - - - - - - - - - - - - + + + + + + + + + + + @@ -293,7 +330,7 @@ - + @@ -347,26 +384,21 @@ ... - - - - /redirect/?oid= - - - - - - - - - - - - + + + + + + + + + + + diff --git a/ccm-sci-bundle/web/themes/mandalay/includes/types/_skeleton_.xsl b/ccm-sci-bundle/web/themes/mandalay/includes/types/_skeleton_.xsl index 2a232fee4..5a5f8d055 100755 --- a/ccm-sci-bundle/web/themes/mandalay/includes/types/_skeleton_.xsl +++ b/ccm-sci-bundle/web/themes/mandalay/includes/types/_skeleton_.xsl @@ -29,12 +29,75 @@ exclude-result-prefixes="xsl bebop cms" version="1.0"> + + + + + + + + + + + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/ccm-sci-bundle/web/themes/mandalay/lang/de/SciProject.xml b/ccm-sci-bundle/web/themes/mandalay/lang/de/SciProject.xml index 1dab8b3fa..22458950a 100644 --- a/ccm-sci-bundle/web/themes/mandalay/lang/de/SciProject.xml +++ b/ccm-sci-bundle/web/themes/mandalay/lang/de/SciProject.xml @@ -20,70 +20,71 @@ --> - Deutsch - 0.9 + Deutsch + 0.9 - mehr » - weiter lesen + mehr » + weiter lesen - , + , - Laufzeit: - ab - - - bis - Beginn: - Ende: + Laufzeit: + ab + - + bis + Beginn: + Ende: - + - Überblick - Details + Überblick + Details - Überblick - Kontakt - Forschungsteam - Forschungsteam - - (Projektleitung) + Überblick + Kontakt + Forschungsteam + Forschungsteam + + (Projektleitung) - Finanzierung - Volumen der Finanzierung + Drittmittelgeber + Finanzierung + Volumen der Finanzierung - Beteiligte Organisationen - Unterprojekte + Beteiligte Organisationen + Unterprojekte - Details - Details - Finanzierung - Volumen der Finanzierung: + Details + Details + Finanzierung + Volumen der Finanzierung: - Kontakte + Kontakte - Projekte - (Projektleitung) - , + Projekte + (Projektleitung) + , - Mitglieder + Mitglieder - Kontakte - Überblick - Mitglieder - Aktive Mitglieder - Assoziierte Mitglieder - Ehemalige Mitglieder - Projekte - Laufende Projekte - Abgeschlossene Projekte - Finanzierung - Volumen der Finanzierung - Publikationen - Arbeitspapiere + Kontakte + Überblick + Mitglieder + Aktive Mitglieder + Assoziierte Mitglieder + Ehemalige Mitglieder + Projekte + Laufende Projekte + Abgeschlossene Projekte + Finanzierung + Volumen der Finanzierung + Publikationen + Arbeitspapiere - Raum: - Telefon: - E-Mail: + Raum: + Telefon: + E-Mail: - Abgeschlossen + Abgeschlossen diff --git a/ccm-sci-bundle/web/themes/mandalay/lang/de/global.xml b/ccm-sci-bundle/web/themes/mandalay/lang/de/global.xml index 96d398707..dca6ff884 100755 --- a/ccm-sci-bundle/web/themes/mandalay/lang/de/global.xml +++ b/ccm-sci-bundle/web/themes/mandalay/lang/de/global.xml @@ -29,6 +29,7 @@ GiB Mandalay-Theme für ScientificCMS + Universität von Mandalay Powered by: ScientificCMS Powered by: ScientificCMS diff --git a/ccm-sci-bundle/web/themes/mandalay/lang/de/objectList.xml b/ccm-sci-bundle/web/themes/mandalay/lang/de/objectList.xml index 5e5517dcd..e84bd6fd6 100755 --- a/ccm-sci-bundle/web/themes/mandalay/lang/de/objectList.xml +++ b/ccm-sci-bundle/web/themes/mandalay/lang/de/objectList.xml @@ -23,7 +23,7 @@ Deutsch 0.7 - Aktuelle Veranstaltungen + Veranstaltungen A-Z Aktuelle Veranstaltungen Inhalt beginnend mit dem Buchstaben: diff --git a/ccm-sci-bundle/web/themes/mandalay/lang/de/relatedLinks.xml b/ccm-sci-bundle/web/themes/mandalay/lang/de/relatedLinks.xml index 48c691e12..8970dd510 100644 --- a/ccm-sci-bundle/web/themes/mandalay/lang/de/relatedLinks.xml +++ b/ccm-sci-bundle/web/themes/mandalay/lang/de/relatedLinks.xml @@ -23,5 +23,5 @@ Deutsch 0.7 - Siehe auch + Weiterführende Informationen diff --git a/ccm-sci-bundle/web/themes/mandalay/lang/en/FileStorageItem.xml b/ccm-sci-bundle/web/themes/mandalay/lang/en/FileStorageItem.xml index 636163342..ff044ecfd 100755 --- a/ccm-sci-bundle/web/themes/mandalay/lang/en/FileStorageItem.xml +++ b/ccm-sci-bundle/web/themes/mandalay/lang/en/FileStorageItem.xml @@ -3,10 +3,10 @@ English 0.7 - Saving - Save file to local drive - See - See this file online + Download + Save file to your drive + View + View this file online more » read more diff --git a/ccm-sci-bundle/web/themes/mandalay/lang/en/SciProject.xml b/ccm-sci-bundle/web/themes/mandalay/lang/en/SciProject.xml index 841486347..af87dc2e6 100644 --- a/ccm-sci-bundle/web/themes/mandalay/lang/en/SciProject.xml +++ b/ccm-sci-bundle/web/themes/mandalay/lang/en/SciProject.xml @@ -20,67 +20,68 @@ --> - English - 0.9 + English + 0.9 - more » - read more + more » + read more - , + , - Life span: - since - - - to - Begin: - End: + Life span: + since + - + to + Begin: + End: - Overview - Details + Overview + Details - Overview - Contact - Research Team - Research Team - - (project coordinator) + Overview + Contact + Research Team + Research Team + + (project coordinator) - Funding - Volume of funding + Sponsor + Funding + Volume of funding - Involved Organizations + Involved Organizations - Details - Details - Funding - Volume of funding: + Details + Details + Funding + Volume of funding: - Contacts + Contacts - Projects - (Direction) - , + Projects + (Direction) + , - Members + Members - Contacts - Overview - Members - Active - Associated members - Former members - Projects - Current projects - Finished projects - Funding - Volume of funding - Publications - Working papers + Contacts + Overview + Members + Active + Associated members + Former members + Projects + Current projects + Finished projects + Funding + Volume of funding + Publications + Working papers - Room: - Phone: - Email: + Room: + Phone: + Email: - Finished + Finished diff --git a/ccm-sci-bundle/web/themes/mandalay/lang/en/global.xml b/ccm-sci-bundle/web/themes/mandalay/lang/en/global.xml index aabb80081..d1e7ab52e 100755 --- a/ccm-sci-bundle/web/themes/mandalay/lang/en/global.xml +++ b/ccm-sci-bundle/web/themes/mandalay/lang/en/global.xml @@ -33,6 +33,9 @@ Powered by: ScientificCMS Powered by: ScientificCMS Logo: ScientificCMS + Powered by: aplaws+ + Powered by: aplaws+ + Logo: aplaws+ Directly to the content Skip navigation diff --git a/ccm-sci-bundle/web/themes/mandalay/layout/PublicPersonalProfile.xml b/ccm-sci-bundle/web/themes/mandalay/layout/PublicPersonalProfile.xml index a89b55fd4..fc1efbfbd 100755 --- a/ccm-sci-bundle/web/themes/mandalay/layout/PublicPersonalProfile.xml +++ b/ccm-sci-bundle/web/themes/mandalay/layout/PublicPersonalProfile.xml @@ -46,7 +46,6 @@
-