Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:EclipseLink TLJPA"

m
m
 
(83 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}  
+
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
 +
{{DEFAULTSORT:{{SUBPAGENAME}}}}
 
<css>
 
<css>
 
#tljpa_header {border-bottom:2px solid #44166c}
 
#tljpa_header {border-bottom:2px solid #44166c}
#tljpa_title {line-height:1em;}
 
 
.tabs {float:right;display:inline;}
 
.tabs {float:right;display:inline;}
.tab {padding:0.25em 0.5em;display:inline;border:1px solid #44166c;border-radius:5px 5px 0 0;background:#A4BBCF;border-bottom:none;}
+
.tab {padding:0.25em 0.5em;display:inline;border:1px solid #44166c;border-radius:5px 5px 0 0;background:#CCCCFF;border-bottom:none;}
 
.tab:hover {background:#44166c;color:#ffffff;}
 
.tab:hover {background:#44166c;color:#ffffff;}
 
.tab a;.tab a:visited {text-decoration:none;}
 
.tab a;.tab a:visited {text-decoration:none;}
Line 10: Line 10:
 
#content p {line-height:1.25em;margin-top:0.5em,bottom:0.75em;}
 
#content p {line-height:1.25em;margin-top:0.5em,bottom:0.75em;}
 
#content h3 {font-size:130%;margin-top:1em;margin-bottom:0;font-weight:normal;}
 
#content h3 {font-size:130%;margin-top:1em;margin-bottom:0;font-weight:normal;}
#content h2 {margin-top:1em;margin-bottom:0;letter-spacing:-0.05em;}
+
#content h2 {margin-top:1em;margin-bottom:0;letter-spacing:-0.025em;}
 +
#content h1 {letter-spacing:-0.035em}
 
#content tr th {background:#cccccc}
 
#content tr th {background:#cccccc}
 
#content code {font-size:1.3em;}
 
#content code {font-size:1.3em;}
#bodyContent {font-size:0.9em;}
+
#bodyContent {font-size:0.9em;min-width:900px;}
#bodyContent hr:nth-of-type(1) {display:none;}
+
#bodyContent hr {background-color:#44166c;}
#bodyContent table.Warning, #bodyContent table.Note {font-size:0.9em;background:#ffffc0}
+
#bodyContent hr:nth-of-type(1), #bodyContent hr:nth-of-type(2) {display:none;}
#bodyContent table.Warning pre, #bodyContent table.Note pre {font-family:Arial,sans-serif;padding:0 0 0 0;border:none;background:none;font-size:1.0em;word-wrap:break-word;white-space:pre-wrap;white-space:-moz-pre-wrap !important;whitespace:-o-pre-wrap;}
+
#bodyContent table:nth-of-type(2) {position:relative;top:-3em;}
#bodyContent pre {border-radius:10px;}
+
#bodyContent table.NoteWarn, #bodyContent table.Warning, #bodyContent table.Note {font-size:0.9em;background:#ffffc0;margin:0 auto;}
 
+
#bodyContent table.NoteWarn pre, #bodyContent table.Warning pre, #bodyContent table.Note pre {font-family:Arial,sans-serif;padding:0 0 0 0;border:none;background:none;font-size:1.0em;word-wrap:break-word;white-space:pre-wrap;white-space:-moz-pre-wrap !important;whitespace:-o-pre-wrap;}
 
+
#bodyContent pre {border-radius:10px;margin-bottom: 1.5em;margin-top: 0;overflow:auto;}
#menu-nav {
+
table#toc {margin-right:2em;width:50%;margin-bottom:1em;margin-top:1em;border-radius:5px}
  margin-bottom: 2em;
+
#bodyContent span.previouslink {left:-5.5em;position:relative;}
}
+
#menu-nav ul {
+
  padding: 1em 1em 1px 1em;
+
  margin:0;
+
  border-bottom: 1px solid #44166c;
+
  text-align:right;
+
}
+
#menu-nav li {
+
  list-style: none;
+
  margin: 0;
+
  display: inline;
+
}
+
#menu-nav li a {
+
  padding: 3px 0.5em;
+
  margin-left: 3px;
+
  border: 1px solid #aaa;
+
  border-bottom: none;
+
  background: #a4bbcf;
+
  text-decoration: none;
+
}
+
#menu-nav li a:link { color: #44166c; }
+
#menu-nav li a:visited { color: #44166c; }
+
#menu-nav li a:hover {
+
  color: #ffffff;
+
  background: #44166c;
+
  border-color: #227;
+
}
+
#menu-nav li span#current a
+
{
+
  background: #fff;
+
  border-bottom: 1px solid #fff;
+
}
+
#menu-nav li .selflink {
+
  padding: 3px 0.5em;
+
  margin-left: 3px;
+
  border: 1px solid #aaa;
+
  background: #fff;
+
  border-bottom: 1px solid #fff;
+
}
+
 
+
table.menu-table, .menu-table table {
+
  border: 1px solid #aaa;
+
  border-collapse: collapse;
+
}
+
.menu-table td {
+
  border: 1px solid #aaa;
+
  padding: 0.5em 1em;
+
}
+
.menu-table th {
+
  border: 1px solid #aaa;
+
  background-color: #eef;
+
}
+
.menu-table caption {
+
  border: 1px #aaa solid;
+
  margin: 1em 0 0.2em 0;
+
  background-color: #ccf;
+
  font-weight: bold;
+
  font-size: 1.1em;
+
}
+
 
