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"

m
 
(44 intermediate revisions by 4 users not shown)
Line 7: Line 7:
 
   margin:0;
 
   margin:0;
 
   border-bottom: 1px solid #aaa;
 
   border-bottom: 1px solid #aaa;
  font-size: 0.8em;
 
 
}
 
}
 
#jetty-nav li {
 
#jetty-nav li {
Line 41: 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 61: Line 59:
 
   font-size: 1.1em;
 
   font-size: 1.1em;
 
}
 
}
 
 
#content dl  {
 
#content dl  {
 
   border-left: 1px #aaa solid;
 
   border-left: 1px #aaa solid;
 
   border-bottom: 1px #aaa solid;
 
   border-bottom: 1px #aaa solid;
  width: 40em;
 
 
}
 
}
 
#content dl dt {
 
#content dl dt {
 
   float: left;
 
   float: left;
  width: 15em;
 
 
   border-top: 1px solid #aaa;
 
   border-top: 1px solid #aaa;
 
   padding: 0.5em 0 0 0.5em;
 
   padding: 0.5em 0 0 0.5em;
 
}
 
}
 
#content dl dd {
 
#content dl dd {
  margin: 0 0 0 15em;
 
 
   border: 1px solid #aaa;
 
   border: 1px solid #aaa;
 
   border-bottom: none;
 
   border-bottom: none;
 +
}
 +
#content .narrow-list dl  {
 +
  width: 40em;
 +
}
 +
#content .narrow-list dl dt {
 +
  width: 14em;
 +
  line-height: 1.1em;
 +
}
 +
#content .narrow-list dl dd {
 +
  margin: 0 0 0 15em;
 
   padding: 0.5em 1em;
 
   padding: 0.5em 1em;
 
}
 
}
 
+
#content .wide-list dl, #content dl {
#content .wide-list dl {
+
 
   width: 80em;
 
   width: 80em;
 
}
 
}
#content .wide-list dl dt {
+
#content .wide-list dl dt, #content dl dt {
 
   padding: 0.5em 1em;
 
   padding: 0.5em 1em;
 
   width: 15em;
 
   width: 15em;
 
}
 
}
#content .wide-list dl dd {
+
#content .wide-list dl dd, #content dl dd {
 
   padding: 1em 1em 2em 2em;
 
   padding: 1em 1em 2em 2em;
 
   margin: 0 0 0 17em;
 
   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 {
 +
}
 +
#content p  {
 +
  margin-bottom: 0.5em;
 +
}
 +
#content li  {
 +
  line-height: 1.1em;
 +
}
 
.infobox {
 
.infobox {
 
   padding: 0.5em 1em;
 
   padding: 0.5em 1em;
Line 99: Line 114:
 
}
 
}
 
</css>
 
</css>
 
<div id="jetty-nav">
 
 
* {{JettyLink|Jetty At a Glance | | {{{tab}}} | at-a-glance }}
 
* {{JettyLink|Getting Started | | {{{tab}}} | getting-started}}
 
* {{JettyLink|FAQ | FAQs | {{{tab}}} | faqs }}
 
* {{JettyLink|How Tos| | {{{tab}}} | how-tos }}
 
* {{JettyLink|Tutorials | | {{{tab}}} | tutorials}}
 
* {{JettyLink|Configuration | | {{{tab}}} | configuration}}
 
* {{JettyLink|Administration, Security, and Optimization|Administration, Security & Optimization | {{{tab}}} | admin }}
 
* {{JettyLink|Feature Guides | | {{{tab}}} | feature-guides }}
 
* {{JettyLink|Contributor Guides | | {{{tab}}} | contributor-guides }}
 
* {{JettyLink|References | Jetty References | {{{tab}}} | references }}
 
* {{JettyLink|Troubleshooting | | {{{tab}}} | troubleshooting }}
 
* {{JettyLink|Hightide | | {{{tab}}} | hightide }}
 
</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 133: Line 119:
 
<nowiki>{{Jetty}}</nowiki>
 
<nowiki>{{Jetty}}</nowiki>
 
===Examples===
 
===Examples===
</noinclude>
+
[[Category:Jetty Template|Jetty]]
 
+
</noinclude><includeonly>
<includeonly>
+
 
[[Category:Jetty]]
 
[[Category:Jetty]]
 +
{{DEFAULTCATEGORYSORT:{{SUBPAGENAME}}}}
 
</includeonly>
 
</includeonly>

Latest revision as of 12:32, 22 May 2013


Usage

{{Jetty}}

Examples

Back to the top