Changes for document OW2Skin

From version 240.1
edited by olivier lizounat
on 2012/09/26 12:45
To version 241.1
edited by olivier lizounat
on 2012/09/26 12:46
Change comment: There is no comment for this version
Object changes
Property Previous value New value
Object number 0 of type XWiki.XWikiSkins modified
contentview.vm ### ### Display document contents in "view" mode. ### ## ------------------------------- ## Compute the content to display ## ------------------------------- ## Honor the syntax if it's passed in the request. #set($outputSyntax = $xwiki.getAvailableRendererSyntax($request.outputSyntax, $request.outputSyntaxVersion)) #if ($outputSyntax) ## If the passed syntax is not an HTML-compatible syntax we need to HTML-escape it so that it can be ## displayed fine in HTML (since at the point this vm file is called we're already inside an HTML page with ## panels on the side, header, etc). #set($syntaxType = $outputSyntax.type.toIdString()) #if (($syntaxType == "xhtml") || ($syntaxType == "html")) #set ($renderedContent = $cdoc.getRenderedContent($outputSyntax)) #else ## Make sure to print correctly the result when it's not HTML #set ($renderedContent = "
$escapetool.html($cdoc.getRenderedContent($outputSyntax))
") #end #else #set ($renderedContent = $cdoc.getRenderedContent()) #end ## ---------------------------------------------------------------------------- ## Compute title to display and modify rendered content accordingly. ## ---------------------------------------------------------------------------- #template("titlevars.vm") ## ---------------------------- ## Display the title ## ---------------------------- ## 31.08.2010 ## Commented by Thomas E. to remove the default top title displayed #if($doc.fullName != 'Main.WebHome' && ($doc.space != 'Events' || $doc.fullName == 'Events.WebHome') && ($doc.space != 'PressReleases' || $doc.fullName == 'PressReleases.WebHome') && ($doc.space != 'MembersEvents' || $doc.fullName == 'MembersEvents.WebHome'))

$titleToDisplay

#end ## end 31.08.2010 ## ---------------------------- ## Display the shortcuts ## ---------------------------- #template("shortcuts.vm") ## end 31.08.2010 ## ---------------------------- ## Display the rendered content ## ----------------------------
$renderedContent
## ----------------------------------------------------------------------------------- ## Display the footnotes if the document is in 1.0 syntax and if there are any defined ## ----------------------------------------------------------------------------------- #set($footnotes = "#putFootnotes()") $xwiki.renderText($footnotes, $doc)
### ### Display document contents in "view" mode. ### ## ------------------------------- ## Compute the content to display ## ------------------------------- ## Honor the syntax if it's passed in the request. #set($outputSyntax = $xwiki.getAvailableRendererSyntax($request.outputSyntax, $request.outputSyntaxVersion)) #if ($outputSyntax) ## If the passed syntax is not an HTML-compatible syntax we need to HTML-escape it so that it can be ## displayed fine in HTML (since at the point this vm file is called we're already inside an HTML page with ## panels on the side, header, etc). #set($syntaxType = $outputSyntax.type.toIdString()) #if (($syntaxType == "xhtml") || ($syntaxType == "html")) #set ($renderedContent = $cdoc.getRenderedContent($outputSyntax)) #else ## Make sure to print correctly the result when it's not HTML #set ($renderedContent = "
$escapetool.html($cdoc.getRenderedContent($outputSyntax))
") #end #else #set ($renderedContent = $cdoc.getRenderedContent()) #end ## ---------------------------------------------------------------------------- ## Compute title to display and modify rendered content accordingly. ## ---------------------------------------------------------------------------- #template("titlevars.vm") ## ---------------------------- ## Display the title ## ---------------------------- ## 31.08.2010 ## Commented by Thomas E. to remove the default top title displayed #if($doc.fullName != 'Main.WebHome' && ($doc.space != 'Events' || $doc.fullName == 'Events.WebHome') && ($doc.space != 'PressReleases' || $doc.fullName == 'PressReleases.WebHome') && ($doc.space != 'MembersEvents' || $doc.fullName == 'MembersEvents.WebHome'))

$titleToDisplay

#end ## end 31.08.2010 ## ---------------------------- ## Display the shortcuts ## ---------------------------- #template("shortcuts.vm") ## end 31.08.2010 ## ---------------------------- ## Display the rendered content ## ----------------------------
$renderedContent
## ----------------------------------------------------------------------------------- ## Display the footnotes if the document is in 1.0 syntax and if there are any defined ## ----------------------------------------------------------------------------------- #set($footnotes = "#putFootnotes()") $xwiki.renderText($footnotes, $doc)
space.vm #set($parents = $util.arrayList) #set($discard = $parents.add($doc.fullName)) #macro(breadcrumb $doc $string $level) #set($parent = $doc.parent) #if(($parent != "") && ($level < 6) && (!$parents.contains($parent))) #set($discard = $parents.add($parent)) #set($pdoc = $xwiki.getDocument($parent).getTranslatedDocument()) #set($pdocurl = $pdoc.getURL("view")) #set($nstring = "$xwiki.getXMLEncoded(${pdoc.getRenderedTitle('plain/1.0')}) > $string") #if($doc.getObject('XWiki.ArticleClass')) #set($articleTitle = $doc.getObject('XWiki.ArticleClass').getProperty('title').value) #if("$!articleTitle" != '') #set($nstring = "$xwiki.getXMLEncoded($articleTitle)") #end #end #set($level = $level + 1) #breadcrumb($pdoc $nstring $level) #else $string #end #end #if($isInServletMode) ## Visible only in a page


