diff --git a/css/custom-theme/jquery-ui-1.8.13.custom.css b/css/custom-theme/jquery-ui-1.8.13.custom.css new file mode 100644 index 0000000..f842606 --- /dev/null +++ b/css/custom-theme/jquery-ui-1.8.13.custom.css @@ -0,0 +1,578 @@ +/* + * jQuery UI CSS Framework 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + */ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { display: none; } +.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } +.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } +.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } +.ui-helper-clearfix { display: inline-block; } +/* required comment for clearfix to work in Opera \*/ +* html .ui-helper-clearfix { height:1%; } +.ui-helper-clearfix { display:block; } +/* end clearfix */ +.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { cursor: default !important; } + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } + + +/* + * jQuery UI CSS Framework 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + * + * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller&ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=2191c0&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=75&borderColorHeader=4297d7&fcHeader=eaf5f7&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=0078ae&bgColorDefault=0078ae&bgTextureDefault=02_glass.png&bgImgOpacityDefault=45&borderColorDefault=77d5f7&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=79c9ec&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=026890&iconColorHover=056b93&bgColorActive=6eac2c&bgTextureActive=12_gloss_wave.png&bgImgOpacityActive=50&borderColorActive=acdd4a&fcActive=ffffff&iconColorActive=f5e175&bgColorHighlight=f8da4e&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd113&fcHighlight=915608&iconColorHighlight=f7a50d&bgColorError=e14f1c&bgTextureError=12_gloss_wave.png&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=01_flat.png&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px + */ + + +/* Component containers +----------------------------------*/ +.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } +.ui-widget .ui-widget { font-size: 1em; } +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } +.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; } +.ui-widget-content a { color: #222222; } +.ui-widget-header { border: 1px solid #4297d7; background: #2191c0 url(images/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x; color: #eaf5f7; font-weight: bold; } +.ui-widget-header a { color: #eaf5f7; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #77d5f7; background: #0078ae url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; } +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #448dae; background: #79c9ec url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #026890; } +.ui-state-hover a, .ui-state-hover a:hover { color: #026890; text-decoration: none; } +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #acdd4a; background: #6eac2c url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; } +.ui-widget :active { outline: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcd113; background: #f8da4e url(images/ui-bg_glass_55_f8da4e_1x400.png) 50% 50% repeat-x; color: #915608; } +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #915608; } +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #e14f1c url(images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% top repeat-x; color: #ffffff; } +.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; } +.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; } +.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } +.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_0078ae_256x240.png); } +.ui-widget-content .ui-icon {background-image: url(images/ui-icons_0078ae_256x240.png); } +.ui-widget-header .ui-icon {background-image: url(images/ui-icons_d8e7f3_256x240.png); } +.ui-state-default .ui-icon { background-image: url(images/ui-icons_e0fdff_256x240.png); } +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_056b93_256x240.png); } +.ui-state-active .ui-icon {background-image: url(images/ui-icons_f5e175_256x240.png); } +.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_f7a50d_256x240.png); } +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_fcd113_256x240.png); } + +/* positioning */ +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-off { background-position: -96px -144px; } +.ui-icon-radio-on { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; } +.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; } +.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; } +.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; } +.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; } +.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; } +.ui-corner-right { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; } +.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; } +.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } + +/* Overlays */ +.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } +.ui-widget-shadow { margin: 5px 0 0 5px; padding: 0px; background: #999999 url(images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x; opacity: .45;filter:Alpha(Opacity=45); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* + * jQuery UI Resizable 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Resizable#theming + */ +.ui-resizable { position: relative;} +.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; + /* http://bugs.jqueryui.com/ticket/7233 + - Resizable: resizable handles fail to work in IE if transparent and content overlaps + */ + background-image:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=); +} +.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } +.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } +.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } +.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } +.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } +.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } +.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } +.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* + * jQuery UI Selectable 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectable#theming + */ +.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } +/* + * jQuery UI Accordion 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Accordion#theming + */ +/* IE/Win - Fix animation bug - #4615 */ +.ui-accordion { width: 100%; } +.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } +.ui-accordion .ui-accordion-li-fix { display: inline; } +.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } +.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } +.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } +.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } +.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } +.ui-accordion .ui-accordion-content-active { display: block; } +/* + * jQuery UI Autocomplete 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete#theming + */ +.ui-autocomplete { position: absolute; cursor: default; } + +/* workarounds */ +* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ + +/* + * jQuery UI Menu 1.8.13 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Menu#theming + */ +.ui-menu { + list-style:none; + padding: 2px; + margin: 0; + display:block; + float: left; +} +.ui-menu .ui-menu { + margin-top: -3px; +} +.ui-menu .ui-menu-item { + margin:0; + padding: 0; + zoom: 1; + float: left; + clear: left; + width: 100%; +} +.ui-menu .ui-menu-item a { + text-decoration:none; + display:block; + padding:.2em .4em; + line-height:1.5; + zoom:1; +} +.ui-menu .ui-menu-item a.ui-state-hover, +.ui-menu .ui-menu-item a.ui-state-active { + font-weight: normal; + margin: -1px; +} +/* + * jQuery UI Button 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Button#theming + */ +.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ +.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ +button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ +.ui-button-icons-only { width: 3.4em; } +button.ui-button-icons-only { width: 3.7em; } + +/*button text element */ +.ui-button .ui-button-text { display: block; line-height: 1.4; } +.ui-button-text-only .ui-button-text { padding: .4em 1em; } +.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } +.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } +.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } +.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } +/* no icon support for input elements, provide padding by default */ +input.ui-button { padding: .4em 1em; } + +/*button icon element(s) */ +.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } +.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } +.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } +.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } +.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } + +/*button sets*/ +.ui-buttonset { margin-right: 7px; } +.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } + +/* workarounds */ +button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ +/* + * jQuery UI Dialog 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog#theming + */ +.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } +.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } +.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } +.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } +.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } +.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } +.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } +.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } +.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } +.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } +.ui-draggable .ui-dialog-titlebar { cursor: move; } +/* + * jQuery UI Slider 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Slider#theming + */ +.ui-slider { position: relative; text-align: left; } +.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } +.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } + +.ui-slider-horizontal { height: .8em; } +.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } +.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } +.ui-slider-horizontal .ui-slider-range-min { left: 0; } +.ui-slider-horizontal .ui-slider-range-max { right: 0; } + +.ui-slider-vertical { width: .8em; height: 100px; } +.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } +.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } +.ui-slider-vertical .ui-slider-range-min { bottom: 0; } +.ui-slider-vertical .ui-slider-range-max { top: 0; }/* + * jQuery UI Tabs 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs#theming + */ +.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ +.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } +.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } +.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } +.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ +.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } +.ui-tabs .ui-tabs-hide { display: none !important; } +/* + * jQuery UI Datepicker 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Datepicker#theming + */ +.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } +.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } +.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } +.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } +.ui-datepicker .ui-datepicker-prev { left:2px; } +.ui-datepicker .ui-datepicker-next { right:2px; } +.ui-datepicker .ui-datepicker-prev-hover { left:1px; } +.ui-datepicker .ui-datepicker-next-hover { right:1px; } +.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } +.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } +.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } +.ui-datepicker select.ui-datepicker-month-year {width: 100%;} +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { width: 49%;} +.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } +.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } +.ui-datepicker td { border: 0; padding: 1px; } +.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } +.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } +.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { width:auto; } +.ui-datepicker-multi .ui-datepicker-group { float:left; } +.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } +.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } +.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } +.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } +.ui-datepicker-row-break { clear:both; width:100%; } + +/* RTL support */ +.ui-datepicker-rtl { direction: rtl; } +.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } +.ui-datepicker-rtl .ui-datepicker-group { float:right; } +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } + +/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ +.ui-datepicker-cover { + display: none; /*sorry for IE5*/ + display/**/: block; /*sorry for IE5*/ + position: absolute; /*must have*/ + z-index: -1; /*must have*/ + filter: mask(); /*must have*/ + top: -4px; /*must have*/ + left: -4px; /*must have*/ + width: 200px; /*must have*/ + height: 200px; /*must have*/ +}/* + * jQuery UI Progressbar 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar#theming + */ +.ui-progressbar { height:2em; text-align: left; } +.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } \ No newline at end of file diff --git a/css/images/Accenture_logo.png b/css/images/Accenture_logo.png new file mode 100644 index 0000000..e598af7 Binary files /dev/null and b/css/images/Accenture_logo.png differ diff --git a/css/images/AscendantTech_logo.png b/css/images/AscendantTech_logo.png new file mode 100644 index 0000000..7ee108c Binary files /dev/null and b/css/images/AscendantTech_logo.png differ diff --git a/css/images/Ericsson.png b/css/images/Ericsson.png new file mode 100644 index 0000000..b61111e Binary files /dev/null and b/css/images/Ericsson.png differ diff --git a/css/images/OSLC-home-text.png b/css/images/OSLC-home-text.png new file mode 100644 index 0000000..28084a3 Binary files /dev/null and b/css/images/OSLC-home-text.png differ diff --git a/css/images/VMwareLogo.png b/css/images/VMwareLogo.png new file mode 100644 index 0000000..7dbc1e0 Binary files /dev/null and b/css/images/VMwareLogo.png differ diff --git a/css/images/bluealum.png b/css/images/bluealum.png new file mode 100644 index 0000000..2a4d149 Binary files /dev/null and b/css/images/bluealum.png differ diff --git a/css/images/bsd_logo.png b/css/images/bsd_logo.png new file mode 100644 index 0000000..6fa2101 Binary files /dev/null and b/css/images/bsd_logo.png differ diff --git a/css/images/flow_right.png b/css/images/flow_right.png new file mode 100644 index 0000000..d9b5bc8 Binary files /dev/null and b/css/images/flow_right.png differ diff --git a/css/images/gm_logo.png b/css/images/gm_logo.png new file mode 100644 index 0000000..df0d8ae Binary files /dev/null and b/css/images/gm_logo.png differ diff --git a/css/images/greenhat-logo.png b/css/images/greenhat-logo.png new file mode 100644 index 0000000..96b048e Binary files /dev/null and b/css/images/greenhat-logo.png differ diff --git a/css/images/ibm_logo.png b/css/images/ibm_logo.png new file mode 100644 index 0000000..15e8506 Binary files /dev/null and b/css/images/ibm_logo.png differ diff --git a/css/images/itko.png b/css/images/itko.png new file mode 100644 index 0000000..5cc7bc2 Binary files /dev/null and b/css/images/itko.png differ diff --git a/css/images/logo-faded-gray.png b/css/images/logo-faded-gray.png new file mode 100644 index 0000000..5623f8e Binary files /dev/null and b/css/images/logo-faded-gray.png differ diff --git a/css/images/logo-forflip.png b/css/images/logo-forflip.png new file mode 100644 index 0000000..acf51c4 Binary files /dev/null and b/css/images/logo-forflip.png differ diff --git a/css/images/logo_knockout_gray.gif b/css/images/logo_knockout_gray.gif new file mode 100644 index 0000000..906ad84 Binary files /dev/null and b/css/images/logo_knockout_gray.gif differ diff --git a/css/images/navTri-closed-16.gif b/css/images/navTri-closed-16.gif new file mode 100644 index 0000000..49b4e52 Binary files /dev/null and b/css/images/navTri-closed-16.gif differ diff --git a/css/images/navTri-closed.gif b/css/images/navTri-closed.gif new file mode 100644 index 0000000..49b4e52 Binary files /dev/null and b/css/images/navTri-closed.gif differ diff --git a/css/images/navTri-open-16.gif b/css/images/navTri-open-16.gif new file mode 100644 index 0000000..f00272d Binary files /dev/null and b/css/images/navTri-open-16.gif differ diff --git a/css/images/navTri-open.gif b/css/images/navTri-open.gif new file mode 100644 index 0000000..f00272d Binary files /dev/null and b/css/images/navTri-open.gif differ diff --git a/css/images/oracle_logo.png b/css/images/oracle_logo.png new file mode 100644 index 0000000..49d16d8 Binary files /dev/null and b/css/images/oracle_logo.png differ diff --git a/css/images/planview_logoi.png b/css/images/planview_logoi.png new file mode 100644 index 0000000..1ae03de Binary files /dev/null and b/css/images/planview_logoi.png differ diff --git a/css/images/rivernorth_logo.png b/css/images/rivernorth_logo.png new file mode 100644 index 0000000..db420b8 Binary files /dev/null and b/css/images/rivernorth_logo.png differ diff --git a/css/images/shadow-divider.svg b/css/images/shadow-divider.svg new file mode 100644 index 0000000..c4dab75 --- /dev/null +++ b/css/images/shadow-divider.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + Layer 1 + + + \ No newline at end of file diff --git a/css/images/siemens.png b/css/images/siemens.png new file mode 100644 index 0000000..e0bf347 Binary files /dev/null and b/css/images/siemens.png differ diff --git a/css/images/spec-flow.svg b/css/images/spec-flow.svg new file mode 100644 index 0000000..98ce664 --- /dev/null +++ b/css/images/spec-flow.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/css/images/spec_flow_right.png b/css/images/spec_flow_right.png new file mode 100644 index 0000000..4486fbd Binary files /dev/null and b/css/images/spec_flow_right.png differ diff --git a/css/images/survey-ribbon.png b/css/images/survey-ribbon.png new file mode 100644 index 0000000..24a09dd Binary files /dev/null and b/css/images/survey-ribbon.png differ diff --git a/css/images/tablesorter/blue/asc.gif b/css/images/tablesorter/blue/asc.gif new file mode 100644 index 0000000..2bfb5dc Binary files /dev/null and b/css/images/tablesorter/blue/asc.gif differ diff --git a/css/images/tablesorter/blue/bg.gif b/css/images/tablesorter/blue/bg.gif new file mode 100644 index 0000000..098cd5e Binary files /dev/null and b/css/images/tablesorter/blue/bg.gif differ diff --git a/css/images/tablesorter/blue/desc.gif b/css/images/tablesorter/blue/desc.gif new file mode 100644 index 0000000..9d834b6 Binary files /dev/null and b/css/images/tablesorter/blue/desc.gif differ diff --git a/css/images/tablesorter/blue/style.css b/css/images/tablesorter/blue/style.css new file mode 100644 index 0000000..eb41f70 --- /dev/null +++ b/css/images/tablesorter/blue/style.css @@ -0,0 +1,39 @@ +/* tables */ +table.tablesorter { + font-family:arial; + background-color: #CDCDCD; + margin:10px 0pt 15px; + font-size: 8pt; + width: 100%; + text-align: left; +} +table.tablesorter thead tr th, table.tablesorter tfoot tr th { + background-color: #e6EEEE; + border: 1px solid #FFF; + font-size: 8pt; + padding: 4px; +} +table.tablesorter thead tr .header { + background-image: url(bg.gif); + background-repeat: no-repeat; + background-position: center right; + cursor: pointer; +} +table.tablesorter tbody td { + color: #3D3D3D; + padding: 4px; + background-color: #FFF; + vertical-align: top; +} +table.tablesorter tbody tr.odd td { + background-color:#F0F0F6; +} +table.tablesorter thead tr .headerSortUp { + background-image: url(asc.gif); +} +table.tablesorter thead tr .headerSortDown { + background-image: url(desc.gif); +} +table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { +background-color: #8dbdd8; +} diff --git a/css/images/tablesorter/green/asc.png b/css/images/tablesorter/green/asc.png new file mode 100644 index 0000000..66e39ca Binary files /dev/null and b/css/images/tablesorter/green/asc.png differ diff --git a/css/images/tablesorter/green/bg.png b/css/images/tablesorter/green/bg.png new file mode 100644 index 0000000..ca83716 Binary files /dev/null and b/css/images/tablesorter/green/bg.png differ diff --git a/css/images/tablesorter/green/desc.png b/css/images/tablesorter/green/desc.png new file mode 100644 index 0000000..431f63a Binary files /dev/null and b/css/images/tablesorter/green/desc.png differ diff --git a/css/images/tablesorter/green/green.zip b/css/images/tablesorter/green/green.zip new file mode 100644 index 0000000..6a14d24 Binary files /dev/null and b/css/images/tablesorter/green/green.zip differ diff --git a/css/images/tablesorter/green/style.css b/css/images/tablesorter/green/style.css new file mode 100644 index 0000000..4a54589 --- /dev/null +++ b/css/images/tablesorter/green/style.css @@ -0,0 +1,39 @@ +table.tablesorter { + font-size: 12px; + background-color: #4D4D4D; + width: 1024px; + border: 1px solid #000; +} +table.tablesorter th { + text-align: left; + padding: 5px; + background-color: #6E6E6E; +} +table.tablesorter td { + color: #FFF; + padding: 5px; +} +table.tablesorter .even { + background-color: #3D3D3D; +} +table.tablesorter .odd { + background-color: #6E6E6E; +} +table.tablesorter .header { + background-image: url(bg.png); + background-repeat: no-repeat; + border-left: 1px solid #FFF; + border-right: 1px solid #000; + border-top: 1px solid #FFF; + padding-left: 30px; + padding-top: 8px; + height: auto; +} +table.tablesorter .headerSortUp { + background-image: url(asc.png); + background-repeat: no-repeat; +} +table.tablesorter .headerSortDown { + background-image: url(desc.png); + background-repeat: no-repeat; +} \ No newline at end of file diff --git a/css/images/tasktop.png b/css/images/tasktop.png new file mode 100644 index 0000000..c27101c Binary files /dev/null and b/css/images/tasktop.png differ diff --git a/css/images/tieto.png b/css/images/tieto.png new file mode 100644 index 0000000..fc5db81 Binary files /dev/null and b/css/images/tieto.png differ diff --git a/css/images/tiny-stripes-pattern.png b/css/images/tiny-stripes-pattern.png new file mode 100644 index 0000000..e151e5a Binary files /dev/null and b/css/images/tiny-stripes-pattern.png differ diff --git a/css/images/ui-bg_flat_55_999999_40x100.png b/css/images/ui-bg_flat_55_999999_40x100.png new file mode 100644 index 0000000..6b6de7d Binary files /dev/null and b/css/images/ui-bg_flat_55_999999_40x100.png differ diff --git a/css/images/ui-bg_flat_75_aaaaaa_40x100.png b/css/images/ui-bg_flat_75_aaaaaa_40x100.png new file mode 100644 index 0000000..5b5dab2 Binary files /dev/null and b/css/images/ui-bg_flat_75_aaaaaa_40x100.png differ diff --git a/css/images/ui-bg_glass_45_0078ae_1x400.png b/css/images/ui-bg_glass_45_0078ae_1x400.png new file mode 100644 index 0000000..3dac650 Binary files /dev/null and b/css/images/ui-bg_glass_45_0078ae_1x400.png differ diff --git a/css/images/ui-bg_glass_55_f8da4e_1x400.png b/css/images/ui-bg_glass_55_f8da4e_1x400.png new file mode 100644 index 0000000..b383704 Binary files /dev/null and b/css/images/ui-bg_glass_55_f8da4e_1x400.png differ diff --git a/css/images/ui-bg_glass_75_79c9ec_1x400.png b/css/images/ui-bg_glass_75_79c9ec_1x400.png new file mode 100644 index 0000000..d384e42 Binary files /dev/null and b/css/images/ui-bg_glass_75_79c9ec_1x400.png differ diff --git a/css/images/ui-bg_gloss-wave_45_e14f1c_500x100.png b/css/images/ui-bg_gloss-wave_45_e14f1c_500x100.png new file mode 100644 index 0000000..b9851ba Binary files /dev/null and b/css/images/ui-bg_gloss-wave_45_e14f1c_500x100.png differ diff --git a/css/images/ui-bg_gloss-wave_50_6eac2c_500x100.png b/css/images/ui-bg_gloss-wave_50_6eac2c_500x100.png new file mode 100644 index 0000000..76dac56 Binary files /dev/null and b/css/images/ui-bg_gloss-wave_50_6eac2c_500x100.png differ diff --git a/css/images/ui-bg_gloss-wave_75_2191c0_500x100.png b/css/images/ui-bg_gloss-wave_75_2191c0_500x100.png new file mode 100644 index 0000000..eeacf69 Binary files /dev/null and b/css/images/ui-bg_gloss-wave_75_2191c0_500x100.png differ diff --git a/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png b/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png new file mode 100644 index 0000000..38c3833 Binary files /dev/null and b/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png differ diff --git a/css/images/ui-icons_0078ae_256x240.png b/css/images/ui-icons_0078ae_256x240.png new file mode 100644 index 0000000..5b36315 Binary files /dev/null and b/css/images/ui-icons_0078ae_256x240.png differ diff --git a/css/images/ui-icons_056b93_256x240.png b/css/images/ui-icons_056b93_256x240.png new file mode 100644 index 0000000..a3db109 Binary files /dev/null and b/css/images/ui-icons_056b93_256x240.png differ diff --git a/css/images/ui-icons_d8e7f3_256x240.png b/css/images/ui-icons_d8e7f3_256x240.png new file mode 100644 index 0000000..ad2dc6f Binary files /dev/null and b/css/images/ui-icons_d8e7f3_256x240.png differ diff --git a/css/images/ui-icons_e0fdff_256x240.png b/css/images/ui-icons_e0fdff_256x240.png new file mode 100644 index 0000000..8648d51 Binary files /dev/null and b/css/images/ui-icons_e0fdff_256x240.png differ diff --git a/css/images/ui-icons_f5e175_256x240.png b/css/images/ui-icons_f5e175_256x240.png new file mode 100644 index 0000000..3a8f751 Binary files /dev/null and b/css/images/ui-icons_f5e175_256x240.png differ diff --git a/css/images/ui-icons_f7a50d_256x240.png b/css/images/ui-icons_f7a50d_256x240.png new file mode 100644 index 0000000..401cac8 Binary files /dev/null and b/css/images/ui-icons_f7a50d_256x240.png differ diff --git a/css/images/ui-icons_fcd113_256x240.png b/css/images/ui-icons_fcd113_256x240.png new file mode 100644 index 0000000..057a85e Binary files /dev/null and b/css/images/ui-icons_fcd113_256x240.png differ diff --git a/css/images/white-trans.png b/css/images/white-trans.png new file mode 100644 index 0000000..64a15f3 Binary files /dev/null and b/css/images/white-trans.png differ diff --git a/css/images/wmd-buttons.png b/css/images/wmd-buttons.png new file mode 100644 index 0000000..50b3709 Binary files /dev/null and b/css/images/wmd-buttons.png differ diff --git a/css/oslc.css b/css/oslc.css new file mode 100644 index 0000000..0e37aa5 --- /dev/null +++ b/css/oslc.css @@ -0,0 +1,3976 @@ +/* @group Common styles */ +/********************************************************** + * Common Styles + **********************************************************/ + /* @group Reset */ + + a img { border: none; } + blockquote:before, blockquote:after, q:before, q:after { content: ""; } + + blockquote, q { quotes: "" ""; } + + /* Basic form usability 101 */ + label[for] { + cursor: pointer; + } + /* @end */ + +/* HTML 5 resets */ + /* Datalist needs to be hidden */ + datalist { + display: none; + } + + /* Summary/Details + h/t http://mathiasbynens.be/notes/html5-details-jquery */ + details, summary { + display: block; + } + + summary { + cursor: pointer; + color: #6666FF; /* Look like a link! */ + box-shadow: none; /* need to un-do the line that you add to open ones (below) */ + } + + /* Styles to go with my JS-based polyfill */ + .no-details summary:hover, .no-details summary:focus { + text-decoration: underline; + } + + /* Hide all descendants of
*/ + .no-details details > * { + display: none; + } + + /* But bring back */ + .no-details details summary { + display: block; + } + + + details[open] > summary { + padding-bottom: 3px; + margin-bottom: 3px; + box-shadow: 0 1px 0 #999; /* box shadow allows a line without adding to box size like a border would */ + } + + figure { + display: block; + margin: 0; + } + + figcaption { font-style: italic; } + + ins { + background-color: #dbffdb; + text-decoration: none; + } + + del { + background-color: #FFDBDB; + text-decoration: line-through; + } + +/* No javscript support */ +.no-js .fb_like_div, +.no-js #supportButton_wrap, +.no-js_video, +.no-js .embedded_video, +.no-js .next_prev_nav, +.no-js #pt1_tut_toggle_button, +.no-js #pt2_tut_toggle_button +{ + visibility: hidden; + display: none; +} + +/* http://stackoverflow.com/questions/5190787/how-to-fix-crispy-text-in-safari-5-mac-os-x-after-using-css-3d-transforms */ +.fixWebkitText { + background-color: white; +} + +.form-basic { + padding: 1.5em 10px; + max-width: 40em; + border: 5px solid #CCC; + -moz-border-radius: 10px; /* FF1-3.6 */ + -webkit-border-radius: 10px; /* Saf3-4, iOS 1-3.2, Android <1.6 */ + border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ + + -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45); + -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45); + box-shadow: 0 3px 4px rgba(0, 0, 0, 0.45); +} + +.text { + -webkit-appearance: none; + background-color: white; + border: 1px solid #333; + line-height: 1.5; + padding: 4px; + -moz-border-radius: 4px; /* FF1-3.6 */ + -webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */ + border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */ +} + +.field { + padding: .35em 7px .45em; +} + +.field.s-focused { + background-color: #F1F1F1; +} + +.field label, +.field .input, +.field .text { + display: block; +} + +.field label { + font-weight: bold; +} + +.field + .field { + margin-top: 1em; +} + +.field .text { + width: 30em; +} + + /* @group Form bootstrap */ + .form { + + } + + .form fieldset { + margin: 0; + padding: 0; + border: 0; + } + + .form fieldset + fieldset { + margin-top: 3em; + } + + .form legend { + display: block; + width: 100%; + padding: 0 0 2px; /* Webkit adds some user stylesheet padding that needs to be zeroed out */ + border: 0; + border-bottom: 1px solid #EEE; + font-size: 21px; + font-size: 1.5rem; + margin-bottom: 21px; + margin-bottom: 1.5rem; + } + + legend + .control-group { + margin-top: 14px; + margin-top: 1rem; + -webkit-margin-top-collapse: separate; + } + + .form label { + margin-bottom: 3px; + display: block; + } + + .control-group:before, + .control-group:after { + content: ""; + display: table; + } + + .control-group:after { + clear: both; + } + + .control-group { + margin-bottom: 21px; + margin-bottom: 1.5rem; + zoom: 1; + } + + .form input, + .form textarea, + .form select, + .uneditable-input { + display: inline-block; + *display: inline; + *zoom:1; + width: 300px; + font-size: 14px; + font-size: 1rem; + line-height: 19px; + line-height: 1.3rem; + padding: 5px; + margin-bottom: 10px; + margin-top: 0; + vertical-align: middle; + border: 1px solid #CCC; + color: #555; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09); + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09); + background-color: white; + } + /* For autosize.js textarea auto-resizing, you need this for IE8 to properly know the line-height + .autosizejs is the default class for the mirrored textarea + See: http://www.jacklmoore.com/autosize + */ + .ie8 .autosizejs { + line-height: 19px; + } + + /* Equalize heights across browsers for inputs */ + .form input { + height: 19px; + height: 1.3rem; + } + + .form .input-small { + width: 125px; + } + + .form .input-xsmall { + width: 100px; + } + + .form .input-full { + width: 95%; + } + + .resize-vert { + resize: vertical; + } + + /* This is for elements, not . Used to display something that the user can't change. */ + .uneditable-input { + border-color: #eee; + color: #AAA; + cursor: not-allowed; + } + + .form input[disabled], + .form textarea[disabled], + .form select[disabled], + .form input[readonly], + .form textarea[readonly], + .form select[readonly] { + background-color: #f5f5f5; + cursor: not-allowed; + border-color: #ddd; + } + + .input-wrap { + display: inline-block; + *display: inline; + *zoom: 1; + padding: 5px 5px 6px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + background: #eee url('images/tiny-stripes-pattern.png'); + } + + .input-wrap > input, + .input-wrap > textarea, + .input-wrap > .uneditable-input { + margin-bottom: 0; + } + + /* Prepend text to a text input */ + .input-prepend { + + } + + .add-on { + float: left; + width: auto; + padding: 5px; + font-weight: normal; + line-height: inherit; + background-color: #f5f5f5; + color: #999; + font-size: 14px; + font-size: 1rem; + line-height: 19px; + line-height: 1.3rem; + height: 19px; + height: 1.3rem; + border: 1px solid #CCC; + margin-right: -1px; /* Sucks in the neighboring input to eliminate double borders */ + -webkit-border-radius: 3px 0 0 3px; + -moz-border-radius: 3px 0 0 3px; + border-radius: 3px 0 0 3px; + text-shadow: 0 1px 0 rgba(255,255,255,1); + } + + .input-prepend input { + float: left; + padding-left: 2px; + } + + .input-wrap .add-on { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + } + + .is-focused .input-wrap { + background-color: #A3C5F5; + } + + .form .help-inline { + display: inline-block; + *display: inline; + *zoom: 1; + vertical-align: middle; + margin-left: 5px; + color: #999; + } + + .form .help-block { + display: block; + color: #999; + margin-top: 2px; + } + + .input-wrap+.help-block { + margin-left: 5px; + } + + /* Eye candy transitions for borders */ + .form input, + .form textarea { + -webkit-transition: border-color 0.25s; + -moz-transition: border-color 0.25s; + -o-transition: border-color 0.25s; + -ms-transition: border-color 0.25s; + transition: border-color 0.25s; + } + + .input-wrap { + -webkit-transition: background-color 0.25s; + -moz-transition: background-color 0.25s; + -o-transition: background-color 0.25s; + -ms-transition: background-color 0.25s; + transition: background-color 0.25s; + } + + /* Error & Success states from validation */ + .control-group.control-error label, + .form-inline .help-error { + color: #bd3937; + } + + .control-group.control-error .input-wrap { + background-color: #f5a3a3; + } + + .form-inline .input-error { + border-color: #bd3937; + } + + /* Big honking glows and a border change for focus */ + .control-group.control-error input:focus, + .control-group.control-error textarea:focus, + .form-inline .input-error:focus { + border-color: #ff3d3d; + -moz-box-shadow: 0 0 10px hsla(0, 100%, 55%, 0.8), inset 0 1px 1px rgba(0, 0, 0, 0.09); + -webkit-box-shadow: 0 0 10px hsla(0, 100%, 55%, 0.8), inset 0 1px 1px rgba(0, 0, 0, 0.09); + box-shadow: 0 0 10px hsla(0, 100%, 55%, 0.8), inset 0 1px 1px rgba(0, 0, 0, 0.09); + } + + + .control-group.control-valid label { + color: #3ebc37; + } + + .control-group.control-valid .input-wrap { + background-color: #a8f4a3; + } + + .form-inline input.valid, + .form-inline input.valid:focus { + border-color: #43ff38; + } + + .control-group.control-valid input:focus, + .control-group.control-valid textarea:focus { + border-color: #43ff38; + -moz-box-shadow: 0 0 10px hsla(116, 70%, 35%, 0.8), inset 0 1px 1px rgba(0, 0, 0, 0.09); + -webkit-box-shadow: 0 0 10px hsla(116, 70%, 35%, 0.8), inset 0 1px 1px rgba(0, 0, 0, 0.09); + box-shadow: 0 0 10px hsla(116, 70%, 35%, 0.8), inset 0 1px 1px rgba(0, 0, 0, 0.09); + } + + /* Lose the glow*/ + .form-inline .valid:focus { + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09); + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09); + } + + + .form select { + background-color: white; + } + + .form textarea, + .form select[multiple], + .form select[size] { + height: auto; + } + + .form input:focus, + .form textarea:focus { + outline: 0; + border-color: #3d8fff; + } + + /* Need to undo all that for other controls */ + .form input[type="image"], + .form input[type="checkbox"], + .form input[type="radio"] { + width: auto; + height: auto; + padding: 0; + margin: 3px 0; + line-height: normal; + border: 0; + *margin-top: 0; + } + + .form input[type="file"] { + padding: initial; + line-height: initial; + border: initial; + background-color: white; + background-color: initial; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + } + + .form input[type="hidden"] { + display: none; + } + + [hidden] { + display: none; + } + + + /* Reset focus styles for file, checkbox, selects */ + .form input[type="file"]:focus, + .form input[type="checkbox"]:focus, + .form input[type="radio"]:focus, + .form select:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; + } + + /* Radio and checkboxes */ + .form .checkbox, + .form .radio { + padding-left: 18px; + } + + .checkbox input[type="checkbox"], + .radio input[type="radio"] { + float: left; + margin-left: -18px; + } + + /* Undo vertical alignment for span.help-inline within .radio/.checkbox labels */ + .radio > .help-inline, + .checkbox > .help-inline { + vertical-align: top; + } + + /* Drop the first option down (with padding) to line up with the label */ + .controls > .radio:first-child, + .controls > .checkbox:first-child { + padding-top: 12px; + } + + /* Inline */ + .controls .control-inline { + display: inline-block; + vertical-align: middle; + *display: inline; + *zoom: 1; + margin-bottom: 0; + } + + .controls .control-inline+.control-inline { + margin-left: .75em; + padding-top: 12px; /* All of them need the top padding now */ + } + + .ie7 .checkbox input, + .ie7 .radio input { + margin-top: 0; + } + + .form-actions { + padding-top: 1.4em; + padding-bottom: 1.6em; + background-color: #f5f5f5; + border-top: 1px solid #ccc; + } + + + .form-horizontal .control-group > label { + float: left; + width: 150px; + text-align: right; + padding-top: 12px; + } + + .form-horizontal .controls { + margin-left: 170px; + } + + .form-horizontal input, + .form-horizontal textarea, + .form-horizontal select { + margin-bottom: 0; + } + + .form-horizontal .form-actions { + padding-left: 170px; + } + + .form-actions.affix { + position: fixed; + padding-top: 10px; + padding-bottom: 12px; + } + + .no-touch .form-actions.affix { + opacity: .5; + -webkit-transition: opacity .15s ease-in-out; + -moz-transition: opacity .15s ease-in-out; + -o-transition: opacity .15s ease-in-out; + -ms-transition: opacity .15s ease-in-out; + transition: opacity .15s ease-in-out; + } + + .no-touch .form-actions.affix:hover { + opacity: 1; + } + + .affix-bottom { + bottom: 0; + left: 0; + right: 0; + } + + .form-inline label { + display: inline-block; + vertical-align: middle; + *display: inline; + *zoom: 1; + } + + .form-inline input, + .form-inline select { + margin-bottom: 0; + } + + .form-inline input+input, + .form-inline input+button, + .form-inline input+label+input { + margin-left: 10px; + } + + .input-placeholder .form-hide-labels label:not([generated]) { + display: none; + } + + .ie7 .form-horizontal .input-wrap input:first-child, + .ie7 .form-horizontal .input-wrap textarea:first-child { + margin-left: -170px; + /* + How's this for weirdness? The first input will inherit the sum of its ancestors margins. This undoes that + http://www.positioniseverything.net/explorer/inherited_margin.html + */ + } + + .ie7 .checkbox input, + .ie7 .radio input { + margin-left: -20px; /* See above. No idea why this fix works */ + } + + + + /* @end */ + +/* Main Content Sections */ +#main { + padding: 20px 42px 0; + position: relative; + background-color: white; + margin: -40px auto 100px; + max-width: 1200px; + min-width: 960px; + -webkit-border-radius: 20px 20px 0 0; + -khtml-border-radius: 20px 20px 0 0; + -moz-border-radius: 20px 20px 0 0; + border-radius: 20px 20px 0 0; + -webkit-box-shadow: 0 -3px 3px -1px rgba(0,0,0,0.4); + -moz-box-shadow: 0 -3px 3px -1px rgba(0,0,0,0.4); + box-shadow: 0 -3px 3px -1px rgba(0,0,0,0.4); +} + +.no-boxshadow #main { + border: 1px solid #eee; + border-bottom: none; +} + +#main-inner { + background-color: #FFF; + position: relative; +} + +#main-inner:before, +#main-inner:after { + content: "."; + display: block; + height: 0; + overflow: hidden; +} +#main-inner:after {clear: both;} +#main-inner {*zoom: 1;} /* IE < 8 */ +#home_wrap { + padding-bottom: 100px; +} + + +/* Buttons */ + /* For minor actions. Apply to + + + + +
+
+

Thanks for the interest!
We think you’re pretty great!

+

Register for the OSLC website to:

+ +

(Learn more about getting involved and becoming an OSLC Member)

+
+
+ + {!-- /.line --} + + + + + + diff --git a/themes/forum_themes/oslc/forum_member/search_members.html b/themes/forum_themes/oslc/forum_member/search_members.html new file mode 100644 index 0000000..7edab91 --- /dev/null +++ b/themes/forum_themes/oslc/forum_member/search_members.html @@ -0,0 +1,50 @@ + +{form:form_declaration:do_member_search} + +
 
+ + + + + + + + + +
{lang:member_search}
+
+ +{if message} +
+{include:message} +
+{/if} + +

{lang:screen_name}

+

+ +

+ +

{lang:email}

+

+ +

+ + +

{lang:member_group}

+

+ + +

+ + +

+ + +
+ + + + \ No newline at end of file diff --git a/themes/forum_themes/oslc/forum_member/signature_form.html b/themes/forum_themes/oslc/forum_member/signature_form.html new file mode 100644 index 0000000..107fad1 --- /dev/null +++ b/themes/forum_themes/oslc/forum_member/signature_form.html @@ -0,0 +1,89 @@ + + + + +{form_declaration} + + + + + + + + + + + + + + + + + + + + + + + + + +{if image} + + + + + + + + + + + + +
{lang:edit_signature}
+
{lang:guided}  {lang:normal} 
{include:html_formatting_buttons}
+
{lang:signature}
+
{lang:max_characters}
{lang:signature_image}
+
+{/if} + +
+
{lang:upload_image}
+
+ {if upload_allowed} +
+
{lang:max_image_size}
+
{lang:allowed_image_types}
+ {/if} + {if upload_not_allowed} +
{lang:uploads_not_allowed}
+ {/if} +
+
+ +{if image}  {/if} +
+
+ + \ No newline at end of file diff --git a/themes/forum_themes/oslc/forum_member/subscription_pagination.html b/themes/forum_themes/oslc/forum_member/subscription_pagination.html new file mode 100644 index 0000000..3c8c9de --- /dev/null +++ b/themes/forum_themes/oslc/forum_member/subscription_pagination.html @@ -0,0 +1,5 @@ + + {paginate}{pagination_links}{/paginate} +  +
+ \ No newline at end of file diff --git a/themes/forum_themes/oslc/forum_member/subscription_result_heading.html b/themes/forum_themes/oslc/forum_member/subscription_result_heading.html new file mode 100644 index 0000000..92f7bec --- /dev/null +++ b/themes/forum_themes/oslc/forum_member/subscription_result_heading.html @@ -0,0 +1,5 @@ + +{lang:title} +{lang:type} + {lang:unsubscribe} + \ No newline at end of file diff --git a/themes/forum_themes/oslc/forum_member/subscription_result_rows.html b/themes/forum_themes/oslc/forum_member/subscription_result_rows.html new file mode 100644 index 0000000..a025cae --- /dev/null +++ b/themes/forum_themes/oslc/forum_member/subscription_result_rows.html @@ -0,0 +1,5 @@ + +{title} +{type} + + \ No newline at end of file diff --git a/themes/forum_themes/oslc/forum_member/subscriptions_form.html b/themes/forum_themes/oslc/forum_member/subscriptions_form.html new file mode 100644 index 0000000..c1a880a --- /dev/null +++ b/themes/forum_themes/oslc/forum_member/subscriptions_form.html @@ -0,0 +1,49 @@ + + + +
+ +
{lang:subscriptions}
+ + + +{subscription_results} + +
+
+ + +
+ +{exp:stash:get name="forums_subscription_list"} diff --git a/themes/forum_themes/oslc/forum_member/success.html b/themes/forum_themes/oslc/forum_member/success.html new file mode 100644 index 0000000..b962f74 --- /dev/null +++ b/themes/forum_themes/oslc/forum_member/success.html @@ -0,0 +1,2 @@ +
{lang:heading}
+
{lang:message}
\ No newline at end of file diff --git a/themes/forum_themes/oslc/forum_member/update_un_pw_form.html b/themes/forum_themes/oslc/forum_member/update_un_pw_form.html new file mode 100644 index 0000000..4556ed9 --- /dev/null +++ b/themes/forum_themes/oslc/forum_member/update_un_pw_form.html @@ -0,0 +1,65 @@ +{form_declaration} + + + + + + + + + + + + + + + +{if invalid_username} + + + +{/if} + +{if invalid_password} + + + + + + + +{/if} + + +
{lang:settings_update}
+
{lang:access_notice}
+ +{if invalid_username}
{lang:username_length}
{/if} +{if invalid_password}
{lang:password_length}
{/if} +
{lang:choose_new_un}
{lang:choose_new_pw}
{lang:confirm_new_pw}
+ +
+ + + + + + + + + + + + + + + + + + + + +
{lang:your_current_un_pw}
+
{lang:existing_username}
{lang:existing_password}
 
+ + diff --git a/themes/forum_themes/oslc/forum_member/username_change_disallowed.html b/themes/forum_themes/oslc/forum_member/username_change_disallowed.html new file mode 100644 index 0000000..fd3e67a --- /dev/null +++ b/themes/forum_themes/oslc/forum_member/username_change_disallowed.html @@ -0,0 +1,4 @@ + + + +{lang:username_disallowed} diff --git a/themes/forum_themes/oslc/forum_member/username_password_form.html b/themes/forum_themes/oslc/forum_member/username_password_form.html new file mode 100644 index 0000000..cf3e15d --- /dev/null +++ b/themes/forum_themes/oslc/forum_member/username_password_form.html @@ -0,0 +1,60 @@ + +
+ + + + + +{row:username_form} + + + + + + + + + + + + + + + + + + + + +
{lang:username_and_password}
{lang:screen_name} *
+
+
+
{lang:password_change}
+
{lang:password_change_exp}
+ +
{lang:new_password}
+ + +
{lang:new_password_confirm}
+ +
+
+
+ +
*  {lang:existing_password}
+
{lang:existing_password_exp}
+ +
+
+
+ + + +

+ +* {lang:required} + +
+
+ +
\ No newline at end of file diff --git a/themes/forum_themes/oslc/forum_member/username_row.html b/themes/forum_themes/oslc/forum_member/username_row.html new file mode 100644 index 0000000..1bc70af --- /dev/null +++ b/themes/forum_themes/oslc/forum_member/username_row.html @@ -0,0 +1,4 @@ + + +
{lang:username} *
+ \ No newline at end of file diff --git a/themes/forum_themes/oslc/forum_member/view_message.html b/themes/forum_themes/oslc/forum_member/view_message.html new file mode 100644 index 0000000..0ca350f --- /dev/null +++ b/themes/forum_themes/oslc/forum_member/view_message.html @@ -0,0 +1,80 @@ + +{form:form_declaration:view_message} + +{include:hidden_js} +{include:folder_pulldown:move} +{include:folder_pulldown:copy} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if show_cc} + + + + + + +{/if} + + + +{if attachments_exist} + + + + + + +{/if} + + + + + + +
{lang:private_message}
{lang:message_sender}:
{include:sender}
{lang:message_subject}:
{include:subject}
{lang:message_date}:
{include:date}
{lang:message_recipients}:
{include:recipients}
{lang:cc}:
{include:cc}
{lang:attachments}:
{include:attachment_links}
{include:parsed_message}
+ + + + + + + + +
+ +{form:reply_button} {form:reply_all_button} {form:forward_button} {form:move_button} {form:copy_button} {form:delete_button} + +
+ + diff --git a/themes/forum_themes/oslc/forum_merge/merge_interface.html b/themes/forum_themes/oslc/forum_merge/merge_interface.html new file mode 100644 index 0000000..dcea26d --- /dev/null +++ b/themes/forum_themes/oslc/forum_merge/merge_interface.html @@ -0,0 +1,51 @@ +{form_declaration:forum:do_merge} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{lang:merge_threads}
{lang:thread_title}  {title}
+
+
{lang:merge_info}
+
+
+
{lang:merge_url}
+
{lang:merge_url_info}
+
+
+
{lang:new_title}
+
{lang:you_may_rename}
+
+
+
{lang:notify_thread_owner}
+
+
+
+ + \ No newline at end of file diff --git a/themes/forum_themes/oslc/forum_merge/merge_page.html b/themes/forum_themes/oslc/forum_merge/merge_page.html new file mode 100644 index 0000000..6afe066 --- /dev/null +++ b/themes/forum_themes/oslc/forum_merge/merge_page.html @@ -0,0 +1,11 @@ +{include:html_header} +{include:top_bar} +{include:page_header} +
+{include:merge_interface} +
+ + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+