+
#content dl  {
+
  border-left: 1px #aaa solid;
+
  border-bottom: 1px #aaa solid;
+
}
+
#content dl dt {
+
  float: left;
+
  border-top: 1px solid #aaa;
+
  padding: 0.5em 0 0 0.5em;
+
}
+
#content dl dd {
+
  border: 1px solid #aaa;
+
  border-bottom: none;
+
}
+
 
+
#content .narrow-list dl  {
+
  width: 40em;
+
}
+
#content .narrow-list dl dt {
+
  width: 14em;
+
  line-height: 1em;
+
}
+
#content .narrow-list dl dd {
+
  margin: 0 0 0 15em;
+
  padding: 0.5em 1em;
+
}
+
 
+
#content .wide-list dl, #content dl {
+
  width: 80em;
+
}
+
#content .wide-list dl dt, #content dl dt {
+
  padding: 0.5em 1em;
+
  width: 15em;
+
}
+
#content .wide-list dl dd, #content dl dd {
+
  padding: 1em 1em 2em 2em;
+
  margin: 0 0 0 17em;
+
}
+
 
+
#content .unbounded-list dl, #content .unbounded-list dl dd, #content .unbounded-list dl dt {
+
  border: 0 none;
+
  width: auto;
+
  padding: 0 0 0 1em;
+
 
+
}
+
#content .unbounded-list dl dt {
+
  line-height: 1.2em;
+
}
+
 
+
.infobox {
+
  padding: 0.5em 1em;
+
  background-color: #fff;
+
  margin: 0.5em;
+
}
+
 
+
#eclipselinktype {
+
float:left;width:250px; margin:0.5em;font-weight:bold
+
}
+
 
+
table#toc {margin-right:22em;width:66%;margin-bottom:1em;}
+
 
+
 
h1.firstHeading{display:none;}
 
h1.firstHeading{display:none;}
 
+
#bodyContent #catlinks {background:#EEEEFF;-webkit-box-shadow: #666 0px 2px 3px;
 
+
-moz-box-shadow: #666 0px 2px 3px;
 +
box-shadow: #666 0px 2px 3px;}
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3 {border-bottom-color:#44166C;}
 +
#bodyContent .toclogo {padding:5px;text-align:center}
 +
#bodyContent .editsection {display:none;}
  
 
</css>  
 
</css>  
 
 
 
<div id="tljpa_header">
 
<div id="tljpa_header">
<div class="tabs">
+
<div class="tabs">
<div class="tab">[[EclipseLink/UserGuide|Documentation]]</div>
+
  <div class="tab">[[EclipseLink/UserGuide|Documentation]]</div>
<div class="tab">[[EclipseLink/FAQ|FAQ]]</div>
+
  <div class="tab">[[EclipseLink/FAQ|FAQ]]</div>
<div class="tab">[[EclipseLink/Examples|Examples]]</div>
+
  <div class="tab">[[EclipseLink/Examples|Examples]]</div>
<div class="tab">[[EclipseLink/Development|Development]]</div>
+
  <div class="tab">[[EclipseLink/Development|Development]]</div>
 +
</div>
 +
<div id="tljpa_title">'''{{#ifeq: {{{title}}}| |EclipseLink}}{{#ifeq: {{{title}}}|TLJAX|Developing Persistence Architectures Using Eclipselink MOXy (JAXB)}}{{#ifeq: {{{title}}}|TLJPA|Java Persistence API (JPA) Extensions Reference for EclipseLink}}''', '''{{{release}}}'''</div>
 
</div>
 
</div>
<div id="tljpa_title">Title</div>
+
{{#ifeq: {{{info}}}|y|<css>
</div>
+
#bodyContent table:nth-of-type(2) {display:none;}
 
+
</css><div style="float: right;clear:right;background:#ffffff"><div class="toclogo">[[Image:Eclipselink-logo.gif|150px|link="http://wiki.eclipse.org/EclipseLink"]]</div>{{#ifeq: {{{older}}}|y|
{{#ifeq: {{{toc}}}|y| __TOC__ | __NOTOC__}}[[Category:{{{category}}}]][[Category:EclipseLink {{{release}}}]]
+
<div style="text-align:center;padding:5px;">[[EclipseLink/Documentation_Center/Older_Releases|Other Releases]] &bull; [[Image:Elug_Magnifier.png|Search]][http://www.google.com/cse/home?cx=016171230611334810008:y5kxq4rqd8s&hl=en Search]</div>}}
 +
{{Infobox
 +
| name = Eclipse Communication Framework
 +
| download = http://www.eclipse.org/ecf/downloads.php
 +
| website = http://www.eclipse.org/ecf
 +
| list = ecf-dev
 +
| newsgroup = eclipse.technology.ecf
 +
| product = ECF
 +
| irc = eclipse-ecf
 +
| viewvc = org.eclipse.ecf/?root=RT_Project
 +
| psf = http://full/path/to/project/psf/
 +
}}
 +
</div>}}
 +
{{#ifeq: {{{toc}}}|y| __TOC__ | __NOTOC__}}
 +
[[Category:{{{category}}}]][[Category:EclipseLink {{{release}}}]]

Latest revision as of 12:19, 29 June 2012



[[Category:{{{category}}}]][[Category:EclipseLink {{{release}}}]]

Back to the top