slimspots-wiki.css 1.68 KB
#search-rounded
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:16px;
	width:180px;
	border:1px solid #cccccc;
	padding:5px;
}

#search-tray
{
	background:white; 
	border-bottom:1px solid #cccccc; 
	width:100%;
	padding-top:20px;
	padding-right:20px;
}



article {
  width:100%;
  padding: 1em;
  margin: 1em auto;
  text-align: justify;
  color: #484e53;
}

article h3
{
text-align: left;
}

.table-of-contents {
  text-align:left;
  width: 250px;
  background: #fff;
  font-size: 1em;
  padding: 1em 1em;
  margin: 0 0 0 0;
  border:1px solid #cccccc;
}
.table-of-contents ul {
  padding: 0;
  list-style:none;
  padding-top:20px;
}
.table-of-contents li {
  margin: 0 0 0.25em 0;
}

.table-of-contents a {
  text-decoration: none;
}
.table-of-contents a:hover,
.table-of-contents a:visited,
.table-of-contents a:active {
  text-decoration: underline;
  color: #484e53;
}

.table-of-contents a:link
{
color:#484e53;
}


hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width:1px;
    color:black;

}

#margin-bottom-50px
{
margin-bottom:50px;
}

label
{
	text-align: left !important;
}

.display-none
{
	display:none;
}

.panel-heading
{
	text-align: left;
	background-color:#66a3c7 !important;
	color:white !important;
	font-weight:300;
	letter-spacing: 0.13em;
	border-radius: 0;
	border:none;
	
}

.panel
{
	border:none;
}

.panel-default
{
	border-radius: 0;
	box-shadow: none;
}

#textarea1, #textarea2
{
	margin-bottom:20px;
	margin-top:20px;
	resize:none; 
	height:200px;
}

.editor-icon
{
	cursor: pointer !important;
	padding-right:10px !important;

}