Changeset - 07fe07a8c2ea
[Not reviewed]
0 2 0
Jan Kaluza - 12 years ago 2013-03-12 13:13:17
hanzz.k@gmail.com
docs update
2 files changed with 6 insertions and 3 deletions:
0 comments (0 inline, 0 general)
css/style_config.css
Show inline comments
 
@@ -193,58 +193,59 @@ pre {
 
  padding: 10px;
 
  box-shadow: 0 0 10px rgba(0,0,0,.1);
 
  overflow: auto;
 
}
 

	
 
code {
 
  padding: 3px;
 
  margin: 0 3px;
 
  box-shadow: 0 0 10px rgba(0,0,0,.1);
 
}
 

	
 
pre code {
 
/*   display: block; */
 
  box-shadow: none;
 
}
 

	
 
blockquote {
 
  color: #666;
 
  display:inline;
 
  margin-bottom: 20px;
 
  margin-left: 10px;
 
  padding: 5px 5px 5px 5px;
 
  float:right;
 
  width:200px;
 
  font-size: 80%;
 
  word-wrap: break-word;
 
  word-break: break-all;
 
  background-color: #fff;
 

	
 
  border-radius: 2px;
 
  -moz-border-radius: 2px;
 
  -webkit-border-radius: 2px;
 
  box-shadow: 0 0 10px rgba(0,0,0,.1);
 
  position: absolute;
 
  right:-200px;
 
  right:-210px;
 
}
 

	
 
ul, ol, dl {
 
  margin-bottom: 15px
 
}
 

	
 
ul li {
 
  list-style: inside;
 
  padding-left: 20px;
 
}
 

	
 
blockquote ul li {
 
  padding-left: 0px;
 
}
 

	
 
ol li {
 
  list-style: decimal inside;
 
  padding-left: 20px;
 
}
 

	
 
dl dt {
 
  font-weight: bold;
 
}
 

	
 
@@ -282,51 +283,51 @@ td {
 
  padding: 3px;
 
  border: 1px solid #373737;
 
 }
 

	
 
form {
 
  background: #f2f2f2;
 
  padding: 20px;
 
}
 

	
 
img {
 
  width: 100%;
 
  max-width: 100%;
 
}
 

	
 
/*******************************************************************************
 
Full-Width Styles
 
*******************************************************************************/
 

	
 
.outer {
 
  width: 100%;
 
}
 

	
 
.preinner {
 
  position: relative;
 
  width: 840px;	
 
  width: 880px;	
 
  margin: 0 auto;
 
  background-color:yellow;
 
/*   background-color:yellow; */
 
}
 

	
 
.inner {
 
  position: relative;
 
  max-width: 640px;
 
  padding: 20px 10px;
 
/*   margin: 0 auto; */
 
}
 

	
 
.inner2 {
 
  position: relative;
 
  max-width: 640px;
 
  padding: 20px 10px;
 
  margin: 0 auto;
 
}
 

	
 
#forkme_banner {
 
  display: block;
 
  position: absolute;
 
  top:0;
 
  right: 10px;
 
  z-index: 10;
 
  padding: 10px 50px 10px 10px;
 
  color: #fff;
documentation/configuration/config_file.md
Show inline comments
 
---
 
layout: config
 
title: Spectrum 2
 
---
 

	
 
> **\[database\]**
 
> * [database](#databasedatabase)
 
> * [password](#databasepassword)
 
> * [port](#databaseport)
 
> * [prefix](#databaseprefix)
 
> * [server](#databaseserver)
 
> * [type](#databasetype)
 
> * [user](#databaseuser)
 
>
 
> **\[identity\]**
 
>
 
> * [category](#identitycategory)
 
> * [name](#identityname)
 
> * [type](#identitytype)
 
>
 
> **\[logging\]**
 
>
 
> * [backend_config](#loggingbackend_config)
 
> * [config](#loggingconfig)
 
>
 
> **\[registration\]**
 
>
 
> * [auto_register](#registrationauto_register)
 
> * [enable_public_registration](#registrationenable_public_registration)
 
> * [instructions](#registrationinstructions)
 
> * [username_label](#registrationusername_label)
 
> * [username_mask](#registrationusername_mask)
 
>
 
> **\[service\]**
 
>
 
> * [admin_jid](#serviceadmin_jid)
 
> * [admin_password](#serviceadmin_password)
 
> * [allowed_servers](#serviceallowed_servers)
 
> * [backend](#servicebackend)
 
> * [backend_host](#servicebackend_host)
 
> * [backend_port](#servicebackend_port)
 
> * [cert](#servicecert)
 
> * [cert_password](#servicecert_password)
 
> * [group](#servicegroup)
 
> * [jid](#servicejid)
 
> * [password](#servicepassword)
 
> * [pidfile](#servicepidfile)
 
> * [port](#serviceport)
 
> * [server](#serviceserver)
 
> * [server_mode](#serviceserver_mode)
 
> * [user](#serviceuser)
0 comments (0 inline, 0 general)