#end
#set($parents = $util.arrayList) #set($discard = $parents.add($doc.fullName)) #macro(breadcrumb $doc $string $level) #set($parent = $doc.parent) #if(($parent != "") && ($level < 6) && (!$parents.contains($parent))) #set($discard = $parents.add($parent)) #set($pdoc = $xwiki.getDocument($parent).getTranslatedDocument()) #set($pdocurl = $pdoc.getURL("view")) #set($nstring = "$xwiki.getXMLEncoded(${pdoc.getRenderedTitle('plain/1.0')}) > $string") #if($doc.getObject('XWiki.ArticleClass')) #set($articleTitle = $doc.getObject('XWiki.ArticleClass').getProperty('title').value) #if("$!articleTitle" != '') #set($nstring = "$xwiki.getXMLEncoded($articleTitle)") #end #end #set($level = $level + 1) #breadcrumb($pdoc $nstring $level) #else $string #end #end #if($isInServletMode) ## Visible only in a page


#end
Footer #if($context.getMode()==0)## Visible only in a page
Powered by XWiki Hosted by Xsalto Free PageRank Checker Creative Commons 2.0 license Legal Notice
#end ## #if($context.mode==1) #end ### TODO: Format the footer for pdf output ##post global
#if($context.getMode()==0)## Visible only in a page
Powered by XWiki Hosted by Xsalto Free PageRank Checker Creative Commons 2.0 license Legal Notice
#end ## #if($context.mode==1) #end ### TODO: Format the footer for pdf output ##post global
javascript.vm ## ## CSS files related to JS libraries. ## ## ## JS Libraries. ## $xwiki.jsfx.use('js/scriptaculous/effects.js', true) $xwiki.jsfx.use('js/xwiki/widgets/modalPopup.js', true) $xwiki.ssfx.use('js/xwiki/widgets/modalPopup.css', true) $xwiki.jsfx.use('js/xwiki/widgets/jumpToPage.js', true) $xwiki.ssfx.use('js/xwiki/widgets/jumpToPage.css', {'forceSkinAction' : true, 'language' : $context.language}) $xwiki.jsfx.use('uicomponents/widgets/confirmationBox.js', true) $xwiki.ssfx.use('uicomponents/widgets/confirmationBox.css', true) $xwiki.jsfx.use('uicomponents/widgets/confirmedAjaxRequest.js', true) $xwiki.jsfx.use('uicomponents/widgets/notification.js', true) $xwiki.ssfx.use('uicomponents/widgets/notification.css', true) $xwiki.jsfx.use('uicomponents/widgets/list/xlist.js') $xwiki.jsfx.use('js/xwiki/suggest/ajaxSuggest.js') ## #if(($context.action=="inline")||($context.action=="edit") || ($context.action=="admin")) #end ## ## Hooks for inserting JavaScript skin extensions ## ## - Skin file extension hook. Placed first since skin extensions might need to have xwiki or external libraries included first to be able to work properly ## - Skin extension hook ## ## Compatibility "aspect" file for deprecated code. ## Placed at the very end of the stream so that skin file extensions code can be deprecated easily as well. ## ## ## CSS files related to JS libraries. ## ## ## JS Libraries. ## $xwiki.jsfx.use('js/scriptaculous/effects.js', true) $xwiki.jsfx.use('js/xwiki/widgets/modalPopup.js', true) $xwiki.ssfx.use('js/xwiki/widgets/modalPopup.css', true) $xwiki.jsfx.use('js/xwiki/widgets/jumpToPage.js', true) $xwiki.ssfx.use('js/xwiki/widgets/jumpToPage.css', {'forceSkinAction' : true, 'language' : $context.language}) $xwiki.jsfx.use('uicomponents/widgets/confirmationBox.js', true) $xwiki.ssfx.use('uicomponents/widgets/confirmationBox.css', true) $xwiki.jsfx.use('uicomponents/widgets/confirmedAjaxRequest.js', true) $xwiki.jsfx.use('uicomponents/widgets/notification.js', true) $xwiki.ssfx.use('uicomponents/widgets/notification.css', true) $xwiki.jsfx.use('uicomponents/widgets/list/xlist.js') $xwiki.jsfx.use('js/xwiki/suggest/ajaxSuggest.js') ## #if(($context.action=="inline")||($context.action=="edit") || ($context.action=="admin")) #end ## ## Hooks for inserting JavaScript skin extensions ## ## - Skin file extension hook. Placed first since skin extensions might need to have xwiki or external libraries included first to be able to work properly ## - Skin extension hook ## ## Compatibility "aspect" file for deprecated code. ## Placed at the very end of the stream so that skin file extensions code can be deprecated easily as well. ##
Header ### ### Document headers ### ### Contains the global and space zones ### #template("global.vm")
## {{include document="OW2Code.MenuBar" /}} $xwiki.includeForm('XWiki.MenuBar', false) ###set($menu = "OW2Code.MenuBarCOSW12") ###if($menu) ## $xwiki.includeForm("$menu",false) ###end #template("space.vm")
### ### Document headers ### ### Contains the global and space zones ### #template("global.vm")
## {{include document="OW2Code.MenuBar" /}} $xwiki.includeForm('XWiki.MenuBarCOSW12', false) ###set($menu = "OW2Code.MenuBar") ###if($menu) ## $xwiki.includeForm("$menu",false) ###end #template("space.vm")
shortcuts.vm ## ## ## Build the list of documents extras to display, if it does not exist (default). ## List format : ["ExtraAnchor", "ExtraTabText", numberOfItems] ## #if (!$docextralinks && !$docextras) #if("$!{showcomments}" == "") #set($showcomments = $xwiki.getSpacePreference('showcomments')) #end #if("$!{showattachments}" == "") #set($showattachments = $xwiki.getSpacePreference('showattachments')) #end #if("$!{showhistory}" == "") #set($showhistory = $xwiki.getSpacePreference('showhistory')) #end #if("$!{showinformation}" == "") #set($showinformation = $xwiki.getSpacePreference('showinformation')) #end #set($docextralinks = $util.arrayList) #if($context.action == 'view' && $viewer != 'content') #set ($discard = $docextralinks.add(['content', $msg.get('core.links.content'), -1])) #end #if($viewer != 'comments' && $showcomments != false && $showcomments != "no" && $showcomments != "0" && $showcomments != "false") #set ($discard = $docextralinks.add(["comments", $msg.get("docextra.comments"), $doc.getObjects("XWiki.XWikiComments").size()])) #end #if($viewer != 'attachments' && $showattachments != false && $showattachments != "no" && $showattachments != "0" && $showattachments != "false") #set ($discard = $docextralinks.add(["attachments", $msg.get("docextra.attachments"), $doc.getAttachmentList().size()])) #end #if($viewer != 'history' && $showhistory != false && $showhistory != "no" && $showhistory != "0" && $showhistory != "false") #set ($discard = $docextralinks.add(["history", $msg.get("docextra.history"), -1])) #end #if($viewer != 'information' && $showinformation != false && $showinformation != "no" && $showinformation != "0" && $showinformation != "false") #set ($discard = $docextralinks.add(["information", $msg.get("docextra.information"), -1])) #end #end ## ## ## Display the document title, modification date, and shortcuts to comments/attachments... ##
##
## Last modification ## $msg.get('core.footer.modification', [$xwiki.getUserName($tdoc.author), $xwiki.formatDate($tdoc.date)]) ##
##
## #foreach($docextralink in $docextralinks) ## #set ($extraAnchor = $docextralink.get(0)) ## #set ($extraText = $docextralink.get(1)) ## #set ($extraCount = $docextralink.get(2)) ## #if($velocityCount > 1) | #end ## ${extraText}#if($extraCount != -1) (${extraCount})#end ## #end ##
## ## ## Build the list of documents extras to display, if it does not exist (default). ## List format : ["ExtraAnchor", "ExtraTabText", numberOfItems] ## #if (!$docextralinks && !$docextras) #if("$!{showcomments}" == "") #set($showcomments = $xwiki.getSpacePreference('showcomments')) #end #if("$!{showattachments}" == "") #set($showattachments = $xwiki.getSpacePreference('showattachments')) #end #if("$!{showhistory}" == "") #set($showhistory = $xwiki.getSpacePreference('showhistory')) #end #if("$!{showinformation}" == "") #set($showinformation = $xwiki.getSpacePreference('showinformation')) #end #set($docextralinks = $util.arrayList) #if($context.action == 'view' && $viewer != 'content') #set ($discard = $docextralinks.add(['content', $msg.get('core.links.content'), -1])) #end #if($viewer != 'comments' && $showcomments != false && $showcomments != "no" && $showcomments != "0" && $showcomments != "false") #set ($discard = $docextralinks.add(["comments", $msg.get("docextra.comments"), $doc.getObjects("XWiki.XWikiComments").size()])) #end #if($viewer != 'attachments' && $showattachments != false && $showattachments != "no" && $showattachments != "0" && $showattachments != "false") #set ($discard = $docextralinks.add(["attachments", $msg.get("docextra.attachments"), $doc.getAttachmentList().size()])) #end #if($viewer != 'history' && $showhistory != false && $showhistory != "no" && $showhistory != "0" && $showhistory != "false") #set ($discard = $docextralinks.add(["history", $msg.get("docextra.history"), -1])) #end #if($viewer != 'information' && $showinformation != false && $showinformation != "no" && $showinformation != "0" && $showinformation != "false") #set ($discard = $docextralinks.add(["information", $msg.get("docextra.information"), -1])) #end #end ## ## ## Display the document title, modification date, and shortcuts to comments/attachments... ##
##
## Last modification ## $msg.get('core.footer.modification', [$xwiki.getUserName($tdoc.author), $xwiki.formatDate($tdoc.date)]) ##
##
## #foreach($docextralink in $docextralinks) ## #set ($extraAnchor = $docextralink.get(0)) ## #set ($extraText = $docextralink.get(1)) ## #set ($extraCount = $docextralink.get(2)) ## #if($velocityCount > 1) | #end ## ${extraText}#if($extraCount != -1) (${extraCount})#end ## #end ##
docextra.vm #set ($homePage = ($isGuest && $doc.fullName == 'Main.WebHome')) ## ## Document footer: tags, creation date, modification date ## ## #if (!$homePage)
#template("documentTags.vm")
## Creation $msg.get('core.footer.creation', [$xwiki.getUserName($doc.creator), $xwiki.formatDate($doc.creationDate)])
#if($tdoc.realLanguage != $doc.realLanguage) $msg.get('core.footer.translationCreation', [$tdoc.realLanguage, $xwiki.getUserName($tdoc.creator), $xwiki.formatDate($tdoc.creationDate)])
#end
## Last modification $msg.get('core.footer.modification', [$xwiki.getUserName($tdoc.author), $xwiki.formatDate($tdoc.date)])
#end ## ## ## More document related data: comments, attachments ... ##
## ## Build the list of documents extras to display, if it does not exist (default). ## List format : ["ExtraAnchor", "ExtraName", "ExtraTabText", ExtraNumberOfItems, "extratemplate.vm", "keyboardShortcut"] ## #if (!$docextras && !$homePage) #if("$!{showcomments}" == "") #set($showcomments = $xwiki.getSpacePreference('showcomments')) #end #if("$!{showattachments}" == "") #set($showattachments = $xwiki.getSpacePreference('showattachments')) #end #if("$!{showhistory}" == "") #set($showhistory = $xwiki.getSpacePreference('showhistory')) #end #if("$!{showinformation}" == "") #set($showinformation = $xwiki.getSpacePreference('showinformation')) #end #set($docextras = $util.arrayList) #if($showcomments != false && $showcomments != "no" && $showcomments != "0" && $showcomments != "false") $xwiki.jsfx.use('uicomponents/viewers/comments.js', {'forceSkinAction': true, 'language': ${context.language}}) $xwiki.ssfx.use('uicomponents/viewers/comments.css', true) #set ($discard = $docextras.add(["Comments", "comments", $msg.get("docextra.comments"), $doc.getObjects("XWiki.XWikiComments").size(), "commentsinline.vm", $msg.get("core.shortcuts.view.comments")])) #end #if($showattachments != false && $showattachments != "no" && $showattachments != "0" && $showattachments != "false") $xwiki.jsfx.use('js/xwiki/viewers/attachments.js', {'forceSkinAction': true, 'language': ${context.language}}) $xwiki.ssfx.use('js/xwiki/viewers/attachments.css', true) #set ($discard = $docextras.add(["Attachments", "attachments", $msg.get("docextra.attachments"), $doc.getAttachmentList().size(), "attachmentsinline.vm",$msg.get("core.shortcuts.view.attachments")])) #end #if($showhistory != false && $showhistory != "no" && $showhistory != "0" && $showhistory != "false") ## Pagination style $xwiki.ssfx.use('uicomponents/pagination/pagination.css', true)## #set ($discard = $docextras.add(["History", "history", $msg.get("docextra.history"), -1, "historyinline.vm", $msg.get("core.shortcuts.view.history")])) #end #if($showinformation != false && $showinformation != "no" && $showinformation != "0" && $showinformation != "false") #set ($discard = $docextras.add(["Information", "information", $msg.get("docextra.information"), -1, "informationinline.vm", $msg.get("core.shortcuts.view.information")])) #end #end ## ## Put anchors before the footer, otherwise the top of each section would be hidden by the floating topmenu ## #if($docextras.size() > 0) #end ## ## Display tabs ## #if($docextras.size() > 0)
## ## Display panes (AJAX placeholders) ##
#foreach($docextra in $docextras) #set ($extraAnchor = $listtool.get($docextra, 0)) #end
## ## JavaScript code generation ##
## xwikidatacontents #end
## xwikidata
#set ($homePage = ($isGuest && $doc.fullName == 'Main.WebHome')) ## ## Document footer: tags, creation date, modification date ## ## #if (!$homePage)
#template("documentTags.vm")
## Creation $msg.get('core.footer.creation', [$xwiki.getUserName($doc.creator), $xwiki.formatDate($doc.creationDate)])
#if($tdoc.realLanguage != $doc.realLanguage) $msg.get('core.footer.translationCreation', [$tdoc.realLanguage, $xwiki.getUserName($tdoc.creator), $xwiki.formatDate($tdoc.creationDate)])
#end
## Last modification $msg.get('core.footer.modification', [$xwiki.getUserName($tdoc.author), $xwiki.formatDate($tdoc.date)])
#end ## ## ## More document related data: comments, attachments ... ##
## ## Build the list of documents extras to display, if it does not exist (default). ## List format : ["ExtraAnchor", "ExtraName", "ExtraTabText", ExtraNumberOfItems, "extratemplate.vm", "keyboardShortcut"] ## #if (!$docextras && !$homePage) #if("$!{showcomments}" == "") #set($showcomments = $xwiki.getSpacePreference('showcomments')) #end #if("$!{showattachments}" == "") #set($showattachments = $xwiki.getSpacePreference('showattachments')) #end #if("$!{showhistory}" == "") #set($showhistory = $xwiki.getSpacePreference('showhistory')) #end #if("$!{showinformation}" == "") #set($showinformation = $xwiki.getSpacePreference('showinformation')) #end #set($docextras = $util.arrayList) #if($showcomments != false && $showcomments != "no" && $showcomments != "0" && $showcomments != "false") $xwiki.jsfx.use('uicomponents/viewers/comments.js', {'forceSkinAction': true, 'language': ${context.language}}) $xwiki.ssfx.use('uicomponents/viewers/comments.css', true) #set ($discard = $docextras.add(["Comments", "comments", $msg.get("docextra.comments"), $doc.getObjects("XWiki.XWikiComments").size(), "commentsinline.vm", $msg.get("core.shortcuts.view.comments")])) #end #if($showattachments != false && $showattachments != "no" && $showattachments != "0" && $showattachments != "false") $xwiki.jsfx.use('js/xwiki/viewers/attachments.js', {'forceSkinAction': true, 'language': ${context.language}}) $xwiki.ssfx.use('js/xwiki/viewers/attachments.css', true) #set ($discard = $docextras.add(["Attachments", "attachments", $msg.get("docextra.attachments"), $doc.getAttachmentList().size(), "attachmentsinline.vm",$msg.get("core.shortcuts.view.attachments")])) #end #if($showhistory != false && $showhistory != "no" && $showhistory != "0" && $showhistory != "false") ## Pagination style $xwiki.ssfx.use('uicomponents/pagination/pagination.css', true)## #set ($discard = $docextras.add(["History", "history", $msg.get("docextra.history"), -1, "historyinline.vm", $msg.get("core.shortcuts.view.history")])) #end #if($showinformation != false && $showinformation != "no" && $showinformation != "0" && $showinformation != "false") #set ($discard = $docextras.add(["Information", "information", $msg.get("docextra.information"), -1, "informationinline.vm", $msg.get("core.shortcuts.view.information")])) #end #end ## ## Put anchors before the footer, otherwise the top of each section would be hidden by the floating topmenu ## #if($docextras.size() > 0) #end ## ## Display tabs ## #if($docextras.size() > 0)
## ## Display panes (AJAX placeholders) ##
#foreach($docextra in $docextras) #set ($extraAnchor = $listtool.get($docextra, 0)) #end
## ## JavaScript code generation ##
## xwikidatacontents #end
## xwikidata
View ### ### Main "view" template ### ### General wrapper for view actions ### #if ($request.getParameter("raw").equals("1")) #template("code.vm") #else #template("startpage.vm") #if("$!viewer" == '') #set($viewer = $request.getParameter('viewer')) #end #if("$!viewer" == '') #set($viewer = 'content') #end
#if($displayContentMenu) #if(!$isGuest)
#template("contentmenu.vm")
#end #end
## #template("hierarchy.vm") #if($viewer == 'content') #template("contentview.vm") #else #template("${viewer}.vm") #end
## mainContentArea #if($viewer == 'content' && $displayDocExtra) #template("docextra.vm") #end
## main #template("endpage.vm") #end
### ### Main "view" template ### ### General wrapper for view actions ### #if ($request.getParameter("raw").equals("1")) #template("code.vm") #else #template("startpage.vm") #if("$!viewer" == '') #set($viewer = $request.getParameter('viewer')) #end #if("$!viewer" == '') #set($viewer = 'content') #end
#if($displayContentMenu) #if(!$isGuest)
#template("contentmenu.vm")
#end #end
## #template("hierarchy.vm") #if($viewer == 'content') #template("contentview.vm") #else #template("${viewer}.vm") #end
## mainContentArea #if($viewer == 'content' && $displayDocExtra) #template("docextra.vm") #end
## main #template("endpage.vm") #end
Style @import "colibri.css"; /********** Overwrite colibri.css *******/ #body { margin: 0; padding: 0 2%; /*text-align: center;*/ width: 96%; font-size: 12px; /* 12px [1] */ line-height: 1.5em; /* 18px [2] */ font-family: "Arial", "Lucida", "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif; } /* 31.08.2010 */ /* dark blue */ a:link, a:visited { /*color: #1c4da2; */ color: #0099CC; text-decoration: none; } /* blue-grey */ a:hover, a:active { /*color: #93a7c3;*/ color: #0099CC; text-decoration: none; } .actionmenu a, .actionmenu a:visited{ color: #fff; } .xwikipanelcontents a { color: #09c; } .xwikitabbar li a, .xwikitabbar li a:visited, .xwikitabbar li a:active { color: #888; } .xwikitabbar li.active a, .xwikitabbar li.active a:active, .xwikitabbar li.active a:visited { color: #09c; } h1, h2, h3, h4, h5, h6{ margin: 15px 0 10px 0; } h2, h3, h4, h5, h6{ color: #09c; } .xdocLastModification{ float: none; text-align: right; width: auto; } #xwikicontent { padding-bottom: 15px; } .panel input.panel-email-input{ width: 170px; } .panel input.panel-submit-input{ margin: 0 -2px; width: 175px; } .xwikipanelcontents *{ line-height: 1.8em; } .events-homepage h4, .pressreleases-homepage h4, .latestnews-homepage h4, .memberevents-homepage h4{ font-size: 1.2em; margin: 8px 0 0; } .events-homepage h4 img, .pressreleases-homepage h4 img, .latestnews-homepage h4 img, .memberevents-homepage h4 img{ vertical-align: middle; } #headerglobal{ margin-bottom: 10px; } #company{ margin-top: 10px; } ul.xwikitabbar{ background-color: #f5f5f5; } /* end */ #xwikimaincontainer { border: 2px solid #EEE; } h1.xwikipaneltitle, h5.xwikipaneltitle { border-bottom: none; font-size: 14px; text-align: center; text-transform: none; /* 31.08.2010 */ padding-bottom: 0; /* end */ } .actionmenu .tmLogout { /* 31.08.2010 */ background: transparent url(/xwiki/bin/download/OW2Code/OW2Skin/disconnect.gif) left 3px no-repeat; padding-left: 20px; /* end */ } /* Header */ #headerspace, #headerspace a, #footerglobal { color: #0099cc; clear: both; } #headerspace hr, #footerglobal hr { display: none; } #headerspace { background-color: #fff4ec; height: 1.5em; } /*#headerspace a, #headerspace a:link, #headerspace a:visited, #headerspace a:active { color: #0099CC; text-decoration: none; } #headerspace a:active { color : #000; }*/ #headerspace { margin-bottom: 10px; } #breadcrumbs { padding: 0 0 0 20px; } /*#breadcrumbs a:hover { color: #FF6600; }*/ .breadcrumbspace { font-variant: small-caps; font-weight: bold; } /* Panels */ .panel { border: 1px dashed #0099CC; } #leftPanels, #rightPanels, #editPanels { width: 200px; } #rightPanels { margin: 0 0 0 -200px; } #leftPanels .panel { margin-left: 0px; } #rightPanels .panel, #editPanels .panel { margin: 0 0 10px 8px; } /* Main */ .main { padding: 0 5px 25px; } #mainContentArea, #mainEditArea{ padding: 0px; } /* Footer */ #footerglobal { background-color: #FFF; } #footerglobal table{ margin: 0 auto; } /********** OW2 Specific *******/ .ow2-orange { color: #FF6600; } .ow2-blue { color: #0099CC; } /********** Header *******/ #company { float: left; } #top-nav { z-index: 1000; height: 28px !important; margin: 3px; width: auto; } #top-nav .topmenuentry { height: 28px; } #top-nav .leftmenu .topmenuentry { margin: 0 40px 0 0; } #top-nav .rightmenu .topmenuentry { margin: 0 0 0 15px; } #top-nav .tme { margin: 0; padding: 0 5px; height: 28px; line-height: 28px; } #top-nav .tme strong { line-height: 28px; } #top-nav .submenu, #top-nav .submenuitem { padding: 0; } #top-nav .tmLogin a{ padding-left: 24px; background-image: url(/xwiki/bin/download/OW2Code/OW2Skin/login%2Dmenu%2Dicon.gif); background-position: 5px 4px; background-repeat: no-repeat; } #top-nav .tmLogin a:hover{ background-image: url(/xwiki/bin/download/OW2Code/OW2Skin/login%2Dmenu%2Dicon%2Dhover.gif); } #top-nav .tmRSS a{ padding-left: 30px; background-image: url(/xwiki/bin/download/OW2Code/OW2Skin/rss%2Dmenu%2Dicon.gif); background-position: 5px 4px; background-repeat: no-repeat; } #top-nav .tmRSS a:hover{ background-image: url(/xwiki/bin/download/OW2Code/OW2Skin/rss%2Dmenu%2Dicon%2Dhover.gif); } #top-nav .tmChinese a{ padding-left: 35px; background-image: url(/xwiki/bin/download/OW2Code/OW2Skin/chineses1.gif); background-position: 5px 4px; background-repeat: no-repeat; } #top-nav .submenuitem a, #top-nav .submenuitem a:link, #top-nav .submenuitem a:visited, #top-nav .submenuitem a:active { border-top: 1px solid #FFF; padding: 0px 5px; margin: 0px; line-height: 28px; text-transform: none; font-weight:normal; } #top-nav a:hover { background-color: #0099CC; text-decoration: none; } /* */ /********** Panels *******/ /********** Content *******/ #xwikicontent table, #xwikicontent table th, #xwikicontent table td { border-style: none; } #xwikicontent table .company-logo{ width: 13%; } /********* Added by Thomas ********/ .xwikipanelcontents { padding: 1px 10px; } .xwikipanelcontents a:link, .xwikipanelcontents a:hover, .xwikipanelcontents a:active, .xwikipanelcontents a:visited{ color: #000000; } .xwikipaneltitle, .xwikipaneltitle h1 { margin: 0; padding: 6px 0 6px 0; border-bottom: none; } /*02.09.2010*/ .events-homepage .pagingLinks, .pressreleases-homepage .pagingLinks, .latestnews-homepage .pagingLinks, .memberevents-homepage .pagingLinks{ float: right; padding-top: 5px; } .events-homepage h3, .pressreleases-homepage h3, .latestnews-homepage h3, .memberevents-homepage h3{ clear: both; } h1.simple-text{ color: #000; } .xwikipanelcontents { font-size:0.95em; } /*end 02.09.2010*/ /* 08.09.2010 */ .panel-link{ text-align: right; } .xwikipanelcontents .panel-link a{ color: #f60; font-weight: bold; } .hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6{ border: none; } td { vertical-align: top; } #slideShow img { border: 1px solid } .ow2Footer td { vertical-align: middle; } #mainmenu, #mainmenu.submenu, #maineditmenu, #maineditmenu.submenu { z-index: 1100; } #companylogo a img {width:300px;margin-left:0px;} .encartAuto li{margin-left:-10px;width:200px} **#breadcrumbs,#breadcrumbs a {height:22px;background:#FF6600;color:white;} #globallinks{position:relative;top:61px;} .encartAuto a{text-transform:capitalize;font-size:11px;font-weight:bold} #xwikimaincontainerinner{} #headerglobal .layoutsection {} #backto{background:none;float:right;width:200px;margin: 10px 0 0 0;} #backtoow2{margin:0 0 0 35px;} #backtotext{padding: 0 0 0 35px} #logoOW2 {background: url(http://www.ow2.org/xwiki/bin/download/NewsEvents/OW2logos/ow2-120-transparent.png) no-repeat;width:50px;height:77px;width:156px;} #logoOW2div {background: url(http://skins.ow2.org/skins/skinOW2/images/logosOW2/156/ow2-156-transparent.png) no-repeat;width:50px;height:77px;width:156px;} #postglobal {position:relative;top:-50px} @import "colibri.css"; /********** Overwrite colibri.css *******/ #body { margin: 0; padding: 0 2%; /*text-align: center;*/ width: 96%; font-size: 12px; /* 12px [1] */ line-height: 1.5em; /* 18px [2] */ font-family: "Arial", "Lucida", "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif; } /* 31.08.2010 */ /* dark blue */ a:link, a:visited { /*color: #1c4da2; */ color: #0099CC; text-decoration: none; } /* blue-grey */ a:hover, a:active { /*color: #93a7c3;*/ color: #0099CC; text-decoration: none; } .actionmenu a, .actionmenu a:visited{ color: #fff; } .xwikipanelcontents a { color: #09c; } .xwikitabbar li a, .xwikitabbar li a:visited, .xwikitabbar li a:active { color: #888; } .xwikitabbar li.active a, .xwikitabbar li.active a:active, .xwikitabbar li.active a:visited { color: #09c; } h1, h2, h3, h4, h5, h6{ margin: 15px 0 10px 0; } h2, h3, h4, h5, h6{ color: #09c; } .xdocLastModification{ float: none; text-align: right; width: auto; } #xwikicontent { padding-bottom: 15px; } .panel input.panel-email-input{ width: 170px; } .panel input.panel-submit-input{ margin: 0 -2px; width: 175px; } .xwikipanelcontents *{ line-height: 1.8em; } .events-homepage h4, .pressreleases-homepage h4, .latestnews-homepage h4, .memberevents-homepage h4{ font-size: 1.2em; margin: 8px 0 0; } .events-homepage h4 img, .pressreleases-homepage h4 img, .latestnews-homepage h4 img, .memberevents-homepage h4 img{ vertical-align: middle; } #headerglobal{ margin-bottom: 10px; } #company{ margin-top: 10px; } ul.xwikitabbar{ background-color: #f5f5f5; } /* end */ #xwikimaincontainer { border: 2px solid #EEE; } h1.xwikipaneltitle, h5.xwikipaneltitle { border-bottom: none; font-size: 14px; text-align: center; text-transform: none; /* 31.08.2010 */ padding-bottom: 0; /* end */ } .actionmenu .tmLogout { /* 31.08.2010 */ background: transparent url(/xwiki/bin/download/OW2Code/OW2Skin/disconnect.gif) left 3px no-repeat; padding-left: 20px; /* end */ } /* Header */ #headerspace, #headerspace a, #footerglobal { color: #0099cc; clear: both; } #headerspace hr, #footerglobal hr { display: none; } #headerspace { background-color: #fff4ec; height: 1.5em; } /*#headerspace a, #headerspace a:link, #headerspace a:visited, #headerspace a:active { color: #0099CC; text-decoration: none; } #headerspace a:active { color : #000; }*/ #headerspace { margin-bottom: 10px; } #breadcrumbs { padding: 0 0 0 20px; } /*#breadcrumbs a:hover { color: #FF6600; }*/ .breadcrumbspace { font-variant: small-caps; font-weight: bold; } /* Panels */ .panel { border: 1px dashed #0099CC; } #leftPanels, #rightPanels, #editPanels { width: 200px; } #rightPanels { margin: 0 0 0 -200px; } #leftPanels .panel { margin-left: 0px; } #rightPanels .panel, #editPanels .panel { margin: 0 0 10px 8px; } /* Main */ .main { padding: 0 5px 25px; } #mainContentArea, #mainEditArea{ padding: 0px; } /* Footer */ #footerglobal { background-color: #FFF; } #footerglobal table{ margin: 0 auto; } /********** OW2 Specific *******/ .ow2-orange { color: #FF6600; } .ow2-blue { color: #0099CC; } /********** Header *******/ #company { float: left; } #top-nav { z-index: 1000; height: 28px !important; margin: 3px; width: auto; } #top-nav .topmenuentry { height: 28px; } #top-nav .leftmenu .topmenuentry { margin: 0 40px 0 0; } #top-nav .rightmenu .topmenuentry { margin: 0 0 0 15px; } #top-nav .tme { margin: 0; padding: 0 5px; height: 28px; line-height: 28px; } #top-nav .tme strong { line-height: 28px; } #top-nav .submenu, #top-nav .submenuitem { padding: 0; } #top-nav .tmLogin a{ padding-left: 24px; background-image: url(/xwiki/bin/download/OW2Code/OW2Skin/login%2Dmenu%2Dicon.gif); background-position: 5px 4px; background-repeat: no-repeat; } #top-nav .tmLogin a:hover{ background-image: url(/xwiki/bin/download/OW2Code/OW2Skin/login%2Dmenu%2Dicon%2Dhover.gif); } #top-nav .tmRSS a{ padding-left: 30px; background-image: url(/xwiki/bin/download/OW2Code/OW2Skin/rss%2Dmenu%2Dicon.gif); background-position: 5px 4px; background-repeat: no-repeat; } #top-nav .tmRSS a:hover{ background-image: url(/xwiki/bin/download/OW2Code/OW2Skin/rss%2Dmenu%2Dicon%2Dhover.gif); } #top-nav .tmChinese a{ padding-left: 35px; background-image: url(/xwiki/bin/download/OW2Code/OW2Skin/chineses1.gif); background-position: 5px 4px; background-repeat: no-repeat; } #top-nav .submenuitem a, #top-nav .submenuitem a:link, #top-nav .submenuitem a:visited, #top-nav .submenuitem a:active { border-top: 1px solid #FFF; padding: 0px 5px; margin: 0px; line-height: 28px; text-transform: none; font-weight:normal; } #top-nav a:hover { background-color: #0099CC; text-decoration: none; } /* */ /********** Panels *******/ /********** Content *******/ #xwikicontent table, #xwikicontent table th, #xwikicontent table td { border-style: none; } #xwikicontent table .company-logo{ width: 13%; } /********* Added by Thomas ********/ .xwikipanelcontents { padding: 1px 10px; } .xwikipanelcontents a:link, .xwikipanelcontents a:hover, .xwikipanelcontents a:active, .xwikipanelcontents a:visited{ color: #000000; } .xwikipaneltitle, .xwikipaneltitle h1 { margin: 0; padding: 6px 0 6px 0; border-bottom: none; } /*02.09.2010*/ .events-homepage .pagingLinks, .pressreleases-homepage .pagingLinks, .latestnews-homepage .pagingLinks, .memberevents-homepage .pagingLinks{ float: right; padding-top: 5px; } .events-homepage h3, .pressreleases-homepage h3, .latestnews-homepage h3, .memberevents-homepage h3{ clear: both; } h1.simple-text{ color: #000; } .xwikipanelcontents { font-size:0.95em; } /*end 02.09.2010*/ /* 08.09.2010 */ .panel-link{ text-align: right; } .xwikipanelcontents .panel-link a{ color: #f60; font-weight: bold; } .hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6{ border: none; } td { vertical-align: top; } #slideShow img { border: 1px solid } .ow2Footer td { vertical-align: middle; } #mainmenu, #mainmenu.submenu, #maineditmenu, #maineditmenu.submenu { z-index: 1100; } #companylogo a img {width:300px;margin-left:0px;} .encartAuto li{margin-left:-10px;width:200px} **#breadcrumbs,#breadcrumbs a {height:22px;background:#FF6600;color:white;} #globallinks{position:relative;top:61px;} .encartAuto a{text-transform:capitalize;font-size:11px;font-weight:bold} #xwikimaincontainerinner{} #headerglobal .layoutsection {} #backto{background:none;float:right;width:200px;margin: 10px 0 0 0;} #backtoow2{margin:0 0 0 35px;} #backtotext{padding: 0 0 0 35px} #logoOW2 {background: url(http://www.ow2.org/xwiki/bin/download/NewsEvents/OW2logos/ow2-120-transparent.png) no-repeat;width:50px;height:77px;width:156px;} #logoOW2div {background: url(http://skins.ow2.org/skins/skinOW2/images/logosOW2/156/ow2-156-transparent.png) no-repeat;width:50px;height:77px;width:156px;} #postglobal {position:relative;top:-50px}

Powered by XWiki Hosted by Xsalto Free PageRank Checker Creative Commons 2.0 license Legal Notice