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:Jetty"

 
(71 intermediate revisions by the same user 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 29: Line 28:
 
   border-color: #227;
 
   border-color: #227;
 
}
 
}
#jetty-nav li a#current {
+
#jetty-nav li span#current a
 +
{
 
   background: #fff;
 
   background: #fff;
 
   border-bottom: 1px solid #fff;
 
   border-bottom: 1px solid #fff;
Line 40: Line 40:
 
   border-bottom: 1px solid #fff;
 
   border-bottom: 1px solid #fff;
 
}
 
}
 
+
table.jetty-table, .jetty-table table {
table.jetty-table {
+
  border: 1px solid #aaa;
    border: 1px solid #000;
+
  border-collapse: collapse;
    border-collapse: collapse;
+
    width: 40em;
+
 
}
 
}
table.jetty-table td {
+
.jetty-table td {
    border: 1px solid #000;
+
  border: 1px solid #aaa;
 +
  padding: 0.5em 1em;
 +
}
 +
.jetty-table th {
 +
  border: 1px solid #aaa;
 +
  background-color: #eef;
 +
}
 +
.jetty-table caption {
 +
  border: 1px #aaa solid;
 +
  margin: 1em 0 0.2em 0;
 +
  background-color: #ccf;
 +
  font-weight: bold;
 +
  font-size: 1.1em;
 
}
 
}
 
 
#content dl  {
 
#content dl  {
   border-left: 1px #000 solid;
+
   border-left: 1px #aaa solid;
   border-bottom: 1px #000 solid;
+
   border-bottom: 1px #aaa solid;
  width: 30em;
+
 
}
 
}
 
#content dl dt {
 
#content dl dt {
 
   float: left;
 
   float: left;
  width: 9em;
+
   border-top: 1px solid #aaa;
   border-top: 1px solid #000;
+
   padding: 0.5em 0 0 0.5em;
   padding-left: 1em;
+
 
}
 
}
 
#content dl dd {
 
#content dl dd {
  margin: 0 0 0 10em;
+
   border: 1px solid #aaa;
  padding-left: 2em;
+
   border: 1px solid #000;
+
 
   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;
 +
}
 +
#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 {
 +
}
 +
#content p  {
 +
  margin-bottom: 0.5em;
 +
}
 +
#content li  {
 +
  line-height: 1.1em;
 +
}
 +
.infobox {
 +
  padding: 0.5em 1em;
 +
  background-color: #fff;
 +
  float: right;
 +
  margin: 0.5em;
 +
}
 
</css>
 
</css>
 
<div id="jetty-nav">
 
* [[Jetty/Jetty At a Glance|Jetty At a Glance]]
 
* [[Jetty/Getting Started|Getting Started]]
 
* [[Jetty/FAQ|FAQs]]
 
* [[Jetty/How Tos|How Tos]]
 
* [[Jetty/Tutorials|Tutorials]]
 
* [[Jetty/Configuration|Configuration]]
 
* [[Jetty/Administration, Security, and Optimization|Administration, Security & Optimization]]
 
* [[Jetty/Feature Guides|Feature Guides]]
 
* [[Jetty/Jetty Contributor Guides|Jetty Contributor Guides]]
 
* [[Jetty/References|Jetty References]]
 
* [[Jetty/Troubleshooting|Troubleshooting]]
 
* [[Jetty/Hightide|Hightide]]
 
</div>
 
 
{{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
 
}}
 
  
 
<noinclude>
 
<noinclude>
Line 100: 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