Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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:Jetty"

 
(33 intermediate revisions by 4 users not shown)
Line 40: Line 40:
 
   border-bottom: 1px solid #fff;
 
   border-bottom: 1px solid #fff;
 
}
 
}
 
 
table.jetty-table, .jetty-table table {
 
table.jetty-table, .jetty-table table {
 
   border: 1px solid #aaa;
 
   border: 1px solid #aaa;
Line 60: Line 59:
 
   font-size: 1.1em;
 
   font-size: 1.1em;
 
}
 
}
 
 
#content dl  {
 
#content dl  {
 
   border-left: 1px #aaa solid;
 
   border-left: 1px #aaa solid;
Line 74: Line 72:
 
   border-bottom: none;
 
   border-bottom: none;
 
}
 
}
 
 
#content .narrow-list dl  {
 
#content .narrow-list dl  {
 
   width: 40em;
 
   width: 40em;
Line 80: Line 77:
 
#content .narrow-list dl dt {
 
#content .narrow-list dl dt {
 
   width: 14em;
 
   width: 14em;
 +
  line-height: 1.1em;
 
}
 
}
 
#content .narrow-list dl dd {
 
#content .narrow-list dl dd {
Line 85: Line 83:
 
   padding: 0.5em 1em;
 
   padding: 0.5em 1em;
 
}
 
}
 
 
#content .wide-list dl, #content dl {
 
#content .wide-list dl, #content dl {
 
   width: 80em;
 
   width: 80em;
Line 97: Line 94:
 
   margin: 0 0 0 17em;
 
   margin: 0 0 0 17em;
 
}
 
}
 
 
#content .unbounded-list dl, #content .unbounded-list dl dd, #content .unbounded-list dl dt {
 
#content .unbounded-list dl, #content .unbounded-list dl dd, #content .unbounded-list dl dt {
 
   border: 0 none;
 
   border: 0 none;
 
   width: auto;
 
   width: auto;
 
   padding: 0 0 0 1em;
 
   padding: 0 0 0 1em;
 
 
}
 
}
 
#content .unbounded-list dl dt {
 
#content .unbounded-list dl dt {
  line-height: 1.2em;
 
 
}
 
}
 
+
#content p  {
 +
  margin-bottom: 0.5em;
 +
}
 +
#content li  {
 +
  line-height: 1.1em;
 +
}
 
.infobox {
 
.infobox {
 
   padding: 0.5em 1em;
 
   padding: 0.5em 1em;
Line 115: Line 114:
 
}
 
}
 
</css>
 
</css>
 
<div id="jetty-nav">
 
 
* {{JettyLink|Getting Started | | {{{tab}}} | getting-started}}
 
* {{JettyLink|Feature Guides | | {{{tab}}} | feature-guides }}
 
* {{JettyLink|Tutorials | | {{{tab}}} | tutorials}}
 
* {{JettyLink|How Tos| | {{{tab}}} | how-tos }}
 
* {{JettyLink|References |  | {{{tab}}} | references }}
 
* {{JettyLink|FAQ | | {{{tab}}} | faq }}
 
* {{JettyLink|Troubleshooting | | {{{tab}}} | troubleshooting }}
 
* {{JettyLink|Contributors | Contributors | {{{tab}}} | contributors }}
 
 
</div>
 
 
<div class="infobox">
 
{{Infobox
 
| name = Jetty
 
| website = http://www.eclipse.org/jetty
 
| download = http://www.eclipse.org/jetty/downloads.php
 
| newsgroup = eclipse.jetty
 
| irc = jetty
 
| list = jetty-dev
 
| viewvc = ?root=RT_Jetty
 
| product = Jetty
 
}}
 
</div>
 
  
 
<noinclude>
 
<noinclude>
Line 146: Line 119:
 
<nowiki>{{Jetty}}</nowiki>
 
<nowiki>{{Jetty}}</nowiki>
 
===Examples===
 
===Examples===
[[Category:Jetty Template]]
+
[[Category:Jetty Template|Jetty]]
</noinclude>
+
</noinclude><includeonly>
 
+
<includeonly>
+
 
[[Category:Jetty]]
 
[[Category:Jetty]]
 
{{DEFAULTCATEGORYSORT:{{SUBPAGENAME}}}}
 
{{DEFAULTCATEGORYSORT:{{SUBPAGENAME}}}}
 
</includeonly>
 
</includeonly>

Latest revision as of 12:32, 22 May 2013


Usage

{{Jetty}}

Examples

Back to the top